[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with NSProcessInfo (?)
From: |
Chris B. Vetter |
Subject: |
Re: Problem with NSProcessInfo (?) |
Date: |
Tue, 20 May 2003 10:18:03 -0700 |
On Mon, 19 May 2003 19:18:35 -0600
Adam Fedor <fedor@doc.com> wrote:
> Does your +load method have any Objective-C code in it? Any
> Objective-C code could trigger an +initialize call, which might
> eventually lead to calling +[NSProcessInfo initialize] before the
> internal veriables have been set up.
I've played around a bit (using gcc32, no gcc33 here), if +load
- is completely empty, it works
- only has plain C code, it works
- has any kind of ObjC code, even a simple NSLog(@"foo"), it fails.
--
Chris