In message <[EMAIL PROTECTED]>, Tony
Meyer <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to