Re: [Pytables-users] segfaults on os x

2011-03-02 Thread Davide Cittaro
Hi again, On Mar 2, 2011, at 11:15 PM, Davide Cittaro wrote: > Hi all, I'm new to pytables and I'm trying to install it on Mac OS X. I can > successfully build pytables and run the test within tables directory: Forget this, I've solved... I've realized I had a previous attempt of pytables ins

[Pytables-users] segfaults on os x

2011-03-02 Thread Davide Cittaro
Hi all, I'm new to pytables and I'm trying to install it on Mac OS X. I can successfully build pytables and run the test within tables directory: $ python Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "licens

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

Re: [Pytables-users] Segfaults

2008-10-14 Thread Francesc Alted
A Tuesday 14 October 2008, g escrigué: > 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.

[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