[issue21251] Standard library trace module crashes with exception

2021-05-26 Thread Irit Katriel
Irit Katriel added the comment: Martin, please create a new issue if this is still a problem in Python 3. -- resolution: -> out of date stage: needs patch -> resolved status: pending -> closed ___ Python tracker

[issue21251] Standard library trace module crashes with exception

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: pyblock supports python 3 now. Are you seeing the problem pm 3.8+?Otherwise this issue can be closed since python 2 past EOL. -- nosy: +iritkatriel status: open -> pending ___ Python tracker

[issue21251] Standard library trace module crashes with exception

2014-04-23 Thread Martin Kolman
Martin Kolman added the comment: @ 1.: Reproducer attached to the comment - just build the C code and run trace_test.py It is maybe not as minimal as it could be but I'm afraid the context of what the module is doing would be lost if it was cut down too aggressively. @ 2.: I'm afraid this is

[issue21251] Standard library trace module crashes with exception

2014-04-18 Thread Terry J. Reedy
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

[issue21251] Standard library trace module crashes with exception

2014-04-16 Thread Martin Kolman
New submission from Martin Kolman: We are currently working on adding tracing support to Anaconda, the Fedora/Red Hat Enterprise Linux installer and we have encountered some pretty strange behavior of the trace module. Anaconda (or to be concrete the Blivet storage library used by Anaconda)