Hi, Assuming that you aren’t using NSAutoreleasePool with -fobjc-arc, because with ARC NSAutoreleasePool is unavailable, please, can you post the piece of code that is causing problems, or a link to it, or in the case it is proprietary code, can you reproduce the not working piece of code with a little example?
It’s hard to help trying to guess your code. > Il giorno 09/giu/2015, alle ore 17:21, allynm <[email protected]> ha > scritto: > > 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 > Thanks, Alex ----------------------------------------------------------------- A: "Hey dude, where are you from?" B: “I’m from Uros” A: “What?” B: “Uros, the Uranos' world capital” A: “Hey dude, you look so strange and white. You should eat some meat!” B: “We don’t need to eat” A: “Hey man, that dude looks so strange, He doesn’t need to eat” C: “OMG! So strange, he also is so white!” D: “Why do I have to hunt to eat and survive and he doesn’t need to eat to survive? I hate him!” <…>
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
