python tracing a segmentation fault

Posted by pygabriel on Stack Overflow See other posts from Stack Overflow or by pygabriel
Published on 2010-04-18T20:35:04Z Indexed on 2010/04/18 20:43 UTC
Read the original article Hit count: 199

Filed under:
|
|

Hi, I'm developing C extensions from python ad I obtain some segfaults (inevitable during the development...).

I'm searching a way to display at which line of code the segfault happens (an idea is like tracing every single line of code), how I can do that?

© Stack Overflow or respective owner

Related posts about python

Related posts about c