You can subscribe to this list here.
2002 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(3) |
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
(11) |
Mar
(9) |
Apr
(1) |
May
(5) |
Jun
(5) |
Jul
(4) |
Aug
(3) |
Sep
(15) |
Oct
(8) |
Nov
(9) |
Dec
(11) |
2004 |
Jan
(5) |
Feb
(2) |
Mar
(1) |
Apr
(3) |
May
(6) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
(3) |
2005 |
Jan
(1) |
Feb
(7) |
Mar
(6) |
Apr
(36) |
May
(20) |
Jun
(42) |
Jul
(21) |
Aug
(12) |
Sep
(56) |
Oct
(5) |
Nov
(55) |
Dec
(53) |
2006 |
Jan
(43) |
Feb
(83) |
Mar
(98) |
Apr
(42) |
May
(68) |
Jun
(55) |
Jul
(50) |
Aug
(104) |
Sep
(13) |
Oct
(70) |
Nov
(37) |
Dec
(42) |
2007 |
Jan
(56) |
Feb
(18) |
Mar
(43) |
Apr
(80) |
May
(65) |
Jun
(149) |
Jul
(103) |
Aug
(71) |
Sep
(62) |
Oct
(67) |
Nov
(72) |
Dec
(63) |
2008 |
Jan
(64) |
Feb
(63) |
Mar
(31) |
Apr
(42) |
May
(71) |
Jun
(62) |
Jul
(37) |
Aug
(25) |
Sep
(5) |
Oct
(2) |
Nov
(7) |
Dec
(14) |
2009 |
Jan
(20) |
Feb
(15) |
Mar
(19) |
Apr
(8) |
May
(7) |
Jun
|
Jul
(37) |
Aug
(12) |
Sep
(19) |
Oct
(5) |
Nov
(1) |
Dec
(4) |
2010 |
Jan
(5) |
Feb
(24) |
Mar
(16) |
Apr
(9) |
May
(4) |
Jun
|
Jul
|
Aug
(6) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(5) |
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Eloy D. <elo...@gm...> - 2007-11-02 15:28:20
|
Ah ok, thanks Laurent! Eloy On 2 nov 2007, at 16:22, Laurent Sansonetti wrote: > The template works as expected, it's just that creating new documents > are not handled by it. It appears that the objc template branches the > new menu item action to the first responder's 'newDocument:', while > the ruby one doesn't. Doing this fixes the "problem". > > I marked this as a bug, thanks for the report. > > Laurent > > On Nov 2, 2007, at 6:46 AM, Eloy Duran wrote: > >> Hello, >> >> Is it just me, or does the Document based app template not work in >> Leopard? >> If I create a new document based project and run it, I can't create >> new docs. >> >> But if I test a new objc document based app, I can create as much new >> docs as I like.... >> >> Eloy >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Laurent S. <lsa...@ap...> - 2007-11-02 15:24:42
|
Hi Pierce, Could you run your application in debug mode, and attach the output here? You can pass the "-d" flag to your app on the command line, or set $RUBYCOCOA_DEBUG to true in your rb_main.rb file. If the output is too big, you can e-mail it to me directly. Thanks, Laurent On Nov 1, 2007, at 8:31 PM, Pierce T. Wetter III wrote: > > So my app all of a sudden wasn't working with Leopard. > > So I thought, well, I'll pull the trunk, build it from scratch and > start from there. > > Except now I'm getting a crash way early inside rubycocoa when I > launch: > > #0 0x0005f773 in install_ovmix_class_methods () > #1 0x0006652c in RBObjcDerivedClassNew () > #2 0x00065f72 in ocobj_s_new_with_class_name () > #3 0x000d10b7 in rb_with_disable_interrupt () > #4 0x000da636 in rb_eval_string_wrap () > #5 0x000db24a in rb_eval_string_wrap () > #6 0x000d84c5 in rb_eval_string_wrap () > #7 0x000d8e92 in rb_eval_string_wrap () > #8 0x000d6781 in rb_eval_string_wrap () > #9 0x000dae3c in rb_eval_string_wrap () > #10 0x000db24a in rb_eval_string_wrap () > #11 0x000d84c5 in rb_eval_string_wrap () > #12 0x000dae3c in rb_eval_string_wrap () > #13 0x000db24a in rb_eval_string_wrap () > #14 0x000dbccd in rb_respond_to () > #15 0x000dbdb6 in rb_funcall () > #16 0x000c81ab in rb_class_inherited () > #17 0x000d9e0e in rb_eval_string_wrap () > #18 0x000e6a47 in rb_load () > #19 0x000e70a8 in rb_require_safe () > #20 0x000da636 in rb_eval_string_wrap () > #21 0x000db24a in rb_eval_string_wrap () > #22 0x000d84c5 in rb_eval_string_wrap () > #23 0x000e6a47 in rb_load () > #24 0x000e70a8 in rb_require_safe () > #25 0x000da636 in rb_eval_string_wrap () > #26 0x000db24a in rb_eval_string_wrap () > #27 0x000d84c5 in rb_eval_string_wrap () > #28 0x000de658 in rb_thread_trap_eval () > #29 0x000df506 in rb_yield () > #30 0x000c010d in rb_ary_each () > #31 0x000da636 in rb_eval_string_wrap () > #32 0x000db24a in rb_eval_string_wrap () > #33 0x000d84c5 in rb_eval_string_wrap () > #34 0x000d7156 in rb_eval_string_wrap () > #35 0x000dae3c in rb_eval_string_wrap () > #36 0x000db24a in rb_eval_string_wrap () > #37 0x000d84c5 in rb_eval_string_wrap () > #38 0x000e7388 in rb_load_protect () > #39 0x000e73b9 in ruby_exec () > #40 0x000e73e5 in ruby_run () > #41 0x000648ec in RBApplicationMain () > #42 0x000029fd in main (argc=1, argv=0xbffff7b0) at /Users/pierce/ > svnProjects/Frictionless/RubyFrictionless/main.m:13 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Laurent S. <lsa...@ap...> - 2007-11-02 15:22:46
|
The template works as expected, it's just that creating new documents are not handled by it. It appears that the objc template branches the new menu item action to the first responder's 'newDocument:', while the ruby one doesn't. Doing this fixes the "problem". I marked this as a bug, thanks for the report. Laurent On Nov 2, 2007, at 6:46 AM, Eloy Duran wrote: > Hello, > > Is it just me, or does the Document based app template not work in > Leopard? > If I create a new document based project and run it, I can't create > new docs. > > But if I test a new objc document based app, I can create as much new > docs as I like.... > > Eloy > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Laurent S. <lsa...@ap...> - 2007-11-02 15:17:06
|
On Leopard, CalendarStorage is supported by RubyCocoa. If there is something in CalendarStorage that doesn't seem to work in RubyCocoa, please let us know. Laurent On Oct 30, 2007, at 2:48 PM, Norman Rosner wrote: > Hi there, > > some weeks ago i decided to use Rubycocoa for writing a small App with > GUI for OSX. The main Topic of that Tool is to convert a PDF File to > text and then parse that text file and store the calendar dates and > import it in iCal. > Now after upgrading to Leopard i've found something interesting for > me: CalCalendar or CalendarStorage Framework. > > But just to get shure: There is no Wrapper in RubyCocoa for it, is > there? > > Thanks > > norman > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Eloy D. <elo...@gm...> - 2007-11-02 10:46:48
|
Hello, Is it just me, or does the Document based app template not work in Leopard? If I create a new document based project and run it, I can't create new docs. But if I test a new objc document based app, I can create as much new docs as I like.... Eloy |
From: Pierce T. W. I. <pi...@tw...> - 2007-11-02 00:31:50
|
So my app all of a sudden wasn't working with Leopard. So I thought, well, I'll pull the trunk, build it from scratch and start from there. Except now I'm getting a crash way early inside rubycocoa when I launch: #0 0x0005f773 in install_ovmix_class_methods () #1 0x0006652c in RBObjcDerivedClassNew () #2 0x00065f72 in ocobj_s_new_with_class_name () #3 0x000d10b7 in rb_with_disable_interrupt () #4 0x000da636 in rb_eval_string_wrap () #5 0x000db24a in rb_eval_string_wrap () #6 0x000d84c5 in rb_eval_string_wrap () #7 0x000d8e92 in rb_eval_string_wrap () #8 0x000d6781 in rb_eval_string_wrap () #9 0x000dae3c in rb_eval_string_wrap () #10 0x000db24a in rb_eval_string_wrap () #11 0x000d84c5 in rb_eval_string_wrap () #12 0x000dae3c in rb_eval_string_wrap () #13 0x000db24a in rb_eval_string_wrap () #14 0x000dbccd in rb_respond_to () #15 0x000dbdb6 in rb_funcall () #16 0x000c81ab in rb_class_inherited () #17 0x000d9e0e in rb_eval_string_wrap () #18 0x000e6a47 in rb_load () #19 0x000e70a8 in rb_require_safe () #20 0x000da636 in rb_eval_string_wrap () #21 0x000db24a in rb_eval_string_wrap () #22 0x000d84c5 in rb_eval_string_wrap () #23 0x000e6a47 in rb_load () #24 0x000e70a8 in rb_require_safe () #25 0x000da636 in rb_eval_string_wrap () #26 0x000db24a in rb_eval_string_wrap () #27 0x000d84c5 in rb_eval_string_wrap () #28 0x000de658 in rb_thread_trap_eval () #29 0x000df506 in rb_yield () #30 0x000c010d in rb_ary_each () #31 0x000da636 in rb_eval_string_wrap () #32 0x000db24a in rb_eval_string_wrap () #33 0x000d84c5 in rb_eval_string_wrap () #34 0x000d7156 in rb_eval_string_wrap () #35 0x000dae3c in rb_eval_string_wrap () #36 0x000db24a in rb_eval_string_wrap () #37 0x000d84c5 in rb_eval_string_wrap () #38 0x000e7388 in rb_load_protect () #39 0x000e73b9 in ruby_exec () #40 0x000e73e5 in ruby_run () #41 0x000648ec in RBApplicationMain () #42 0x000029fd in main (argc=1, argv=0xbffff7b0) at /Users/pierce/ svnProjects/Frictionless/RubyFrictionless/main.m:13 |
From: Laurent S. <lsa...@ap...> - 2007-10-31 02:56:44
|
It seems to crash after having loaded the nkf bundle. Maybe the nkf bundle that was loaded wasn't compiled for the libruby version that is currently used. Using GDB would help to get the full path of the extension that is being loaded. I'm sorry but I don't have more clue right now :-( I will try to write an article on the Wiki on how to build an app that would run on both environments, as soon as I have the time. Laurent On Oct 31, 2007, at 1:24 AM, Rod Schmidt wrote: > Here's the crash report when running my app. It's built for Debug and > is setup to use libruby.1.dylib in app bundle using install_name_tool. > This crash is on Leopard even though it was built on Leopoard: > > Process: PackRat [13343] > Path: /Users/rod/Development/Projects/infiniteNIL/Build/ > Debug/PackRat.app/Contents/MacOS/PackRat > Identifier: com.infinitenil.packrat > Version: ??? (???) > Code Type: X86 (Native) > Parent Process: launchd [81] > > Date/Time: 2007-10-30 18:20:47.028 -0600 > OS Version: Mac OS X 10.5 (9A581) > Report Version: 6 > > Exception Type: EXC_BAD_ACCESS (SIGABRT) > Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 > Crashed Thread: 0 > > Thread 0 Crashed: > 0 libSystem.B.dylib 0x9092247a __kill + 10 > 1 libSystem.B.dylib 0x90999782 raise + 26 > 2 libSystem.B.dylib 0x909a8d3f abort + 73 > 3 libruby.1.dylib 0x0010e3b0 rb_exc_new + 0 > 4 libruby.1.dylib 0x00170995 rb_gc_mark_trap_list + > 297 > 5 libSystem.B.dylib 0x9092097b _sigtramp + 43 > 6 ??? 0xffffffff 0 + 4294967295 > 7 libruby.1.dylib 0x001f3c60 rb_intern + 43 > 8 libruby.1.dylib 0x001afdef rb_define_module + 32 > 9 nkf.bundle 0x002bc55b Init_nkf + 35 > 10 libruby.1.dylib 0x0010cb15 dln_load + 279 > 11 libruby.1.dylib 0x00125e21 rb_require_safe + 1465 > 12 libruby.1.dylib 0x00119dc7 Init_eval + 17638 > 13 libruby.1.dylib 0x0011a62c Init_eval + 19787 > 14 libruby.1.dylib 0x00117de0 Init_eval + 9471 > 15 libruby.1.dylib 0x00125665 rb_load + 959 > 16 libruby.1.dylib 0x00125dc3 rb_require_safe + 1371 > 17 libruby.1.dylib 0x00119dc7 Init_eval + 17638 > 18 libruby.1.dylib 0x0011a62c Init_eval + 19787 > 19 libruby.1.dylib 0x00117de0 Init_eval + 9471 > 20 libruby.1.dylib 0x00125665 rb_load + 959 > 21 libruby.1.dylib 0x00125dc3 rb_require_safe + 1371 > 22 libruby.1.dylib 0x00119dc7 Init_eval + 17638 > 23 libruby.1.dylib 0x0011a62c Init_eval + 19787 > 24 libruby.1.dylib 0x00117de0 Init_eval + 9471 > 25 libruby.1.dylib 0x00125665 rb_load + 959 > 26 libruby.1.dylib 0x00125dc3 rb_require_safe + 1371 > 27 libruby.1.dylib 0x00119dc7 Init_eval + 17638 > 28 libruby.1.dylib 0x0011a62c Init_eval + 19787 > 29 libruby.1.dylib 0x00117de0 Init_eval + 9471 > 30 libruby.1.dylib 0x00125665 rb_load + 959 > 31 libruby.1.dylib 0x00125dc3 rb_require_safe + 1371 > 32 libruby.1.dylib 0x00119dc7 Init_eval + 17638 > 33 libruby.1.dylib 0x0011a62c Init_eval + 19787 > 34 libruby.1.dylib 0x00117de0 Init_eval + 9471 > 35 libruby.1.dylib 0x001260e1 rb_load_protect + 296 > 36 libruby.1.dylib 0x00126112 ruby_exec + 22 > 37 libruby.1.dylib 0x0012613d ruby_run + 41 > 38 com.apple.rubycocoa 0x000e30d8 RBApplicationMain + 217 > 39 com.infinitenil.packrat 0x00002bf1 main + 47 (main.m:14) > 40 com.infinitenil.packrat 0x00002ba6 _start + 216 > 41 com.infinitenil.packrat 0x00002acd start + 41 > > Thread 0 crashed with X86 Thread State (32-bit): > eax: 0x00000000 ebx: 0x909a8cff ecx: 0xbfffd18c edx: 0x9092247a > edi: 0xbfffd22c esi: 0xa0055650 ebp: 0xbfffd1a8 esp: 0xbfffd18c > ss: 0x0000001f efl: 0x00000286 eip: 0x9092247a cs: 0x00000007 > ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 > cr2: 0xffe17820 > > Binary Images: > 0x1000 - 0x56ffb +com.infinitenil.packrat 1.5 (641M) > <4296800aeac21bd49438a90218dddfd1> /Users/rod/Development/Projects/ > infiniteNIL/Build/Debug/PackRat.app/Contents/MacOS/PackRat > 0x96000 - 0x96fff +com.yourcompany.yourcocoaframework ??? > (1.0) /Users/rod/Development/Projects/infiniteNIL/Build/Debug/ > PackRat.app/Contents/Frameworks/INFoundation.framework/Versions/A/ > INFoundation > 0x9d000 - 0xa4fff +com.infinitenil.inappkit ??? (1.0) /Users/ > rod/Development/Projects/infiniteNIL/Build/Debug/PackRat.app/Contents/ > Frameworks/INAppKit.framework/Versions/A/INAppKit > 0xd6000 - 0xf3fff com.apple.rubycocoa 0.12.0 (0.12.0) /Users/ > rod/Development/Projects/infiniteNIL/Build/Debug/PackRat.app/Contents/ > Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa > 0x100000 - 0x197fef +libruby.1.dylib ??? (???) /Users/rod/ > Development/Projects/infiniteNIL/Build/Debug/PackRat.app/Contents/ > Resources/libruby.1.dylib > 0x1a6000 - 0x243ffb libruby.1.dylib ??? (???) > <3db7e0924d57c0e1b3b5ed5be1d3236d> /usr/lib/libruby.1.dylib > 0x26e000 - 0x26efff CoreFoundation.dylib ??? (???) /System/ > Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/ > CoreFoundation.dylib > 0x2b0000 - 0x2b0ff3 Foundation.dylib ??? (???) /System/Library/ > Frameworks/Foundation.framework/Resources/BridgeSupport/ > Foundation.dylib > 0x2b6000 - 0x2e2ff5 +nkf.bundle ??? (???) > <3d42b83df8ad02be71cfee15a9ff8ef1> /Users/rod/Development/Projects/ > infiniteNIL/Build/Debug/PackRat.app/Contents/lib/nkf.bundle > 0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) > <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld > 0x90003000 - 0x90398fef com.apple.QuartzCore 1.5.0 (1.5.0) > <363cc63c669523cc3fec577949bb1308> /System/Library/Frameworks/ > QuartzCore.framework/Versions/A/QuartzCore > 0x903be000 - 0x903fbff7 libGLImage.dylib ??? (???) > <2d5ec9fc8b04b7b33f1d40ec83d86bf3> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGLImage.dylib > 0x903fc000 - 0x90455fff libGLU.dylib ??? (???) /System/Library/ > Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib > 0x90456000 - 0x904b2ff7 com.apple.htmlrendering 68 (1.1.3) > <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ > Versions/A/HTMLRendering > 0x904f5000 - 0x908b3fea libLAPACK.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vecLib.framework/ > Versions/A/libLAPACK.dylib > 0x908b4000 - 0x90a0efe3 libSystem.B.dylib ??? (???) > <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib > 0x90a0f000 - 0x90a0fff8 com.apple.ApplicationServices 34 (34) > <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/ApplicationServices > 0x90a10000 - 0x910a7fef com.apple.CoreGraphics 1.351.0 (???) > <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > CoreGraphics.framework/Versions/A/CoreGraphics > 0x910a8000 - 0x910ccfff libxslt.1.dylib ??? (???) > <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib > 0x910cd000 - 0x910dbffd libz.1.dylib ??? (???) > <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib > 0x910dc000 - 0x913e2fff com.apple.HIToolbox 1.5.0 (???) > <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/ > HIToolbox > 0x913e3000 - 0x91528ff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) > <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/ImageIO > 0x91529000 - 0x915a5feb com.apple.audio.CoreAudio 3.1.0 (3.1) > <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/ > CoreAudio.framework/Versions/A/CoreAudio > 0x91661000 - 0x91799ff7 libicucore.A.dylib ??? (???) > <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib > 0x9179a000 - 0x9179dfff com.apple.help 1.1 (36) > <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help > 0x9184c000 - 0x91858fe7 com.apple.opengl 1.5.4 (1.5.4) > <98bccaa83ca5e7101e821b4569a6a2ee> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/OpenGL > 0x9188a000 - 0x919bcfe7 com.apple.CoreFoundation 6.5 (476) > <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/ > CoreFoundation.framework/Versions/A/CoreFoundation > 0x919bd000 - 0x91a4fff3 com.apple.ApplicationServices.ATS 3.0 (???) > <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ > Versions/A/ATS > 0x91a50000 - 0x91a50ffd com.apple.Accelerate 1.4 (Accelerate 1.4) / > System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate > 0x91a51000 - 0x91a58fe9 libgcc_s.1.dylib ??? (???) > <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib > 0x91a6b000 - 0x92265fef com.apple.AppKit 6.5 (949) > <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/ > AppKit.framework/Versions/C/AppKit > 0x92425000 - 0x92425fff com.apple.Carbon 136 (136) > <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Carbon > 0x92426000 - 0x92426ffd com.apple.Accelerate.vecLib 3.4 (vecLib > 3.4) / > System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vecLib.framework/Versions/A/vecLib > 0x92446000 - 0x9271ffe7 com.apple.CoreServices.CarbonCore 783 (783) > <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/ > Versions/A/CarbonCore > 0x92720000 - 0x92730ffc com.apple.LangAnalysis 1.6.4 (1.6.4) > <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > LangAnalysis.framework/Versions/A/LangAnalysis > 0x9278f000 - 0x928b3fe3 com.apple.audio.toolbox.AudioToolbox 1.5 > (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/ > AudioToolbox > 0x928ee000 - 0x929a9fe3 com.apple.WebKit 5523.10.3 (5523.10.3) > <2741777559b3948d520a4d126330dbce> /System/Library/Frameworks/ > WebKit.framework/Versions/A/WebKit > 0x929aa000 - 0x929abfef libmathCommon.A.dylib ??? (???) /usr/lib/ > system/libmathCommon.A.dylib > 0x929ac000 - 0x92a35fff com.apple.framework.IOKit 1.5.0 (???) > <5d9b85c55183f9732eb9efc38d18ba53> /System/Library/Frameworks/ > IOKit.framework/Versions/A/IOKit > 0x92a36000 - 0x92ac9fff com.apple.ink.framework 101.3 (86) > <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink > 0x92ad8000 - 0x92d51fe7 com.apple.Foundation 6.5 (677) > <d182b2cc21817f7e5b6c7a1b3f421a98> /System/Library/Frameworks/ > Foundation.framework/Versions/C/Foundation > 0x92d84000 - 0x92d89fff com.apple.CommonPanels 1.2.4 (85) > <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ > Versions/ > A/CommonPanels > 0x92d8a000 - 0x92e6effb com.apple.CoreData 100 (185) > <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/ > CoreData.framework/Versions/A/CoreData > 0x92e6f000 - 0x92eccffb libstdc++.6.dylib ??? (???) > <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib > 0x93004000 - 0x9305eff7 com.apple.CoreText 2.0.0 (???) > <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > CoreText.framework/ > Versions/A/CoreText > 0x93065000 - 0x93065ffa com.apple.CoreServices 32 (32) > <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/CoreServices > 0x930f1000 - 0x93118fff libcups.2.dylib ??? (???) > <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib > 0x93119000 - 0x93119ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/ > Library/Frameworks/vecLib.framework/Versions/A/vecLib > 0x931ce000 - 0x93242fef libvMisc.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vecLib.framework/ > Versions/A/libvMisc.dylib > 0x93262000 - 0x93276ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/ > Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ > ImageCapture.framework/Versions/A/ImageCapture > 0x936ad000 - 0x93b79ffe libGLProgrammability.dylib ??? (???) > <ebd2e6c99ec2662b4bdaa3212ab94aed> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib > 0x93b7a000 - 0x93b80fff com.apple.print.framework.Print 218 (220) > <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/ > Print > 0x93b81000 - 0x93b89fff com.apple.DiskArbitration 2.2 (2.2) > <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/ > DiskArbitration.framework/Versions/A/DiskArbitration > 0x93b8a000 - 0x93bc4ff7 com.apple.coreui 0.1 (60) /System/Library/ > PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI > 0x93bc5000 - 0x93c04fef libTIFF.dylib ??? (???) > <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libTIFF.dylib > 0x93c06000 - 0x93c1cfe7 com.apple.CoreVideo 1.5.0 (1.5.0) > <bcc3dd0978bb626c26378227740e1e80> /System/Library/Frameworks/ > CoreVideo.framework/Versions/A/CoreVideo > 0x93c1d000 - 0x93c1dff8 com.apple.Cocoa 6.5 (???) > <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/ > Cocoa.framework/Versions/A/Cocoa > 0x93c1e000 - 0x93c20fff com.apple.securityhi 3.0 (30817) > <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/ > A/ > SecurityHI > 0x93c73000 - 0x93c7fff5 libGL.dylib ??? (???) /System/Library/ > Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib > 0x93e8a000 - 0x93f51ff2 com.apple.vImage 3.0 (3.0) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vImage.framework/ > Versions/A/vImage > 0x93f52000 - 0x93f68fff com.apple.DictionaryServices 1.0.0 (1.0.0) > <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/ > DictionaryServices.framework/Versions/A/DictionaryServices > 0x93f69000 - 0x94019fff edu.mit.Kerberos 6.0.11 (6.0.11) > <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/ > Kerberos.framework/Versions/A/Kerberos > 0x9401a000 - 0x940fbff7 libxml2.2.dylib ??? (???) > <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib > 0x940fc000 - 0x94126fef libauto.dylib ??? (???) > <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib > 0x9413b000 - 0x941e4fff com.apple.JavaScriptCore 5523.10.3 > (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/ > Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore > 0x941e5000 - 0x94294fff com.apple.DesktopServices 1.4.2 (1.4.2) > <ec69c4072b0df6f52ef3f48fadf4c4b8> /System/Library/PrivateFrameworks/ > DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv > 0x94295000 - 0x942b3fff libresolv.9.dylib ??? (???) > <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib > 0x942b4000 - 0x9437ffff com.apple.ColorSync 4.5.0 (4.5.0) /System/ > Library/Frameworks/ApplicationServices.framework/Versions/A/ > Frameworks/ > ColorSync.framework/Versions/A/ColorSync > 0x94380000 - 0x9445ffff libobjc.A.dylib ??? (???) > <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib > 0x94460000 - 0x94460ffc com.apple.audio.units.AudioUnit 1.5 (1.5) / > System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit > 0x94770000 - 0x94771ffc libffi.dylib ??? (???) > <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib > 0x947ac000 - 0x947aeff5 libRadiance.dylib ??? (???) > <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libRadiance.dylib > 0x947af000 - 0x947b9feb com.apple.audio.SoundManager 3.9.2 (3.9.2) > <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/ > A/CarbonSound > 0x947ba000 - 0x9486cffb libcrypto.0.9.7.dylib ??? (???) > <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib > 0x94878000 - 0x94c88fef libBLAS.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vecLib.framework/ > Versions/A/libBLAS.dylib > 0x94c89000 - 0x94d08ff5 com.apple.SearchKit 1.2.0 (1.2.0) > <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/ > Versions/A/SearchKit > 0x94d09000 - 0x94d09ffb com.apple.installserver.framework 1.0 (8) / > System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/ > InstallServer > 0x94d7c000 - 0x94dc1fef com.apple.Metadata 10.5.0 (398) > <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/Metadata.framework/ > Versions/A/Metadata > 0x94dc2000 - 0x94e39fe3 com.apple.CFNetwork 217 (219) > <f3c16ae4b2faeb134957ee96d90dc5ca> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/ > Versions/A/CFNetwork > 0x94fb9000 - 0x94fe8fe3 com.apple.AE 402 (402) > <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/ > AE > 0x94fe9000 - 0x95063ff8 com.apple.print.framework.PrintCore 5.5 (245) > <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > PrintCore.framework/Versions/A/PrintCore > 0x95064000 - 0x95074fff com.apple.speech.synthesis.framework 3.6.59 > (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/ > Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > SpeechSynthesis.framework/Versions/A/SpeechSynthesis > 0x95147000 - 0x95166ffa libJPEG.dylib ??? (???) > <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libJPEG.dylib > 0x95173000 - 0x95229fe3 com.apple.CoreServices.OSServices 209 (209) > <89296b20d2db6c180eee073b699e3484> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/OSServices.framework/ > Versions/A/OSServices > 0x96023000 - 0x961ecfef com.apple.security 5.0 (31122) > <0759867b3944f1e54ce3d9078bbdb867> /System/Library/Frameworks/ > Security.framework/Versions/A/Security > 0x9620a000 - 0x9625aff7 com.apple.HIServices 1.6.0 (???) > <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > HIServices.framework/Versions/A/HIServices > 0x9630a000 - 0x963b1ff7 com.apple.QD 3.11.49 (???) > <ca01e72078d30d6b183aa5224344608b> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/QD.framework/ > Versions/A/QD > 0x963c0000 - 0x963d8fff com.apple.openscripting 1.2.6 (???) > <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ > Versions/A/OpenScripting > 0x963d9000 - 0x96465ff7 com.apple.LaunchServices 283 (283) > <30168051779817916e04eb8e85fcc17f> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/ > Versions/A/LaunchServices > 0x96476000 - 0x964a3feb libvDSP.dylib ??? (???) > <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/ > Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ > A/ > libvDSP.dylib > 0x964a4000 - 0x964adfff com.apple.speech.recognition.framework 3.7.24 > (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/ > Frameworks/ > Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/ > Versions/A/SpeechRecognition > 0x964ba000 - 0x969cffff com.apple.WebCore 5523.10.3 (5523.10.3) > <89179acba0e5ae2163d4a75ad460cbdb> /System/Library/Frameworks/ > WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/ > WebCore > 0x969d0000 - 0x969d7ffe libbsm.dylib ??? (???) > <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib > 0x969d8000 - 0x969f3ffb libPng.dylib ??? (???) > <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libPng.dylib > 0x96ad4000 - 0x96b5bff7 libsqlite3.0.dylib ??? (???) > <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib > 0x96b5c000 - 0x96b60fff libGIF.dylib ??? (???) > <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libGIF.dylib > 0x96b61000 - 0x96ba3fef com.apple.NavigationServices 3.5 (160) > <26d03493eac3e290fd1d0fd5ff311863> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/ > Versions/A/NavigationServices > 0x96ca6000 - 0x96cdcfff com.apple.SystemConfiguration 1.9.0 (1.9.0) > <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/ > SystemConfiguration.framework/Versions/A/SystemConfiguration > 0xc0000000 - 0xc000efff +com.growl.growlwithinstallerframework 1.1.1 > (1.1.1) <dd41a36bcb6bf5913515b3d4875927d5> /Users/rod/Development/ > Projects/infiniteNIL/Build/Debug/PackRat.app/Contents/Frameworks/ > Growl- > WithInstaller.framework/Versions/A/Growl-WithInstaller > 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/ > libobjc.A.dylib > 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/ > libSystem.B.dylib > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Rod S. <rsc...@xm...> - 2007-10-31 00:28:35
|
In my previous post I sent you a crash log for running my app in Leopard, but built for Tiger. I tried to run it in Tiger as well, but in Tiger, I can't even launch it. It display a white circle with a line through it and the icon is grayed out, which signifies that the app won't launch on the system. Rod On Oct 30, 2007, at 8:49 AM, Laurent Sansonetti wrote: > This is because you're bundling an extension that was created for > Leopard's libruby (1.8.6), and try using it with Tiger's libruby > (1.8.2). It's using a symbol that was introduced after, thus the > runtime link error. > > Did you try embedding Leopard's libruby in your application too? Here > is a pointer with some details on how to do the trick: > > http://rubycocoa.sourceforge.net/EmbedRubyCocoa > > (See Distributing the Ruby Runtime Library). > > This might work, in Tiger your app would use the embedded version of > libruby, and not the system-wide version (in /usr/lib). > > Laurent > > On Oct 30, 2007, at 3:41 PM, Rod Schmidt wrote: > >> I've tried all that. See my message entitled standaloneify on >> Leopard. >> When I run on Tiger I get this: >> >> Command: PackRat >> Path: /Volumes/Internal HD/Users/rod/Development/Projects/ >> infiniteNIL/Build/Deployment/PackRat.app/Contents/MacOS/PackRat >> Parent: WindowServer [61] >> >> Version: 1.5 (641M) >> >> PID: 306 >> Thread: Unknown >> >> Link (dyld) error: >> >> Symbol not found: _rb_kcode_reset_option >> Referenced from: /Volumes/Internal HD/Users/rod/Development/ >> Projects/infiniteNIL/Build/Deployment/PackRat.app/Contents/lib/ >> strscan.bundle >> Expected in: /usr/lib/libruby.1.dylib >> >> >> Rod >> >> On Oct 30, 2007, at 7:29 AM, Laurent Sansonetti wrote: >> >>> Hi Rod, >>> >>> I never tried doing this, which is a shame, but I would start like >>> this: >>> >>> 1) build RubyCocoa with MACOSX_DEPLOYMENT_TARGET=10.4 >>> 2) build your app with MACOSX_DEPLOYMENT_TARGET=10.4 and link to the >>> new builded RubyCocoa >>> 3) embed the new builded RubyCocoa in your app >>> >>> You might also want to embed libruby too. >>> >>> There will be a problem with the threading support, which is >>> different >>> in 10.4 and 10.5. Current RubyCocoa cannot handle both in the same >>> binary (we use preprocessor macros to isolate the non-required >>> code), >>> we need to fix this so that at runtime RubyCocoa can activate the >>> right code path according to the system version. >>> >>> Laurent >>> >>> On Oct 30, 2007, at 5:40 AM, Rod Schmidt wrote: >>> >>>> Is it possible to build a standalone RubyCocoa app on Leopard and >>>> have >>>> it run in Tiger? In other words, does the RubyCocoa framework >>>> support >>>> 10.4? >>>> >>>> Thanks, >>>> >>>> Rod >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.net email is sponsored by: Splunk Inc. >>>> Still grepping through log files to find problems? Stop. >>>> Now Search log events and configuration files using AJAX and a >>>> browser. >>>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>>> _______________________________________________ >>>> Rubycocoa-talk mailing list >>>> Rub...@li... >>>> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a >>> browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> _______________________________________________ >>> Rubycocoa-talk mailing list >>> Rub...@li... >>> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Rod S. <rsc...@xm...> - 2007-10-31 00:24:25
|
Here's the crash report when running my app. It's built for Debug and is setup to use libruby.1.dylib in app bundle using install_name_tool. This crash is on Leopard even though it was built on Leopoard: Process: PackRat [13343] Path: /Users/rod/Development/Projects/infiniteNIL/Build/ Debug/PackRat.app/Contents/MacOS/PackRat Identifier: com.infinitenil.packrat Version: ??? (???) Code Type: X86 (Native) Parent Process: launchd [81] Date/Time: 2007-10-30 18:20:47.028 -0600 OS Version: Mac OS X 10.5 (9A581) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x9092247a __kill + 10 1 libSystem.B.dylib 0x90999782 raise + 26 2 libSystem.B.dylib 0x909a8d3f abort + 73 3 libruby.1.dylib 0x0010e3b0 rb_exc_new + 0 4 libruby.1.dylib 0x00170995 rb_gc_mark_trap_list + 297 5 libSystem.B.dylib 0x9092097b _sigtramp + 43 6 ??? 0xffffffff 0 + 4294967295 7 libruby.1.dylib 0x001f3c60 rb_intern + 43 8 libruby.1.dylib 0x001afdef rb_define_module + 32 9 nkf.bundle 0x002bc55b Init_nkf + 35 10 libruby.1.dylib 0x0010cb15 dln_load + 279 11 libruby.1.dylib 0x00125e21 rb_require_safe + 1465 12 libruby.1.dylib 0x00119dc7 Init_eval + 17638 13 libruby.1.dylib 0x0011a62c Init_eval + 19787 14 libruby.1.dylib 0x00117de0 Init_eval + 9471 15 libruby.1.dylib 0x00125665 rb_load + 959 16 libruby.1.dylib 0x00125dc3 rb_require_safe + 1371 17 libruby.1.dylib 0x00119dc7 Init_eval + 17638 18 libruby.1.dylib 0x0011a62c Init_eval + 19787 19 libruby.1.dylib 0x00117de0 Init_eval + 9471 20 libruby.1.dylib 0x00125665 rb_load + 959 21 libruby.1.dylib 0x00125dc3 rb_require_safe + 1371 22 libruby.1.dylib 0x00119dc7 Init_eval + 17638 23 libruby.1.dylib 0x0011a62c Init_eval + 19787 24 libruby.1.dylib 0x00117de0 Init_eval + 9471 25 libruby.1.dylib 0x00125665 rb_load + 959 26 libruby.1.dylib 0x00125dc3 rb_require_safe + 1371 27 libruby.1.dylib 0x00119dc7 Init_eval + 17638 28 libruby.1.dylib 0x0011a62c Init_eval + 19787 29 libruby.1.dylib 0x00117de0 Init_eval + 9471 30 libruby.1.dylib 0x00125665 rb_load + 959 31 libruby.1.dylib 0x00125dc3 rb_require_safe + 1371 32 libruby.1.dylib 0x00119dc7 Init_eval + 17638 33 libruby.1.dylib 0x0011a62c Init_eval + 19787 34 libruby.1.dylib 0x00117de0 Init_eval + 9471 35 libruby.1.dylib 0x001260e1 rb_load_protect + 296 36 libruby.1.dylib 0x00126112 ruby_exec + 22 37 libruby.1.dylib 0x0012613d ruby_run + 41 38 com.apple.rubycocoa 0x000e30d8 RBApplicationMain + 217 39 com.infinitenil.packrat 0x00002bf1 main + 47 (main.m:14) 40 com.infinitenil.packrat 0x00002ba6 _start + 216 41 com.infinitenil.packrat 0x00002acd start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x909a8cff ecx: 0xbfffd18c edx: 0x9092247a edi: 0xbfffd22c esi: 0xa0055650 ebp: 0xbfffd1a8 esp: 0xbfffd18c ss: 0x0000001f efl: 0x00000286 eip: 0x9092247a cs: 0x00000007 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0xffe17820 Binary Images: 0x1000 - 0x56ffb +com.infinitenil.packrat 1.5 (641M) <4296800aeac21bd49438a90218dddfd1> /Users/rod/Development/Projects/ infiniteNIL/Build/Debug/PackRat.app/Contents/MacOS/PackRat 0x96000 - 0x96fff +com.yourcompany.yourcocoaframework ??? (1.0) /Users/rod/Development/Projects/infiniteNIL/Build/Debug/ PackRat.app/Contents/Frameworks/INFoundation.framework/Versions/A/ INFoundation 0x9d000 - 0xa4fff +com.infinitenil.inappkit ??? (1.0) /Users/ rod/Development/Projects/infiniteNIL/Build/Debug/PackRat.app/Contents/ Frameworks/INAppKit.framework/Versions/A/INAppKit 0xd6000 - 0xf3fff com.apple.rubycocoa 0.12.0 (0.12.0) /Users/ rod/Development/Projects/infiniteNIL/Build/Debug/PackRat.app/Contents/ Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa 0x100000 - 0x197fef +libruby.1.dylib ??? (???) /Users/rod/ Development/Projects/infiniteNIL/Build/Debug/PackRat.app/Contents/ Resources/libruby.1.dylib 0x1a6000 - 0x243ffb libruby.1.dylib ??? (???) <3db7e0924d57c0e1b3b5ed5be1d3236d> /usr/lib/libruby.1.dylib 0x26e000 - 0x26efff CoreFoundation.dylib ??? (???) /System/ Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/ CoreFoundation.dylib 0x2b0000 - 0x2b0ff3 Foundation.dylib ??? (???) /System/Library/ Frameworks/Foundation.framework/Resources/BridgeSupport/Foundation.dylib 0x2b6000 - 0x2e2ff5 +nkf.bundle ??? (???) <3d42b83df8ad02be71cfee15a9ff8ef1> /Users/rod/Development/Projects/ infiniteNIL/Build/Debug/PackRat.app/Contents/lib/nkf.bundle 0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld 0x90003000 - 0x90398fef com.apple.QuartzCore 1.5.0 (1.5.0) <363cc63c669523cc3fec577949bb1308> /System/Library/Frameworks/ QuartzCore.framework/Versions/A/QuartzCore 0x903be000 - 0x903fbff7 libGLImage.dylib ??? (???) <2d5ec9fc8b04b7b33f1d40ec83d86bf3> /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x903fc000 - 0x90455fff libGLU.dylib ??? (???) /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x90456000 - 0x904b2ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ Versions/A/HTMLRendering 0x904f5000 - 0x908b3fea libLAPACK.dylib ??? (???) /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ Versions/A/libLAPACK.dylib 0x908b4000 - 0x90a0efe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib 0x90a0f000 - 0x90a0fff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/ApplicationServices 0x90a10000 - 0x910a7fef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x910a8000 - 0x910ccfff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib 0x910cd000 - 0x910dbffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x910dc000 - 0x913e2fff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/ HIToolbox 0x913e3000 - 0x91528ff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO 0x91529000 - 0x915a5feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/ CoreAudio.framework/Versions/A/CoreAudio 0x91661000 - 0x91799ff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib 0x9179a000 - 0x9179dfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x9184c000 - 0x91858fe7 com.apple.opengl 1.5.4 (1.5.4) <98bccaa83ca5e7101e821b4569a6a2ee> /System/Library/Frameworks/ OpenGL.framework/Versions/A/OpenGL 0x9188a000 - 0x919bcfe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/ CoreFoundation.framework/Versions/A/CoreFoundation 0x919bd000 - 0x91a4fff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x91a50000 - 0x91a50ffd com.apple.Accelerate 1.4 (Accelerate 1.4) / System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91a51000 - 0x91a58fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib 0x91a6b000 - 0x92265fef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/ AppKit.framework/Versions/C/AppKit 0x92425000 - 0x92425fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/ Carbon.framework/Versions/A/Carbon 0x92426000 - 0x92426ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) / System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/ vecLib.framework/Versions/A/vecLib 0x92446000 - 0x9271ffe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/ Versions/A/CarbonCore 0x92720000 - 0x92730ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9278f000 - 0x928b3fe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/ AudioToolbox 0x928ee000 - 0x929a9fe3 com.apple.WebKit 5523.10.3 (5523.10.3) <2741777559b3948d520a4d126330dbce> /System/Library/Frameworks/ WebKit.framework/Versions/A/WebKit 0x929aa000 - 0x929abfef libmathCommon.A.dylib ??? (???) /usr/lib/ system/libmathCommon.A.dylib 0x929ac000 - 0x92a35fff com.apple.framework.IOKit 1.5.0 (???) <5d9b85c55183f9732eb9efc38d18ba53> /System/Library/Frameworks/ IOKit.framework/Versions/A/IOKit 0x92a36000 - 0x92ac9fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x92ad8000 - 0x92d51fe7 com.apple.Foundation 6.5 (677) <d182b2cc21817f7e5b6c7a1b3f421a98> /System/Library/Frameworks/ Foundation.framework/Versions/C/Foundation 0x92d84000 - 0x92d89fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/ A/CommonPanels 0x92d8a000 - 0x92e6effb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/ CoreData.framework/Versions/A/CoreData 0x92e6f000 - 0x92eccffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x93004000 - 0x9305eff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/ Versions/A/CoreText 0x93065000 - 0x93065ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/ CoreServices.framework/Versions/A/CoreServices 0x930f1000 - 0x93118fff libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib 0x93119000 - 0x93119ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/ Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x931ce000 - 0x93242fef libvMisc.dylib ??? (???) /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ Versions/A/libvMisc.dylib 0x93262000 - 0x93276ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ ImageCapture.framework/Versions/A/ImageCapture 0x936ad000 - 0x93b79ffe libGLProgrammability.dylib ??? (???) <ebd2e6c99ec2662b4bdaa3212ab94aed> /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x93b7a000 - 0x93b80fff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x93b81000 - 0x93b89fff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/ DiskArbitration.framework/Versions/A/DiskArbitration 0x93b8a000 - 0x93bc4ff7 com.apple.coreui 0.1 (60) /System/Library/ PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x93bc5000 - 0x93c04fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x93c06000 - 0x93c1cfe7 com.apple.CoreVideo 1.5.0 (1.5.0) <bcc3dd0978bb626c26378227740e1e80> /System/Library/Frameworks/ CoreVideo.framework/Versions/A/CoreVideo 0x93c1d000 - 0x93c1dff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/ Cocoa.framework/Versions/A/Cocoa 0x93c1e000 - 0x93c20fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/ SecurityHI 0x93c73000 - 0x93c7fff5 libGL.dylib ??? (???) /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x93e8a000 - 0x93f51ff2 com.apple.vImage 3.0 (3.0) /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/ Versions/A/vImage 0x93f52000 - 0x93f68fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/ DictionaryServices.framework/Versions/A/DictionaryServices 0x93f69000 - 0x94019fff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/ Kerberos.framework/Versions/A/Kerberos 0x9401a000 - 0x940fbff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib 0x940fc000 - 0x94126fef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib 0x9413b000 - 0x941e4fff com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/ Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x941e5000 - 0x94294fff com.apple.DesktopServices 1.4.2 (1.4.2) <ec69c4072b0df6f52ef3f48fadf4c4b8> /System/Library/PrivateFrameworks/ DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x94295000 - 0x942b3fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib 0x942b4000 - 0x9437ffff com.apple.ColorSync 4.5.0 (4.5.0) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x94380000 - 0x9445ffff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib 0x94460000 - 0x94460ffc com.apple.audio.units.AudioUnit 1.5 (1.5) / System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x94770000 - 0x94771ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib 0x947ac000 - 0x947aeff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x947af000 - 0x947b9feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/ A/CarbonSound 0x947ba000 - 0x9486cffb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib 0x94878000 - 0x94c88fef libBLAS.dylib ??? (???) /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ Versions/A/libBLAS.dylib 0x94c89000 - 0x94d08ff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/ Versions/A/SearchKit 0x94d09000 - 0x94d09ffb com.apple.installserver.framework 1.0 (8) / System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/ InstallServer 0x94d7c000 - 0x94dc1fef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/Metadata.framework/ Versions/A/Metadata 0x94dc2000 - 0x94e39fe3 com.apple.CFNetwork 217 (219) <f3c16ae4b2faeb134957ee96d90dc5ca> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/ Versions/A/CFNetwork 0x94fb9000 - 0x94fe8fe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x94fe9000 - 0x95063ff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore 0x95064000 - 0x95074fff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x95147000 - 0x95166ffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x95173000 - 0x95229fe3 com.apple.CoreServices.OSServices 209 (209) <89296b20d2db6c180eee073b699e3484> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/OSServices.framework/ Versions/A/OSServices 0x96023000 - 0x961ecfef com.apple.security 5.0 (31122) <0759867b3944f1e54ce3d9078bbdb867> /System/Library/Frameworks/ Security.framework/Versions/A/Security 0x9620a000 - 0x9625aff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x9630a000 - 0x963b1ff7 com.apple.QD 3.11.49 (???) <ca01e72078d30d6b183aa5224344608b> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/QD.framework/ Versions/A/QD 0x963c0000 - 0x963d8fff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ Versions/A/OpenScripting 0x963d9000 - 0x96465ff7 com.apple.LaunchServices 283 (283) <30168051779817916e04eb8e85fcc17f> /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/ Versions/A/LaunchServices 0x96476000 - 0x964a3feb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvDSP.dylib 0x964a4000 - 0x964adfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/ Versions/A/SpeechRecognition 0x964ba000 - 0x969cffff com.apple.WebCore 5523.10.3 (5523.10.3) <89179acba0e5ae2163d4a75ad460cbdb> /System/Library/Frameworks/ WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/ WebCore 0x969d0000 - 0x969d7ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib 0x969d8000 - 0x969f3ffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x96ad4000 - 0x96b5bff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib 0x96b5c000 - 0x96b60fff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x96b61000 - 0x96ba3fef com.apple.NavigationServices 3.5 (160) <26d03493eac3e290fd1d0fd5ff311863> /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/ Versions/A/NavigationServices 0x96ca6000 - 0x96cdcfff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/ SystemConfiguration.framework/Versions/A/SystemConfiguration 0xc0000000 - 0xc000efff +com.growl.growlwithinstallerframework 1.1.1 (1.1.1) <dd41a36bcb6bf5913515b3d4875927d5> /Users/rod/Development/ Projects/infiniteNIL/Build/Debug/PackRat.app/Contents/Frameworks/Growl- WithInstaller.framework/Versions/A/Growl-WithInstaller 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/ libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/ libSystem.B.dylib |
From: Norman R. <je...@ma...> - 2007-10-30 18:49:04
|
Hi there, some weeks ago i decided to use Rubycocoa for writing a small App with GUI for OSX. The main Topic of that Tool is to convert a PDF File to text and then parse that text file and store the calendar dates and import it in iCal. Now after upgrading to Leopard i've found something interesting for me: CalCalendar or CalendarStorage Framework. But just to get shure: There is no Wrapper in RubyCocoa for it, is there? Thanks norman |
From: Rod S. <rsc...@xm...> - 2007-10-30 15:15:48
|
Yes, I tried to follow the EmbedRubyCocoa instructions. I'm using a RubyCocoa.framework that I used on Tiger. I copied a libruby from Tiger into my project directory and added the install_name_tool phase. At first I received the same error. Then I realized the install_name_tool command wasn't quite right. I made some changes so that when I used otool -L to see if it was pointing at the right libruby and it was. However, it would still crash, although with a different error. When I get a chance I'll send you the crash log. Rod On Oct 30, 2007, at 8:49 AM, Laurent Sansonetti wrote: > This is because you're bundling an extension that was created for > Leopard's libruby (1.8.6), and try using it with Tiger's libruby > (1.8.2). It's using a symbol that was introduced after, thus the > runtime link error. > > Did you try embedding Leopard's libruby in your application too? Here > is a pointer with some details on how to do the trick: > > http://rubycocoa.sourceforge.net/EmbedRubyCocoa > > (See Distributing the Ruby Runtime Library). > > This might work, in Tiger your app would use the embedded version of > libruby, and not the system-wide version (in /usr/lib). > > Laurent > > On Oct 30, 2007, at 3:41 PM, Rod Schmidt wrote: > >> I've tried all that. See my message entitled standaloneify on >> Leopard. >> When I run on Tiger I get this: >> >> Command: PackRat >> Path: /Volumes/Internal HD/Users/rod/Development/Projects/ >> infiniteNIL/Build/Deployment/PackRat.app/Contents/MacOS/PackRat >> Parent: WindowServer [61] >> >> Version: 1.5 (641M) >> >> PID: 306 >> Thread: Unknown >> >> Link (dyld) error: >> >> Symbol not found: _rb_kcode_reset_option >> Referenced from: /Volumes/Internal HD/Users/rod/Development/ >> Projects/infiniteNIL/Build/Deployment/PackRat.app/Contents/lib/ >> strscan.bundle >> Expected in: /usr/lib/libruby.1.dylib >> >> >> Rod >> >> On Oct 30, 2007, at 7:29 AM, Laurent Sansonetti wrote: >> >>> Hi Rod, >>> >>> I never tried doing this, which is a shame, but I would start like >>> this: >>> >>> 1) build RubyCocoa with MACOSX_DEPLOYMENT_TARGET=10.4 >>> 2) build your app with MACOSX_DEPLOYMENT_TARGET=10.4 and link to the >>> new builded RubyCocoa >>> 3) embed the new builded RubyCocoa in your app >>> >>> You might also want to embed libruby too. >>> >>> There will be a problem with the threading support, which is >>> different >>> in 10.4 and 10.5. Current RubyCocoa cannot handle both in the same >>> binary (we use preprocessor macros to isolate the non-required >>> code), >>> we need to fix this so that at runtime RubyCocoa can activate the >>> right code path according to the system version. >>> >>> Laurent >>> >>> On Oct 30, 2007, at 5:40 AM, Rod Schmidt wrote: >>> >>>> Is it possible to build a standalone RubyCocoa app on Leopard and >>>> have >>>> it run in Tiger? In other words, does the RubyCocoa framework >>>> support >>>> 10.4? >>>> >>>> Thanks, >>>> >>>> Rod >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.net email is sponsored by: Splunk Inc. >>>> Still grepping through log files to find problems? Stop. >>>> Now Search log events and configuration files using AJAX and a >>>> browser. >>>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>>> _______________________________________________ >>>> Rubycocoa-talk mailing list >>>> Rub...@li... >>>> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a >>> browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> _______________________________________________ >>> Rubycocoa-talk mailing list >>> Rub...@li... >>> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Laurent S. <lsa...@ap...> - 2007-10-30 14:49:33
|
This is because you're bundling an extension that was created for Leopard's libruby (1.8.6), and try using it with Tiger's libruby (1.8.2). It's using a symbol that was introduced after, thus the runtime link error. Did you try embedding Leopard's libruby in your application too? Here is a pointer with some details on how to do the trick: http://rubycocoa.sourceforge.net/EmbedRubyCocoa (See Distributing the Ruby Runtime Library). This might work, in Tiger your app would use the embedded version of libruby, and not the system-wide version (in /usr/lib). Laurent On Oct 30, 2007, at 3:41 PM, Rod Schmidt wrote: > I've tried all that. See my message entitled standaloneify on Leopard. > When I run on Tiger I get this: > > Command: PackRat > Path: /Volumes/Internal HD/Users/rod/Development/Projects/ > infiniteNIL/Build/Deployment/PackRat.app/Contents/MacOS/PackRat > Parent: WindowServer [61] > > Version: 1.5 (641M) > > PID: 306 > Thread: Unknown > > Link (dyld) error: > > Symbol not found: _rb_kcode_reset_option > Referenced from: /Volumes/Internal HD/Users/rod/Development/ > Projects/infiniteNIL/Build/Deployment/PackRat.app/Contents/lib/ > strscan.bundle > Expected in: /usr/lib/libruby.1.dylib > > > Rod > > On Oct 30, 2007, at 7:29 AM, Laurent Sansonetti wrote: > >> Hi Rod, >> >> I never tried doing this, which is a shame, but I would start like >> this: >> >> 1) build RubyCocoa with MACOSX_DEPLOYMENT_TARGET=10.4 >> 2) build your app with MACOSX_DEPLOYMENT_TARGET=10.4 and link to the >> new builded RubyCocoa >> 3) embed the new builded RubyCocoa in your app >> >> You might also want to embed libruby too. >> >> There will be a problem with the threading support, which is >> different >> in 10.4 and 10.5. Current RubyCocoa cannot handle both in the same >> binary (we use preprocessor macros to isolate the non-required code), >> we need to fix this so that at runtime RubyCocoa can activate the >> right code path according to the system version. >> >> Laurent >> >> On Oct 30, 2007, at 5:40 AM, Rod Schmidt wrote: >> >>> Is it possible to build a standalone RubyCocoa app on Leopard and >>> have >>> it run in Tiger? In other words, does the RubyCocoa framework >>> support >>> 10.4? >>> >>> Thanks, >>> >>> Rod >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a >>> browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> _______________________________________________ >>> Rubycocoa-talk mailing list >>> Rub...@li... >>> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Rod S. <rsc...@xm...> - 2007-10-30 14:41:32
|
I've tried all that. See my message entitled standaloneify on Leopard. When I run on Tiger I get this: Command: PackRat Path: /Volumes/Internal HD/Users/rod/Development/Projects/ infiniteNIL/Build/Deployment/PackRat.app/Contents/MacOS/PackRat Parent: WindowServer [61] Version: 1.5 (641M) PID: 306 Thread: Unknown Link (dyld) error: Symbol not found: _rb_kcode_reset_option Referenced from: /Volumes/Internal HD/Users/rod/Development/ Projects/infiniteNIL/Build/Deployment/PackRat.app/Contents/lib/ strscan.bundle Expected in: /usr/lib/libruby.1.dylib Rod On Oct 30, 2007, at 7:29 AM, Laurent Sansonetti wrote: > Hi Rod, > > I never tried doing this, which is a shame, but I would start like > this: > > 1) build RubyCocoa with MACOSX_DEPLOYMENT_TARGET=10.4 > 2) build your app with MACOSX_DEPLOYMENT_TARGET=10.4 and link to the > new builded RubyCocoa > 3) embed the new builded RubyCocoa in your app > > You might also want to embed libruby too. > > There will be a problem with the threading support, which is different > in 10.4 and 10.5. Current RubyCocoa cannot handle both in the same > binary (we use preprocessor macros to isolate the non-required code), > we need to fix this so that at runtime RubyCocoa can activate the > right code path according to the system version. > > Laurent > > On Oct 30, 2007, at 5:40 AM, Rod Schmidt wrote: > >> Is it possible to build a standalone RubyCocoa app on Leopard and >> have >> it run in Tiger? In other words, does the RubyCocoa framework support >> 10.4? >> >> Thanks, >> >> Rod >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Laurent S. <lsa...@ap...> - 2007-10-30 13:29:35
|
Hi Rod, I never tried doing this, which is a shame, but I would start like this: 1) build RubyCocoa with MACOSX_DEPLOYMENT_TARGET=10.4 2) build your app with MACOSX_DEPLOYMENT_TARGET=10.4 and link to the new builded RubyCocoa 3) embed the new builded RubyCocoa in your app You might also want to embed libruby too. There will be a problem with the threading support, which is different in 10.4 and 10.5. Current RubyCocoa cannot handle both in the same binary (we use preprocessor macros to isolate the non-required code), we need to fix this so that at runtime RubyCocoa can activate the right code path according to the system version. Laurent On Oct 30, 2007, at 5:40 AM, Rod Schmidt wrote: > Is it possible to build a standalone RubyCocoa app on Leopard and have > it run in Tiger? In other words, does the RubyCocoa framework support > 10.4? > > Thanks, > > Rod > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Eloy D. <elo...@gm...> - 2007-10-30 09:23:54
|
Hello list, I'm wondering how I should override #init from a module. If I use the following code, then it complains about super_init. I now have to use #initialize which works. But my code can't be used from the objc side of the bridge, so I'd rather use #init. Cheers, Eloy = = ======================================================================== require 'osx/cocoa' #$RUBYCOCOA_DEBUG = true module Foo def init puts 'INIT' self if super_init end def initialize puts 'INITIALIZE' end end class OSX::NSObject class << self alias_method :before_inherited, :inherited def inherited(subclass) before_inherited(subclass) subclass.class_eval do include Foo end end end end class Bar < OSX::NSObject end Bar.alloc.init # Produces: # # # INITIALIZE # INIT # # OSX::OCMessageSendException: Can't get Objective-C method signature for selector 'super:init' of receiver #<Bar:0x208370 class='Bar' id=0x5594e0> # # method ocm_send in oc_wrapper.rb at line 50 # method method_missing in oc_wrapper.rb at line 50 # method init in untitled document at line 8 # at top level in untitled document at line 30 |
From: Eloy D. <elo...@gm...> - 2007-10-30 09:02:56
|
Hey Tim, Yes he did :) http://rubycocoa.sourceforge.net/EmbedRubyCocoa Cheers, Eloy On 30 okt 2007, at 09:56, Tim Perrett wrote: > Hey Eloy > > That reminds me - did Laurent ever get around to writing that page on > the wiki about packaging ruby as a whole inside the application? Its a > question that crops up quite often it seems! > > Cheers > > Tim > > > On 30 Oct 2007, at 08:37, Eloy Duran wrote: > >> The RubyCocoa framework does support 10.4. >> Hell, you could even run it on 10.3 if you bundle the require > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Tim P. <he...@ti...> - 2007-10-30 08:57:16
|
Hey Eloy That reminds me - did Laurent ever get around to writing that page on the wiki about packaging ruby as a whole inside the application? Its a question that crops up quite often it seems! Cheers Tim On 30 Oct 2007, at 08:37, Eloy Duran wrote: > The RubyCocoa framework does support 10.4. > Hell, you could even run it on 10.3 if you bundle the require |
From: Eloy D. <elo...@gm...> - 2007-10-30 08:37:29
|
Hello Rod, The RubyCocoa framework does support 10.4. Hell, you could even run it on 10.3 if you bundle the required libs. One question though that I can't answer right now, and is important, is about the BridgeSupport files. You don't need to generate them on 10.5 anymore, but for 10.4 they are needed. So the question remains, should those BridgeSupport files be generated on 10.4 and be bundled in a way so that RC uses it on 10.4 but not on 10.5? Eloy On 30 okt 2007, at 05:40, Rod Schmidt wrote: > Is it possible to build a standalone RubyCocoa app on Leopard and have > it run in Tiger? In other words, does the RubyCocoa framework support > 10.4? > > Thanks, > > Rod > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Rod S. <rsc...@xm...> - 2007-10-30 04:40:50
|
Is it possible to build a standalone RubyCocoa app on Leopard and have it run in Tiger? In other words, does the RubyCocoa framework support 10.4? Thanks, Rod |
From: Rod S. <rsc...@xm...> - 2007-10-29 05:05:22
|
I'm trying to build a RubyCocoa app on Leopard that will run on Tiger. I'm using the standaloneify.rb tool. It runs fine on Leopard, but when I launch it on a Tiger machine it crashes. This is what is in the crash log: Command: PackRat Path: /Volumes/Internal HD/Users/rod/Development/Projects/ infiniteNIL/Build/Deployment/PackRat.app/Contents/MacOS/PackRat Parent: WindowServer [61] Version: 1.5 (641M) PID: 306 Thread: Unknown Link (dyld) error: Symbol not found: _rb_kcode_reset_option Referenced from: /Volumes/Internal HD/Users/rod/Development/ Projects/infiniteNIL/Build/Deployment/PackRat.app/Contents/lib/ strscan.bundle Expected in: /usr/lib/libruby.1.dylib Anybody have any ideas as to what's wrong? Where should _rb_kcode_reset_option be found? Do I need to install some gems? I'm using RubyCocoa 0.12 to link the app? Should I use the RubyCocoa.framework that is built into Leopard? Thanks, Rod |
From: Rich C. <rc...@qu...> - 2007-10-29 03:21:41
|
Just a quick followup. webkit2png.py works fine, which leads me to believe the flaw might be in RubyCocoa and not WebKit. The Python script also calls lock.focus but it could be doing a lot of other stuff differently as well...just thought it was interesting. Thanks, RC On Oct 28, 2007, at 8:06 PM, Rich Curtis wrote: > Justin, > > Do you think it would be a matter of determining what > NSInternalInconsistencyException can be caused by and attempting to > handle each? > > Or do you think that maybe Safari that shipped with Leopard is what > broke it? I sort of suspected my install at first because I upgraded > to Leopard rather than a clean install. > > I am new to RubyCocoa so I am not sure of what might be happening. > > I also tried upgrading WebKit with the latest nightly build to see > if that mattered but it didn't seem to. Not sure how that works (or > how to roll WebKit back to the default configuration that comes from > Leopard). > > Still confused, but willing to do what I can to try and help. > > Thanks, > > RC > > > > > > On Oct 27, 2007, at 5:25 PM, Justin Palmer wrote: > >> I've gotten a bit further, but it's still not fixed. >> >> http://pastie.textmate.org/111565 >> >> There is a problem with lockFocus. Looks like an >> NSInternalInconsistencyException can be a number of things, and I >> can't extract >> anything useful from the error message: >> >> 2007-10-27 16:19:30.062 ruby[6927:10b] *** Assertion failure in - >> [WebHTMLView lockFocus], /SourceCache/AppKit/AppKit-949/ >> AppKit.subproj/NSView.m:4751 >> 2007-10-27 16:19:30.064 ruby[6927:10b] >> ActiveReload::DarkRoom::Processor#webView_didFinishLoadForFrame: >> OSX::OCException: NSInternalInconsistencyException - - >> [WebHTMLView(0x1aa9ba0) lockFocus] failed with window=0x1a97610, >> windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0 >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:50:in `ocm_send' >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:50:in `method_missing' >> ./darkroom.rb:106:in `capture_and_save' >> ./darkroom.rb:101:in `webView_didFinishLoadForFrame' >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:50:in `ocm_send' >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:50:in `method_missing' >> ./darkroom.rb:62:in `shoot' >> ./darkroom.rb:52:in `initialize' >> ./darkroom.rb:116:in `new' >> ./darkroom.rb:116 >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:51: [BUG] Segmentation fault >> ruby 1.8.6 (2007-06-07) [universal-darwin9.0] >> >> >> >> On Oct 27, 2007, at 3:40 PM, Justin Palmer wrote: >> >>> I'm investigating it. It looks like initialize is being called >>> multiple times. Also, applicationDidFinishLaunching never post. >>> Moving some things around, removing initialize in favor of a >>> custom init_with_options works, but there are still errors with >>> lockFocus. >>> >>> 2007-10-27 15:38:48.256 ruby[4872:10b] *** Assertion failure in - >>> [WebHTMLView lockFocus], /SourceCache/AppKit/AppKit-949/ >>> AppKit.subproj/NSView.m:4751 >>> 2007-10-27 15:38: 48.258 ruby[4872:10b] >>> ActiveReload::DarkRoom::Processor#webView_didFinishLoadForFrame: >>> OSX::OCException: NSInternalInconsistencyException - - >>> [WebHTMLView(0x1a6bf30) lockFocus] failed with window=0x1a5a2e0, >>> windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0 >>> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >>> oc_wrapper.rb:50:in `ocm_send' >>> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >>> oc_wrapper.rb:50:in `method_missing' >>> darkroom.rb:105:in `capture_and_save' >>> darkroom.rb:101:in `webView_didFinishLoadForFrame' >>> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >>> oc_wrapper.rb:50:in `ocm_send' >>> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >>> oc_wrapper.rb:50:in `method_missing' >>> darkroom.rb:62:in `shoot' >>> darkroom.rb:52:in `initialize' >>> darkroom.rb :115:in `new' >>> darkroom.rb:115 >>> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >>> oc_wrapper.rb:51: [BUG] Segmentation fault >>> ruby 1.8.6 (2007-03-13) [i686-darwin8.9.1] >>> >>> >>> This is on Leopard. I haven't rebuilt RubyCocoa since I upgraded >>> to Leopard though, thats a new set of problems. Once I rebuild >>> I'll investigate further. >>> >>> Cheers, >>> -Justin >>> >>> On 10/27/07, Laurent Sansonetti < lsa...@ap...> wrote: >>> Hi Rich, >>> >>> In my environment darkroom.rb hangs, I can't reproduce the AppKit >>> assertion failure. It used to work in Leopard in the past, I would >>> definitely suspect WebKit to have changed in the meantime. >>> >>> Laurent >>> >>> On Oct 27, 2007, at 4:20 PM, Rich Curtis wrote: >>> >>> > Hi List, >>> > >>> > Tried running the RubyCocoa darkroom.rb (/Developer/Examples/ >>> > RubyCocoa/ >>> > Scripts/darkroom.rb) example today that came with the Leopard Dev >>> > Tools Examples and it horked: >>> > >>> > 2007-10-27 10:18:43.399 ruby[544:10b] *** Assertion failure in - >>> > [WebHTMLView lockFocus], /SourceCache/AppKit/AppKit-949/ >>> > AppKit.subproj/ >>> > NSView.m:4751 >>> > 2007-10-27 10:18:43.401 ruby[544:10b] >>> > ActiveReload::DarkRoom::Processor#webView_didFinishLoadForFrame: >>> > OSX::OCException: NSInternalInconsistencyException - - >>> > [WebHTMLView(0x9f023e0) lockFocus] failed with window=0x3ebc90, >>> > windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0 >>> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ >>> ruby/osx/ >>> > objc/oc_wrapper.rb:50:in `ocm_send' >>> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ >>> ruby/osx/ >>> > objc/oc_wrapper.rb:50:in `method_missing' >>> > darkroom.rb:99:in `capture_and_save' >>> > darkroom.rb:95:in `webView_didFinishLoadForFrame' >>> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ >>> ruby/osx/ >>> > objc/oc_wrapper.rb:50:in `ocm_send' >>> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ >>> ruby/osx/ >>> > objc/oc_wrapper.rb:50:in `method_missing' >>> > darkroom.rb:62:in `shoot' >>> > darkroom.rb:52:in `initialize' >>> > darkroom.rb:109:in `new' >>> > darkroom.rb:109 >>> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/ >>> > objc/ >>> > oc_wrapper.rb:51: [BUG] Segmentation fault >>> > >>> > Anyone have a clue as to why the shipping RubyCocoa that comes >>> with >>> > Leopard would have a problem with this script? >>> > >>> > Thanks, >>> > rich >>> > >>> > >>> > >>> > >>> ------------------------------------------------------------------------- >>> > This SF.net email is sponsored by: Splunk Inc. >>> > Still grepping through log files to find problems? Stop. >>> > Now Search log events and configuration files using AJAX and a >>> > browser. >>> > Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> > _______________________________________________ >>> > Rubycocoa-talk mailing list >>> > Rub...@li... >>> > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a >>> browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> _______________________________________________ >>> Rubycocoa-talk mailing list >>> Rub...@li... >>> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >>> >>> >>> >>> -- >>> Justin Palmer >>> http://alternateidea.com | http://lighthouseapp.com | http://activereload.net >>> | http://warehouseapp.com >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > |
From: Alistair H. <ali...@gm...> - 2007-10-29 01:35:59
|
Hi Jon, Thanks for that zip - it was very interesting to look over, I'm sure I can gain some more knowledge from it. Facetastic looks pretty cool. I'd be interested in taking a look at it and it's source if you can find it :) Alistair Holt On 29/10/2007, Jon Baer <jo...@gm...> wrote: > > Hi Alistair - > > You might also be able to pick up hints from this small sample ... > > http://jonbaer.textdriven.com/rubycocoa/SimpleDrag.zip (not sure if > this works in Leopard) > > I was going to use the technique in an an actual app ( > http://jonbaer.textdriven.com/facetastic/ > ) but could not keep up w/ APIs and Framework fell behind so Ive > abandoned it, if I can relocate the source will gladly post. > > - Jon > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > -- Alistair Holt ali...@gm... |
From: Jon B. <jo...@gm...> - 2007-10-29 00:51:41
|
Hi Alistair - You might also be able to pick up hints from this small sample ... http://jonbaer.textdriven.com/rubycocoa/SimpleDrag.zip (not sure if this works in Leopard) I was going to use the technique in an an actual app (http://jonbaer.textdriven.com/facetastic/ ) but could not keep up w/ APIs and Framework fell behind so Ive abandoned it, if I can relocate the source will gladly post. - Jon |
From: Rich C. <ric...@ma...> - 2007-10-29 00:06:59
|
Justin, Do you think it would be a matter of determining what NSInternalInconsistencyException can be caused by and attempting to handle each? Or do you think that maybe Safari that shipped with Leopard is what broke it? I sort of suspected my install at first because I upgraded to Leopard rather than a clean install. I am new to RubyCocoa so I am not sure of what might be happening. I also tried upgrading WebKit with the latest nightly build to see if that mattered but it didn't seem to. Not sure how that works (or how to roll WebKit back to the default configuration that comes from Leopard). Still confused, but willing to do what I can to try and help. Thanks, RC On Oct 27, 2007, at 5:25 PM, Justin Palmer wrote: > I've gotten a bit further, but it's still not fixed. > > http://pastie.textmate.org/111565 > > There is a problem with lockFocus. Looks like an > NSInternalInconsistencyException can be a number of things, and I > can't extract > anything useful from the error message: > > 2007-10-27 16:19:30.062 ruby[6927:10b] *** Assertion failure in - > [WebHTMLView lockFocus], /SourceCache/AppKit/AppKit-949/ > AppKit.subproj/NSView.m:4751 > 2007-10-27 16:19:30.064 ruby[6927:10b] > ActiveReload::DarkRoom::Processor#webView_didFinishLoadForFrame: > OSX::OCException: NSInternalInconsistencyException - - > [WebHTMLView(0x1aa9ba0) lockFocus] failed with window=0x1a97610, > windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0 > /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ > oc_wrapper.rb:50:in `ocm_send' > /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ > oc_wrapper.rb:50:in `method_missing' > ./darkroom.rb:106:in `capture_and_save' > ./darkroom.rb:101:in `webView_didFinishLoadForFrame' > /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ > oc_wrapper.rb:50:in `ocm_send' > /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ > oc_wrapper.rb:50:in `method_missing' > ./darkroom.rb:62:in `shoot' > ./darkroom.rb:52:in `initialize' > ./darkroom.rb:116:in `new' > ./darkroom.rb:116 > /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ > oc_wrapper.rb:51: [BUG] Segmentation fault > ruby 1.8.6 (2007-06-07) [universal-darwin9.0] > > > > On Oct 27, 2007, at 3:40 PM, Justin Palmer wrote: > >> I'm investigating it. It looks like initialize is being called >> multiple times. Also, applicationDidFinishLaunching never post. >> Moving some things around, removing initialize in favor of a custom >> init_with_options works, but there are still errors with lockFocus. >> >> 2007-10-27 15:38:48.256 ruby[4872:10b] *** Assertion failure in - >> [WebHTMLView lockFocus], /SourceCache/AppKit/AppKit-949/ >> AppKit.subproj/NSView.m:4751 >> 2007-10-27 15:38: 48.258 ruby[4872:10b] >> ActiveReload::DarkRoom::Processor#webView_didFinishLoadForFrame: >> OSX::OCException: NSInternalInconsistencyException - - >> [WebHTMLView(0x1a6bf30) lockFocus] failed with window=0x1a5a2e0, >> windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0 >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:50:in `ocm_send' >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:50:in `method_missing' >> darkroom.rb:105:in `capture_and_save' >> darkroom.rb:101:in `webView_didFinishLoadForFrame' >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:50:in `ocm_send' >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:50:in `method_missing' >> darkroom.rb:62:in `shoot' >> darkroom.rb:52:in `initialize' >> darkroom.rb :115:in `new' >> darkroom.rb:115 >> /Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/ >> oc_wrapper.rb:51: [BUG] Segmentation fault >> ruby 1.8.6 (2007-03-13) [i686-darwin8.9.1] >> >> >> This is on Leopard. I haven't rebuilt RubyCocoa since I upgraded >> to Leopard though, thats a new set of problems. Once I rebuild I'll >> investigate further. >> >> Cheers, >> -Justin >> >> On 10/27/07, Laurent Sansonetti < lsa...@ap...> wrote: >> Hi Rich, >> >> In my environment darkroom.rb hangs, I can't reproduce the AppKit >> assertion failure. It used to work in Leopard in the past, I would >> definitely suspect WebKit to have changed in the meantime. >> >> Laurent >> >> On Oct 27, 2007, at 4:20 PM, Rich Curtis wrote: >> >> > Hi List, >> > >> > Tried running the RubyCocoa darkroom.rb (/Developer/Examples/ >> > RubyCocoa/ >> > Scripts/darkroom.rb) example today that came with the Leopard Dev >> > Tools Examples and it horked: >> > >> > 2007-10-27 10:18:43.399 ruby[544:10b] *** Assertion failure in - >> > [WebHTMLView lockFocus], /SourceCache/AppKit/AppKit-949/ >> > AppKit.subproj/ >> > NSView.m:4751 >> > 2007-10-27 10:18:43.401 ruby[544:10b] >> > ActiveReload::DarkRoom::Processor#webView_didFinishLoadForFrame: >> > OSX::OCException: NSInternalInconsistencyException - - >> > [WebHTMLView(0x9f023e0) lockFocus] failed with window=0x3ebc90, >> > windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0 >> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ >> ruby/osx/ >> > objc/oc_wrapper.rb:50:in `ocm_send' >> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ >> ruby/osx/ >> > objc/oc_wrapper.rb:50:in `method_missing' >> > darkroom.rb:99:in `capture_and_save' >> > darkroom.rb:95:in `webView_didFinishLoadForFrame' >> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ >> ruby/osx/ >> > objc/oc_wrapper.rb:50:in `ocm_send' >> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ >> ruby/osx/ >> > objc/oc_wrapper.rb:50:in `method_missing' >> > darkroom.rb:62:in `shoot' >> > darkroom.rb:52:in `initialize' >> > darkroom.rb:109:in `new' >> > darkroom.rb:109 >> > /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/ >> > objc/ >> > oc_wrapper.rb:51: [BUG] Segmentation fault >> > >> > Anyone have a clue as to why the shipping RubyCocoa that comes with >> > Leopard would have a problem with this script? >> > >> > Thanks, >> > rich >> > >> > >> > >> > >> ------------------------------------------------------------------------- >> > This SF.net email is sponsored by: Splunk Inc. >> > Still grepping through log files to find problems? Stop. >> > Now Search log events and configuration files using AJAX and a >> > browser. >> > Download your FREE copy of Splunk now >> http://get.splunk.com/ >> > _______________________________________________ >> > Rubycocoa-talk mailing list >> > Rub...@li... >> > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> -- >> Justin Palmer >> http://alternateidea.com | http://lighthouseapp.com | http://activereload.net >> | http://warehouseapp.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Eloy D. <elo...@gm...> - 2007-10-28 21:46:36
|
Have fun! :) On 28 okt 2007, at 22:29, Alistair Holt wrote: > That is fantastic Eloy. Thank you very much for that! You've helped > my understanding of translating Objective-C immensely. :) > > On 28/10/2007, Eloy Duran <elo...@gm...> wrote: > Ok.... :) the others would be: > > > def tableView_validateDrop_proposedRow_proposedDropOperation(tv, > info, row, op) > # Add code here to validate the drop > puts 'validate drop' > OSX::NSDragOperationEvery > end > > > def tableView_acceptDrop_row_dropOperation(tv, info, row, op) > # Add code here to accept the drop > puts 'acceptDrop' > true > end > > > Eloy > > > On 28 okt 2007, at 21:23, Alistair Holt wrote: > >> Thanks Eloy. >> >> >> I've been told that part one of http://www.corbinstreehouse.com/blog/?p=21 >> would translate into: >> >> >> MyPrivateTableViewDataType = "MyPrivateTableViewDataType" >> >> >> def awakeFromNib >> myTableView.registerForDraggedTypes([MyPrivateTableViewDataType]) >> end >> >> >> ..which would make sense to me. Although I'm still not sure what >> the fist line actually does. I also have no idea how to implement >> the rest of the code in that example. I'm new to Objective-C and >> Cocoa and have found it fairly easy to translate code so far but >> this has really got me. >> >> >> Cheers >> >> On 28/10/2007, Eloy Duran < elo...@gm... > wrote: >> Hi Alistair, >> >> >> Is there a specific part that you don't understand about the >> translation? >> Or could you mail some code of what you thought it would be, so we >> can see what it is that you can't figure out? >> >> >> Cheers, >> Eloy >> >> On 28 okt 2007, at 17:22, Alistair Holt wrote: >> >>> Hello, >>> >>> >>> I'm trying to implement a NSTableView with Drag and Drop >>> capabilities in RubyCocoa. >>> >>> >>> I have been trying to follow http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/Tasks/UsingDragAndDrop.html >>> and http://www.corbinstreehouse.com/blog/?p=21 but I just can >>> not figure out how to translate the Objective-C code into RubyCocoa. >>> >>> >>> Can anyone help me out? >>> >>> Thanks >>> >>> -- >>> Alistair Holt >>> ali...@gm... >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a >>> browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________ >>> Rubycocoa-talk mailing list >>> Rub...@li... >>> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> >> -- >> Alistair Holt >> ali...@gm... >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > > -- > Alistair Holt > ali...@gm... > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |