On Wed, Nov 20, 2013 at 08:11:23AM -0800, Scott Hansen wrote:
> I'm not sure if I hit a bug or if it's just a configuration error. When I run
> 'mbsync user1-sync-all' (referencing the Group name) I get this output with a
> Segmentation fault:
> 
when it crashes, it is a bug. there is no discussion about that.

> Any ideas?
> 
the observations suggest that some data structures are not correctly
re-initialized.
unfortunately, your report is not directly helpful for analyzing the
crash - it ends where the interesting part would start:
- please install gdb
- make sure you compiled with debug information
  (CFLAGS=-g3 ./configure ... && make)
- when you are dropped to the gdb command line, run "where full" and
  paste that trace
- even better: install valgrind and run (on the mbsync debug build)
    valgrind --tool=memcheck --num-callers=25 mbsync ...
  this could bring us quite close to the root cause.

thanks

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to