| Summary: | Konsole crashes when bash in one of its tabs crashes | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Tomer Shalev <shalev.tomer> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED REMIND | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.6 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tomer Shalev
2008-04-03 13:25:07 UTC
> In order to reproduce and test this scenario, one needs to have a way to
> crash the shell which Konsole uses in a particular tab, then test
> whether Konsole sustain that crash.
That can be done easily, just stop bash using "kill" with signal number 11 (SIGSEGV, which is the signal usually sent when an application crashes).
I couldn't reproduce this here (the Konsole tab holding the killed session just closes) and without a backtrace from Konsole there is not a lot I can do.
When Konsole crashes and the KDE crash dialog appears, please go to the Backtrace tab and copy the contents into the bug report.
> just stop bash using "kill" with signal number 11
kill -s 11 <pid>
(Where <pid> is the process id of bash)
Can you reproduce this? If so, please attach the backtrace to the report. I will do so in a couple of days (out of office) Closing as 'remind' for now until more information is available. I've tried your suggestion from comment #2 (kill -s 11 <pid>). The bug does not occur. This is probably an INVALID bug, and you can close it. |