Summary: | it crashes when starting up for the first time. | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Juan Luis Baptiste <juan.baptiste> |
Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandrake RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Juan Luis Baptiste
2002-10-23 05:47:30 UTC
Can you compile it yourself with debug information and send a backtrace? Subject: Re: it crashes when starting up for the first time. I sent a backtrace with the report... Yes, but that backtrace unfortunately does not contain any debug information like the argument types and the argument values of the function calls. Those one gets when configuring the package with --enable-debug Subject: Re: it crashes when starting up for the first time. Here it is: [New Thread 1024 (LWP 7745)] 0x4145e409 in wait4 () from /lib/libc.so.6 #0 0x4145e409 in wait4 () from /lib/libc.so.6 #1 0x414dd98c in __check_rhosts_file () from /lib/libc.so.6 #2 0x412edd56 in waitpid (pid=8163, stat_loc=0x0, options=0) at wrapsyscall.c:172 #3 0x40a92282 in KCrash::defaultCrashHandler () from /opt/kde3//lib/libkdecore.so.4 #4 0x412eb5bb in pthread_sighandler (signo=11, ctx= {gs = 0, __gsh = 0, fs = 0, __fsh = 0, es = 43, __esh = 0, ds = 43, __dsh = 0, edi = 135552240, esi = 134597700, ebp = 3221221256, esp = 3221221232, ebx = 1083524212, edx = 135553936, ecx = 134597700, eax = 3909091343, trapno = 14, err = 6, eip = 1083207938, cs = 35, __csh = 0, eflags = 2163206, esp_at_signal = 3221221232, ss = 43, __ssh = 0, fpstate = 0xbfffecf0, oldmask = 2147483648, cr2 = 3909091343}) at signals.c:97 #5 0x413d1478 in killpg () from /lib/libc.so.6 #6 0x41923ba1 in MakeViewPart::MakeViewPart (this=0x8146368, parent=0x8143f70, name=0x0) at makeviewpart.cpp:31 #7 0x4192a866 in KGenericFactory<KTypeList<AppOutputViewPart, KTypeList<MakeViewPart, KDE::NullType> >, QObject>::createObject (this=0x8145c60, parent=0x8143f70, name=0x0, className=0x8087e5d "KDevMakeFrontend", args=@0xbffff280) at /opt/kde3/include/kgenericfactory.tcc:162 #8 0x40b0f38e in KLibFactory::create () from /opt/kde3//lib/libkdecore.so.4 #9 0x0806e3db in KDevMakeFrontend * KParts::ComponentFactory::createInstanceFromFactory<KDevMakeFrontend> (factory=0x8145c60, parent=0x8143f70, name=0x0, args=@0xbffff280) at /usr/lib/qt3/include/qmetaobject.h:152 #10 0x0806e1c2 in KDevMakeFrontend * KParts::ComponentFactory::createInstanceFromLibrary<KDevMakeFrontend> (libraryName=0x8143f08 "libkdevoutputviews", parent=0x8143f70, name=0x0, args=@0xbffff280, error=0x0) at /opt/kde3/include/kparts/componentfactory.h:143 #11 0x0806deca in KDevMakeFrontend * KParts::ComponentFactory::createInstanceFromService<KDevMakeFrontend> (service=@0xbffff290, parent=0x8143f70, name=0x0, args=@0xbffff280, error=0x0) at /usr/lib/qt3/include/qmemarray.h:63 #12 0x0808248f in KDevMakeFrontend * {anonymous}::loadDefaultPart<KDevMakeFrontend> (serviceType=@0xbffff4b0) at plugincontroller.cpp:43 #13 0x0806cc8a in PluginController::loadDefaultParts (this=0x8141980) at plugincontroller.cpp:90 #14 0x0806cba0 in PluginController::loadInitialPlugins (this=0x8141980) at plugincontroller.cpp:75 #15 0x0805e655 in main (argc=1, argv=0xbffff6f4) at main.cpp:65 #16 0x413bf280 in __libc_start_main () from /lib/libc.so.6 Compiled with: ./configure --enable-javasupport --with-java=/usr/java/j2sdk1.4.1 --with-qt=/usr/lib/qt3/ --enable-debug ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. http://bugs.kde.org/show_bug.cgi?id=49553 ------- Additional Comments From hausmann@kde.org 2002-10-24 08:56 ------- Yes, but that backtrace unfortunately does not contain any debug information like the argument types and the argument values of the function calls. Those one gets when configuring the package with --enable-debug it crashes somewhere in the kde libraries, which kde version are you using? Can you try updating to KDE 3.0.5 or KDE 3.1 which will be out in a few days? Rebuild gideon and try again. Subject: Re: it crashes when starting up for the first time. Ok, I will try that. As a side note, I compiled gideon without java support and it run without problems. ----- Original Message ----- From: Harald Fernengel <harry@kdevelop.org> Date: 16 Nov 2002 15:04:39 -0000 To: juancho@linuxmail.org Subject: [Bug 49553] it crashes when starting up for the first time. ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. http://bugs.kde.org/show_bug.cgi?id=49553 ------- Additional Comments From harry@kdevelop.org 2002-11-16 16:04 ------- it crashes somewhere in the kde libraries, which kde version are you using? Can you try updating to KDE 3.0.5 or KDE 3.1 which will be out in a few days? Rebuild gideon and try again. Works when compiling without java support. |