[Konsole-devel] [Bug 155920] ctrl+c doesn't breaks foreground job
Dmitry Suzdalev
dimsuz at gmail.com
Fri Jan 25 23:12:56 UTC 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=155920
------- Additional Comments From dimsuz gmail com 2008-01-26 00:12 -------
Robert, I can confirm what Paolo said: it happens first in 760614 revision (porting to KProcess).
I also noticed this warning in Session.cpp's Session::sendSignal() function:
#warning "TODO: Send the right signal here, QProcess::kill() always sends SIGKILL"
I blindly tried to replace _shellProcess->kill() with _shellProcess->terminate(), but that did not help, so I gave up :)
Maybe this even not that piece of code that causes the problem (although seems quite related).
Maybe you'll have some further ideas.
And I wasn't able to reproduce this bug on my machine at work, although both home and work machines run Debian/testing (but have different hardware).
I'm puzzled what can cause this :)
But while it's reproducable here, at home, I can test your ideas if any.
More information about the konsole-devel
mailing list