Bug 147392 - konsole crashed (SIGSEGV) at some times
Summary: konsole crashed (SIGSEGV) at some times
Status: RESOLVED DUPLICATE of bug 147391
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 12:03 UTC by Thomas Creutz
Modified: 2007-07-01 17:06 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 Thomas Creutz 2007-06-30 12:03:58 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)  
OS:                Linux

Hi,

I run Debian etch with backportet kde 3.5.7 packages from sid (compiled by me).

Some times konqueror crashed.. i have installed the dbg packages from kde and libc, that i can make a backtrace...

Thats the result: 

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1232627488 (LWP 32731)]
[KCrash handler]
#6  0xb716f72f in ~QDesktopWidgetPrivate (this=0x80bd198)
    at kernel/qdesktopwidget_x11.cpp:103
#7  0xb716f818 in ~QDesktopWidget (this=0x80c10c0)
    at kernel/qdesktopwidget_x11.cpp:189
#8  0xb71ceba2 in ~QApplication (this=0xbfd16608)
    at kernel/qapplication.cpp:1046
#9  0xb7843329 in ~KApplication (this=0xbfd16608)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kdecore/kapplication.cpp:1644
#10 0xb668656f in kdemain (argc=1, argv=0x8081b58)
    at /usr/src/kde/kdebase-3.5.7/./konsole/konsole/main.cpp:658
#11 0xb7f21524 in kdeinitmain (argc=1, argv=0x8081b58) at konsole_dummy.cpp:3
#12 0x0804e457 in launch (argc=1, _name=0x8081dac "konsole", 
    args=0x8081db4 "\001", cwd=0x0, envc=1, envs=0x8081dc4 "", 
    reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x8081dc9 "alienpc;1183071477;368292;10718_TIME1955470912")
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:673
#13 0x0804ecf9 in handle_launcher_request (sock=9)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1240
#14 0x0804f092 in handle_requests (waitForPid=0)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1443
#15 0x080502b1 in main (argc=5, argv=0xbfd17164, envp=0xbfd1717c)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1909
#16 0xb7c94ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#17 0x0804b911 in _start () at ../sysdeps/i386/elf/start.S:119

I hope it can help to fix a bug in kde and make it more stable ;-)

Thomas
Comment 1 Thomas Creutz 2007-06-30 20:12:23 UTC
and now again.... the crash was triggert by closing konsole

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1232627488 (LWP 11627)]
[KCrash handler]
#6  0x796f7274 in ?? ()
#7  0xb716f747 in ~QDesktopWidgetPrivate (this=0x80bd1a8)
    at kernel/qdesktopwidget_x11.cpp:103
#8  0xb716f818 in ~QDesktopWidget (this=0x80c10d0)
    at kernel/qdesktopwidget_x11.cpp:189
#9  0xb71ceba2 in ~QApplication (this=0xbfd16608)
    at kernel/qapplication.cpp:1046
#10 0xb7843329 in ~KApplication (this=0xbfd16608)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kdecore/kapplication.cpp:1644
#11 0xb668656f in kdemain (argc=1, argv=0x805b560)
    at /usr/src/kde/kdebase-3.5.7/./konsole/konsole/main.cpp:658
#12 0xb7f21524 in kdeinitmain (argc=1, argv=0x805b560) at konsole_dummy.cpp:3
#13 0x0804e457 in launch (argc=1, _name=0x80763c4 "konsole", 
    args=0x80763cc "\001", cwd=0x0, envc=1, envs=0x80763dc "", 
    reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x80763e1 "alienpc;1183198710;945738;10718_TIME2082704515")
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:673
#14 0x0804ecf9 in handle_launcher_request (sock=9)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1240
#15 0x0804f092 in handle_requests (waitForPid=0)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1443
#16 0x080502b1 in main (argc=5, argv=0xbfd17164, envp=0xbfd1717c)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1909
#17 0xb7c94ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#18 0x0804b911 in _start () at ../sysdeps/i386/elf/start.S:119
Comment 2 Thomas Creutz 2007-07-01 14:35:12 UTC
ok.. again a new crash.. also by closing a running konsole window:

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1232627488 (LWP 23381)]
[KCrash handler]
#6  0xb716f72f in ~QDesktopWidgetPrivate (this=0x80bd178)
    at kernel/qdesktopwidget_x11.cpp:103
#7  0xb716f818 in ~QDesktopWidget (this=0x80c10a0)
    at kernel/qdesktopwidget_x11.cpp:189
#8  0xb71ceba2 in ~QApplication (this=0xbfd16608)
    at kernel/qapplication.cpp:1046
#9  0xb7843329 in ~KApplication (this=0xbfd16608)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kdecore/kapplication.cpp:1644
#10 0xb668656f in kdemain (argc=1, argv=0x80765c8)
    at /usr/src/kde/kdebase-3.5.7/./konsole/konsole/main.cpp:658
#11 0xb7f21524 in kdeinitmain (argc=1, argv=0x80765c8) at konsole_dummy.cpp:3
#12 0x0804e457 in launch (argc=1, _name=0x80763c4 "konsole", 
    args=0x80763cc "\001", cwd=0x0, envc=1, envs=0x80763dc "", 
    reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x80763e1 "alienpc;1183292676;595448;10718_TIME2176670165")
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:673
#13 0x0804ecf9 in handle_launcher_request (sock=9)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1240
#14 0x0804f092 in handle_requests (waitForPid=0)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1443
#15 0x080502b1 in main (argc=5, argv=0xbfd17164, envp=0xbfd1717c)
    at /usr/src/kde/kdelibs-3.5.7.dfsg.1/./kinit/kinit.cpp:1909
#16 0xb7c94ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#17 0x0804b911 in _start () at ../sysdeps/i386/elf/start.S:119
Comment 3 Philip Rodrigues 2007-07-01 15:02:38 UTC
Same backtrace as 147391. I guess these are the same problem.
Comment 4 Robert Knight 2007-07-01 17:06:40 UTC

*** This bug has been marked as a duplicate of 147391 ***