Tracing down segfault

Stephen Kellett snail at objmedia.demon.co.uk
Sat Jun 25 05:57:35 EDT 2005


In message <mailman.870.1119668040.10512.python-list at python.org>, Tony
Meyer <t-meyer at ihug.co.nz> writes
>I have (unfortunately) a Python program that I can consistently (in a
>reproducible way) segfault.  However, I've got somewhat used to Python's
>very nice habit of protecting me from segfaults and raising exceptions
>instead, and am having trouble tracking down the problem.

Python Bug Validator, a flow tracer, is in beta. Should show you the
program execution history, line by line, with variables, params and
return codes and exceptions right up until the point the application
dies.

        http://www.softwareverify.com

Stephen
-- 
Stephen Kellett
Object Media Limited    http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting



More information about the Python-list mailing list