Issue 24: tinypy exits on errors without debug info
http://code.google.com/p/tinypy/issues/detail?id=24 New issue report by allefant:
What steps will reproduce the problem?
1. Embed tinypy in your application.
2. Make your tinypy code raise an uncaught exception.
3. Try to debug the problem.
What is the expected output? What do you see instead?
I would like a full traceback in gdb to the line of code which caused the
problem. Instead I get nothing at all.
The attached patch fixes it by replacing tinypy's calls to exit() with abort().
Attachments:
abort.diff 525 bytes
Issue attributes:
Status: Accepted
Owner: allefant
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings