Gerald, note that X-ing out of a terminal because of some program may not be the best way to deal with that: if the program is ignoring SIGINT (the ^C signal), it could be ignoring SIGHUP (the "lost terminal" signal) as well; better to open another terminal, find the offending process's pid, and use an unignorable signal like SIGKILL.
-- terminal window fork bomb https://bugs.launchpad.net/bugs/116351 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
