-
Using PyTables 3.2.1 with NumPy 1.10.0b1 on win-amd64, I get 28 test errors of the kind `OverflowError: Python int too large to convert to C long` at https://github.com/PyTables/PyTables/blob/release/…
-
```
What steps will reproduce the problem?
1. lz4 -cdf on a non-lz4 file, or lz4cat -f on non-lz4 file
What is the expected output? What do you see instead?
If -f is supplied to 'gzip', 'bzip2' or …
-
I'm getting a segfault after having switched to the current master with my [compression benchmark](https://github.com/mavam/compbench). I'm on OSX 10.10 with Clang 3.7. Here's a backtrace:
```
(lldb)…
mavam updated
9 years ago
-
When we build PyTables for Ubuntu, the build machines by definition use a C/POSIX locale. This breaks the following tests, all of which error with UnicodeEncodeErrors:
ERROR: test01 (tables.tests.te…
-
Here it is a way to make it crash (on a AVX2 machine because on a SSE2 one this works well):
```
~/c-blosc/build $ bench/bench blosclz single 1 262140 4 4
Blosc version: 1.6.1.dev ($Date:: 2015-04-2…
-
I am using Debian stable:
```
zsh» uname -a
Linux toolbox 3.9-0.bpo.1-amd64 #1 SMP Debian 3.9.6-1~bpo70+1 x86_64 GNU/Linux
zsh» gcc --version
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 Free Softwa…
-
*Issue migrated from trac ticket # 915*
**component:** sound | **priority:** major | **resolution:** needinfo | **keywords:** sound, forwarding
#### 2015-07-13 20:07:20: fervi created the issue
__…
-
during the installation of PyTables I had 4 tests which have failed. Here ist the full output of tables.test():
``` python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "h…
-
While **running unit tests Python VM crashes** (at test04d_delete method), as can be see below (`-v` output):
```
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Running BasicWriteTestC…
-
It seems to affect to blosclz only, and I can reproduce it on both SSE2 and AVX2 machines:
```
$ valgrind build/bench/bench blosclz single 1 4194280 12 25
==4771== Memcheck, a memory error detector
=…