Re: [Pyobjc-dev] more fun with pyobjc doc-based app project
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-07-06 09:35:06
|
On Saturday, 5 July, 2003, at 23:54, Bill Dozier wrote: > > Now that I have the compiler set correctly ;{>, if I build the pyobjc > doc-based project as-is and run it in the debugger I get a SIGTRAP > with this warning: "warning: ppc_frame_chain_valid: stack pointer > from 0xbffff114 to 0x1000 grows upward; assuming invalid." > > I can just hit the continue button on the debugger and then things > continue, apparently OK. I wouldn't be surpised if this is caused by the way we bootstrap applications. The bin-python-main.m file is only used to execute the python interpreter in /usr/bin/python (after setting up the right environment and arguments for the interpreter). I guess the debugger gets confused by this. Ronald |