[Evolution-users] [solved] Seg fault
Milan Crha
mcrha at redhat.com
Tue Nov 4 09:56:40 UTC 2025
On Tue, 2025-11-04 at 10:16 +0100, Ralf Mardorf via evolution-users
wrote:
> "Signing in using your GitLab.com account without a pre-existing
> account in gitlab.gnome.org is not allowed."
>
> etc. pp.
>
> Once upon a time the login worked without such issues.
Hi,
I see. I think the GNOME GitLab instance maintainers enabled some
checking to make it harder to the spammers to get in. Pity.
I can file a bug for you, I'd just need the backtrace. I understand
people have many other things to work on, it's all fine, I did not
expect to have it done immediately, just once you have time and get to
it.
The debug symbols are crucial for the shown line numbers, but maybe
your current build has at least some minimum debug information, showing
function names for public symbols or such, which can provide a raw idea
about the place of the crash (a detailed backtrace can be provided once
you get to the recompilation of the projects). When you restore the
vfolders.xml file and then run Evolution under gdb and let it crash,
then maybe it'll show something usable. I think:
gdb --batch evolution --ex r --ex bt --ex "t a a bt" --ex q &>bt.txt
may provide the bt.txt with the information both from the terminal and
from the gdb. Please check the bt.txt for any private information, like
passwords, email addresses, server addresses,... I usually search for
"pass" at least (quotes for clarity only), before sharing it anywhere.
Bye,
Milan
More information about the evolution-users
mailing list