Bug 348828 - konsole crash when exiting
Summary: konsole crash when exiting
Status: RESOLVED DUPLICATE of bug 342201
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 15.04.0
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2015-06-07 12:11 UTC by A. Fachat
Modified: 2016-08-13 17:31 UTC (History)
1 user (show)

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 A. Fachat 2015-06-07 12:11:49 UTC
Application: konsole (15.04.0)

Qt Version: 5.4.1
Operating System: Linux 3.19.0-18-generic i686
Distribution: Ubuntu 15.04

-- Information about the crash:
- What I was doing when the application crashed:

closing a remote ssh session, then Ctrl-D to exit console.

- Can always be reproduced as follows:

1) open konsole
2) press enter once 
3) exit console by either pressing Ctrl-D or entering the "exit" command.

Crash does not happen when you leave out step 2.

-- Backtrace:
Application: Konsole (konsole), signal: Aborted
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0xb01a5780 (LWP 10375))]

Thread 2 (Thread 0xafc3ab40 (LWP 10376)):
[KCrash Handler]
#7  0xb76f0be0 in __kernel_vsyscall ()
#8  0xb74f6057 in __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:55
#9  0xb74f7699 in __GI_abort () at abort.c:89
#10 0xb753419e in __libc_message (do_abort=1, fmt=0xb762e444 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
#11 0xb7539de7 in malloc_printerr (action=<optimized out>, str=0xb762e584 "double free or corruption (fasttop)", ptr=0xaf300468) at malloc.c:4965
#12 0xb753a54d in _int_free (av=0xaf300010, p=<optimized out>, have_lock=0) at malloc.c:3834
#13 0xb41532a1 in ?? () from /usr/lib/nvidia-340/tls/libnvidia-tls.so.340.76
#14 0xb4b15370 in __nptl_deallocate_tsd () at pthread_create.c:175
#15 0xb4b16267 in __nptl_deallocate_tsd () at ../sysdeps/unix/sysv/linux/exit-thread.h:36
#16 start_thread (arg=0xafc3ab40) at pthread_create.c:346
#17 0xb75b3fde in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:122

Thread 1 (Thread 0xb01a5780 (LWP 10375)):
#0  0xb76f0be0 in __kernel_vsyscall ()
#1  0xb75a93db in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0xb4f0e3a8 in ?? () from /usr/lib/i386-linux-gnu/libxcb.so.1
#3  0xb4f10088 in ?? () from /usr/lib/i386-linux-gnu/libxcb.so.1
#4  0xb4f101eb in xcb_wait_for_reply () from /usr/lib/i386-linux-gnu/libxcb.so.1
#5  0xb4f66166 in _XReply () from /usr/lib/i386-linux-gnu/libX11.so.6
#6  0xb4f61c33 in XSync () from /usr/lib/i386-linux-gnu/libX11.so.6
#7  0xb4f43221 in XCloseDisplay () from /usr/lib/i386-linux-gnu/libX11.so.6
#8  0xafdc281e in ?? () from /usr/lib/i386-linux-gnu/qt5/plugins/platforms/libqxcb.so
#9  0xafdc2c1a in ?? () from /usr/lib/i386-linux-gnu/qt5/plugins/platforms/libqxcb.so
#10 0xafdc75ef in ?? () from /usr/lib/i386-linux-gnu/qt5/plugins/platforms/libqxcb.so
#11 0xafdc76ea in ?? () from /usr/lib/i386-linux-gnu/qt5/plugins/platforms/libqxcb.so
#12 0xb5eaac2f in QGuiApplicationPrivate::~QGuiApplicationPrivate() () from /usr/lib/i386-linux-gnu/sse2/libQt5Gui.so.5
#13 0xb646f85d in QApplicationPrivate::~QApplicationPrivate() () from /usr/lib/i386-linux-gnu/libQt5Widgets.so.5
#14 0xb646f8fa in QApplicationPrivate::~QApplicationPrivate() () from /usr/lib/i386-linux-gnu/libQt5Widgets.so.5
#15 0xb5baccd3 in QObject::~QObject() () from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#16 0xb5b7045c in QCoreApplication::~QCoreApplication() () from /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5
#17 0xb5eaa8f1 in QGuiApplication::~QGuiApplication() () from /usr/lib/i386-linux-gnu/sse2/libQt5Gui.so.5
#18 0xb647185a in QApplication::~QApplication() () from /usr/lib/i386-linux-gnu/libQt5Widgets.so.5
#19 0xb6f38319 in KApplication::~KApplication() () from /usr/lib/i386-linux-gnu/libKF5KDELibs4Support.so.5
#20 0xb6f6f1cf in KUniqueApplication::~KUniqueApplication() () from /usr/lib/i386-linux-gnu/libKF5KDELibs4Support.so.5
#21 0xb768fad2 in Konsole::Application::~Application (this=0xbfb74798, __in_chrg=<optimized out>) at ../../src/Application.cpp:64
#22 0xb76a280b in kdemain (argc=1, argv=0xbfb74894) at ../../src/main.cpp:87
#23 0x080485a7 in main (argc=1, argv=0xbfb74894) at konsole_dummy.cpp:3

Possible duplicates by query: bug 347129, bug 346593, bug 346576, bug 341818.

Reported using DrKonqi
Comment 1 Martin Sandsmark 2016-08-13 17:31:44 UTC

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