Comment 10 for bug 26436

Revision history for this message
Qball Cow (qball-qballcow) wrote : Valgrind log of crash

I've ran the python program through python, as it shows in the valgrind logs, it tries to read data from a NULL pointer.

==27912== Process terminating with default action of signal 11 (SIGSEGV)
==27912== Access not within mapped region at address 0x0

I get exactly the same error back when I run my (crashing) C program through valgind.

I hope this helps.