Hi<br>    I do have some problems with the Debian package of eric. It segfaults at startup. Recently every <br>upgrade of python-qt4 has broken eric. The current versions are ptyhon-qt4 4.5.1 and sip4 4.8.1. My <br>other package PyQwt5 segfaulted also but after recompilation it works perfectly.<br>
   Eric however segfaults, even the installer. I have tried versions 4.3.4 and 4.4-snapshot. I didn&#39;t find out <br>how to compile the SVN version.<br><br>When starting eric the tail of strace is the following:<br><br>
stat64(&quot;/usr/share/eric/modules/Preferences/sip&quot;, 0xbff02a0c) = -1 ENOENT (No such file or directory)<br>open(&quot;/usr/share/eric/modules/Preferences/sip.so&quot;, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)<br>
open(&quot;/usr/share/eric/modules/Preferences/sipmodule.so&quot;, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)<br>open(&quot;/usr/share/eric/modules/Preferences/sip.py&quot;, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)<br>
open(&quot;/usr/share/eric/modules/Preferences/sip.pyc&quot;, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)<br>--- SIGSEGV (Segmentation fault) @ 0 (0) ---<br>+++ killed by SIGSEGV +++<br><br>When trying to install it, the upstream way it segfaults with the following strace:<br>
<br>open(&quot;/usr/lib/pymodules/python2.5/PyQt4/QtGui.so&quot;, O_RDONLY|O_LARGEFILE) = 4<br>fstat64(4, {st_mode=S_IFREG|0644, st_size=6798628, ...}) = 0<br>open(&quot;/usr/lib/pymodules/python2.5/PyQt4/QtGui.so&quot;, O_RDONLY) = 5<br>
read(5, &quot;\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220n\16\0004\0\0\0&quot;..., 512) = 512<br>fstat64(5, {st_mode=S_IFREG|0644, st_size=6798628, ...}) = 0<br>mmap2(NULL, 6797864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0xb5f7a000<br>
mmap2(0xb659e000, 360448, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x624) = 0xb659e000<br>close(5)                                = 0<br>brk(0x9453000)                          = 0x9453000<br>brk(0x9474000)                          = 0x9474000<br>
brk(0x9495000)                          = 0x9495000<br>brk(0x94e9000)                          = 0x94e9000<br>close(4)                                = 0<br>--- SIGSEGV (Segmentation fault) @ 0 (0) ---<br>+++ killed by SIGSEGV +++<br>
<br>I hope it is simple to fix even though I have no clue :)<br><br>Thanks<br>Gudjon<br>