[PyKDE] eric3 segfault, help needed

Detlev Offenbach detlev at die-offenbachs.de
Sun Jan 8 07:23:49 GMT 2006


In an interactive Python interpreter try the following

from qt import *
from qtext import *

If the first fails, something is wrong with the PyQt libraries. Try to rebuild 
sip and PyQt. If the second fails, it is QScintilla, that has problems. 
Please try all the PyQt modules this way to find the problematic one.

Detlev

Am Samstag, 7. Januar 2006 20:51 schrieb Alan Ezust:
> I just started getting segfaults on startup too. Just importing
> eric3.py from the python interpreter causes it. I tried debugging the
> python interpreter and got this:
>
> #0  0x080899eb in PyType_IsSubtype ()
> #1  0xb73eb3ad in initsip () from /usr/lib/python2.3/site-packages/sip.so
> #2  0xb73ec151 in initsip () from /usr/lib/python2.3/site-packages/sip.so
> #3  0xb762baf0 in initqt () from /usr/lib/python2.3/site-packages/qt.so
> #4  0x080d2842 in _PyImport_LoadDynamicModule ()
> #5  0x080d0bf4 in PyImport_ExecCodeModule ()
> #6  0x080d14a2 in PyImport_ReloadModule ()
> #7  0x080d16bf in PyImport_ReloadModule ()
> #8  0x080d1b3c in PyImport_ImportModuleEx ()
> #9  0x080aa555 in _PyUnicodeUCS4_IsNumeric ()
> #10 0x08058b8e in PyObject_Call ()
> #11 0x080b1c2f in PyEval_CallObjectWithKeywords ()
> #12 0x080b2f02 in PyEval_GetFuncName ()
> #13 0x080b8357 in PyEval_EvalCodeEx ()
> #14 0x080b85d5 in PyEval_EvalCode ()
> #15 0x080d0157 in PyImport_ExecCodeModuleEx ()
> #16 0x080d0445 in PyImport_ExecCodeModuleEx ()
> #17 0x080d14a2 in PyImport_ReloadModule ()
> #18 0x080d16bf in PyImport_ReloadModule ()
> #19 0x080d1b3c in PyImport_ImportModuleEx ()
> #20 0x080aa555 in _PyUnicodeUCS4_IsNumeric ()
> ---Type <return> to continue, or q <return> to quit---
> #21 0x08058b8e in PyObject_Call ()
> #22 0x080b1c2f in PyEval_CallObjectWithKeywords ()
> #23 0x080b2f02 in PyEval_GetFuncName ()
> #24 0x080b8357 in PyEval_EvalCodeEx ()
> #25 0x080b85d5 in PyEval_EvalCode ()
> #26 0x080d8f00 in PyRun_InteractiveOneFlags ()
> #27 0x080d9019 in PyRun_InteractiveLoopFlags ()
> #28 0x080d9716 in PyRun_AnyFileExFlags ()
> #29 0x08054f07 in Py_Main ()
> #30 0xb7e6eed0 in __libc_start_main () from /lib/tls/libc.so.6
> #31 0x080548e1 in _start ()
>
> On 12/9/05, frncpzzt at tiscali.it <frncpzzt at tiscali.it> wrote:
> > Hi everybody,
> >
> > I'm trying to install eric3 3.8.0 on a Slackware 10.2, with Qt 3.3.4 and
> > Kde 3.5.0 onboard. After a first unsuccsessful try with regular Slack
> > packages, I downloaded the sources and built them manually. Following the
> > README, I installed, in order: qscintilla 1.65, sip 4.3.2, PyQt 3.15.1
> > and finally eric3. But I am still getting a segmentation fault error on
> > launch, eric3 doesn't even show up. Here attached is the output of
> > "strace eric3". what am I missing?? Thank you in advance.
> >
> > __________________________________________________________________
> > TISCALI ADSL
> > Solo con Tiscali Adsl navighi senza limiti e telefoni senza canone
> > Telecom a partire da 19,95 Euro/mese.
> > Attivala subito, I PRIMI DUE MESI SONO GRATIS! CLICCA QUI:
> > http://abbonati.tiscali.it/adsl/sa/1e25flat_tc/
> >
> >
> >
> >
> >
> > _______________________________________________
> > PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list