Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2012 16:00:14 GMT
From:      CeDeROM <cederom@tlen.pl>
To:        freebsd-python@FreeBSD.org
Subject:   Re: ports/170788: PyQT applications crach Python 2.7 (core dump)
Message-ID:  <201209081600.q88G0Elx050112@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/170788; it has been noted by GNATS.

From: CeDeROM <cederom@tlen.pl>
To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org
Cc:  
Subject: Re: ports/170788: PyQT applications crach Python 2.7 (core dump)
Date: Sat, 8 Sep 2012 17:54:38 +0200

 Rebuilding PyQT4 and QT4 packages with success did not solve the
 issue. I will try to see the SIP details...
 
 %python nowy.py
 Segmentation fault (core dumped)
 %gdb python
 GNU gdb 6.1.1 [FreeBSD]
 Copyright 2004 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
 Type "show copying" to see the conditions.
 There is absolutely no warranty for GDB.  Type "show warranty" for details.
 This GDB was configured as "amd64-marcel-freebsd"...(no debugging
 symbols found)...
 (gdb) run nowy.py
 Starting program: /usr/local/bin/python nowy.py
 (no debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...[New LWP 101272]
 (no debugging symbols found)...(no debugging symbols found)...[New
 Thread 801407400 (LWP 101272/python)]
 (no debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...(no
 debugging symbols found)...(no debugging symbols found)...
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 801407400 (LWP 101272/python)]
 0x0000000816012540 in sip_api_init_module () from
 /usr/local/lib/python2.7/site-packages/sip.so
 (gdb) bt
 #0  0x0000000816012540 in sip_api_init_module () from
 /usr/local/lib/python2.7/site-packages/sip.so
 #1  0x0000000817595fc3 in initQtGui () from
 /usr/local/lib/python2.7/site-packages/PyQt4/QtGui.so
 #2  0x00000000004966ce in _PyImport_LoadDynamicModule ()
 #3  0x0000000000494854 in PyImport_ReloadModule ()
 #4  0x0000000000494af9 in PyImport_ReloadModule ()
 #5  0x0000000000495a2f in PyImport_ImportModuleLevel ()
 #6  0x000000000047d3b9 in _PyBuiltin_Init ()
 #7  0x0000000000418e6c in PyObject_Call ()
 #8  0x000000000047d8a5 in PyEval_CallObjectWithKeywords ()
 #9  0x00000000004809ed in PyEval_EvalFrameEx ()
 #10 0x00000000004847e0 in PyEval_EvalCodeEx ()
 #11 0x0000000000484ae2 in PyEval_EvalCode ()
 #12 0x000000000049e902 in Py_CompileString ()
 #13 0x000000000049e9d6 in PyRun_FileExFlags ()
 #14 0x000000000049fe6f in PyRun_SimpleFileExFlags ()
 #15 0x0000000000414c07 in Py_Main ()
 #16 0x0000000000413eca in main ()
 (gdb) q
 
 
 
 -- 
 CeDeROM, SQ7MHZ, http://www.tomek.cedro.info



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209081600.q88G0Elx050112>