[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] BUG: pygame 1.8 crash on osx in run_tests.py



On Nov 11, 2006, at 6:37 PM, Sean Jensen-Grey wrote:

I haven't been able to build a framework version of sdl_mixer on osx
intel. I determined that yes it is crashing in timidity. If I remove sdl_mixer
the crashes go away.


While running ktrace produces a ktrace.log

ktrace -t c python run_tests.py
[snip]
Is there a way to turn the open calls into readable strings instead of
pointers to strings?

Try "ktrace -t ci".

--Noah