From: Roger B. <ro...@ro...> - 2004-05-07 22:24:06
|
Peter Dufault wrote: > Specifically, reading back wallpapers or trying to generate the test > stuff with "python experiments/gentestdata.py tests" will segfault. I don't have a Mac so I don't know. However you should be able to run Python under gdb or equivalent. $ gdb /usr/bin/python (gdb) run experiments/gentestdata.py tests That should dump you into the debugger at the point of the seg fault. Roger |