On Fri, 30 Sep 2011 12:43:53 +0200, Justus Winter 
<[email protected]> wrote:
> while iterating over a query result set my process died with
> 
> > terminate called after throwing an instance of 
> > 'Xapian::DatabaseModifiedError'
> > Aborted
> 
> I am not sure where this came from, grepping throuth notmuchs soure
> didn't reveal the location. So this might be not specific to the
> python bindings at all.

std::terminate is called when an exception is thrown in C++, and there
are no enclosing try blocks that will catch the exception.

  Tom
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to