[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libdispatch problem
From: |
allynm |
Subject: |
Re: libdispatch problem |
Date: |
Fri, 26 Jun 2015 11:30:59 -0700 (MST) |
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.