notmuch seg. fault on _thread_add_message

2011-12-04 Thread Kazuo Teramoto
Hi! Following an alot bug report [1] I created a small python script that causes a segmentation fault in notmuch: #!/usr/bin/env python2 import notmuch db = notmuch.Database(mode=notmuch.Database.MODE.READ_WRITE) q_new = notm

notmuch seg. fault on _thread_add_message

2011-12-04 Thread David Bremner
On Sun, 4 Dec 2011 15:35:39 -0200, Kazuo Teramoto wrote: > Hi! > > Following an alot bug report [1] I created a small python script that > causes a segmentation fault in notmuch: > > #!/usr/bin/env python2 > import notmuch >

notmuch seg. fault on _thread_add_message

2011-12-04 Thread Austin Clements
Quoth David Bremner on Dec 04 at 2:14 pm: > On Sun, 4 Dec 2011 15:35:39 -0200, Kazuo Teramoto > wrote: > > Hi! > > > > Following an alot bug report [1] I created a small python script that > > causes a segmentation fault in notmuch: > > ==

Re: notmuch seg. fault on _thread_add_message

2011-12-04 Thread Austin Clements
Quoth David Bremner on Dec 04 at 2:14 pm: > On Sun, 4 Dec 2011 15:35:39 -0200, Kazuo Teramoto wrote: > > Hi! > > > > Following an alot bug report [1] I created a small python script that > > causes a segmentation fault in notmuch: > > =

Re: notmuch seg. fault on _thread_add_message

2011-12-04 Thread David Bremner
On Sun, 4 Dec 2011 15:35:39 -0200, Kazuo Teramoto wrote: > Hi! > > Following an alot bug report [1] I created a small python script that > causes a segmentation fault in notmuch: > > #!/usr/bin/env python2 > import notmuch >

notmuch seg. fault on _thread_add_message

2011-12-04 Thread Kazuo Teramoto
Hi! Following an alot bug report [1] I created a small python script that causes a segmentation fault in notmuch: #!/usr/bin/env python2 import notmuch db = notmuch.Database(mode=notmuch.Database.MODE.READ_WRITE) q_new = notm