Conversation

Jarkko Sakkinen

#mbsync always crashes here in #Fedora (even when compiled from upstream):

Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000055d33068a967 in sync_chans (mvars=0x7ffef80ee330, ent=<optimized out>) at /usr/src/debug/isync-1.4.4-8.fc40.x86_64/src/main.c:906
906 char *sname = boxes[N] ? boxes[N][sb] : NULL;

Any ideas? I used coredumpctl to discover this location but for comparative testing I also compiled the latest upstream of mbsync, and it crashes in the exact same location.

#isync
1
0
0

@jarkko you should be able to use `coredumpctl gdb` to get a full backtrace of the crash, which you can attach to a bug report - https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&format=

1
0
0
@adamw Yeah, that is what I used for the transcript. Thanks, I'll put out a bug report!
1
0
0
@adamw I reported it https://bugzilla.redhat.com/show_bug.cgi?id=2302132. I can review kernel patches with my Mac mini up until this is fixed ;-) Still a bit inconvenient workflow I think as I need to do all testing in my Fedora box.
1
0
0

@jarkko @adamw could you also attach the output of the gdb backtrace to the bugreport?

1
0
0
@gromit @adamw It is inline there but yeah sure I can also attach it.
1
0
0

@gromit @adamw I added couple:

  1. e70c300f7446 (“permit leading whitespace in INTERNALDATE strings”)
  2. isync-1.4.4-8.fc40.x86_64

Upstream was compiled with the usual autogen.sh && ./configure && make flow.

0
0
0