[Bug 59198] New: Crash after Splash screen

karl thiele karlthiele at nc.rr.com
Sun Jun 1 05:22:23 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=59198     
           Summary: Crash after Splash screen
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: karlthiele at nc.rr.com


Version:           kdevelop 2.1.5 (using KDE KDE 3.1.2)
Installed from:    Compiled From Sources
Compiler:          g++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) 
OS:          Linux

It seems that kdevelop did not properly use KDEHOME and used .kde . When I moved my KDEHOME=.kdetest to just .kde. kdevelop started fine. I ma new to kde development but many years with linux develope. I just thought a more gracefull error could have been produced. Here is the backtrace and an strace follows.

Backtrace is:
New Thread 8192 (LWP 20825)]
0x420ae169 in wait4 () from /lib/i686/libc.so.6
#0  0x420ae169 in wait4 () from /lib/i686/libc.so.6
#1  0x4212a2d0 in __DTOR_END__ () from /lib/i686/libc.so.6
#2  0x41404c63 in waitpid () from /lib/i686/libpthread.so.0
#3  0x409dfbdb in KCrash::defaultCrashHandler(int) ()
   from /home/karl/kde3.1.2/lib/libkdecore.so.4
#4  <signal handler called>
#5  0x41104e9f in QGListIterator::QGListIterator(QGList const&) ()
   from /home/karl/kde3.1.2/lib/libqt-mt.so.3
#6  0x0810fede in DocTreeKDELibsFolder::refresh() ()
#7  0x08111aa0 in DocTreeView::DocTreeView(QWidget*, char const*) ()
#8  0x080f848c in CKDevelop::initView() ()
#9  0x080f72a8 in CKDevelop::CKDevelop() ()
#10 0x08105c61 in main ()
#11 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6

strace is:

access("/home/karl/.kdetest/share/doc/HTML/default/kdevelop/reference/C/index.html", R_OK) = -1 ENOENT (No such file or directory)
access("/home/karl/kde3.1.2/share/doc/HTML/default/kdevelop/reference/C/index.html", R_OK) = -1 ENOENT (No such file or directory)
access("/home/karl/.kdetest/share/doc/HTML/en/kdevelop/reference/C/index.html", R_OK) = -1 ENOENT (No such file or directory)
access("/home/karl/kde3.1.2/share/doc/HTML/en/kdevelop/reference/C/index.html", R_OK) = 0
stat64("/home/karl/kde3.1.2/share/doc/HTML/en/kdevelop/reference/C/index.html", {st_mode=S_IFREG|0644, st_size=1386, ...}) = 0
access("/home/karl/.kde/share/apps/kdevelop/KDE-Documentation", F_OK) = -1 ENOENT (No such file or directory)
access("/home/karl/.kde/share/apps/kdevelop", F_OK) = -1 ENOENT (No such file or directory)
brk(0x82ed000)                          = 0x82ed000
open("/home/karl/.kde/share/apps/kdevelop/KDE-Documentation", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) ---
rt_sigaction(SIGALRM, {SIG_DFL}, {SIG_DFL}, 8) = 0
alarm(3)                                = 0
close(9)                                = 0
getrlimit(0x7, 0xbfffeefc)              = 0
close(0)                                = 0




More information about the KDevelop-devel mailing list