This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmalcolm
Recipients dmalcolm, pitrou, vstinner
Date 2010-10-13.14:59:48
SpamBayes Score 2.1382984e-10
Marked as misclassified No
Message-id <1286981991.49.0.850528229472.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like this doesn't yet have any test cases.

You probably should invoke a child python process that crashes and examine the output (perhaps running some/all of the examples in Lib/test/crashers ?); you may want to "steal" some of the wrapper code from Lib/test/test_gdb.py to do this.

Test ideas:
  - generate a segfault, verify that the output is sane
  - generate a FPE (likewise)
  - perhaps run all of the crashers, and ensure that something sane happens (e.g. stack overflow when the limit is set to something that's beyond what the OS/CPU can cope with).

Also, please test the interaction of this with the debugger (with gdb, at any rate): as I see it, this ought to gracefully get out of the way if you're running python under a debugger.  See Lib/test/test_gdb.py  for more examples of how to detect gdb, and invoke it in batch mode from a test suite.
History
Date User Action Args
2010-10-13 14:59:51dmalcolmsetrecipients: + dmalcolm, pitrou, vstinner
2010-10-13 14:59:51dmalcolmsetmessageid: <1286981991.49.0.850528229472.issue8863@psf.upfronthosting.co.za>
2010-10-13 14:59:49dmalcolmlinkissue8863 messages
2010-10-13 14:59:48dmalcolmcreate