Open
Bug 480188
Opened 17 years ago
Updated 2 years ago
KeyboardInterrupt in js shell
Categories
(Core :: JavaScript Engine, enhancement, P5)
Tracking
()
NEW
People
(Reporter: jorendorff, Unassigned)
References
(Blocks 1 open bug)
Details
On platforms that HAVE_SIGACTION at least. Like this:
js> for (;;) ;
^C
uncaught exception:KeyboardInterrupt
js>
Comment 1•17 years ago
|
||
Hmm, I usually use ^C to quit the shell. Should I be using ^D instead?
Comment 2•17 years ago
|
||
Yeah, ^C stops the program where it is, ^D goes through the normal quit() path.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•