• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Crash Log
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash Log


  • Subject: Re: Crash Log
  • From: Jiva DeVoe <email@hidden>
  • Date: Sat, 12 Mar 2005 18:20:07 -0700

May not be your issue, but you have multiple threads here, which can be a significant problem, and will cause crashes like you describe. Bugs that only show up once in a blue moon.

The key to multi-threaded coding is to carefully lock *all* shared data. If you have 2 threads hit the same data at the same time, bad things will happen.

Are you certain all your shared data is locked when you access it?

On Mar 12, 2005, at 2:09 PM, Adam wrote:

I am trying to track an infrequent, but reoccurring crash. Based on the crash log, it is not one of my methods that causes the crash, and the user action that causes the crash works just fine most of the time. How does one attempt to fix this?


Thanks, Adam



Date/Time:      2005-03-12 11:59:43 -0500
OS Version:     10.3.8 (Build 7U16)
Report Version: 2

Command: AGFIBS1
Path: /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.app/Contents/MacOS/AGFIBS1
Version: 0.10 Alpha (0.10)
PID: 1458
Thread: 0


Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0xc24bc195

Thread 0 Crashed:
0 com.apple.CoreFoundation 0x90192c28 CFArrayGetCount + 0x34
1 com.apple.HIToolbox 0x927fe968 _FindMenuUnderMouse + 0x40
2 com.apple.HIToolbox 0x927dea48 HitBar(StdMBDFGlobals*) + 0x100
3 com.apple.HIToolbox 0x927dfc28 StandardMBDF(short, short, long, long) + 0x184
4 com.apple.HIToolbox 0x927e9664 MBarHit(Point, unsigned char*, MenuData**) + 0x38
5 com.apple.HIToolbox 0x927f3260 MBarHit + 0x24
6 com.apple.HIToolbox 0x927e3424 FindWindowCommon(Point, OpaqueWindowPtr**, short*) + 0x44
7 com.apple.HIToolbox 0x927f3d74 FindWindowOfClass + 0x58
8 com.apple.HIToolbox 0x927f4300 FindWindow + 0x24
9 com.apple.AppKit 0x92e2f30c _NSHandleCarbonMenuEvent + 0x40
10 com.apple.AppKit 0x92dd3194 _DPSNextEvent + 0x4d0
11 com.apple.AppKit 0x92de98c8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
12 com.apple.AppKit 0x92dfdc30 -[NSApplication run] + 0x21c
13 com.apple.AppKit 0x92eba2b8 NSApplicationMain + 0x1d0
14 com.ag.cocoaFIBS 0x00002154 start + 0x1c8
15 dyld 0x8fe1a558 _dyld_start + 0x64


Thread 1:
0 libSystem.B.dylib 0x900074c8 mach_msg_trap + 0x8
1 libSystem.B.dylib 0x90007018 mach_msg + 0x38
2 com.apple.CoreFoundation 0x90191700 __CFRunLoopRun + 0x350
3 com.apple.CoreFoundation 0x90195e8c CFRunLoopRunSpecific + 0x148
4 com.apple.Foundation 0x909fc850 -[NSRunLoop runMode:beforeDate:] + 0xac
5 com.apple.Foundation 0x90a15454 -[NSRunLoop run] + 0x4c
6 com.apple.Foundation 0x90a6747c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
7 com.apple.Foundation 0x90a39b74 forkThreadForFunction + 0x6c
8 libSystem.B.dylib 0x900246e8 _pthread_body + 0x28


Thread 2:
0   libSystem.B.dylib         	0x9000b20c select + 0xc
1   com.apple.Foundation      	0x909f205c _loadRunLoop + 0xd4
2   libSystem.B.dylib         	0x900246e8 _pthread_body + 0x28

