#962: Appscript framework causes EXC_BAD_ACCCESS error with MacRuby 0.7 --------------------------------------+------------------------------------- Reporter: gabriel.gilder@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: appscript --------------------------------------+------------------------------------- Setup: 1. Build the Appscript framework from https://appscript.svn.sourceforge.net/svnroot/appscript/objc- appscript/trunk 2. Install the framework in /Library/Frameworks or ~/Library/Frameworks 3. Checkout macruby-appscript from https://appscript.svn.sourceforge.net/svnroot/appscript/macruby- appscript/trunk 4. cd to trunk and run `sudo macruby setup.rb` Steps to reproduce: 1. Start a new MacRuby Application project 2. Add the Appscript.framework to Frameworks 3. Add "require 'appscript'" to rb_main.rb 4. Build and run In MacRuby 0.7, the resulting error occurs: [Switching to process 39091] Running… Program received signal: “EXC_BAD_ACCESS”. sharedlibrary apply-load-rules all warning: Unable to restore previously selected frame. Data Formatters temporarily unavailable, will re-try after a 'continue'. (Not safe to call dlopen at this time.) And the debugger opens up with some kind of memory trace that makes no sense to me. :) It runs perfectly with MacRuby 0.6. Please let me know if I can provide any more information... thanks! -Gabriel -- Ticket URL: <http://www.macruby.org/trac/ticket/962> MacRuby <http://macruby.org/>