Re: [Pytables-users] core dump ( stack trace )

2007-04-19 Thread Francesc Altet
Hi Stefan, A Dimarts 17 Abril 2007 00:11, Stefan Kuzminski escrigué: > The user reported another file with this problem, but this manifestation > raises the following stack trace. ( which is better than a core dump, I > suppose.. ) > > HDF5-DIAG: Error detected in HDF5 library version: 1.6.5 threa

Re: [Pytables-users] core dump ( stack trace )

2007-04-16 Thread Stefan Kuzminski
t;hdf5Extension.pyx", line 1202, in hdf5Extension.VLArray._readArray tables.exceptions.HDF5ExtError: VLArray._readArray: Problems reading the array data\ . thanks, S - Original Message From: Stefan Kuzminski <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, April 13,

[Pytables-users] core dump

2007-04-13 Thread Stefan Kuzminski
Hi, I have a .h5 file that generates a core dump from pytables ( or hdf5? ) in the read method in the code below. This happens with hd5 1.6.5 or 1.8alpha , with pytables 1.4 or 2.0beta on linux. from tables import * fp = openFile( 'TRANSACTIONS248.h5' ) print fp.root._meta_.variables.read() T