pspp: Don't attempt fancy clean-up upon receiving a fatal signal.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 11 Oct 2010 04:13:21 +0000 (21:13 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 11 Oct 2010 04:14:06 +0000 (21:14 -0700)
commita69031154612651d1fd7d9267b0bc47cc48dde73
tree29d5e3d2be91e8d6c8610e9c03671feb623a5c0c
parent48ad6229d048c132839eb10b7b21b364e0d26817
pspp: Don't attempt fancy clean-up upon receiving a fatal signal.

Otherwise PSPP often assert-fails on Control+C.

In the long run it is probably friendlier to return to the command prompt
upon Control+C, but simply deleting temporary files and exiting cleanly
is preferable to an assert-fail.

See bug #20626 for more information.
src/ui/terminal/main.c