Syscon crashes on launching help on Windows 8.1

Syscon crashes on launching help on Windows 8.1.
This problem occurs when user is logged in Admin mode.
The root cause for this issue is that In Windows 8.1, UAC(User access control) is disabled by default in built-in admin mode
So, in this scenario on pressing F1, when we execute the following statement windows throws an exception.
Process.Start(documentPath);

Hi
in this scenario on pressing F1, when we execute the following statement windows throws an exception.
You use the Process.Start(documentPath), what is the content in the documentpath?
And when you execute the code, what is the exception you got?
when I try to use the Process.Start() to open an exe, it works well.
string documentpath = @"C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Simulator\12.0\Microsoft.Windows.Simulator.exe";
Process.Start(documentpath);
And you mentioned pressing F1, Do you want to open this documentpath when you press F1??
private void Form1_KeyDown(object sender, KeyEventArgs e)
if (e.KeyCode == Keys.F1)
string documentpath = @"C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Simulator\12.0\Microsoft.Windows.Simulator.exe";
Process.Start(documentpath);
If you could share the more details about this issue, I will help you better.
Best regards,
Youjun Tang
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Mail crashing on launch - HELP!

    All of a sudden my mail app is crashing on launch. I have no idea why.
    I have trashed the prefs, repaired the permissions, ran disk repair, trashed all my mailboxes, deleted all caches. Am I leaving something out? Please HELP!
    Here's my report:
    Process: Mail [206]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.5 (929.4)
    Build Info: Mail-9290400~5
    Code Type: X86 (Native)
    Parent Process: launchd [118]
    Date/Time: 2008-11-13 10:27:34.929 -0600
    OS Version: Mac OS X 10.5.5 (9F33)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 13
    Application Specific Information:
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[iToolsAccount fetchSynchronouslyIsAuto:]
    -[iToolsAccount _synchronizeAccountWithServerWithUserInput:]
    * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[ISDSqliteRecordIdMapper dealloc]: record id mapper released with uncommitted changes'
    Thread 0:
    0 libSystem.B.dylib 0x923794a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92380c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x938200ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93820cf8 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x9136e480 RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x9136e299 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x9136e10d BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x9005c3ed _DPSNextEvent + 657
    8 com.apple.AppKit 0x9005bca0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.AppKit 0x90054cdb -[NSApplication run] + 795
    10 com.apple.AppKit 0x90021f14 NSApplicationMain + 574
    11 com.apple.mail 0x000fa9a2 0x1000 + 1022370
    Thread 1:
    0 libSystem.B.dylib 0x923794a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92380c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x938200ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93820cf8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x917bf135 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x917cb254 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003e1021 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    8 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    10 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9238068e _semwaitsignal + 10
    1 libSystem.B.dylib 0x923ab36d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x94343bb9 fefragmentthread + 54
    3 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    4 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x923794a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92380c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x938200ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93820cf8 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x0030906e _handleRequestWithTimeout + 2163
    5 com.apple.MessageFramework 0x0030d955 -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x0030d4df -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x0030d39a -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x0030cf60 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x0030ced8 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x0030cd60 -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x0030c8ae -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x0030c6fb -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x0030c48f -[IMAPConnection _teardownConnectionWithResult:] + 80
    14 com.apple.MessageFramework 0x00304dca -[Connection _connectUsingHostname:onPort:securityLayerType:accountClass:] + 1311
    15 com.apple.MessageFramework 0x0030488f -[Connection _connectUsingAccount:securityLayerType:] + 488
    16 com.apple.MessageFramework 0x003042c5 -[Connection connectAndSetSecurityLayerUsingAccount:] + 196
    17 com.apple.MessageFramework 0x003ebbd0 -[Connection connectUsingAccount:] + 101
    18 com.apple.MessageFramework 0x00303958 -[IMAPAccount _connectAndAuthenticate:] + 292
    19 com.apple.MessageFramework 0x0032fbda -[IMAPConnectionPool _validateAndCheckOutGateway:forMailbox:allowReconnect:newGateway:] + 409
    20 com.apple.MessageFramework 0x004b976c -[IMAPConnectionPool _checkOutNewGatewayWithConnection:forMailbox:] + 358
    21 com.apple.MessageFramework 0x00381167 -[IMAPConnectionPool checkOutGatewayForMailbox:newConnection:highPriority:waitIndefinitely:] + 342
    22 com.apple.MessageFramework 0x00301dae -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 536
    23 com.apple.MessageFramework 0x0030190e -[IMAPAccount _gatewayForMailboxUid:name:options:] + 160
    24 com.apple.MessageFramework 0x003017b0 -[IMAPAccount gatewayForStore:options:] + 159
    25 com.apple.MessageFramework 0x003015e6 -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 159
    26 com.apple.MessageFramework 0x002fd3d2 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 143
    27 com.apple.MessageFramework 0x002fd33d -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    28 com.apple.CoreFoundation 0x9389fa7d _invoking__ + 29
    29 com.apple.CoreFoundation 0x9389f468 -[NSInvocation invoke] + 136
    30 com.apple.MessageFramework 0x003e34c8 -[MonitoredInvocation invoke] + 409
    31 com.apple.MessageFramework 0x003e30aa -[InvocationQueue _drainQueue] + 772
    32 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    33 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    34 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    35 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 4:
    Thread 5:
    Thread 6:
    0 libSystem.B.dylib 0x923794a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92380c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x938200ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93820cf8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x917bf135 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x917cb254 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x00305f19 +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    8 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    10 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x923c95e2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    2 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x923794ee semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92380fc5 pthreadmutexlock + 569
    2 com.apple.Foundation 0x91790423 -[NSLock lock] + 67
    3 com.apple.MessageFramework 0x003018dd -[IMAPAccount _gatewayForMailboxUid:name:options:] + 111
    4 com.apple.MessageFramework 0x003017b0 -[IMAPAccount gatewayForStore:options:] + 159
    5 com.apple.MessageFramework 0x0031f71f -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:] + 95
    6 com.apple.MessageFramework 0x0031f260 -[IMAPAccount _listingForMailboxUid:listAllChildren:] + 62
    7 com.apple.MessageFramework 0x0031eb03 -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 482
    8 com.apple.CoreFoundation 0x9389fa7d _invoking__ + 29
    9 com.apple.CoreFoundation 0x9389f468 -[NSInvocation invoke] + 136
    10 com.apple.MessageFramework 0x003e34c8 -[MonitoredInvocation invoke] + 409
    11 com.apple.MessageFramework 0x003e30aa -[InvocationQueue _drainQueue] + 772
    12 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    13 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    14 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    15 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x92379506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x923ab84f pthread_condwait + 1244
    2 libSystem.B.dylib 0x923ad0d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x917d0b1c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x917d0930 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003e2ee3 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    7 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    9 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x923794ee semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92380fc5 pthreadmutexlock + 569
    2 com.apple.Foundation 0x91790423 -[NSLock lock] + 67
    3 com.apple.MessageFramework 0x003018dd -[IMAPAccount _gatewayForMailboxUid:name:options:] + 111
    4 com.apple.MessageFramework 0x003017b0 -[IMAPAccount gatewayForStore:options:] + 159
    5 com.apple.MessageFramework 0x003015e6 -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 159
    6 com.apple.MessageFramework 0x002fd3d2 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 143
    7 com.apple.MessageFramework 0x002fd33d -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    8 com.apple.MessageFramework 0x0031c09c -[LibraryIMAPStore _fetchForCheckingNewMail:] + 71
    9 com.apple.MessageFramework 0x0031c04f -[LibraryIMAPStore checkNewMail] + 42
    10 com.apple.MessageFramework 0x00444249 -[IMAPAccount fetchSynchronouslyIsAuto:] + 126
    11 com.apple.CoreFoundation 0x9389fa7d _invoking__ + 29
    12 com.apple.CoreFoundation 0x9389f468 -[NSInvocation invoke] + 136
    13 com.apple.MessageFramework 0x003e34c8 -[MonitoredInvocation invoke] + 409
    14 com.apple.MessageFramework 0x003e30aa -[InvocationQueue _drainQueue] + 772
    15 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    16 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    17 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    18 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x92379506 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x923ab84f pthread_condwait + 1244
    2 libSystem.B.dylib 0x923ad0d3 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x917d0b1c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x917d0930 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003e2ee3 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    7 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    9 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x923794a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92380c9c mach_msg + 72
    2 com.apple.CoreFoundation 0x938200ce CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93820cf8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x917bf135 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.syncservices 0x94ca797c -[ISyncConcreteSession _waitForTransitionFromPhase:untilDate:] + 527
    6 com.apple.syncservices 0x94ca5b06 +[ISyncSession _sessionWithClient:entityNames:beforeDate:clientHasTruthForEntityNames:quietlyP ushTruth:target:selector:anchors:] + 1695
    7 com.apple.syncservices 0x94ca545e +[ISyncSession beginSessionWithClient:entityNames:beforeDate:] + 95
    8 com.apple.syncservices 0x94ca5314 -[ISyncConcreteSessionDriver _beginSyncSession:] + 1251
    9 com.apple.syncservices 0x94ca2205 -[ISyncConcreteSessionDriver _preSync] + 95
    10 com.apple.syncservices 0x94d3b0cc -[ISyncConcreteSessionDriver startAsynchronousSync:] + 273
    11 com.apple.Mail.Syncer 0x17714acc 0x17700000 + 84684
    12 com.apple.Mail.Syncer 0x17713c6d 0x17700000 + 81005
    13 com.apple.mail 0x00037d39 0x1000 + 224569
    14 com.apple.CoreFoundation 0x9389fa7d _invoking__ + 29
    15 com.apple.CoreFoundation 0x9389f468 -[NSInvocation invoke] + 136
    16 com.apple.MessageFramework 0x003e34c8 -[MonitoredInvocation invoke] + 409
    17 com.apple.MessageFramework 0x003e438a +[WorkerThread _execute:] + 144
    18 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    19 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    20 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    21 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 13 Crashed:
    0 com.apple.CoreFoundation 0x93899ff4 __TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION__ + 4
    1 libobjc.A.dylib 0x93fe7e3b objcexceptionthrow + 40
    2 com.apple.CoreFoundation 0x93899f2b +[NSException raise:format:arguments:] + 155
    3 com.apple.CoreFoundation 0x93899f6a +[NSException raise:format:] + 58
    4 com.apple.syncservices 0x94d18ac8 _ISyncAssertFailed + 346
    5 com.apple.syncservices 0x94cc1e58 -[ISDRecordIdMapper dealloc] + 76
    6 com.apple.syncservices 0x94cc1aee -[ISDSqliteRecordIdMapper dealloc] + 178
    7 com.apple.Foundation 0x9178620f NSPopAutoreleasePool + 431
    8 com.apple.syncservices 0x94d3af98 -[ISyncConcreteSessionDriver _startAsynchronousSyncWorker] + 467
    9 com.apple.Foundation 0x9178abad -[NSThread main] + 45
    10 com.apple.Foundation 0x9178a754 _NSThread__main_ + 308
    11 libSystem.B.dylib 0x923aa6f5 pthreadstart + 321
    12 libSystem.B.dylib 0x923aa5b2 thread_start + 34
    Thread 13 crashed with X86 Thread State (32-bit):
    eax: 0xa03da0f0 ebx: 0x93fe7e1c ecx: 0xa03d91a0 edx: 0x006d8000
    edi: 0x176539d0 esi: 0xa0586e28 ebp: 0xb04379f8 esp: 0xb04379f8
    ss: 0x0000001f efl: 0x00000282 eip: 0x93899ff4 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x02988000
    Binary Images:
    0x1000 - 0x270ff3 com.apple.mail 3.5 (929.4) <d72931e08460e1473c4bb95348f88e3d> /Applications/Mail.app/Contents/MacOS/Mail
    0x2eb000 - 0x540ff3 com.apple.MessageFramework 3.5 (929.2) <585a160bbb2a8db85a98946514a483fa> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x695000 - 0x697fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x69e000 - 0x6c2fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x6db000 - 0x6e6fff +com.rogueamoeba.audiohijackserver.hermes 2.0.3 (2.0.3) /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
    0x6f1000 - 0x6f2fff +com.cooliris.safariplugin ??? (1.7) <5b68334325ac992dad5a4e2df3053f2c> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    0x6f7000 - 0x6f8ffd +com.1passwd.InputManager 2.6.5 (6911) <fe6f08fc7e9146532523f18286cf5ebf> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0x1011000 - 0x1012fff +com.ecamm.pluginloader Ecamm Plugin Loader v1.0.5 (1.0.5) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x12a0f000 - 0x12a27fef +com.ecamm.dockstar 2.1 (2.1) /Library/InputManagers/Ecamm/Plugins/DockStar.plugin/Contents/MacOS/DockStar
    0x12acb000 - 0x12ad0ff3 libCGXCoreImage.A.dylib ??? (???) <31761f6461b8dd390dc4df480b1fb564> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x15e60000 - 0x16030fff com.apple.RawCamera.bundle 2.0.9 (2.0.9) <5abad5816603201792f59c4f9715ebe4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x16167000 - 0x1616afef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1619b000 - 0x161a0fff com.apple.DictionaryServiceComponent 1.1 (1.1) <8edc1180f52db18e9ddfb4e95debe61b> /System/Library/Components/DictionaryService.component/Contents/MacOS/Dictionar yService
    0x16f2b000 - 0x16f90fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x16fb0000 - 0x17022fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x17700000 - 0x1771efff com.apple.Mail.Syncer 3.5 (929.2) <bb2f25365146a003cfde5dfa71f7caf8> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x17731000 - 0x17744fff com.apple.syncservices.syncservicesui 4.1 (389.7) <b2df18b40c51d77ecd503ac89bc8eae1> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
    0x90003000 - 0x9001bfff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9001c000 - 0x90819fef com.apple.AppKit 6.5.3 (949.34) <4c7af9b12c894d4a528fda29377f143b> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9081a000 - 0x9081ffff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90820000 - 0x90822ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90823000 - 0x90889ffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9088a000 - 0x90891fe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
    0x90892000 - 0x908c3ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x908c4000 - 0x908dfffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x908e0000 - 0x9093dffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9093e000 - 0x9093effd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9093f000 - 0x90955fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90956000 - 0x909a0fe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x909a1000 - 0x90d5ffea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90d60000 - 0x90d66fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90d67000 - 0x90d84ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90fee000 - 0x9104aff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9104b000 - 0x91062fff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x91063000 - 0x91066fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91067000 - 0x91148ff7 libxml2.2.dylib ??? (???) <de34eb9b43eb7d4a4e0b7f25529efa12> /usr/lib/libxml2.2.dylib
    0x91149000 - 0x91210ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91211000 - 0x91255feb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <7e80635e8f1380dbf4af27e17e709fcb> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91256000 - 0x91256ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x91257000 - 0x91275ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <4b81063df189bc462f012a169474fcbc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91276000 - 0x91278fff com.apple.securityhi 3.0 (30817) <dbe328cd62d603a952a4226342711e8b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91279000 - 0x91283feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91284000 - 0x91288fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91289000 - 0x91303ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91304000 - 0x9133efe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9133f000 - 0x91646fff com.apple.HIToolbox 1.5.4 (???) <5e2af960b53059c648af4adb99471032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91647000 - 0x9177ffe7 com.apple.imageKit 1.0.2 (1.0) <5eee702fe546c8c881acfc65c41ad178> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91780000 - 0x919fbfe7 com.apple.Foundation 6.5.6 (677.21) <5cfa0aa8b9b43193955d601ba6c2591a> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x919fc000 - 0x91a08ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91a09000 - 0x91a45fff com.apple.DAVKit 3.0.4 (652) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x91a46000 - 0x91a4afff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x91a4b000 - 0x91bcafff com.apple.AddressBook.framework 4.1.1 (696) <bb7f2d5f0b2d180288cd959cd9ba6c1a> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91bcb000 - 0x91caffef com.apple.JavaScriptCore 5528 (5528.1) <a634d0260034c1c00a8859e29815e86c> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91cb0000 - 0x91d3cff7 com.apple.LaunchServices 290 (290) <61af37aac50984d220dd176f777e3b72> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91d3d000 - 0x91d4cffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x91d4d000 - 0x9215dfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9215e000 - 0x921f1fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x921f2000 - 0x92211ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92212000 - 0x92284fff com.apple.iLifeMediaBrowser 1.0.9 (212.0.1) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x92285000 - 0x92309fe3 com.apple.CFNetwork 339.5 (339.5) <c6565c13b0356e1d4bb99a68398d558b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9230a000 - 0x92377ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x92378000 - 0x924d8ff3 libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
    0x924d9000 - 0x924e4fff com.apple.dotMacLegacy 3.1 (244.1) <dc5b306b079718439c199d386ff60cc4> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x924e5000 - 0x924eafff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9251b000 - 0x9251bffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92521000 - 0x929f2f3e libGLProgrammability.dylib ??? (???) <fe1a33d4919c121aab831ad516da6a89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x929f3000 - 0x92a23ff3 com.apple.DotMacSyncManager 1.2.3 (286) <95dc39fc6bf19eb92c5606ebd8a38492> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x92a24000 - 0x92a2bff7 libCGATS.A.dylib ??? (???) <973c01cc14f3d673270e269ccfaec660> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92a2c000 - 0x92a31ffb com.apple.DisplayServicesFW 2.0 (2.0) <b17fb5571946b0ba228bafd08e0011c8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92a32000 - 0x92a32ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92a33000 - 0x92a46fff com.apple.IMUtils 4.0.5 (582) <535270cbc62da9f8269578251a660e76> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x92a47000 - 0x92b01fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92b02000 - 0x92b07ffc com.apple.KerberosHelper 1.1 (1.0) <86b1b4589baa557d067d07efc01890d2> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x92b08000 - 0x92de2ff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <5682aae1e2cf5ae750d5a4dea98c084c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92de3000 - 0x935abfff com.apple.WebCore 5528 (5528.1) <bb24a083efdb00e9045ce73c5c97959c> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x935ac000 - 0x93605ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93606000 - 0x9363cfef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x9363d000 - 0x93653fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93654000 - 0x93654ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93655000 - 0x9379bff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9379f000 - 0x937adffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x937ae000 - 0x938e0fff com.apple.CoreFoundation 6.5.4 (476.15) <e2869ad6dc1dd289f21b305b0bea9158> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x938e1000 - 0x939e2fff com.apple.PubSub 1.0.3 (65.3) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x939e3000 - 0x93a3dff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93a3e000 - 0x93a8efeb com.apple.framework.familycontrols 1.0.2 (1.0.2) <90f740755beef77835545ede9e5e975d> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x93a8f000 - 0x93aabfff com.apple.IMFramework 4.0.5 (582) <da822220ccdaabc47408e2f641d48685> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x93aac000 - 0x93b2bff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93b2c000 - 0x93b3cffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93b3d000 - 0x93bc7fe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93bc8000 - 0x93bd9ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x93bda000 - 0x93efcfe2 com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93efd000 - 0x93f90ff3 com.apple.ApplicationServices.ATS 3.4 (???) <a96cd91dabc68545183c11de8f92c7e4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93f91000 - 0x93fbefeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93fbf000 - 0x93fd3ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93fd4000 - 0x93fdbfff com.apple.agl 3.0.9 (AGL-3.0.9) <aeab67ef267f8295ae80fddc197b52a5> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93fdc000 - 0x93fddffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x93fde000 - 0x940befff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x940bf000 - 0x94220ff2 com.apple.CalendarStore 3.0.5 (841) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x94221000 - 0x94249fff libcups.2.dylib ??? (???) <1031ca5b692b80a9568e57a342b60157> /usr/lib/libcups.2.dylib
    0x9424a000 - 0x9424efff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9424f000 - 0x945ecfe7 com.apple.QuartzCore 1.5.5 (1.5.5) <82435993614a3fff1236be18f82188bf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x945ed000 - 0x9469dfff edu.mit.Kerberos 6.0.12 (6.0.12) <da7253e3fb7e47e46cb46d47ed320ffc> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9469e000 - 0x94740ff3 com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94741000 - 0x9477affe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9477b000 - 0x94936ff3 com.apple.QuartzComposer 2.1 (106.5) <1a52b406a3f3d04387c822da4a93c245> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x94937000 - 0x94937ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x94938000 - 0x94960ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x94961000 - 0x9497ffff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x94983000 - 0x94a00fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94a01000 - 0x94a40fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94a41000 - 0x94a4cfe7 libCSync.A.dylib ??? (???) <86d2f2e167ba6f74f45a186f5c7f8980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94a4d000 - 0x94a4dffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94a4e000 - 0x94a82fef com.apple.bom 9.0 (136) <b72e1fd1d3bfd8c288381adb23775fd4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94a83000 - 0x94a8fff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x94a90000 - 0x94a98fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94a99000 - 0x94ac4fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x94ac5000 - 0x94ac5fff com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94ac6000 - 0x94acdffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x94ace000 - 0x94b55ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x94b56000 - 0x94c8eff7 libicucore.A.dylib ??? (???) <3d8fdaf51c2664ab620f1688203caf26> /usr/lib/libicucore.A.dylib
    0x94c8f000 - 0x94c9bfff libbz2.1.0.dylib ??? (???) <c5a3563ebe66db7fa456e0fb75b657df> /usr/lib/libbz2.1.0.dylib
    0x94c9c000 - 0x94d7cfff com.apple.syncservices 3.1 (389.7) <b3020e445b8987ea77eeaf918e48c351> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94d7d000 - 0x94d8afe7 com.apple.opengl 1.5.7 (1.5.7) <db835aeb1ffca9f5b5647dd0829a5b2c> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94d8b000 - 0x94e53fef com.apple.WebKit 5528 (5528.1) <fc969bc7b1dbf67d61eaea8afe646865> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e54000 - 0x94e95fe7 libRIP.A.dylib ??? (???) <1f09316e876fe813271bdfb9eb5b229e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94e96000 - 0x94e9ffff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94ea0000 - 0x94f52ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x94f53000 - 0x94fa2fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x94fa3000 - 0x95051ffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95052000 - 0x9509bfef com.apple.Metadata 10.5.2 (398.22) <a6b676925dd832780daf991e79adfebd> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9509c000 - 0x950a9ff7 com.apple.DMNotification 1.1.0 (143) <07530f513cd71e41bccbf19225ac1cb4> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x950aa000 - 0x950b9fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
    0x950ba000 - 0x95288fff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95289000 - 0x95925fff com.apple.CoreGraphics 1.351.33 (???) <481a77e81d9e53589a05e80cfa90bbb5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x959fa000 - 0x959faffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x959fb000 - 0x95a1ffeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x95a20000 - 0x95a44fff libxslt.1.dylib ??? (???) <ea5c8d349a3934ecc2b936f9cdfaba04> /usr/lib/libxslt.1.dylib
    0x95a45000 - 0x95a45ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95a46000 - 0x95b11fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95c07000 - 0x95caefeb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95caf000 - 0x95d94ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95d95000 - 0x95e07fff com.apple.PDFKit 2.1.1 (2.1.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95e08000 - 0x95e18fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95e19000 - 0x95e67ff3 com.apple.datadetectorscore 1.0.2 (52.14) <bd3bfe061091be75ce6a27172b988702> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x95e68000 - 0x95ea6fff libGLImage.dylib ??? (???) <f0fe2252f6b1ca341bc7837fe2dcf11a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95ea7000 - 0x95ed6fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95ed7000 - 0x95f16fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x95f17000 - 0x95f67ff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95f68000 - 0x95f68ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95f69000 - 0x95fabfef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95fac000 - 0x95fe3fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95fe4000 - 0x9606ffff com.apple.framework.IOKit 1.5.1 (???) <324526f69e1443f2f9fb722cc88a23ec> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96070000 - 0x9609afff com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9609b000 - 0x960cdfff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x960ce000 - 0x9614afeb com.apple.audio.CoreAudio 3.1.0 (3.1) <483e0d3879d52ba9ac10b4bcfb0728d6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9614b000 - 0x9626ffe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96270000 - 0x97225ffe com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    I guess my next move is to backup and reinstall system?
    No, that would not be a good idea, nor was reinstalling Mail. There's nothing wrong with Mail; the cause of the problem is something else.
    What were you doing just prior to this problem manifesting (be very specific)? Here are some things to try:
    1. Turn off syncing.
    2. Go to ~/Library/Mail and create a new folder named "Bundles (Disabled)" and move all your Mail Bundles into that folder.
    3. Go to ~/Library/ and create a new folder named "InputManagers (Disabled)" and move all your Input Managers into that folder.
    4. Restart Mail and see if the crashing continues. If not, then something we turned off or disabled is the culprit, so you would need to use the process of elimination by first turning on syncing (if it was on before), then restarting Mail to test it; quitting Mail and adding one Bundle at a time back and restarting, etc. Rinse and repeat for the Input Managers.
    As soon as it crashes for any item you add back, that is the culprit, or one of them; you would still need to test the remaining items to be sure there aren't any others.
    Mulder

  • CS6 Applications crash at launch on new Windows 8 Machine

    I've installed the entire CS6 Creative Suite on a new Windows 8 Machine. Launcing any of the applications other than Acrobat 10 causes a crash. Windows 8 and the Nvidia GTX670 are all up to date. Crash reports for Photshop and Illustrator are as follows:
    Version=1
    EventType=APPCRASH
    EventTime=130049840096886225
    ReportType=2
    Consent=1
    UploadTime=130049840098761275
    ReportIdentifier=37a6f1e2-7397-11e2-bea3-9cb70dad8ba7
    IntegratorReportIdentifier=37a6f1e1-7397-11e2-bea3-9cb70dad8ba7
    NsAppName=Photoshop.exe
    Response.BucketId=23ed3b6a404a94083e867a3519a4b84e
    Response.BucketTable=4
    Response.LegacyBucketId=94924264
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=Photoshop.exe
    Sig[1].Name=Application Version
    Sig[1].Value=13.0.0.0
    Sig[2].Name=Application Timestamp
    Sig[2].Value=4f61c045
    Sig[3].Name=Fault Module Name
    Sig[3].Value=KERNELBASE.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=6.2.9200.16451
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=50988aa6
    Sig[6].Name=Exception Code
    Sig[6].Value=c0000005
    Sig[7].Name=Exception Offset
    Sig[7].Value=000000000006cf8c
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.2.9200.2.0.0.256.103
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=4105
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=704a
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=704af58b20ab3754b09b758594d02969
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=b8e1
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=b8e1a366e335c0770c4c14e5a5fd106b
    UI[2]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    UI[3]=Adobe Photoshop CS6 has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\KERNEL32.DLL
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\system32\apphelp.dll
    LoadedModule[5]=C:\Windows\AppPatch\AppPatch64\AcLayers.DLL
    LoadedModule[6]=C:\Windows\system32\msvcrt.dll
    LoadedModule[7]=C:\Windows\system32\USER32.dll
    LoadedModule[8]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[9]=C:\Windows\SYSTEM32\sfc.dll
    LoadedModule[10]=C:\Windows\SYSTEM32\WINSPOOL.DRV
    LoadedModule[11]=C:\Windows\system32\GDI32.dll
    LoadedModule[12]=C:\Windows\SYSTEM32\sfc_os.DLL
    LoadedModule[13]=C:\Windows\SYSTEM32\SortWindows61.dll
    LoadedModule[14]=C:\Windows\system32\IMM32.DLL
    LoadedModule[15]=C:\Windows\system32\MSCTF.dll
    LoadedModule[16]=C:\Windows\system32\appinit_dll.dll
    LoadedModule[17]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[18]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[19]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[20]=C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.92 00.16384_none_72771d4ecc1c3a4d\gdiplus.dll
    LoadedModule[21]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ExtendScript.dll
    LoadedModule[22]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ScCore.dll
    LoadedModule[23]=C:\Windows\SYSTEM32\mscms.dll
    LoadedModule[24]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MSVCP100.dll
    LoadedModule[25]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MSVCR100.dll
    LoadedModule[26]=C:\Windows\SYSTEM32\OPENGL32.dll
    LoadedModule[27]=C:\Windows\system32\WS2_32.dll
    LoadedModule[28]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\cg.dll
    LoadedModule[29]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\cgGL.dll
    LoadedModule[30]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\adbeape.dll
    LoadedModule[31]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeOwl.dll
    LoadedModule[32]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ahclient.dll
    LoadedModule[33]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\amtlib.dll
    LoadedModule[34]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AXEDOMCore.dll
    LoadedModule[35]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\MPS.dll
    LoadedModule[36]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PlugPlug.dll
    LoadedModule[37]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\tbb.dll
    LoadedModule[38]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeLinguistic.dll
    LoadedModule[39]=C:\Windows\SYSTEM32\combase.dll
    LoadedModule[40]=C:\Windows\system32\SHELL32.dll
    LoadedModule[41]=C:\Windows\system32\ole32.dll
    LoadedModule[42]=C:\Windows\SYSTEM32\USERENV.dll
    LoadedModule[43]=C:\Windows\SYSTEM32\GLU32.dll
    LoadedModule[44]=C:\Windows\SYSTEM32\DDRAW.dll
    LoadedModule[45]=C:\Windows\system32\NSI.dll
    LoadedModule[46]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.687 1_none_08e717a5a83adddf\MSVCR90.dll
    LoadedModule[47]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.687 1_none_08e717a5a83adddf\MSVCP90.dll
    LoadedModule[48]=C:\Windows\system32\WININET.dll
    LoadedModule[49]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[50]=C:\Windows\SYSTEM32\WINHTTP.dll
    LoadedModule[51]=C:\Windows\system32\SETUPAPI.dll
    LoadedModule[52]=C:\Windows\SYSTEM32\IPHLPAPI.DLL
    LoadedModule[53]=C:\Windows\system32\PSAPI.DLL
    LoadedModule[54]=C:\Windows\SYSTEM32\profapi.dll
    LoadedModule[55]=C:\Windows\SYSTEM32\DCIMAN32.dll
    LoadedModule[56]=C:\Windows\system32\iertutil.dll
    LoadedModule[57]=C:\Windows\system32\CFGMGR32.dll
    LoadedModule[58]=C:\Windows\system32\DEVOBJ.dll
    LoadedModule[59]=C:\Windows\SYSTEM32\WINNSI.DLL
    LoadedModule[60]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\tbbmalloc.dll
    LoadedModule[61]=C:\Windows\SYSTEM32\SHCORE.dll
    LoadedModule[62]=C:\Windows\SYSTEM32\CRYPTBASE.dll
    LoadedModule[63]=C:\Windows\SYSTEM32\bcryptPrimitives.dll
    LoadedModule[64]=C:\Windows\system32\uxtheme.dll
    LoadedModule[65]=C:\Windows\SYSTEM32\VERSION.dll
    LoadedModule[66]=C:\Windows\SYSTEM32\PROPSYS.dll
    LoadedModule[67]=C:\Windows\SYSTEM32\dnssd.dll
    LoadedModule[68]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1d f_6.0.9200.16384_none_418c2a697189c07f\Comctl32.dll
    LoadedModule[69]=C:\Windows\SYSTEM32\STI.DLL
    LoadedModule[70]=C:\Windows\SYSTEM32\clbcatq.dll
    LoadedModule[71]=C:\Windows\SYSTEM32\CRYPTSP.dll
    LoadedModule[72]=C:\Windows\system32\rsaenh.dll
    LoadedModule[73]=C:\Windows\SYSTEM32\wiatrace.dll
    LoadedModule[74]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.dll
    LoadedModule[75]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PSViews.dll
    LoadedModule[76]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PSArt.dll
    LoadedModule[77]=C:\Windows\SYSTEM32\dwmapi.dll
    LoadedModule[78]=C:\Windows\SYSTEM32\DWrite.dll
    LoadedModule[79]=C:\Windows\system32\c_g18030.dll
    LoadedModule[80]=C:\Windows\SYSTEM32\MSIMG32.dll
    LoadedModule[81]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\LogSession.dll
    LoadedModule[82]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\FastCore.8BX
    LoadedModule[83]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\MMXCore.8BX
    LoadedModule[84]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\libmmd.dll
    LoadedModule[85]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\MultiProcessor Support.8BX
    LoadedModule[86]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\PLUGIN.dll
    LoadedModule[87]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\ADM\ADMPlugin.apl
    LoadedModule[88]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AdobeXMP.dll
    LoadedModule[89]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\File Formats\Dicom.8BI
    LoadedModule[90]=C:\Windows\SYSTEM32\WSOCK32.dll
    LoadedModule[91]=C:\Windows\SYSTEM32\NETAPI32.dll
    LoadedModule[92]=C:\Windows\SYSTEM32\netutils.dll
    LoadedModule[93]=C:\Windows\SYSTEM32\srvcli.dll
    LoadedModule[94]=C:\Windows\SYSTEM32\wkscli.dll
    LoadedModule[95]=C:\Program Files\Common Files\Adobe\Plug-Ins\CS6\File Formats\Camera Raw.8bi
    LoadedModule[96]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\aif_core.dll
    LoadedModule[97]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\aif_ogl.dll
    LoadedModule[98]=C:\Windows\SYSTEM32\nvoglv64.DLL
    LoadedModule[99]=C:\Windows\system32\WINTRUST.dll
    LoadedModule[100]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[101]=C:\Windows\system32\MSASN1.dll
    LoadedModule[102]=C:\Windows\SYSTEM32\ntmarta.dll
    LoadedModule[103]=C:\Windows\SYSTEM32\powrprof.dll
    LoadedModule[104]=C:\Windows\SYSTEM32\dxgi.dll
    LoadedModule[105]=C:\Windows\SYSTEM32\d3d11.dll
    LoadedModule[106]=C:\Windows\SYSTEM32\DXGIDebug.dll
    LoadedModule[107]=C:\Windows\SYSTEM32\nvwgf2umx.dll
    LoadedModule[108]=C:\Windows\system32\wbem\wbemprox.dll
    LoadedModule[109]=C:\Windows\SYSTEM32\wbemcomn.dll
    LoadedModule[110]=C:\Windows\system32\wbem\wbemsvc.dll
    LoadedModule[111]=C:\Windows\system32\wbem\fastprox.dll
    LoadedModule[112]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\BIB.dll
    LoadedModule[113]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\BIBUtils.dll
    LoadedModule[114]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ACE.dll
    LoadedModule[115]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AGM.dll
    LoadedModule[116]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\CoolType.dll
    LoadedModule[117]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\AXE8SharedExpat.dll
    LoadedModule[118]=C:\Windows\SYSTEM32\icm32.dll
    LoadedModule[119]=C:\Windows\System32\msxml6.dll
    LoadedModule[120]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\Plug-Ins\Extensions\ScriptingSupport.8li
    LoadedModule[121]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\ScriptUIFlex.dll
    LoadedModule[122]=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\adobe_caps.dll
    LoadedModule[123]=C:\Windows\SYSTEM32\WindowsCodecs.dll
    LoadedModule[124]=C:\Windows\SYSTEM32\WTSAPI32.dll
    LoadedModule[125]=C:\Windows\SYSTEM32\WINSTA.dll
    LoadedModule[126]=C:\Program Files\Common Files\Adobe\APE\3.3\adbeapecore.dll
    LoadedModule[127]=C:\Windows\SYSTEM32\sxs.dll
    LoadedModule[128]=C:\Program Files\Common Files\Adobe\APE\3.3\adbeapeengine.dll
    LoadedModule[129]=C:\Windows\SYSTEM32\OLEACC.dll
    LoadedModule[130]=C:\Windows\system32\COMDLG32.dll
    LoadedModule[131]=C:\Windows\SYSTEM32\WINMM.dll
    LoadedModule[132]=C:\Windows\SYSTEM32\msi.dll
    LoadedModule[133]=C:\Windows\system32\urlmon.dll
    LoadedModule[134]=C:\Windows\SYSTEM32\DSOUND.dll
    LoadedModule[135]=C:\Windows\SYSTEM32\DNSAPI.dll
    LoadedModule[136]=C:\Windows\SYSTEM32\WINMMBASE.dll
    LoadedModule[137]=C:\Windows\SYSTEM32\dbghelp.dll
    LoadedModule[138]=C:\Windows\system32\mlang.dll
    LoadedModule[139]=C:\Windows\SYSTEM32\Secur32.dll
    LoadedModule[140]=C:\Windows\SYSTEM32\SSPICLI.DLL
    LoadedModule[141]=C:\Windows\system32\schannel.DLL
    LoadedModule[142]=C:\Windows\SYSTEM32\MMDevAPI.DLL
    LoadedModule[143]=C:\Windows\SYSTEM32\wdmaud.drv
    LoadedModule[144]=C:\Windows\SYSTEM32\ksuser.dll
    LoadedModule[145]=C:\Windows\SYSTEM32\AVRT.dll
    LoadedModule[146]=C:\Windows\SYSTEM32\AUDIOSES.DLL
    LoadedModule[147]=C:\Windows\SYSTEM32\msacm32.drv
    LoadedModule[148]=C:\Windows\SYSTEM32\MSACM32.dll
    LoadedModule[149]=C:\Windows\SYSTEM32\midimap.dll
    LoadedModule[150]=C:\Windows\system32\mswsock.dll
    LoadedModule[151]=C:\Program Files (x86)\Common Files\Adobe\CS6ServiceManager\lib\ServiceManager-Launcher_x64.dll
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Adobe Photoshop CS6
    AppPath=C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    NsPartner=windows
    NsGroup=windows8
    Version=1
    EventType=APPCRASH
    EventTime=130049318541040487
    ReportType=2
    Consent=1
    UploadTime=130049318542402054
    ReportIdentifier=c88ebf2f-731d-11e2-bea2-9cb70dad8ba7
    IntegratorReportIdentifier=c88ebf2e-731d-11e2-bea2-9cb70dad8ba7
    WOW64=1
    NsAppName=Illustrator.exe
    Response.BucketId=59e0704e4e7d5717a172d9ad21c6e12e
    Response.BucketTable=1
    Response.LegacyBucketId=-889454903
    Response.type=4
    Response.CabId=-804723362
    Sig[0].Name=Application Name
    Sig[0].Value=Illustrator.exe
    Sig[1].Name=Application Version
    Sig[1].Value=16.0.0.682
    Sig[2].Name=Application Timestamp
    Sig[2].Value=4f6e762b
    Sig[3].Name=Fault Module Name
    Sig[3].Value=KERNELBASE.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=6.2.9200.16451
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=50988950
    Sig[6].Name=Exception Code
    Sig[6].Value=c0000005
    Sig[7].Name=Exception Offset
    Sig[7].Value=00054764
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.2.9200.2.0.0.256.103
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=4105
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=5861
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=5861822e1919d7c014bbb064c64908b2
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=f3d5
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=f3d5be0cad2787556264647dc02181c3
    UI[2]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Illustrator.exe
    UI[3]=Adobe Illustrator CS6 has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Illustrator.exe
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\SYSTEM32\KERNEL32.DLL
    LoadedModule[3]=C:\Windows\SYSTEM32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\system32\apphelp.dll
    LoadedModule[5]=C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9200. 16384_none_ba245425e0986353\gdiplus.dll
    LoadedModule[6]=C:\Windows\SYSTEM32\IMM32.dll
    LoadedModule[7]=C:\Windows\SYSTEM32\VERSION.dll
    LoadedModule[8]=C:\Windows\SYSTEM32\Secur32.dll
    LoadedModule[9]=C:\Windows\SYSTEM32\SHLWAPI.dll
    LoadedModule[10]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\LogSession.dll
    LoadedModule[11]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\BIB.dll
    LoadedModule[12]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\BIBUtils.dll
    LoadedModule[13]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AGM.dll
    LoadedModule[14]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\CoolType.dll
    LoadedModule[15]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\MPS.dll
    LoadedModule[16]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\ACE.dll
    LoadedModule[17]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AdobeXMP.dll
    LoadedModule[18]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AdobeXMPFiles.dll
    LoadedModule[19]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AXEDOMCore.dll
    LoadedModule[20]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\SPBasic.dll
    LoadedModule[21]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\ARE.dll
    LoadedModule[22]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\WRServices.dll
    LoadedModule[23]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AdobeLinguistic.dll
    LoadedModule[24]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\icuin40.dll
    LoadedModule[25]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\icuuc40.dll
    LoadedModule[26]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\dvacore.dll
    LoadedModule[27]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\dvaui.dll
    LoadedModule[28]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\dvaai.dll
    LoadedModule[29]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\dvaworkspace.dll
    LoadedModule[30]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\exo.dll
    LoadedModule[31]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AdobeSplashKit.dll
    LoadedModule[32]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\amtlib.dll
    LoadedModule[33]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AXE8SharedExpat.dll
    LoadedModule[34]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\ahclient.dll
    LoadedModule[35]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Alcid.dll
    LoadedModule[36]=C:\Windows\SYSTEM32\USER32.dll
    LoadedModule[37]=C:\Windows\SYSTEM32\GDI32.dll
    LoadedModule[38]=C:\Windows\SYSTEM32\COMDLG32.dll
    LoadedModule[39]=C:\Windows\SYSTEM32\ADVAPI32.dll
    LoadedModule[40]=C:\Windows\SYSTEM32\SHELL32.dll
    LoadedModule[41]=C:\Windows\SYSTEM32\ole32.dll
    LoadedModule[42]=C:\Windows\SYSTEM32\MSVCP100.dll
    LoadedModule[43]=C:\Windows\SYSTEM32\MSVCR100.dll
    LoadedModule[44]=C:\Windows\SYSTEM32\MPR.dll
    LoadedModule[45]=C:\Windows\SYSTEM32\msvcrt.dll
    LoadedModule[46]=C:\Windows\SYSTEM32\combase.dll
    LoadedModule[47]=C:\Windows\SYSTEM32\MSCTF.dll
    LoadedModule[48]=C:\Windows\SYSTEM32\SETUPAPI.dll
    LoadedModule[49]=C:\Windows\SYSTEM32\PSAPI.DLL
    LoadedModule[50]=C:\Windows\SYSTEM32\OLEAUT32.dll
    LoadedModule[51]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\icudt40.dll
    LoadedModule[52]=C:\Windows\SYSTEM32\RPCRT4.dll
    LoadedModule[53]=C:\Windows\SYSTEM32\dbghelp.dll
    LoadedModule[54]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\boost_date_time.dll
    LoadedModule[55]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\boost_threads.dll
    LoadedModule[56]=C:\Windows\SYSTEM32\OPENGL32.dll
    LoadedModule[57]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\boost_signals.dll
    LoadedModule[58]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\boost_system.dll
    LoadedModule[59]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\dvaadameve.dll
    LoadedModule[60]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AdobeOwl.dll
    LoadedModule[61]=C:\Windows\SYSTEM32\MSIMG32.dll
    LoadedModule[62]=C:\Windows\SYSTEM32\WINHTTP.dll
    LoadedModule[63]=C:\Windows\SYSTEM32\IPHLPAPI.DLL
    LoadedModule[64]=C:\Windows\SYSTEM32\WININET.dll
    LoadedModule[65]=C:\Windows\SYSTEM32\WS2_32.dll
    LoadedModule[66]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_ 6.0.9200.16384_none_893961408605e985\COMCTL32.dll
    LoadedModule[67]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[68]=C:\Windows\SYSTEM32\CFGMGR32.dll
    LoadedModule[69]=C:\Windows\SYSTEM32\DEVOBJ.dll
    LoadedModule[70]=C:\Windows\SYSTEM32\SspiCli.dll
    LoadedModule[71]=C:\Windows\SYSTEM32\GLU32.dll
    LoadedModule[72]=C:\Windows\SYSTEM32\DDRAW.dll
    LoadedModule[73]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\boost_filesystem.dll
    LoadedModule[74]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\boost_regex.dll
    LoadedModule[75]=C:\Windows\SYSTEM32\NSI.dll
    LoadedModule[76]=C:\Windows\SYSTEM32\WINNSI.DLL
    LoadedModule[77]=C:\Windows\SYSTEM32\iertutil.dll
    LoadedModule[78]=C:\Windows\SYSTEM32\CRYPTBASE.dll
    LoadedModule[79]=C:\Windows\SYSTEM32\DCIMAN32.dll
    LoadedModule[80]=C:\Windows\SYSTEM32\SHCORE.DLL
    LoadedModule[81]=C:\Windows\SYSTEM32\bcryptPrimitives.dll
    LoadedModule[82]=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\System\AIRes.dll
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    File[0].CabName=WERInternalMetadata.xml
    File[0].Path=WERE5C2.tmp.WERInternalMetadata.xml
    File[0].Flags=851971
    File[0].Type=5
    File[0].Original.Path=d:\Users\Doug\AppData\Local\Temp\WERE5C2.tmp.WERInternalMetadata.xml
    File[1].CabName=AppCompat.txt
    File[1].Path=WERE769.tmp.appcompat.txt
    File[1].Flags=17629187
    File[1].Type=5
    File[1].Original.Path=d:\Users\Doug\AppData\Local\Temp\WERE769.tmp.appcompat.txt
    File[2].CabName=minidump.mdmp
    File[2].Path=WERE7F7.tmp.mdmp
    File[2].Flags=2949123
    File[2].Type=2
    File[2].Original.Path=d:\Users\Doug\AppData\Local\Temp\WERE7F7.tmp.mdmp
    File[3].CabName=Report.cab
    File[3].Path=Report.cab
    File[3].Flags=196608
    File[3].Type=9
    File[3].Original.Path=Report.cab
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Adobe Illustrator CS6
    AppPath=C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Illustrator.exe
    NsPartner=windows
    NsGroup=windows8

    First, you're using 13.0.0 and haven't installed updates.
    Second, you're crashing in an OS DLL.
    My guess would be a corrupt OS install (due to disk damage or malware).

  • IWeb crash on launch - HELP

    every time I launch iWeb, I get the spinning beach ball of death and a "not responding" when having to force quit.
    *I have thrown out iWeb and reinstalled from disc.
    *I have removed the domain file so no page in progress tries to load.
    *I have renamed the iPhoto library folder so it doesn't look for the photos.
    It worked fine for awhile. I don't know what went wrong.
    Help!

    lets see if we can solve this too.
    two things that you should try:
    1. using spotlight, delete all these files:
    - com.apple.iPhoto.plist
    - com.apple.iWeb.plist
    - com.apple.iLifeMediaBrowser.plist
    --> (might not be there AND THAT could be the problem!)
    2. open any iLife program or iWork OR ANYTHING by APPLE that has a media browser. see if you can add photos or anything. if yes do so and then close the app. now try in iWeb!
    lets hope that it works! for more info see here:
    http://discussions.apple.com/thread.jspa?threadID=774167&tstart=30
    max

  • Adobe premiere CC crash on launch (help please)...

    I search cases like mine, and there is a lot of examples of users who can't open Premiere, I try all the posible solutions but nothing works. This is the reported error, any idea how to fix it... (i'm very frustrated)
    Nombre del evento de problema:
    APPCRASH
      Nombre de la aplicación:
    Adobe Premiere Pro.exe
      Versión de la aplicación:
    7.2.2.33
      Marca de tiempo de la aplicación:
    532c3999
      Nombre del módulo con errores:
    ImageRenderer.dll
      Versión del módulo con errores:
    7.2.2.33
      Marca de tiempo del módulo con errores:
    532beda1
      Código de excepción:
    c000001d
      Desplazamiento de excepción:
    00000000001e21a2
      Versión del sistema operativo:
    6.1.7600.2.0.0.256.48
      Id. de configuración regional:
    3082
      Información adicional 1:
    0b2d
      Información adicional 2:
    0b2df4702c3fc6489bf922fb8e966350
      Información adicional 3:
    42f6
      Información adicional 4:
    42f6169e7c419fdeb216f9c040200376
    Computer specs:
    intel 4770k
    32gig RAM
    Gigabyte motherboard
    nvidia geforce 760 4gb
    (I apologize for my bad English)

    For thouse who have the same problem, my solution was make a manual instalation to a previous version, here's the link of how to make it...
    Revert to a previous version of any Creative Cloud application

  • Please help -- Address Book Crashing on Launch, causing problems with Mail

    Problem:
    Address Book crashes on launch. Mail crashes on launch as soon as it tries to access address book. Can't use either program.
    History:
    First noticed problem after an out-of-hard-disk space problem. Had about 2 GB left on the 80 GB hard drive in my 1 GHz iMac G4. Was comparing two very large TIFF files in Photoshop when it crashed because it had used up all the available scratch disk space. Mail and Address Book were also open at the time, along with a number of other apps.
    After re-starting, Mail began crashing on launch. There had been a message open at the time of the first crash, and it appeared that the crash was happening as soon as Mail went to Address Book to find the sender's image for that message. The crash report showed that Address Book was the thread that failed.
    Tried to launch Address Book; crashes on launch.
    Both applications refuse to launch.
    (Have also noticed that Safari crashes when entering text in a field -- good thing I have an iBook to use to post this plea for help!)
    Attempted Solutions:
    Scoured these discussions for suggestions.
    Trashed preferences, re-started & re-launched; no luck.
    Repaired permissions and disk repeatedly until squeaky clean
    Used Pacifist to re-install sync services, address book, mail; no luck
    Re-run Combo Update PPC 10.4.6; no luck
    Have now done a full Archive and Install, re-installed the 10.4.6 combo update and the most recent security update, and verified permissions and disk.
    Problem still persists -- which suggests it's something in my User library, I presume, but I'm out of ideas. Very tired and frustrated -- please help!
    I've copied the most recent pertinent information from Address Book's Crash Log and posted below. Let me know if I need to post anything else, or logs from other apps. Thanks for taking the time to look into my problem, everyone!
    Crash Report:
    Date/Time: 2006-06-17 09:21:16.256 -0400
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Address Book
    Path: /Applications/Address Book.app/Contents/MacOS/Address Book
    Parent: WindowServer [71]
    Version: 4.0.3 (483)
    Build Version: 115
    Project Name: AddressBook
    Source Version: 4830000
    PID: 285
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xe183c1fc
    Thread 0 Crashed:
    0 ...apple.AddressBook.framework 0x94c85708 c4_FormatB::Define(int, unsigned char const**) + 212
    1 ...apple.AddressBook.framework 0x94c82db4 c4_HandlerSeq::Prepare(unsigned char const**, bool) + 372
    2 ...apple.AddressBook.framework 0x94c83ae8 c4_FormatV::SetupAllSubviews() + 160
    3 ...apple.AddressBook.framework 0x94c851e0 c4_FormatV::Get(int, int&) + 44
    4 ...apple.AddressBook.framework 0x94c85150 c4_Handler::GetBytes(int, c4_Bytes&, bool) + 44
    5 ...apple.AddressBook.framework 0x94c85108 c4_Sequence::Get(int, int, c4_Bytes&) + 88
    6 ...apple.AddressBook.framework 0x94c85058 c4_ViewRef::operator c4_View() const + 76
    7 ...apple.AddressBook.framework 0x94c844a4 c4_Storage::Description(char const*) + 96
    8 ...apple.AddressBook.framework 0x94c85c04 c4_Storage::GetAs(char const*) + 100
    9 ...apple.AddressBook.framework 0x94c86e6c cacheViews + 240
    10 ...apple.AddressBook.framework 0x94c811f4 -[ABAddressBook nts_OpenContactManagerWithMode:cacheSchema:] + 452
    11 ...apple.AddressBook.framework 0x94c7fd50 -[ABAddressBook nts_InitDefaultContactManager] + 1052
    12 ...apple.AddressBook.framework 0x94c7f88c +[ABAddressBook nts_SharedAddressBook] + 76
    13 ...apple.AddressBook.framework 0x94c7f7c0 +[ABAddressBook nts_CreateSharedAddressBook] + 76
    14 ...apple.AddressBook.framework 0x94c7f6e4 +[ABAddressBook sharedAddressBook] + 80
    15 ...apple.AddressBook.framework 0x94c9d990 -[ABUIController setupAsPeoplePicker:] + 300
    16 com.apple.AddressBook 0x00008e68 0x1000 + 32360
    17 com.apple.AppKit 0x936d3e50 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 928
    18 com.apple.AppKit 0x936c003c loadNib + 240
    19 com.apple.AppKit 0x936bfa94 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 716
    20 com.apple.AppKit 0x93716f64 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 156
    21 com.apple.AppKit 0x937aa930 -[NSWindowController loadWindow] + 204
    22 com.apple.AppKit 0x937aa654 -[NSWindowController window] + 92
    23 com.apple.AddressBook 0x00009224 0x1000 + 33316
    24 com.apple.AddressBook 0x00008f68 0x1000 + 32616
    25 com.apple.Foundation 0x92931ad8 nsnotecallback + 180
    26 com.apple.CoreFoundation 0x90803010 __CFXNotificationPost + 368
    27 com.apple.CoreFoundation 0x907fb0ec _CFXNotificationPostNotification + 684
    28 com.apple.Foundation 0x9291bee0 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    29 com.apple.AppKit 0x936bc338 -[NSApplication _postDidFinishNotification] + 112
    30 com.apple.AppKit 0x936bc224 -[NSApplication _sendFinishLaunchingNotification] + 92
    31 com.apple.AppKit 0x936bbd6c -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 264
    32 com.apple.AppKit 0x936bb914 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 92
    33 com.apple.Foundation 0x92932ae4 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 380
    34 com.apple.Foundation 0x92932944 _NSAppleEventManagerGenericHandler + 92
    35 com.apple.AE 0x914f2960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    36 com.apple.AE 0x914f27fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    37 com.apple.AE 0x914f2654 aeProcessAppleEvent + 284
    38 com.apple.HIToolbox 0x931db0e0 AEProcessAppleEvent + 60
    39 com.apple.AppKit 0x936ba05c _DPSNextEvent + 856
    40 com.apple.AppKit 0x936b9b48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    41 com.apple.AppKit 0x936b608c -[NSApplication run] + 472
    42 com.apple.AppKit 0x937a6bfc NSApplicationMain + 452
    43 com.apple.AddressBook 0x00008a98 0x1000 + 31384
    44 com.apple.AddressBook 0x00008588 0x1000 + 30088
    45 com.apple.AddressBook 0x00009f68 0x1000 + 36712

    I'm no expert on Address Book, but I can tell you that the files involved in the crash could be HOME/Library/Preferences/com.apple.AddressBook.plist and anything in HOME/Library/Application Support/AddresBook/. It looks like you have ignored this latest folder so far. I would try moving both items to the Desktop, restart, and see whether that stops the crashes.

  • Premier Pro CC 7.2.2 crashes on launch in Windows 7, probably self inflicted problem...

    I installed PPCC 7.2.2 because I wanted to test the content analyzer to text functionality.
    I started the software, loaded a file, and started the analyzer.  It then passed this over to Media Encoder as expected and the process chugged along merrily for about 30 minutes.  At which point I got bored and decide to stop the process and use a much smaller file to test with.
    So, despite years of experience and knowing better I tried stopping the process, and when it wouldn't end I used the Windows Task Manager to kill the process in Media Encoder.
    Now when I try to start Premier Pro CC 7.2.2 it crashes on launch and gives me the very descriptive message "Adope Premier Pro CC has stopped working."
    My initial attempt to fix this was to uninstall PPCC 7.2.2 and reinstall it.  That didn't help.
    Based on 38+ years of programming experience I suspect there is a corrupted temp file floating around that PPCC is finding when it launches.  So, I looked every place I could think of for temp files and/or crash dumps and deleted them all.
    All the "crash on launch" discussions I have found so far refer to MAC systems, so I'm not sure where to look to repair the damage.
    Anyone have any ideas on "the most likely" cause of the problem and what I need to clean up to fix it?
    Thanks, Bobw

    I uninstalled Quicktime, rebooted 3 times to clear the Windows registry cache, reinstalled Quicktime, rebooted, then tried running PMPRCC 7.2.2.
    I got the same non-descript error.  So, I checked the Resource Monitor it it showed only PMPRCC7.2.2 hung.  I checked the wait chain and it looks like this:
    Adobe Premier Pro.exe (PIC:7996) Thread: 1452
                    Adobe Premier Pro.exe (PIC:7996) Thread: 4152
    Adobe Premier Pro.exe (PIC:7996) Thread: 5672
    Adobe Premier Pro.exe (PIC:7996) Thread: 51042
    Adobe Premier Pro.exe (PIC:7996) Thread: 1452
                    Adobe Premier Pro.exe (PIC:7996) Thread: 4152
    I grabbed screen shots of all that, and also grabbed the lists of "Associated Handles" and "Associated Modules."   I'm going to review the list of handles to see if there I can identify a file that has a date/time stamp near the time the problems start.   Let me know if you want me to post either or both lists.

  • AI CC 17.0.1 crash on launch on WINDOWS

    Hi All,
    We have heard from few users that there is a crash on launch after the latest Illustrator update 17.0.1 on WINDOWS. We need to debug this issue and to isolate this further we need your help.
    Any user who is encountering this on windows can join the connect session:
    https://my.adobeconnect.com/rbhunwal
    With Best Reagrds,
    Raghuveer
    [email protected]

    If anyone encountering this issue please update the driver of your graphics card. I would request you to let me know the results in the following format and this will definitely help us in isolating the issue further:
    1) OS Version :   WIN7/WIN8
    2) OS Architecture:     X86(32 bit)/ X64(64 bit)
    3) Total Graphic Cards Installed:                              (You may check this in "Device Mangaer" under the label "Display Adapters")
    4) Name of the Grahic Cards
    5) Driver Version before the driver update
    6) Driver Version after the driver update
    7) Is AI CC 17.0.1 crashing on launch after driver update :   Yes/No
    Thanks & Regards,
    Raghuveer
    You can also mail at: [email protected]

  • Help! MAIL CRASHING upon launch

    I let my automatic updater update my OS X.4.10 (was it .9 before?) system. Now whenever I try to launch Mail, it crashes within a few seconds. I ran my Disk Utility application to verify my disk (not permissions), as posted on another thread. No problems were found. So I reinstalled the update. Same problem. Mail crashes upon launch. HELP!!!

    For what type of account - .Mac, IMAP or POP?
    You can try to stop the fetching process via the Activity Viewer window but this will not resolve the problem when the fetching process resumes.
    Assuming you have webmail access for this account, you can delete some of the messages available at the incoming mail server or if you can create server stored mailboxes for this account via webmail access, transfer a large portion of the messages available in the account's Inbox mailbox to the server stored mailboxes to reduce the number of messages available to be downloaded by Mail.
    After the Mail.app download process has completed for a smaller number of messages, you can gradually transfer messages from the server stored mailboxes to the account's Inbox mailbox reducing the number of new messages to be downloaded by the Mail.app at one time.
    Over 4000 messages in the account's Inbox mailbox at the server is a good deal of messages. Either this account is an IMAP type account with a large server storage space quota or if a POP type account, the server storage space quota must be large.

  • Help me please, games crash on launch, youtube videos won't play.

    Whenever i start up sound blaster cinema it just crashes, it will be fine for about 10 seconds, then it just crashes, it will usually freeze up everything when it crashes only thing i can do is move my cursor around, it will unfreeze after 10 seconds or so as well.
    I have tried to update sound blaster cinema but there are not updates available.
    It would usually go back to normal after a shutdown or a restart but this time it wasn't having any of it.
    Can anyone suggest anything that i couldn't think of?
    The crashing first started a month+ ago, but today when I was playing L4D2 a boomer explosion crashed L4D2 and sound blaster cinema simultaneously and now sound blaster cinema won't stop crashing after launch.
    (Edit)
    I can't launch any games, i try to play the game osu! and it launches normally except the screen turns black and then it crashes. i try to launch steam and login but the login menu wont pop
    I can't even play a youtube video, the background of the video will show but the video won't play, it's not buffering but the video is loading.
    windows media player won't launch as well, videos on my computer will not play at all.

    (FIXED)
    I went and downloaded thee intel(R) driver update utility 2.0 went to find drivers and then to auto detect and updated my drivers.
     This is the driver that helped me. vvvv
    ( Iris, irispro, and hd graphics driver for windows*7/8/8.1 version 15.36.19.64.41.70 )
    Sound blaster cinema doesn't crash on launch anymore, neither does my game osu! and youtube videos now play.

  • ITunes crashes on launch, nothing helps

    Every time I open up iTunes, I get an error message telling me that iTunes has stopped working and I have to close the application. After reading up on the problem, I tried the solution that seemed to work for everyone else, copy QTMovieWin.dll from:  C:\Program Files (x86)\Common Files\Apple\Apple Application Support to: C:\Program Files (x86)\iTunes. However, after doing this twice, iTunes still crashed on launch. I tried restarting my computer, that didn't help, and I tried completely uninstalling and reinstalling iTunes, but the problem still persists. I can't call iTunes support without forking over $19, which I really don't want to do. Any other suggestions to solve this problem would be greatly appreciated! BTW, I run Windows 8.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    You could also try working through
    TS1717: iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    tt2

  • TaxCut 2007 crashes on launch on iMac G5-Please help

    I'm posting this plea for help in both the iMac and Panther forums. On my iMac G5, running OS 10.3.9, I have an app, TaxCut 2007, which always crashes on launch. As soon as I click the second of the two "I Accept" buttons, the iMac gives me the "unexpectedly quit" message and asks if I'd like to send the crash report to Apple. I've sent it a couple of times.
    I've spent hours trying to get the app to launch. Here are the things I've tried:
    1. Re-installed the app several times, repairing permissions both before and after the install, and restarting the computer.
    2. Booted up from my external hard drive and used Disk Utility to run disk repair on the computer's hard drive. (I also ran Disk Warrior and TechTool Pro. No problems were reported.)
    3. Installed the app on my iBook G3 (OS 10.3.9). It runs perfectly there. But, the screen is so small that it's inconvenient to work with the program on the laptop. I'd like to get it on the iMac G5.
    4. Connected a firewire cable from the G5 to the iBook, and booted up the iBook in target disk mode. Then, on the iMac I navigated to the iBook's application folder and opened up the iBook's version of TaxCut. No luck. Still crashed on launch.
    5. Got a replacement CD from the store where I bought the app. Tried that on the G5. Still crashes on launch.
    6. Downloaded the software updater from the TaxCut web site. Ran it. Still no luck.
    7. Got into a live web chat with a TaxCut representative. They have no clue about what to do.
    8. Booted up in safe mode tried to open TaxCut. Still the same result.
    So, apparently there is something about my iMac G5 that TaxCut does not like. I'm including below what I believe to be the relevant part of the crash report (based on a tutorial on how to read crash reports I found on MacFixIt). However, I am not experienced enough to make sense of this crash report. I've looked at all the crash reports since this started happening, and I can say that Thread 0, where the crash occurred, always has this same line that starts with "libxml2.2.dylib."
    If anyone can interpret this crash report and help me get TaxCut to work, I'll be very grateful. I only bought it this year because TurboTax, the app I usually buy, requires me to upgrade to Tiger, which I do not want to do (Panther ain't broke).
    Here is the (partial) crash report:
    Host Name: iMac-G5.local
    Date/Time: 2008-01-02 17:47:36 -0800
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: TaxCut
    Path: /Applications/TaxCut 2007.app/Contents/MacOS/TaxCut
    Version: 1.0 (1.0)
    PID: 415
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x3f00357b
    Thread 0 Crashed:
    0 libxml2.2.dylib 0x91acf778 xmlDictOwns + 0x44

    Hi Steven Rice-
    Number 7 is the winner!
    I am fairly certain that they released this product before it was ready for prime time. I tried to install it from a free disk that they sent and couldn't get past square one. I have read many complaints about the product as well.
    Luck-
    -DaddyPaycheck

  • IPhoto 6 crashes when launched... database rebuild also crashes... HELP!

    I've got about 3 yrs of pictures, which are backed up, but the "upgrade" to iPhoto six (which I now regret having paid for) crashes on launch every time. I tried all the tricks I could find in this forum:
    the cmd-opt launch, and each of the rebuilt options, separately and in combination. Every time, iPhoto crashes when it tries to load this library (it worked for about a week, and for several imports). I've also tried:
    - trashed the prefs files before doing above. No help.
    - trashed the data folder and thumbnail files before above, also no luck.
    - trashed prefs, made new library, imported all photos from originals... got the pictures, but 3 years worth of comments and organization is gone..
    Is there ANY way to fix that darn database? Any way of extracting the data to re-apply to a new database? Any way of writing the metadata into the actual picture files, so we don't have to depend on this unstable database for the metadata?
    I haven't lost the images, but that metadata was really a lot of work. I'm thinking really hard about switching permanently to another package. iPhoto is the SOLE reason I bought iLife, and it trashed my stuff. I'm really disappointed in the quality here, and in Apple's unwillingness to help me solve the problem (they just directed me here. So much for the "90 day support").
    Any pointers, advice, etc, would be very welcome!
    G5 Dual   Mac OS X (10.4.5)  

    I've got about 3 yrs of pictures, which are backed up, but the "upgrade" to iPhoto six (which I now regret having paid for) crashes on launch every time. I tried all the tricks I could find in this forum:
    the cmd-opt launch, and each of the rebuilt options, separately and in combination. Every time, iPhoto crashes when it tries to load this library (it worked for about a week, and for several imports). I've also tried:
    - trashed the prefs files before doing above. No help.
    - trashed the data folder and thumbnail files before above, also no luck.
    - trashed prefs, made new library, imported all photos from originals... got the pictures, but 3 years worth of comments and organization is gone..
    Is there ANY way to fix that darn database? Any way of extracting the data to re-apply to a new database? Any way of writing the metadata into the actual picture files, so we don't have to depend on this unstable database for the metadata?
    I haven't lost the images, but that metadata was really a lot of work. I'm thinking really hard about switching permanently to another package. iPhoto is the SOLE reason I bought iLife, and it trashed my stuff. I'm really disappointed in the quality here, and in Apple's unwillingness to help me solve the problem (they just directed me here. So much for the "90 day support").
    Any pointers, advice, etc, would be very welcome!
    G5 Dual   Mac OS X (10.4.5)  

  • Illustrator CC2014 keeps crashing on launch....help i'm on a mac running maverick

    My illustrator program keeps crashing upon launch
    i called tech support they fixed it
    and the next day it's doing it again
    I'm trying to contact them but they are closed
    thanks for any help you can provide

    Had same problem. I had the Wacom Inkling installed. You will need to remove that, or any other third party plug-ins and restart illustrator. Found this:
    Solution
    In the Finder, browse to the folder that contains Illustrator plug-ins.
    Move all third-party plug-ins to a different folder.
    (Important) Press and hold Command + Option + Shift, launch Illustrator, and keep the keys pressed until Illustrator launches. This step clears all Illustrator preferences.
    Caution:It's necessary to press the keyboard combination (Command + Option + Shift) in the same order as mentioned above.
    (Optional) If you require your third-party plug-ins when you use Illustrator, try adding one plug-in at a time. Each time you add a plug-in, ensure that you follow step 3 to start Illustrator. 

  • Multiiple Apps Crash On Launch - A Little Help?

    I'm having problems...Mail, iChat, iWeb and Safari are all crashing upon launch. Any ideas?
    Here comes a long list of crash reports...
    First for Mail
    ===== Sunday, July 16, 2006 11:52:21 AM US/Central =====
    Host Name: daniel-shikes-powerbook-g4-15
    Date/Time: 2006-07-16 11:52:29.143 -0500
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [56]
    Version: 2.1 (752)
    PID: 242
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Code[0]: 0x0000000a
    Code[1]: 0x0140d000
    Thread 0 Crashed:
    0 dyld 0x8fe12f08 ImageLoaderMachO::doRebase(ImageLoader::LinkContext const&) + 492
    1 dyld 0x8fe0b0b8 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 148
    2 dyld 0x8fe0b088 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 100
    3 dyld 0x8fe0b088 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 100
    4 dyld 0x8fe0dbf0 ImageLoader::link(ImageLoader::LinkContext const&, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning, unsigned) + 96
    5 dyld 0x8fe03fbc dyld::link(ImageLoader*, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning) + 380
    6 dyld 0x8fe060c4 dyld::main(machheader const*, int, char const**, char const**, char const**) + 1480
    7 dyld 0x8fe01048 dyldstart + 60
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000008fe12f08 srr1: 0x000000000000d030 vrsave: 0x0000000000000000
    cr: 0x44002228 xer: 0x0000000000000000 lr: 0x000000008fe12ec0 ctr: 0x000000008fe0f8bc
    r0: 0x000000000004b918 r1: 0x00000000bffff5f0 r2: 0x0000000001100df8 r3: 0x0000000011100000
    r4: 0x000000008fe5c568 r5: 0x0000000000000008 r6: 0x0000000080808080 r7: 0x0000000020000000
    r8: 0x0000000001458918 r9: 0x00000000003b2000 r10: 0x0000000011595728 r11: 0x000000000140d000
    r12: 0x000000008fe0f8bc r13: 0x0000000000000000 r14: 0x000000008fe55b04 r15: 0x000000008fe55b04
    r16: 0x000000008fe55b04 r17: 0x000000008fe55b04 r18: 0x000000008fe55b04 r19: 0x000000008fe55b04
    r20: 0x0000000000001000 r21: 0x0000000000000000 r22: 0x00000000bffff8d0 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x00000000ffffffff r26: 0x000000008fe5c568 r27: 0x000000008fe5c568
    r28: 0x00000000002101a0 r29: 0x000000006b916000 r30: 0x00000000002101a0 r31: 0x000000008fe12d28
    Binary Images Description:
    0x1000 - 0x199fff com.apple.mail 2.1 (752) /Applications/Mail.app/Contents/MacOS/Mail
    0x1100000 - 0x140cfff com.apple.WebCore 418.19 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x1595000 - 0x15befff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x15c6000 - 0x15e2fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x15f6000 - 0x1604fff com.apple.DMNotification 1.0.3 (32) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x160c000 - 0x1628fff com.apple.DotMacSyncManager 1.0.3 (49) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x1638000 - 0x16b2fff com.apple.syncservices 2.4 (189.2) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x16ea000 - 0x16eafff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x16ec000 - 0x17bdfff com.apple.QuartzComposer 1.2.3 (32.21) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x1837000 - 0x1869fff com.apple.PDFKit 1.0.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x8fe00000 - 0x8fe52fff dyld 45.1 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d8fff com.apple.security 4.4 (27566) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d6000 - 0x913dffff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e6000 - 0x9140efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91421000 - 0x9142cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91431000 - 0x91439fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143d000 - 0x914b8fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f5000 - 0x914f5fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f7000 - 0x9152ffff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154a000 - 0x91617fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166c000 - 0x916fdfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91744000 - 0x917fbfff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91838000 - 0x91896fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c5000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f5fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b58fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5d000 - 0x91bccfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be3000 - 0x91be7fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91be9000 - 0x91c31fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c36000 - 0x91c73fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7a000 - 0x91c93fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c98000 - 0x91c9bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c9d000 - 0x91c9dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c9f000 - 0x91d84fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d8c000 - 0x91dabfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e17000 - 0x91e85fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e90000 - 0x91f25fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f3f000 - 0x924c7fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924fa000 - 0x92825fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92855000 - 0x928ddfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9291e000 - 0x92b49fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c67000 - 0x92d45fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d65000 - 0x92e53fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e65000 - 0x92e83fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e8e000 - 0x92ee8fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f06000 - 0x92f06fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f08000 - 0x92f1cfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f34000 - 0x92f44fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f50000 - 0x92f65fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f77000 - 0x92ffefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93012000 - 0x9301dfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93027000 - 0x93054fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9306e000 - 0x9307efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9308a000 - 0x930f0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93121000 - 0x93170fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9319e000 - 0x931bbfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931cd000 - 0x931dafff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931e3000 - 0x934f0fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9363f000 - 0x9364bfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93650000 - 0x93670fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936c3000 - 0x936c3fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936c5000 - 0x93cf8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94085000 - 0x940f5fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9412e000 - 0x941f1fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94243000 - 0x94243fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94245000 - 0x943f8fff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9444b000 - 0x94488fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94490000 - 0x944e0fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94520000 - 0x94564fff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9461b000 - 0x9465ffff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94c90000 - 0x94dc0fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94e52000 - 0x94e61fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94e69000 - 0x94e96fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94e9d000 - 0x94eadfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94eb1000 - 0x94ee0fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94ef0000 - 0x94f0dfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9562d000 - 0x956bbfff com.apple.WebKit 418.8 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95717000 - 0x957adfff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x96e9f000 - 0x96ebefff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9752f000 - 0x97554fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x984ad000 - 0x984c5fff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x9887c000 - 0x988bffff com.apple.ISSupport 1.0.3 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x98a26000 - 0x98a68fff com.apple.PAPICommon 2.4 (123) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x99f13000 - 0x99f1efff com.apple.IMFramework 3.1.1 (427) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99f29000 - 0x9a082fff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Now Safari...
    ===== Sunday, July 16, 2006 11:57:25 AM US/Central =====
    Host Name: daniel-shikes-powerbook-g4-15
    Date/Time: 2006-07-16 11:57:28.540 -0500
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [56]
    Version: 2.0.4 (419.3)
    PID: 246
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Code[0]: 0x0000000a
    Code[1]: 0x0140d000
    Thread 0 Crashed:
    0 dyld 0x8fe12f08 ImageLoaderMachO::doRebase(ImageLoader::LinkContext const&) + 492
    1 dyld 0x8fe0b0b8 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 148
    2 dyld 0x8fe0b088 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 100
    3 dyld 0x8fe0b088 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 100
    4 dyld 0x8fe0dbf0 ImageLoader::link(ImageLoader::LinkContext const&, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning, unsigned) + 96
    5 dyld 0x8fe03fbc dyld::link(ImageLoader*, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning) + 380
    6 dyld 0x8fe060c4 dyld::main(machheader const*, int, char const**, char const**, char const**) + 1480
    7 dyld 0x8fe01048 dyldstart + 60
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000008fe12f08 srr1: 0x000000000000d030 vrsave: 0x0000000000000000
    cr: 0x44002228 xer: 0x0000000000000000 lr: 0x000000008fe12ec0 ctr: 0x000000008fe0f8bc
    r0: 0x000000000004b918 r1: 0x00000000bffff5f0 r2: 0x0000000001100df8 r3: 0x0000000011100000
    r4: 0x000000008fe5c568 r5: 0x000000000000000a r6: 0x0000000080808080 r7: 0x0000000020000000
    r8: 0x0000000001458918 r9: 0x00000000003b2000 r10: 0x0000000011595728 r11: 0x000000000140d000
    r12: 0x000000008fe0f8bc r13: 0x0000000000000000 r14: 0x000000008fe55b04 r15: 0x000000008fe55b04
    r16: 0x000000008fe55b04 r17: 0x000000008fe55b04 r18: 0x000000008fe55b04 r19: 0x000000008fe55b04
    r20: 0x0000000000001000 r21: 0x0000000000000000 r22: 0x00000000bffff8d0 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x00000000ffffffff r26: 0x000000008fe5c568 r27: 0x000000008fe5c568
    r28: 0x000000000020e3a0 r29: 0x000000006b916000 r30: 0x000000000020e3a0 r31: 0x000000008fe12d28
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x1100000 - 0x140cfff com.apple.WebCore 418.19 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x1595000 - 0x15befff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x15c6000 - 0x15e6fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x15f3000 - 0x1620fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x1627000 - 0x1636fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x163e000 - 0x164efff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x1652000 - 0x1681fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x1691000 - 0x16aefff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x16b6000 - 0x16ecfff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x1709000 - 0x1741fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x8fe00000 - 0x8fe52fff dyld 45.1 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d8fff com.apple.security 4.4 (27566) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d6000 - 0x913dffff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e6000 - 0x9140efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91421000 - 0x9142cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91431000 - 0x91439fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143d000 - 0x914b8fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f5000 - 0x914f5fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f7000 - 0x9152ffff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154a000 - 0x91617fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166c000 - 0x916fdfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91744000 - 0x917fbfff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91838000 - 0x91896fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c5000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f5fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b58fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5d000 - 0x91bccfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be3000 - 0x91be7fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91be9000 - 0x91c31fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c36000 - 0x91c73fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7a000 - 0x91c93fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c98000 - 0x91c9bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c9d000 - 0x91c9dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c9f000 - 0x91d84fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d8c000 - 0x91dabfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e17000 - 0x91e85fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e90000 - 0x91f25fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f3f000 - 0x924c7fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924fa000 - 0x92825fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92855000 - 0x928ddfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9291e000 - 0x92b49fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c67000 - 0x92d45fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d65000 - 0x92e53fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e65000 - 0x92e83fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e8e000 - 0x92ee8fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f06000 - 0x92f06fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f08000 - 0x92f1cfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f34000 - 0x92f44fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f50000 - 0x92f65fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f77000 - 0x92ffefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93012000 - 0x9301dfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93027000 - 0x93054fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9306e000 - 0x9307efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9308a000 - 0x930f0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93121000 - 0x93170fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9319e000 - 0x931bbfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931cd000 - 0x931dafff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931e3000 - 0x934f0fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9363f000 - 0x9364bfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936c3000 - 0x936c3fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936c5000 - 0x93cf8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94085000 - 0x940f5fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9412e000 - 0x941f1fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94243000 - 0x94243fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94245000 - 0x943f8fff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9444b000 - 0x94488fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94490000 - 0x944e0fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945eb000 - 0x94607fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9461b000 - 0x9465ffff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94c90000 - 0x94dc0fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9562d000 - 0x956bbfff com.apple.WebKit 418.8 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95717000 - 0x957adfff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x9a4fc000 - 0x9a50efff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    iChat...
    ===== Sunday, July 16, 2006 11:58:55 AM US/Central =====
    Host Name: daniel-shikes-powerbook-g4-15
    Date/Time: 2006-07-16 11:58:58.325 -0500
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: iChat
    Path: /Applications/iChat.app/Contents/MacOS/iChat
    Parent: WindowServer [56]
    Version: 3.1.5 (436)
    PID: 250
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Code[0]: 0x0000000a
    Code[1]: 0x0140d000
    Thread 0 Crashed:
    0 dyld 0x8fe12f08 ImageLoaderMachO::doRebase(ImageLoader::LinkContext const&) + 492
    1 dyld 0x8fe0b0b8 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 148
    2 dyld 0x8fe0b088 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 100
    3 dyld 0x8fe0b088 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 100
    4 dyld 0x8fe0dbf0 ImageLoader::link(ImageLoader::LinkContext const&, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning, unsigned) + 96
    5 dyld 0x8fe03fbc dyld::link(ImageLoader*, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning) + 380
    6 dyld 0x8fe060c4 dyld::main(machheader const*, int, char const**, char const**, char const**) + 1480
    7 dyld 0x8fe01048 dyldstart + 60
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000008fe12f08 srr1: 0x000000000000d030 vrsave: 0x0000000000000000
    cr: 0x44002228 xer: 0x0000000020000000 lr: 0x000000008fe12ec0 ctr: 0x000000008fe0f8bc
    r0: 0x000000000004b918 r1: 0x00000000bffff5f0 r2: 0x0000000001100df8 r3: 0x0000000011100000
    r4: 0x000000008fe5c568 r5: 0x000000000000000a r6: 0x0000000080808080 r7: 0x0000000020000000
    r8: 0x0000000001458918 r9: 0x00000000003b2000 r10: 0x0000000011595728 r11: 0x000000000140d000
    r12: 0x000000008fe0f8bc r13: 0x0000000000000000 r14: 0x000000008fe55b04 r15: 0x000000008fe55b04
    r16: 0x000000008fe55b04 r17: 0x000000008fe55b04 r18: 0x000000008fe55b04 r19: 0x000000008fe55b04
    r20: 0x0000000000001000 r21: 0x0000000000000000 r22: 0x00000000bffff8d0 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x00000000ffffffff r26: 0x000000008fe5c568 r27: 0x000000008fe5c568
    r28: 0x0000000000210d80 r29: 0x000000006b916000 r30: 0x0000000000210d80 r31: 0x000000008fe12d28
    Binary Images Description:
    0x1000 - 0x170fff com.apple.iChat 3.1.5 (436) /Applications/iChat.app/Contents/MacOS/iChat
    0x1100000 - 0x140cfff com.apple.WebCore 418.19 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x1595000 - 0x15befff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x15c6000 - 0x15e2fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x15f6000 - 0x15f7fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x8fe00000 - 0x8fe52fff dyld 45.1 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d8fff com.apple.security 4.4 (27566) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d6000 - 0x913dffff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e6000 - 0x9140efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91421000 - 0x9142cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91431000 - 0x91439fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143d000 - 0x914b8fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f5000 - 0x914f5fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f7000 - 0x9152ffff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154a000 - 0x91617fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166c000 - 0x916fdfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91744000 - 0x917fbfff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91838000 - 0x91896fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c5000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f5fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b58fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5d000 - 0x91bccfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be3000 - 0x91be7fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91be9000 - 0x91c31fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c36000 - 0x91c73fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7a000 - 0x91c93fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c98000 - 0x91c9bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c9d000 - 0x91c9dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c9f000 - 0x91d84fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d8c000 - 0x91dabfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e17000 - 0x91e85fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e90000 - 0x91f25fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f3f000 - 0x924c7fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924fa000 - 0x92825fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92855000 - 0x928ddfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9291e000 - 0x92b49fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c67000 - 0x92d45fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d65000 - 0x92e53fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e65000 - 0x92e83fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e8e000 - 0x92ee8fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f06000 - 0x92f06fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f08000 - 0x92f1cfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f34000 - 0x92f44fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f50000 - 0x92f65fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f77000 - 0x92ffefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93012000 - 0x9301dfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93027000 - 0x93054fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9306e000 - 0x9307efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9308a000 - 0x930f0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93121000 - 0x93170fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9319e000 - 0x931bbfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931cd000 - 0x931dafff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931e3000 - 0x934f0fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9363f000 - 0x9364bfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93650000 - 0x93670fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936c3000 - 0x936c3fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936c5000 - 0x93cf8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94085000 - 0x940f5fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9412e000 - 0x941f1fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94243000 - 0x94243fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94245000 - 0x943f8fff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9444b000 - 0x94488fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94490000 - 0x944e0fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94520000 - 0x94564fff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94570000 - 0x945a8fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9461b000 - 0x9465ffff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9470b000 - 0x949bffff com.apple.QuickTime 7.1.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94a83000 - 0x94af4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94b67000 - 0x94b88fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94c90000 - 0x94dc0fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94e52000 - 0x94e61fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94e69000 - 0x94e96fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94e9d000 - 0x94eadfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94eb1000 - 0x94ee0fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94ef0000 - 0x94f0dfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9525c000 - 0x952cafff com.apple.Bluetooth 1.7.5 (1.7.5f10) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x9562d000 - 0x956bbfff com.apple.WebKit 418.8 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95717000 - 0x957adfff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x96e9f000 - 0x96ebefff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9752f000 - 0x97554fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x98047000 - 0x9816efff com.apple.viceroy.framework 273.5 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x98911000 - 0x98914fff com.apple.DisplayServicesFW 1.8.1 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x99f13000 - 0x99f1efff com.apple.IMFramework 3.1.1 (427) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99f29000 - 0x9a082fff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Now iWeb...
    ===== Sunday, July 16, 2006 12:00:29 PM US/Central =====
    Host Name: daniel-shikes-powerbook-g4-15
    Date/Time: 2006-07-16 12:00:36.456 -0500
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: iWeb
    Path: /Applications/iWeb.app/Contents/MacOS/iWeb
    Parent: WindowServer [56]
    Version: 1.1.1 (189)
    PID: 253
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Code[0]: 0x0000000a
    Code[1]: 0x0160d000
    Thread 0 Crashed:
    0 dyld 0x8fe12f08 ImageLoaderMachO::doRebase(ImageLoader::LinkContext const&) + 492
    1 dyld 0x8fe0b0b8 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 148
    2 dyld 0x8fe0b088 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 100
    3 dyld 0x8fe0b088 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 100
    4 dyld 0x8fe0dbf0 ImageLoader::link(ImageLoader::LinkContext const&, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning, unsigned) + 96
    5 dyld 0x8fe03fbc dyld::link(ImageLoader*, ImageLoader::BindingLaziness, ImageLoader::InitializerRunning) + 380
    6 dyld 0x8fe060c4 dyld::main(machheader const*, int, char const**, char const**, char const**) + 1480
    7 dyld 0x8fe01048 dyldstart + 60
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000008fe12f08 srr1: 0x000000000000d030 vrsave: 0x0000000000000000
    cr: 0x44002228 xer: 0x0000000020000000 lr: 0x000000008fe12ec0 ctr: 0x000000008fe0f8bc
    r0: 0x000000000004b918 r1: 0x00000000bffff5f0 r2: 0x0000000001300df8 r3: 0x0000000011300000
    r4: 0x000000008fe5c568 r5: 0x000000000000000a r6: 0x0000000080808080 r7: 0x0000000020000000
    r8: 0x0000000001658918 r9: 0x00000000003b2000 r10: 0x0000000011795728 r11: 0x000000000160d000
    r12: 0x000000008fe0f8bc r13: 0x0000000000000000 r14: 0x000000008fe55b04 r15: 0x000000008fe55b04
    r16: 0x000000008fe55b04 r17: 0x000000008fe55b04 r18: 0x000000008fe55b04 r19: 0x000000008fe55b04
    r20: 0x0000000000001000 r21: 0x0000000000000000 r22: 0x00000000bffff8d0 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x00000000ffffffff r26: 0x000000008fe5c568 r27: 0x000000008fe5c568
    r28: 0x00000000003120b0 r29: 0x000000006bb16000 r30: 0x00000000003120b0 r31: 0x000000008fe12d28
    Binary Images Description:
    0x1000 - 0x1c9fff com.apple.iWeb 1.1.1 (189) /Applications/iWeb.app/Contents/MacOS/iWeb
    0x211000 - 0x28efff com.apple.DotMacKit 20 (3.0L) /Applications/iWeb.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMa cKit
    0x405000 - 0x454fff com.apple.sf.sfapplication 1.0 /Applications/iWeb.app/Contents/Frameworks/SFApplication.framework/Versions/A/S FApplication
    0x482000 - 0x5fefff com.apple.iWeb.sfcharts 2.0 /Applications/iWeb.app/Contents/Frameworks/SFCharts.framework/Versions/A/SFChar ts
    0x1008000 - 0x1072fff com.apple.iWeb.sfinspectors 1.0 /Applications/iWeb.app/Contents/Frameworks/SFInspectors.framework/Versions/A/SF Inspectors
    0x10a9000 - 0x11f2fff BLCompatibility /Applications/iWeb.app/Contents/Frameworks/BLCompatibility.framework/Versions/A /BLCompatibility
    0x1300000 - 0x160cfff com.apple.WebCore 418.19 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x1795000 - 0x17befff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x17c6000 - 0x1806fff com.apple.glut 3.3.8 (GLUT-3.3.8) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x182f000 - 0x183cfff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x1854000 - 0x1856fff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1859000 - 0x1878fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x18e4000 - 0x18e4fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x18e6000 - 0x19b7fff com.apple.QuartzComposer 1.2.3 (32.21) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x1a31000 - 0x1a63fff com.apple.PDFKit 1.0.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x1a7b000 - 0x1aa0fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x1b2c0000 - 0x1b44dfff SFWordProcessing /Applications/iWeb.app/Contents/Frameworks/SFWordProcessing.framework/Versions/ A/SFWordProcessing
    0x37f70000 - 0x37f95fff com.apple.iWeb.sfutility 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFUtility.framework/Versions/A/SFUti lity
    0x38000000 - 0x380affff com.apple.iWeb.sftables 1.0 /Applications/iWeb.app/Contents/Frameworks/SFTables.framework/Versions/A/SFTabl es
    0x38250000 - 0x38261fff com.apple.iWeb.sfstyles 1.0 /Applications/iWeb.app/Contents/Frameworks/SFStyles.framework/Versions/A/SFStyl es
    0x385f0000 - 0x38654fff com.apple.iWeb.sfrendering 1.0 /Applications/iWeb.app/Contents/Frameworks/SFRendering.framework/Versions/A/SFR endering
    0x38710000 - 0x3877dfff com.apple.iWeb.proofreader 0 (1) /Applications/iWeb.app/Contents/Frameworks/SFProofReader.framework/Versions/A/S FProofReader
    0x38830000 - 0x38849fff com.apple.iWeb.sfpartitions 1.0 /Applications/iWeb.app/Contents/Frameworks/SFPartitions.framework/Versions/A/SF Partitions
    0x38890000 - 0x388bffff com.apple.iWeb.sfmovie 1.0 /Applications/iWeb.app/Contents/Frameworks/SFMovie.framework/Versions/A/SFMovie
    0x38930000 - 0x3893efff com.apple.iWeb.sflicense 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFLicense.framework/Versions/A/SFLic ense
    0x38970000 - 0x38a07fff com.apple.iWeb.SFFormulas 1.0 /Applications/iWeb.app/Contents/Frameworks/SFFormulas.framework/Versions/A/SFFo rmulas
    0x38b70000 - 0x38c09fff com.apple.iWeb.sfdrawables 2.0 /Applications/iWeb.app/Contents/Frameworks/SFDrawables.framework/Versions/A/SFD rawables
    0x38d70000 - 0x38d93fff com.apple.iWeb.SFControls 1.0 (20030306_1) /Applications/iWeb.app/Contents/Frameworks/SFControls.framework/Versions/A/SFCo ntrols
    0x38df0000 - 0x38e25fff com.apple.iWeb.sfarchiving 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFArchiving.framework/Versions/A/SFA rchiving
    0x38ea0000 - 0x38ec2fff com.apple.iWeb.SFAnimation 1.0 (0.0.1d1) /Applications/iWeb.app/Contents/Frameworks/SFAnimation.framework/Versions/A/SFA nimation
    0x38f30000 - 0x38f5efff com.apple.MediaBrowser 2.0.2 (98) /Applications/iWeb.app/Contents/Frameworks/MediaBrowser.framework/Versions/A/Me diaBrowser
    0x38fd0000 - 0x394b1fff libCoin.60.0.0.dylib /Applications/iWeb.app/Contents/Frameworks/Inventor.framework/Versions/C/Librar ies/libCoin.60.0.0.dylib
    0x8fe00000 - 0x8fe52fff dyld 45.1 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d8fff com.apple.security 4.4 (27566) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d6000 - 0x913dffff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e6000 - 0x9140efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91421000 - 0x9142cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91431000 - 0x91439fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143d000 - 0x914b8fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f5000 - 0x914f5fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f7000 - 0x9152ffff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154a000 - 0x91617fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166c000 - 0x916fdfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91744000 - 0x917fbfff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91838000 - 0x91896fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c5000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f5fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b58fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5d000 - 0x91bccfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be3000 - 0x91be7fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91be9000 - 0x91c31fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c36000 - 0x91c73fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7a000 - 0x91c93fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c98000 - 0x91c9bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c9d000 - 0x91c9dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c9f000 - 0x91d84fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d8c000 - 0x91dabfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e17000 - 0x91e85fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e90000 - 0x91f25fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f3f000 - 0x924c7fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924fa000 - 0x92825fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92855000 - 0x928ddfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9291

    Two things to try. Create a new admin user account, log into it, and see if the problem persists. If so, it's system-wide. If not, corruption somewhere withing the original account. In that case, reinstall 10.4.7 COMBO update, repair permissions, restart, and see if that fixes things.

Maybe you are looking for