-
Type:
New Feature
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
To recreate, run
$ mongodump
without a mongod. After entering ^C, the terminal outputs
signal 'interrupt' received; attempting to shut down
and then hangs. The user must enter ^C a second time, the terminal outputs
signal 'interrupt' received; forcefully terminating
and exits.
The expected behavior is that mongodump exits after the first ^C signal is received.