Thread 3:
0 libSystem.B.dylib 0x900074c8 mach_msg_trap + 0x8
1 libSystem.B.dylib 0x90007018 mach_msg + 0x38
2 com.apple.CoreFoundation 0x90191700 __CFRunLoopRun + 0x350
3 com.apple.CoreFoundation 0x90195e8c CFRunLoopRunSpecific + 0x148
4 com.apple.Foundation 0x909fc850 -[NSRunLoop runMode:beforeDate:] + 0xac
5 com.apple.Foundation 0x90a15454 -[NSRunLoop run] + 0x4c
6 com.apple.Foundation 0x90a679bc +[NSURLCache _diskCacheSyncLoop:] + 0xa8
7 com.apple.Foundation 0x90a39b74 forkThreadForFunction + 0x6c
8 libSystem.B.dylib 0x900246e8 _pthread_body + 0x28


Thread 4:
0 libSystem.B.dylib 0x90016f48 semaphore_wait_signal_trap + 0x8
1 libSystem.B.dylib 0x9000e790 _pthread_cond_wait + 0x270
2 ColorSync 0x9135ca78 pthreadSemaphoreWait(t_pthreadSemaphore*) + 0x38
3 ColorSync 0x9135c768 CMMConvTask(void*) + 0x28
4 libSystem.B.dylib 0x900246e8 _pthread_body + 0x28


Thread 5:
0 libSystem.B.dylib 0x90012568 syscall_thread_switch + 0x8
1 com.apple.Foundation 0x90a029c8 +[NSThread sleepUntilDate:] + 0x98
2 com.apple.AppKit 0x92dcafe8 -[NSUIHeartBeat _heartBeatThread:] + 0x494
3 com.apple.Foundation 0x90a39b74 forkThreadForFunction + 0x6c
4 libSystem.B.dylib 0x900246e8 _pthread_body + 0x28


Thread 6:
0   libSystem.B.dylib         	0x9000b20c select + 0xc
1   com.apple.CoreFoundation  	0x90196b10 __CFSocketManager + 0x1fc
2   libSystem.B.dylib         	0x900246e8 _pthread_body + 0x28

Thread 7:
0 libSystem.B.dylib 0x900074c8 mach_msg_trap + 0x8
1 libSystem.B.dylib 0x90007018 mach_msg + 0x38
2 com.apple.CoreFoundation 0x90191700 __CFRunLoopRun + 0x350
3 com.apple.CoreFoundation 0x90195e8c CFRunLoopRunSpecific + 0x148
4 com.apple.audio.CoreAudio 0x90732f80 HALRunLoop::OwnThread(void*) + 0x104
5 com.apple.audio.CoreAudio 0x907391e0 CAPThread::Entry(CAPThread*) + 0x30
6 libSystem.B.dylib 0x900246e8 _pthread_body + 0x28


PPC Thread State:
  srr0: 0x90192c28 srr1: 0x0200f030                vrsave: 0x00000000
    cr: 0x44044228  xer: 0x20000004   lr: 0x90192bfc  ctr: 0x90192bf4
    r0: 0x00300ad0   r1: 0xbffff060   r2: 0xa01901f4   r3: 0xc24bc195
    r4: 0xbffff180   r5: 0x00000000   r6: 0xbffff130   r7: 0x00000002
    r8: 0x00000000   r9: 0x00000010  r10: 0x92801914  r11: 0xa27d13d4
   r12: 0x90192bf4  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000
   r16: 0x00000000  r17: 0xbffff5c0  r18: 0x00000000  r19: 0x00301260
   r20: 0xffffffff  r21: 0xa2df2cdc  r22: 0xbffff710  r23: 0xbffff780
   r24: 0x00000001  r25: 0x00000018  r26: 0xbffff180  r27: 0x026b0526
   r28: 0xa27fe930  r29: 0xc24bc195  r30: 0x003efc30  r31: 0x90192bfc

