Hi Torgil,

I have tried to address your point 3 (crashes sometimes with XP), but I'm 
unable to get any the crash after running 10 times the non-heavy version of 
the test suite.  I've tried also the heavy test suite with both python2.4 and 
python2.5 with the same result: every test in the suite passes OK (see logs 
in attachments).

In any case, I've created new binaries made with latest changes in trunk SVN 
and compiled against latest version of bzip2 (1.0.4). You can find them in:

http://www.pytables.org/download/preliminary/tables-2.0.dev-of20070615.win32-py2.4.exe

and

http://www.pytables.org/download/preliminary/tables-2.0.dev-of20070615.win32-py2.5.exe

Please give them a try and tell me how it goes.  Also, it would be nice if 
other people can test the new binaries and report their experience (in 
particular whether they are getting crashes or not).

Thanks!

A Dissabte 09 Juny 2007 21:05, Torgil Svensson escrigué:
> Hi
>
> Good work!  I'm eager to test this out, especially the numexpr kernels.
>
> Right now i'm on a box running XP and I have/had a few issues to get
> up and running.
>
> Processor: Intel Dual Core
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>= PyTables version:  2.0rc2
> HDF5 version:      1.6.5
> NumPy version:     1.0.3
> Zlib version:      1.2.3
> Python version:    2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310
> 32 bit (Intel)]
> Byte-ordering:     little
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>= Performing only a light (yet comprehensive) subset of the test suite. If
> you want a more complete test, try passing the --heavy flag to this script
> (or set the 'heavy' parameter in case you are using tables.test() call).
> The whole suite will take more than 2 minutes to complete on a relatively
> modern CPU and around 80 MB of main memory.
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>= Skipping Numeric test suite.
> Skipping numarray test suite.
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>= hdf5dll.dll from 5-165-win-net.zip
> zlib from zlib123-windows.zip
> szlib from szip20-win-xpnet-enc.tar.gz
>
>
>
> 1. in the documentation "2.2.1. Windows prerequisites" talks about a
> szipdll.dll - the dll-name found in the archive downloaded from
> http://hdf.ncsa.uiuc.edu/HDF5/release/obtain5.html is named
> "szlibdll.dll"
>
>
>
> 2. PyTables crashed first when i imported the module with "import tables"
> AppName: pythonw.exe   AppVer: 0.0.0.0         ModName: bzip2.dll
> ModVer: 1.0.2.1531     Offset: 0000a822
>
> I found that I had a "bzip2.dll" installed with "GTK+ 2.10 developer
> runtime" (installed for PyGtk according to
> http://faq.pygtk.org/index.py?req=show&file=faq21.001.htp ).
> Renaming/removing this dll "fixed" the issue. Using the bzip2 dll in
> the file bzip2-1.0.4-bin.zip downloaded from ref [21] in pytables
> documentation didn't help.
>
>
>
> 3. Running the test-suite (verbose=False, heavy=False) crashes
> sometimes with XP giving me the following message:
>
> AppName: pythonw.exe   AppVer: 0.0.0.0         ModName: interpreter.pyd
> ModVer: 0.0.0.0        Offset: 00005235
>
> Sometimes it passes with no tests failingTurning the verbose flag on
> hasn't given me any crash but one test failes:
>
> ======================================================================
> ERROR: None (tables.tests.test_array.GroupsArrayTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\Python25\Lib\site-packages\tables\tests\test_array.py",
> line 566, in test00_iterativeGroups
>     print "  type ==> %s" % dset.dtype
> AttributeError: 'Array' object has no attribute 'dtype'
>
> ----------------------------------------------------------------------
> Ran 5636 tests in 91.031s
>
> FAILED (errors=1)
>
>
>
> 4. running tables.test(verbose=False) after running
> tables.test(verbose=True) doesn't suppress the verbose output.
>
>
>
> 5. importing gtk-module with "import gtk" before or after "import
> tables" makes two tests fail in the test-suit (see issue 2 above for
> how I have installed gtk).
>
> ======================================================================
> FAIL: None (tables.tests.test_vlarray.TypesReopenTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\Python25\Lib\site-packages\tables\tests\test_vlarray.py",
> line 1217, in test05_VLStringAtom
>     self.assertRaises(UnicodeEncodeError, vlarray.append, u"asd\xe4")
> AssertionError: UnicodeEncodeError not raised
>
> ======================================================================
> FAIL: None (tables.tests.test_vlarray.TypesNoReopenTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\Python25\Lib\site-packages\tables\tests\test_vlarray.py",
> line 1217, in test05_VLStringAtom
>     self.assertRaises(UnicodeEncodeError, vlarray.append, u"asd\xe4")
> AssertionError: UnicodeEncodeError not raised
>
> ----------------------------------------------------------------------
> Ran 5636 tests in 75.422s
>
> FAILED (failures=2)
>
>
>
> Thanks for a great product!
>
> BR,
>
> //Torgil
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Pytables-users mailing list
> Pytables-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pytables-users

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"
C:\Documents and Settings\Francesc>python
Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import tables
>>> tables.test(heavy=True)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:  2.0.dev
HDF5 version:      1.6.5
NumPy version:     1.0.3
Zlib version:      1.2.3
LZO version:       1.08 (Jul 12 2002)
BZIP2 version:     1.0.4 (20-Dec-2006)
Python version:    2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)
]
Byte-ordering:     little
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Performing the complete test suite!
Numeric (version 24.2) is present. Adding the Numeric test suite.
numarray (version 1.5.2) is present. Adding the numarray test suite.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
..........................................Warning: overflow encountered in long_
scalars
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
..................................
----------------------------------------------------------------------
Ran 7041 tests in 376.191s

OK
C:\Documents and Settings\Francesc>python
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import tables
>>> tables.test(heavy=True)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:  2.0.dev
HDF5 version:      1.6.5
NumPy version:     1.0.3
Zlib version:      1.2.3
LZO version:       1.08 (Jul 12 2002)
BZIP2 version:     1.0.4 (20-Dec-2006)
Python version:    2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit
(Intel)]
Byte-ordering:     little
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Performing the complete test suite!
Skipping Numeric test suite.
numarray (version 1.5.2) is present. Adding the numarray test suite.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
.Warning: overflow encountered in long_scalars
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
.......................................................................
----------------------------------------------------------------------
Ran 6957 tests in 459.210s

OK
>>>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to