Bug 59198 - Crash after Splash screen
Summary: Crash after Splash screen
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-01 05:21 UTC by karl thiele
Modified: 2003-06-01 12:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description karl thiele 2003-06-01 05:21:12 UTC
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
Comment 1 Jens Dagerbo 2003-06-01 12:24:41 UTC
KDevelop-2 is no longer supported. No further bugfix releases are planned for  
the 2.x series.  
 
The upcoming KDevelop-3 is built from scratch from a different codebase than 
KDevelop-2, and since 2.x is not worked on anymore, the bug database is now meant 
for the alpha releases of KDevelop-3. This bug will be closed. 
 
 
Comment 2 karl thiele 2003-06-02 17:55:08 UTC
Subject: Re:  Crash after Splash screen

This was my first reported bug, so looks like I messed up. It was on the 
3.1.2 release of kde not the 2.0.

Sorry, I will try to get it correct next time.

Thanks,

-karl

Jens Dagerbo wrote:

>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>     
>http://bugs.kde.org/show_bug.cgi?id=59198     
>jens.dagerbo@swipnet.se changed:
>
>           What    |Removed                     |Added
>----------------------------------------------------------------------------
>             Status|UNCONFIRMED                 |RESOLVED
>          Component|general                     |kdevelop 2.x (obsolete)
>         Resolution|                            |WONTFIX
>
>
>
>------- Additional Comments From jens.dagerbo@swipnet.se  2003-06-01 12:24 -------
>KDevelop-2 is no longer supported. No further bugfix releases are planned for  
>the 2.x series.  
> 
>The upcoming KDevelop-3 is built from scratch from a different codebase than 
>KDevelop-2, and since 2.x is not worked on anymore, the bug database is now meant 
>for the alpha releases of KDevelop-3. This bug will be closed.
>
>  
>