[Eric] Seg fault at startup
Sean Colgan
sean at pedorro.com
Thu Jan 25 04:28:33 GMT 2007
I can't get eric3 to run because of a seg fault. Accrding to 'strace'
it's trying to access files that don't exist. Can someone suggest why
they wouldn't be there? Or which package is responsible for putting them
there?
Here's my configuration. I downgraded qt to v3 just to be safe:
Sabayon 3.26 x64
kernel: 2.6.19-gentoo-r4
qt 3.3.6-r5
sip 4.5.2-r1
qscintilla 1.7.1
pyqt 3.17
eric 3.9.4
Here's the last few lines from 'strace eric3':
close(5) = 0
munmap(0x2b2461cbe000, 233569) = 0
stat("/usr/lib/python2.4/site-packages/eric3/KdeQt/sip", 0x7fff4c860cf0)
= -1 ENOENT (No such file or directory)
open("/usr/lib/python2.4/site-packages/eric3/KdeQt/sip.so", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/lib/python2.4/site-packages/eric3/KdeQt/sipmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.4/site-packages/eric3/KdeQt/sip.py", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/lib/python2.4/site-packages/eric3/KdeQt/sip.pyc", O_RDONLY) =
-1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 22858 detached
Thanks.
Sean
--
The poopsmith's job is obvious.
--------------
More information about the Eric
mailing list