[PyQt] Re: PyQt 4.5 crash

Arve Knudsen arve.knudsen at gmail.com
Sun Jun 14 14:39:10 BST 2009


Skipped content of type multipart/alternative-------------- next part --------------
#0  0x00007f9593f6afb5 in raise () from /lib/libc.so.6
#1  0x00007f9593f6cbc3 in abort () from /lib/libc.so.6
#2  0x00007f95936ae625 in qt_message_output (msgType=QtFatalMsg,
    buf=<value optimized out>) at global/qglobal.cpp:2017
#3  0x00007f95936ae76b in qFatal (msg=<value optimized out>)
    at global/qglobal.cpp:2216
#4  0x00007f9593ca6e2c in create_dynamic_metaobject (pyqt_wt=0x1701090)
    at qpycore_types.cpp:159
#5  0x00007f9593ca8316 in pyqtWrapperType_init (self=0x1701090,
    args=0x16aece0, kwds=0x0) at qpycore_types.cpp:119
#6  0x0000000000482623 in type_call (type=0x7f9593f36f60, args=0x16aece0,
    kwds=0x0) at ../Objects/typeobject.c:745
#7  0x0000000000424714 in PyObject_Call (func=0x7f9593f36f60, arg=0x16aece0,
    kw=0x0) at ../Objects/abstract.c:2492
#8  0x000000000042557a in PyObject_CallFunctionObjArgs (
    callable=0x7f9593f36f60) at ../Objects/abstract.c:2723
#9  0x00000000004d1813 in build_class (methods=0x16f6390, bases=0x1694bc0,
    name=0x162b1c0) at ../Python/ceval.c:4303
#10 0x00000000004c7544 in PyEval_EvalFrameEx (f=0x15eb850, throwflag=0)
    at ../Python/ceval.c:1765
#11 0x00000000004cd16a in PyEval_EvalCodeEx (co=0x1633580, globals=0x13a4070,
    locals=0x13a4070, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0,
    defcount=0, closure=0x0) at ../Python/ceval.c:2968
#12 0x00000000004c14f4 in PyEval_EvalCode (co=0x1633580, globals=0x13a4070,
    locals=0x13a4070) at ../Python/ceval.c:522
#13 0x00000000004fe484 in run_mod (mod=0x1678e90,
    filename=0x7fff9cf88dac "tst.py", globals=0x13a4070, locals=0x13a4070,
    flags=0x7fff9cf878e0, arena=0x14fdbf0) at ../Python/pythonrun.c:1335
#14 0x00000000004fe40e in PyRun_FileExFlags (fp=0x13a42e0,
    filename=0x7fff9cf88dac "tst.py", start=257, globals=0x13a4070,
    locals=0x13a4070, closeit=1, flags=0x7fff9cf878e0)
    at ../Python/pythonrun.c:1321
#15 0x00000000004fcef4 in PyRun_SimpleFileExFlags (fp=0x13a42e0,
    filename=0x7fff9cf88dac "tst.py", closeit=1, flags=0x7fff9cf878e0)
    at ../Python/pythonrun.c:931
#16 0x00000000004fc602 in PyRun_AnyFileExFlags (fp=0x13a42e0,
    filename=0x7fff9cf88dac "tst.py", closeit=1, flags=0x7fff9cf878e0)
    at ../Python/pythonrun.c:735
#17 0x0000000000419534 in Py_Main (argc=2, argv=0x7fff9cf87a18)
    at ../Modules/main.c:599
#18 0x0000000000418297 in main (argc=2, argv=0x7fff9cf87a18)
    at ../Modules/python.c:23


More information about the PyQt mailing list