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

Yavor Doganov yavor at gnu.org
Tue Aug 17 19:54:50 UTC 2010


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.
-------------- next part --------------
#import <Foundation/Foundation.h>

int
main (void)
{
  CREATE_AUTORELEASE_POOL (pool);
  NSString *foo = @"Test\n";
  printf ("%s", [foo cString]);
  RELEASE (pool);
  exit (EXIT_SUCCESS);
}


More information about the pkg-GNUstep-maintainers mailing list