Justus Winter wrote: > Quoting Sepp Tannhuber (2014-10-23 12:47:10) > > Peter Feigl <craven@gmx.net> schrieb am 19:38 Mittwoch, 22.Oktober 2014: > > > Try strace or > > > gdb to find out what really crashes notmuch. > > Good idea. Can anybody help me to interprete the output: > > https://gist.github.com/tannhuber/c7cae862f897efccd3cb > > Your process is killed by SIGABRT ;) Yes, that's how exceptions kill your program. throw -> (exception not caught) -> std::terminate -> std::terminate_handler -> (default) std::abort > > Try running it under gdb and obtain a stack trace. > > Justus > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch