From: Laurent S. <lsa...@ap...> - 2007-09-21 10:27:56
|
On Sep 21, 2007, at 7:10 AM, Yvon Thoraval wrote: > Hey all, > > right now in my RubyCocoa project i get a bunch of errors like that : > > 2007-09-20 10:17:57.289 eSync[970] *** Exception handlers were not > properly removed. Some code has jumped or returned out of an > NS_DURING...NS_HANDLER region without using the NS_VOIDRETURN or > NS_VALUERETURN macros. > 2007-09-20 10:17:57.303 eSync[970] *** Attempt to remove unrecognized > exception handler 0xbfff5a14 This kind of problems should not exist in 0.12, with the new threading support. Did you install the new libruby.1.dylib as mentioned in misc/ README_THREADING? Laurent |