Re: [Pytables-users] Segfaults

2008-10-14 Thread g
Francesc Alted pytables.com> writes: > > > I'd need more details on how your different threads are doing the I/O (a > code snippet reproducing the problem would be very useful). > > > At any rate, if you can provide some code, I'll be happy to have a more > in-deep look at this. > > Cheer

[Pytables-users] Segfaults

2008-10-14 Thread g
Hello, I am trying to track down a problem I'm having with pytables segfaulting. The basic application involves a python thread that asynchronously posts data to a Queue, and then another thread reads data from the Queue and writes it to an H5 file. The main thread opens a new H5 file, then closes