[Debian GNUstep maintainers] Bug#592751: Broken on hppa; programs abort with malloc assertion failure

dann frazier dannf at dannf.org
Tue Aug 17 20:17:48 UTC 2010


On Tue, Aug 17, 2010 at 10:54:50PM +0300, Yavor Doganov wrote:
> Meanwhile, can you additionally test the attached program, which doesn't 
> use NSProcessInfo (upstream has some suspicions that's the class where 
> the bug is)?  You can reuse the same GNUmakefile I sent you earlier.

> #import <Foundation/Foundation.h>
> 
> int
> main (void)
> {
>   CREATE_AUTORELEASE_POOL (pool);
>   NSString *foo = @"Test\n";
>   printf ("%s", [foo cString]);
>   RELEASE (pool);
>   exit (EXIT_SUCCESS);
> }

(sid)dannf at paer:~$ ./obj/test
Test

-- 
dann frazier






More information about the pkg-GNUstep-maintainers mailing list