Hello everyone, I have just installed the GNUstep core packages, plus libobjc2, plus LLVM, plus clang(s) and testing the installation. When I attempt to use @autoreleasepool the program compiles and links but crashes on execution with a seg fault. If I revert to NSAutoreleasePool *pool style, the program, including a little gui alert, runs fine. Blocks also works fine.
I tried setting the flag -fobjc-arc, but that caused a dispatch queue to error out the build. Any suggestions? Mark -- View this message in context: http://gnustep.8.n7.nabble.com/autoreleasepool-casuses-seg-fault-on-new-install-tp39346.html Sent from the GNUstep - General mailing list archive at Nabble.com. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
