[PyKDE] Sudden segfault on FC3
Detlev Offenbach
detlev at die-offenbachs.de
Sat Nov 26 09:23:28 GMT 2005
Did it work previously? If so, what did you change?
Am Freitag 25 November 2005 12:28 schrieb Willi Richert:
> For unknown reasons I get today a segfault when starting eric3:
>
> wr@[ikarus]:~> LANG=en eric3
> Speicherzugriffsfehler
>
> GDB shows me the following error:
> Starting program: /usr/bin/python
> /usr/lib/python2.3/site-packages/eric3/eric3.py Reading symbols from shared
> object read from target memory...done. Loaded system supplied DSO at
> 0xb7fb1000
> [Thread debugging using libthread_db enabled]
> [New Thread -1208412480 (LWP 24643)]
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1208412480 (LWP 24643)]
> 0x0067777f in PyType_IsSubtype (a=0xb5d38cdf, b=0xb7fb0500) at
> Objects/typeobject.c:825 825
> assert(PyTuple_Check(mro));
> (gdb) list
> 820 mro = a->tp_mro;
> 821 if (mro != NULL) {
> 822 /* Deal with multiple inheritance without recursion
> 823 by walking the MRO tuple */
> 824 int i, n;
> 825 assert(PyTuple_Check(mro));
> 826 n = PyTuple_GET_SIZE(mro);
> 827 for (i = 0; i < n; i++) {
> 828 if (PyTuple_GET_ITEM(mro, i) == (PyObject
> *)b) 829 return 1;
>
> My current installed versionson my Fedora Core 3 machine:
>
> PyQt-devel-3.15-0.1.fc3.kde
> python-devel-2.3.4-13.1
> PyQt-3.15-0.1.fc3.kde
> PyQt-qscintilla-3.15-0.1.fc3.kde
> python-2.3.4-13.1
> qt-3.3.4-17.4.fc3.kde
> qt-devel-3.3.4-17.4.fc3.kde
> PyQt-examples-3.15-0.1.fc3.kde
> sip-4.3.1-0.1.fc3.kde
> sip-devel-4.3.1-0.1.fc3.kde
>
>
> Any hint is appreciated,
> wr
>
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list