[Stackless] Stackless and PyQt4 on Linux

Miguel Turner dhagrow+stackless at gmail.com
Fri Mar 30 23:43:56 CEST 2007


After stepping through the code it looks like the error occurs in
initQtCore:

(gdb)
initQtCore () at sipQtCorecmodule.cpp:9048
9048        if (sip_sipmod == NULL)
Current language:  auto; currently c++
(gdb)

9051        sip_capiobj = PyDict_GetItemString(PyModule
_GetDict(sip_sipmod),"_C_API");
(gdb)

9053        if (sip_capiobj == NULL || !PyCObject_Check(sip_capiobj))
(gdb)
9056        sipAPI_QtCore = reinterpret_cast<const sipAPIDef
*>(PyCObject_AsVoidPtr(sip_capiobj));
(gdb)
9059        if
(sipAPI_QtCore->api_export_module(&sipModuleAPI_QtCore,SIP_API_MAJOR_NR,SIP_API_MINOR_NR,sipModuleDict)
< 0)
(gdb)

Program received signal SIGSEGV, Segmentation fault.
0xb7ecdc53 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20070330/534b39b8/attachment.htm>
-------------- next part --------------
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless


More information about the Stackless mailing list