QT-Library DOC causes segmentation fault
Anthony Tekatch
anthony.tekatch at sympatico.ca
Tue Oct 12 22:39:14 BST 1999
Hello Holger,
Thanks for looking into this for me.
> >I'm using 1.0beta3. When I click on the QT-Library documentation in either
> >the Help Menu or the DOC tab then I get a "segmentation fault - core dumped".
> run Kdevelop from a shell and look at the output.
Here is the output from the terminal while running kdevelop, the illegal
instruction is where I clicked the HELP:QT-LIBRARY:
===================================================
[anthony at lolita anthony]$ kdevelop
KCharset: Wrong charset!
KCharset: Wrong charset!
CClassView::refresh( proj )
parsing:[/home/anthony/testproject/testproject/testproject.h]
parsing:[/home/anthony/testproject/testproject/testprojectdoc.h]
parsing:[/home/anthony/testproject/testproject/testprojectview.h]
parsing:[/home/anthony/testproject/testproject/resource.h]
parsing:[/home/anthony/testproject/testproject/main.cpp]
parsing:[/home/anthony/testproject/testproject/testproject.cpp]
parsing:[/home/anthony/testproject/testproject/testprojectdoc.cpp]
parsing:[/home/anthony/testproject/testproject/testprojectview.cpp]
CClassView::refresh()
buildInitalClassTree
using filler
Colortype 6 is rgb/alpha
Illegal instruction (core dumped)
[anthony at lolita anthony]$
===================================================
> I suspect the problem
> stems from the jpeg lib. I had two versions of the library installed and
> the wrong version was loaded to display the images, causing kdevelop to
> segfault.
Here is my jpeg library listing:
===================================================
[anthony at lolita lib]$ pwd
/usr/lib
[anthony at lolita lib]$ ls -l | grep jpeg
-rw-r--r-- 1 root root 3228 Apr 16 18:55 libimlib-jpeg.a
-rwxr-xr-x 1 root root 585 Apr 16 18:55 libimlib-jpeg.la
-rwxr-xr-x 1 root root 8869 Apr 16 18:55 libimlib-jpeg.so
-rw-r--r-- 1 root root 164764 Mar 21 1999 libjpeg.a
-rwxr-xr-x 1 root root 470 Mar 21 1999 libjpeg.la
lrwxrwxrwx 1 root root 17 Aug 1 03:12 libjpeg.so -> libjpeg.so.62.0.0
lrwxrwxrwx 1 root root 16 Aug 1 03:12 libjpeg.so.6 -> libjpeg.so.6.0.1
-rwxr-xr-x 1 root root 140410 Mar 21 1999 libjpeg.so.6.0.1
lrwxrwxrwx 1 root root 17 Aug 1 03:12 libjpeg.so.62 -> libjpeg.so.62.0.0
-rwxr-xr-x 1 root root 142857 Mar 21 1999 libjpeg.so.62.0.0
[anthony at lolita lib]$
===================================================
Thanks in advance,
Anthony Tekatch
More information about the KDevelop
mailing list