On Wed, 20 Sep 2000 06:11:47 -0700, [EMAIL PROTECTED] wrote:
> -[NSString stringWithCString:] fails without at least one
> AutoreleasePool, maybe other
> methods in NSString as well.
>
> This code segfaults in a recursive exception loop, trying to create an
> NSString for the
> exception, but it's NSString that's failing :)
>
> int main (int argc, char **argv)
> {
> NSString *string;
>
> string = [NSString stringWithCString:argv[1]];
>
> return 0;
> }
This should be fixed now - a problem with exception strings being created
before [NSString +initialize] had completed.
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep