| Summary: | konsole crashes upon logging in | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Elizabeth Myers <elizabeth> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | antonio.chirizzi, martin.sandsmark, renszarv07, simonandric5, wault |
| Priority: | NOR | ||
| Version First Reported In: | 16.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/konsole/f028f17bee9694954ea78ba03589ba7bdbc9aa39 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Check if session is available | ||
|
Description
Elizabeth Myers
2016-07-28 20:05:12 UTC
Backtrace I'm getting:
(gdb) bt
#0 0x000070a666de06ed in nanosleep () at ../sysdeps/unix/syscall-template.S:84
#1 0x000070a666de063a in __sleep (seconds=0, seconds@entry=1) at ../sysdeps/posix/sleep.c:55
#2 0x000070a661a98983 in startProcessInternal (argc=21, argv=<optimized out>, waitAndExit=waitAndExit@entry=true, directly=directly@entry=false)
at /tmp/portage/kde-frameworks/kcrash-5.24.0/work/kcrash-5.24.0/src/kcrash.cpp:650
#3 0x000070a661a98fe9 in KCrash::startProcess (argc=argc@entry=21, argv=argv@entry=0x7ffe19887fb0, waitAndExit=waitAndExit@entry=true)
at /tmp/portage/kde-frameworks/kcrash-5.24.0/work/kcrash-5.24.0/src/kcrash.cpp:616
#4 0x000070a661a9944f in KCrash::defaultCrashHandler (sig=<optimized out>) at /tmp/portage/kde-frameworks/kcrash-5.24.0/work/kcrash-5.24.0/src/kcrash.cpp:527
#5 <signal handler called>
#6 Konsole::Session::sessionId (this=this@entry=0x0) at /tmp/portage/kde-apps/konsole-16.04.3/work/konsole-16.04.3/src/Session.cpp:897
#7 0x000070a666ac6a48 in Konsole::ViewManager::createTerminalDisplay (this=this@entry=0xa9fde0, session=session@entry=0x0)
at /tmp/portage/kde-apps/konsole-16.04.3/work/konsole-16.04.3/src/ViewManager.cpp:747
#8 0x000070a666acb939 in Konsole::ViewManager::createView (this=this@entry=0xa9fde0, session=session@entry=0x0, container=0xaf8b70, index=index@entry=-1)
at /tmp/portage/kde-apps/konsole-16.04.3/work/konsole-16.04.3/src/ViewManager.cpp:523
#9 0x000070a666acd6cd in Konsole::ViewManager::createView (this=this@entry=0xa9fde0, session=session@entry=0x0)
at /tmp/portage/kde-apps/konsole-16.04.3/work/konsole-16.04.3/src/ViewManager.cpp:583
#10 0x000070a666aceb3d in Konsole::ViewManager::restoreSessions (this=0xa9fde0, group=...) at /tmp/portage/kde-apps/konsole-16.04.3/work/konsole-16.04.3/src/ViewManager.cpp:941
#11 0x000070a6660d8d90 in KMainWindow::readPropertiesInternal (this=this@entry=0xa33f70, config=0xa0cfe0, number=number@entry=1)
at /tmp/portage/kde-frameworks/kxmlgui-5.24.0/work/kxmlgui-5.24.0/src/kmainwindow.cpp:648
#12 0x000070a6660d8df2 in KMainWindow::restore (this=0xa33f70, number=number@entry=1, show=show@entry=true)
at /tmp/portage/kde-frameworks/kxmlgui-5.24.0/work/kxmlgui-5.24.0/src/kmainwindow.cpp:473
#13 0x000070a6670e80fc in restoreSession (app=...) at /tmp/portage/kde-apps/konsole-16.04.3/work/konsole-16.04.3/src/main.cpp:329
#14 0x000070a6670e913d in kdemain (argc=3, argv=0x7ffe19888b88) at /tmp/portage/kde-apps/konsole-16.04.3/work/konsole-16.04.3/src/main.cpp:124
#15 0x000070a666d49790 in __libc_start_main (main=0x400730 <main(int, char**)>, argc=3, argv=0x7ffe19888b88, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
stack_end=0x7ffe19888b78) at ../csu/libc-start.c:289
#16 0x0000000000400769 in _start ()
*** Bug 366195 has been marked as a duplicate of this bug. *** Created attachment 100588 [details]
Check if session is available
Git commit 13684bebe2a421157032bc3cfaf28e468d0c1eef by Martin T. H. Sandsmark. Committed on 13/08/2016 at 18:30. Pushed by sandsmark into branch 'master'. Fix crash when failing to restore session REVIEW: 128670 M +8 -0 src/ViewManager.cpp http://commits.kde.org/konsole/13684bebe2a421157032bc3cfaf28e468d0c1eef Git commit f028f17bee9694954ea78ba03589ba7bdbc9aa39 by Kurt Hindenburg, on behalf of Martin T. H. Sandsmark. Committed on 13/08/2016 at 19:44. Pushed by hindenburg into branch 'Applications/16.08'. Fix crash when failing to restore session REVIEW: 128670 (cherry picked from commit 13684bebe2a421157032bc3cfaf28e468d0c1eef) M +8 -0 src/ViewManager.cpp http://commits.kde.org/konsole/f028f17bee9694954ea78ba03589ba7bdbc9aa39 *** Bug 368359 has been marked as a duplicate of this bug. *** *** Bug 383829 has been marked as a duplicate of this bug. *** *** Bug 388355 has been marked as a duplicate of this bug. *** |