Summary: | Konsole crash after reboot and during session restore | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Vadim Pilipenko <pilsonv> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | gus, kde |
Priority: | NOR | Keywords: | drkonqi |
Version: | 15.08.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Vadim Pilipenko
2016-02-15 10:43:20 UTC
Created attachment 99486 [details]
New crash information added by DrKonqi
konsole (16.04.1) using Qt 5.5.1
Following the hint in #355421, I also found I had an invalid trailing ,0 in a session file:
% grep Sessions ~/.config/session/konsole_10ccd3e4d500014* | grep -w 0
/home/gus/.config/session/konsole_10ccd3e4d5000146371881400000129690027_1465797279_351777:Sessions=6,1,2,4,5,3,0
-- Backtrace (Reduced):
#6 0x00007f48f8fd7820 in Konsole::Session::sessionId() const () from /usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
#7 0x00007f48f900c3f8 in Konsole::ViewManager::createTerminalDisplay(Konsole::Session*) () from /usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
#8 0x00007f48f9012360 in Konsole::ViewManager::createView(Konsole::Session*, Konsole::ViewContainer*, int) () from /usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
#9 0x00007f48f901271f in Konsole::ViewManager::createView(Konsole::Session*) () from /usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
#10 0x00007f48f9014a5d in Konsole::ViewManager::restoreSessions(KConfigGroup const&) () from /usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
Application: konsole (15.12.3) Qt Version: 5.5.1 Operating System: Linux 4.4.6-gentoo x86_64 Distribution: "NAME=Gentoo" -- Information about the crash: After Login, Konsole crashes, afterwards a new one (without previous tabs) can be started. The crash can be reproduced every time, when logging on. -- Backtrace: Application: Konsole (konsole), signal: Segmentation fault Using host libthread_db library "/lib64/libthread_db.so.1". [Current thread is 1 (Thread 0x7faff9f81800 (LWP 12687))] Thread 2 (Thread 0x7faff78f6700 (LWP 12688)): #0 0x00007fb00a18ee3d in poll () from /lib64/libc.so.6 #1 0x00007fb002fa1352 in ?? () from /usr/lib64/libxcb.so.1 #2 0x00007fb002fa2fbf in xcb_wait_for_event () from /usr/lib64/libxcb.so.1 #3 0x00007faff9a53cb9 in ?? () from /usr/lib64/libQt5XcbQpa.so.5 #4 0x00007fb006bcaee2 in ?? () from /usr/lib64/libQt5Core.so.5 #5 0x00007fb002b7d4bd in start_thread () from /lib64/libpthread.so.0 #6 0x00007fb00a19817d in clone () from /lib64/libc.so.6 Thread 1 (Thread 0x7faff9f81800 (LWP 12687)): [KCrash Handler] #6 0x00007fb009e12390 in Konsole::Session::sessionId() const () from /usr/lib64/libkonsoleprivate.so.15 #7 0x00007fb009e47878 in Konsole::ViewManager::createTerminalDisplay(Konsole::Session*) () from /usr/lib64/libkonsoleprivate.so.15 #8 0x00007fb009e4de61 in Konsole::ViewManager::createView(Konsole::Session*, Konsole::ViewContainer*, int) () from /usr/lib64/libkonsoleprivate.so.15 #9 0x00007fb009e4f178 in Konsole::ViewManager::createView(Konsole::Session*) () from /usr/lib64/libkonsoleprivate.so.15 #10 0x00007fb009e4f40c in Konsole::ViewManager::restoreSessions(KConfigGroup const&) () from /usr/lib64/libkonsoleprivate.so.15 #11 0x00007fb00945dd10 in KMainWindow::readPropertiesInternal(KConfig*, int) () from /usr/lib64/libKF5XmlGui.so.5 #12 0x00007fb00945dd72 in KMainWindow::restore(int, bool) () from /usr/lib64/libKF5XmlGui.so.5 #13 0x00007fb00a477d8c in ?? () from /usr/lib64/libkdeinit5_konsole.so #14 0x00007fb00a478d7d in kdemain () from /usr/lib64/libkdeinit5_konsole.so #15 0x00007fb00a0cc700 in __libc_start_main () from /lib64/libc.so.6 #16 0x0000000000400789 in _start () Possible duplicates by query: bug 364653, bug 364624, bug 361841, bug 359428, bug 356270. Report to https://bugs.kde.org/ *** This bug has been marked as a duplicate of bug 355421 *** |