[issue21251] Standard library trace module crashes with exception

Terry J. Reedy report at bugs.python.org
Fri Apr 18 23:30:17 CEST 2014


Terry J. Reedy added the comment:

Third party compiled C crashers are nasty. Two suggestions:
1. Reduce the failing example to the minimum needed to fail. If you bypass all the python code in maps.py and device.py and just 'import dmraid', do you still get a crash at that point.
2. What happens if you run a minimal crasher with 3.4 or .5? I don't know if all the 3.x work on trace was backported.

----------
nosy: +belopolsky, ncoghlan, terry.reedy
stage:  -> needs patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21251>
_______________________________________


More information about the Python-bugs-list mailing list