Your message dated Sat, 06 Sep 2014 12:24:47 +0200 with message-id <[email protected]> and subject line Re: cache corruption in python-tables on amd64 machines has caused the Debian Bug report #745795, regarding cache corruption in python-tables on amd64 machines to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 745795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745795 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-tables Version: 2.3.1-3 Severity: important Hi, At a customer, a problem was found with python-tables where, if a file was opened twice, the second (and subsequent) time(s) python-tables would return junk. See attached test case. Run like so: wouter@carillon:~$ python Python 2.7.6 (default, Mar 22 2014, 15:40:47) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import bugTesting as b >>> b.bugTest('bugged_file.h5') [208 135 150 2 0 0 0 0 128 230] [0 0 0 0 0 0 0 0 0 0] [0 0 0 0 0 0 0 0 0 0] >>> b.bugTest('bugged_file.h5') [112 22 157 2 0 0 0 0 128 230] [0 0 0 0 0 0 0 0 0 0] [208 201 160 2 0 0 0 0 0 0] >>> b.bugTest('bugged_file.h5') [112 22 157 2 0 0 0 0 128 230] [0 0 0 0 0 0 0 0 0 0] [208 133 159 2 0 0 0 0 0 0] >>> On an i386 machine the output of the above is the same every time, as one would expect. On a machine running the amd64 port, however, this is not the case. While I'm filing this bug report on my laptop (which runs unstable), the customer in question is running stable and has seen the same problem. Regards, -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores) Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-tables depends on: ii python 2.7.5-5 ii python-numexpr 2.2.2-4+b1 ii python-numpy 1:1.8.1-1 ii python-tables-data 3.1.1-1 ii python-tables-lib 3.1.1-1 python-tables recommends no packages. Versions of packages python-tables suggests: pn python-netcdf <none> pn python-tables-doc <none> pn vitables <none> -- no debconf information
python-tables-bug.txz
Description: application/xz
--- End Message ---
--- Begin Message ---Hi, On Mon, 02 Jun 2014 11:22:14 +0200 Antonio Valentino <[email protected]> wrote: > Hi Wouter, > both programs (bugTesting.py and debian_745795.c) work fine when they > are built against hdf5-1.8.13 (fresh build from sources). It works fine with hdf5 1.8.13 currently in testing. Closing. Feel free to re-open in case you think it's not fixed. Thanks, _g.
--- End Message ---
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