Binary Images Description:
0x1000 - 0x2fff com.ag.cocoaFIBS 0.10 Alpha (0.10) /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.app/Contents/MacOS/AGFIBS1
0x90000 - 0x90fff RoundRects.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ RoundRects.ob
0x94000 - 0x94fff URLMutableAttributedString.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ URLMutableAttributedString.ob
0x98000 - 0x98fff main.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/main.ob
0xe9000 - 0xeafff URLTextView.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ URLTextView.ob
0xf3000 - 0xf3fff AGFIBSUserListTableView.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSUserListTableView.ob
0xf7000 - 0xf9fff AGFIBSChatController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSChatController.ob
0x2dd000 - 0x2e3fff AGFIBSGameView.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSGameView.ob
0x2e8000 - 0x2e9fff AGFIBSGameController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSGameController.ob
0x2ed000 - 0x2edfff AGFIBSInviteToGameWindowController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSInviteToGameWindowController.ob
0x2f1000 - 0x2f3fff AGFIBSGameModel.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSGameModel.ob
0x2f8000 - 0x2f9fff AGFIBSDice.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSDice.ob
0x691000 - 0x691fff AGFIBSTriangle.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSTriangle.ob
0x695000 - 0x696fff AGFIBSSocketStream.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSSocketStream.ob
0x69a000 - 0x69cfff AGFIBSUserListWindowController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSUserListWindowController.ob
0x6a1000 - 0x6a2fff AGFIBSUserCell.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSUserCell.ob
0x6a6000 - 0x6a8fff AGFIBSToolbarController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSToolbarController.ob
0x6ad000 - 0x6aefff AGFIBSLoginWindowController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSLoginWindowController.ob
0x6b2000 - 0x6b3fff AGFIBSKeychain.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSKeychain.ob
0x6b7000 - 0x6bbfff AGFIBSAppController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSAppController.ob
0x6c0000 - 0x6c1fff AGFIBSPrefController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSPrefController.ob
0x6c5000 - 0x6c5fff AGFIBSTerminalWindowController.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ AGFIBSTerminalWindowController.ob
0x744000 - 0x748fff FIBSCookieMonster.ob /Users/adam/Desktop/AGFIBS .0002/build/AGFIBS1.build/AGFIBS1.build/Objects-normal/ppc/ FIBSCookieMonster.ob
0x177b000 - 0x177cfff com.apple.aoa.halplugin 2.5.0 /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/ AOAHALPlugin.bundle/Contents/MacOS/AOAHALPlugin
0x47d5000 - 0x47d9fff com.apple.FolderActionsMenu 1.2.1 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
0x4bc3000 - 0x4c9bfff com.divxnetworks.DivXCodec 5.1b /Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
0x4db0000 - 0x4e53fff com.apple.audio.units.Components 1.3.2 /System/Library/Components/CoreAudio.component/Contents/MacOS/ CoreAudio
0x4ed5000 - 0x4f11fff com.apple.iSightAudio 6.5.2 /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/ iSightAudio
0x4fe4000 - 0x507dfff com.apple.audio.codecs.Components 1.4.1 /System/Library/Components/AudioCodecs.component/Contents/MacOS/ AudioCodecs
0x50b5000 - 0x50cafff com.cocoatech.PathFinderCM Path Finder CM version 2.1.1 (2.1.2) /Users/adam/Library/Contextual Menu Items/Path Finder CM.plugin/Contents/MacOS/Path Finder CM
0x7fdf0000 - 0x7fdf1fff com.apple.zerolink 1.1 (3) /System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/ ZeroLink
0x88eb0000 - 0x88ebcfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x8b0c0000 - 0x8b788fff com.apple.QuickTimeComponents.component 6.5.2 /System/Library/QuickTime/QuickTimeComponents.component/ Contents/MacOS/QuickTimeComponents
0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
0x90000000 - 0x90122fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x90190000 - 0x9023dfff com.apple.CoreFoundation 6.3.6 (299.33) /System/Library/Frameworks/CoreFoundation.framework/Versions/ A/CoreFoundation
0x90280000 - 0x904f9fff com.apple.CoreServices.CarbonCore 10.3.6 (10.3.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90570000 - 0x905dffff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90610000 - 0x9069afff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/OSServices.framework/Versions/A/OSServices
0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/ CoreServices
0x90720000 - 0x90787fff com.apple.audio.CoreAudio 2.1.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/ CoreAudio
0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.4 /System/Library/PrivateFrameworks/DiskArbitration.framework/ Versions/A/DiskArbitration
0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/ApplicationServices
0x90830000 - 0x9089ffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90910000 - 0x90983fff com.apple.DesktopServices 1.2.2 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/ Versions/A/DesktopServicesPriv
0x909f0000 - 0x90b4bfff com.apple.Foundation 6.3.5 (500.56) /System/Library/Frameworks/Foundation.framework/Versions/C/ Foundation
0x90c30000 - 0x90c4afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ libGL.dylib
0x90c60000 - 0x90cc2fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLU.dylib
0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/ Versions/A/SystemConfiguration
0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x90d60000 - 0x90d6bfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x910b0000 - 0x91101fff com.apple.bom 1.2.5 (63.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x912a0000 - 0x912bdfff com.apple.audio.SoundManager 3.8 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound
0x912e0000 - 0x912f7fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91320000 - 0x913dffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91460000 - 0x91473fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/ A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x914a0000 - 0x91509fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91560000 - 0x91619fff com.apple.QD 3.4.65 (???) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91670000 - 0x916a8fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/ A/Frameworks/AE.framework/Versions/A/AE
0x916e0000 - 0x91773fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/ A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x917e0000 - 0x917f0fff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition
0x91810000 - 0x9182afff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x91850000 - 0x91860fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91890000 - 0x9189cfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/Help.framework/Versions/A/Help
0x918c0000 - 0x918cdfff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x918f0000 - 0x9193efff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ Print.framework/Versions/A/Print
0x91990000 - 0x9199bfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x919c0000 - 0x91a33fff com.apple.NavigationServices 3.3.2 /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91a90000 - 0x91a90fff com.apple.audio.units.AudioUnit 1.3.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/ AudioUnit
0x91ab0000 - 0x91ac4fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/ libCGATS.A.dylib
0x91ae0000 - 0x91aebfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/ libCSync.A.dylib
0x91b10000 - 0x91b2afff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/ libPDFRIP.A.dylib
0x91b50000 - 0x91b5ffff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/ libPSRIP.A.dylib
0x91b80000 - 0x91b93fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x91bb0000 - 0x91d45fff com.apple.QuickTime 6.5.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/ QuickTime
0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x920c0000 - 0x922a7fff com.apple.security 2.3 (176) /System/Library/Frameworks/Security.framework/Versions/A/ Security
0x92430000 - 0x92468fff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/LaunchServices.framework/Versions/A/ LaunchServices
0x92740000 - 0x92777fff com.apple.CFNetwork 1.2.1 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x927d0000 - 0x92b54fff com.apple.HIToolbox 1.3.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92d30000 - 0x92d80fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x92dc0000 - 0x932bffff com.apple.AppKit 6.3.6 (743.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x935d0000 - 0x938a8fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x939a0000 - 0x939b4fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x93b50000 - 0x93bf3fff com.apple.audio.toolbox.AudioToolbox 1.3.2 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/ AudioToolbox
0x94060000 - 0x94078fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib
0x94610000 - 0x9462afff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94a30000 - 0x94af5fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x94b20000 - 0x94badfff com.apple.ink.framework 101.1.3 (55.10) /System/Library/Frameworks/Carbon.framework/Versions/A/ Frameworks/Ink.framework/Versions/A/Ink
0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x95e40000 - 0x95eadfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x96a20000 - 0x96ae2fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x96b40000 - 0x96b6efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x96bf0000 - 0x96c7ffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ATS.framework/Versions/A/ATS
0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x96e80000 - 0x96e90fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97510000 - 0x97518fff libbsm.dylib /usr/lib/libbsm.dylib


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden


This email sent to email@hidden

--
Jiva DeVoe
http://www.devoesquared.com
PowerCard - Intuitive Project Management for Mac OS X

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Crash Log
      • From: John Stiles <email@hidden>
References: 
 >Crash Log (From: Adam <email@hidden>)

  • Prev by Date: Is NSStringFromRect localized?
  • Next by Date: Re: Reliable way to get application (Apple) menu?
  • Previous by thread: Crash Log
  • Next by thread: Re: Crash Log
  • Index(es):
    • Date
    • Thread