On Mon, Mar 30, 2015 at 01:34:21PM +0200, Niels Kobschaetzki wrote: > I just upgraded my isync-installation from the AUR (isync-git) and when > I am doing an "mbsync -a" it crashes. > > I did a trace with valgrind with the following options: > > valgrind --leak-check=full --track-origins=yes --log-file=valgrind_mbsync.txt > mbsync -a > > and the output is attached. > the trace is unfortunately not helpful, because mbsync was built without debug info.
$ make distclean $ CFLAGS="-g -O0" ./configure ... $ make $ valgrind ... ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
