Open Bug 480188 Opened 17 years ago Updated 2 years ago

KeyboardInterrupt in js shell

Categories

(Core :: JavaScript Engine, enhancement, P5)

Other Branch
enhancement

Tracking

()

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>
Hmm, I usually use ^C to quit the shell. Should I be using ^D instead?
Yeah, ^C stops the program where it is, ^D goes through the normal quit() path.
Assignee: general → nobody
Severity: normal → S3
Blocks: sm-meta
Severity: S3 → N/A
Type: defect → enhancement
Priority: -- → P5
Blocks: sm-shell
No longer blocks: sm-meta
You need to log in before you can comment on or make changes to this bug.