Hello there, here is a very basic observation concerning your backtrace:
> > #6 0xfe329ef1 in NSLogv (format=0x80ae19c, args=0x8047774 > > "Há\n\bpÀÿþ\001") > > at NSLog.m:305 > > #7 0xfe329e77 in NSLog (format=0x80ae19c) at NSLog.m:252 First, NSLog is being called with a format string and no arguments. If the format string contains any escapes, it would segfault trying to read them. Second, the call to NSLogv looks like it contains a corrupt NSString instance. Could this be relevant? Best regards, Marko +-------------------------------------------------------------+ | Marko Riedel, EDV Neue Arbeit gGmbH, [EMAIL PROTECTED] | | http://www.geocities.com/markoriedelde/index.html | +-------------------------------------------------------------+ ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
