Ticket #821 (new defect)
uncached ObjC stub - Abort trap
| Reported by: | jazzbox@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby Later |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description (last modified by lsansonetti@…) (diff)
$ cat a.rb
begin
framework 'Cocoa'
rescue
NSWorkspaceLaunchWithoutActivation = 512
end
p NSWorkspace
NSWorkspace.sharedWorkspace.openURLs(
[ NSURL.URLWithString('http://www.macruby.org/')],
withAppBundleIdentifier:nil,
options:NSWorkspaceLaunchWithoutActivation,
additionalEventParamDescriptor:nil,
launchIdentifiers:nil)
$ macrubyc -o a --static --framework Cocoa a.rb; ./a #<NSWorkspace:0x20026b160> uncached ObjC stub `c@:@@Q@^@' Abort trap
Maybe this is a known restriction of the AOT-compilation...
Change History
Note: See
TracTickets for help on using
tickets.

