Re: Looking for the perfect mail client

Subject: Re: Looking for the perfect mail client

Date: Thu, 23 Oct 2014 13:23:59 +0200

To: Justus Winter, Justus Winter, Sepp Tannhuber, Peter Feigl, notmuch@notmuchmail.org

Cc:

From: Franz Fellner


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



Thread: