David - Further successful experimentation. I went back and computed int result= myBlock(3) and then put result in NSLog() thusly: NSLog(@"result is %d", result). If this is all I do then the program still aborts. However, if I add an additional NSLog() call immediately after the first one, (just before the closing curly brace) and just ask it to print out something, the program runs fine.
Very strange behavior. Maark -- View this message in context: http://gnustep.8.n7.nabble.com/libdispatch-problem-tp39436p39443.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
