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 |