|
From: Kevin B. <kbu...@ri...> - 2004-02-05 18:48:21
|
I've got a bit of a problem with interactions between RubyCocoa and Ruby's threading. I've seen this in a number of instances: 2004-02-05 11:30:17.592 sim[2208] *** 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. /Library/Frameworks/RubyCocoa.framework/Versions/A/Resources/ruby/osx/ objc/oc_wrapper.rb:17: [BUG] Bus Error My suspicion is that the thread scheduler is being run before an ObjC method completes... but I'm not sure, because I haven't had time to delve into the runtime code. Does anyone know what this is about, or have a fix? Pacem in terris / Mir / Shanti / Salaam / Heiwa Kevin R. Bullock |