[Numpy-discussion] Segfault in mingw in test_arrayprint.TestComplexArray

Ondřej Čertík ondrej.certik at gmail.com
Wed Jul 18 07:24:20 EDT 2012


Hi,

I managed to compile NumPy in MinGW under Wine in Ubuntu 11.10 and
here is a full log of the tests:

https://gist.github.com/3135607

It fails at the test test_str (test_arrayprint.TestComplexArray) with
a segfault like this:


test_str (test_arrayprint.TestComplexArray) ... wine: Unhandled page
fault on read access to 0x00000000 at address (nil) (thread 0009),
starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit
code (0x00000000).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:00000000 ESP:0041c230 EBP:00000000 EFLAGS:00010202(  R- --  I   - - - )
 EAX:00000000 EBX:1e00807f ECX:00000000 EDX:0041c208
 ESI:00f46de0 EDI:00000000

...

See the gist for the full log. Any ideas? I downloaded Python from
python.org, is it supposed to work with numpy compiled using mingw?

Ondrej



More information about the NumPy-Discussion mailing list