[Konsole-devel] [Bug 249546] Cancelling apt-get dist-upgrade question in konsole results in crash of /bin/bash
Jekyll Wu
adaptee at gmail.com
Tue Aug 2 17:21:52 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=249546
Jekyll Wu <adaptee at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |adaptee at gmail.com
Resolution| |DUPLICATE
--- Comment #7 from Jekyll Wu <adaptee gmail com> 2011-08-02 17:21:52 ---
Ctrl+C should be the root cause. That will cause $? to be 130 and konsole will
get a QProcess::CrashExit. Pressing 'N' will cause $? to be 1 and konsole will
get a QProcess::NormalExit.
Although this is a different case, it actually has the same reason as #168539
does. See its comment #12
*** This bug has been marked as a duplicate of bug 168539 ***
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list