[Pythonmac-SIG] re: Interpreting a crash dump

Robin Becker robin at reportlab.com
Sat Feb 21 13:11:56 EST 2004


In article <$9F+IVAXq5NAFwGZ at jessikat.fsnet.co.uk>, Robin Becker
<robin at reportlab.com> writes
>.....
>>
>>/usr/include/crt_externs.h
>>       extern char ***_NSGetEnviron(void);
>>
>>-bob
>>
>>
>so is it the case that my make configure dance hasn't got the right
>_environ definition somehow? I can't find a reference to NSGetEnviron
>in the Python sources so I assume it has to be mentioned in a mac
>specific header. Perhaps this is one of the things that is better in
>Python-2.3.
I see in the 2.3.2 posixmodule.c that we use _NSGetEnviron if
WITH_NEXT_FRAMEWORK is defined. It doesn't seem to be in 2.2.2 so I
guess that was one of the improvements you mentioned earlier :)
-- 
Robin Becker



More information about the Pythonmac-SIG mailing list