* [gentoo-user] 'mbsync -a' terminated by signal SIGSEGV (Address boundary error)
@ 2025-01-06 10:52 Filip Milosavljević
2025-01-06 11:54 ` Michael
0 siblings, 1 reply; 2+ messages in thread
From: Filip Milosavljević @ 2025-01-06 10:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]
Greetings everyone, glad to finally be part of the club.
I've setup neomutt with Gmail successfully but iSync is giving me pains.
I've enabled all use flags :
net-mail/isync berkdb sasl ssl zlib
Setup .mbsyncrc as follows : https://bpa.st/FCFQ
and my isync.gpg as follows : https://bpa.st/LRFA
All of these were the result of following the following article :
https://seniormars.com/posts/neomutt/#isync
It worked for me when I was on Fedora, and I had no segfaults or
whatever on there (though isync was a bit of a pain to setup there as
well).
With all this in mind, here's the output in full :
[N] ficonni@tux ~> mbsync -a
C: 0/1 B: 0/0 F: +0/0 *0/0 #0/0 N: +0/0 *0/0 #0/0fish: Job 1, 'mbsync -a' terminated by signal SIGSEGV (Address boundary error)
Doing the same in bash will result in :
ficonni@tux ~ $ mbsync -a
C: 0/1 B: 0/0 F: +0/0 *0/0 #0/0 N: +0/0 *0/0 #0/0Segmentation fault
I've also double-checked if ~/.local/share/email/ficonni exists, and it
does.
I've tried searching for similar issues online but found nothing.
I've also contacted #gentoo but they agreed this was only a segfault and
that my configs were good. It would need debugging they said but I didn't have the time to work on it anymore
then and the issue still stands so here I am.
Any help please ?
-------------------
Filip Milosavljević
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] 'mbsync -a' terminated by signal SIGSEGV (Address boundary error)
2025-01-06 10:52 [gentoo-user] 'mbsync -a' terminated by signal SIGSEGV (Address boundary error) Filip Milosavljević
@ 2025-01-06 11:54 ` Michael
0 siblings, 0 replies; 2+ messages in thread
From: Michael @ 2025-01-06 11:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2583 bytes --]
On Monday 6 January 2025 10:52:18 Greenwich Mean Time Filip Milosavljević
wrote:
> Greetings everyone, glad to finally be part of the club.
Welcome! :-)
> I've setup neomutt with Gmail successfully but iSync is giving me pains.
> I've enabled all use flags :
>
> net-mail/isync berkdb sasl ssl zlib
>
> Setup .mbsyncrc as follows : https://bpa.st/FCFQ
>
> and my isync.gpg as follows : https://bpa.st/LRFA
>
> All of these were the result of following the following article :
>
> https://seniormars.com/posts/neomutt/#isync
>
> It worked for me when I was on Fedora, and I had no segfaults or
> whatever on there (though isync was a bit of a pain to setup there as
> well).
>
> With all this in mind, here's the output in full :
>
> [N] ficonni@tux ~> mbsync -a
> C: 0/1 B: 0/0 F: +0/0 *0/0 #0/0 N: +0/0 *0/0 #0/0fish: Job 1, 'mbsync -a'
> terminated by signal SIGSEGV (Address boundary error)
>
> Doing the same in bash will result in :
>
>
> ficonni@tux ~ $ mbsync -a
> C: 0/1 B: 0/0 F: +0/0 *0/0 #0/0 N: +0/0 *0/0 #0/0Segmentation fault
>
> I've also double-checked if ~/.local/share/email/ficonni exists, and it
> does.
>
> I've tried searching for similar issues online but found nothing.
This kind of error occurs when a program is trying to access memory space not
allocated to it.
> I've also contacted #gentoo but they agreed this was only a segfault and
> that my configs were good. It would need debugging they said but I didn't
> have the time to work on it anymore then and the issue still stands so here
> I am.
>
> Any help please ?
>
> -------------------
> Filip Milosavljević
Sadly without a backtrace to indicate which software makes a call to
unallocated memory space, it is difficult to guess what causes the problem and
how to fix it.
You could take a look here for more information on debugging such faults, when
you have more time:
https://wiki.gentoo.org/wiki/GDB
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
https://wiki.gentoo.org/wiki/Valgrind
If your problem is caused by a frequently encountered bug, you'll find it is
fixed sooner or later. Otherwise, for some edge case you may have come
across, you'll have to submit a bug report with necessary debugging
information.
PS. I recall wget causing segfaults when built against some version of glibc,
which was patched soon after a bug report. When such errors are widespread
and bug reports by users arrive thick and fast, a patch or workaround soon
arrives.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-06 11:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06 10:52 [gentoo-user] 'mbsync -a' terminated by signal SIGSEGV (Address boundary error) Filip Milosavljević
2025-01-06 11:54 ` Michael
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox