Application crash wen fetching "LONG" data

Working on an Oracle 9i project on Windows Server 2003 platform with Microsoft VC++ 6.0. When I tried to query a table with column storing LONG data, my simple application keep crashing. The error message is: "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.". It happened whenever "l_res->next(); " was added. If this line was removed, everything is OK. Also, if I only query the integer column in the same table, there is nothing wrong. It seems fetching LONG data is not supported in OCCI, am I right? Thanks for help!
The source code is:
#include <stdio.h>
#include <iostream>
#include <string>
#include <exception>
#include <occi.h>
using namespace oracle::occi;
using namespace std;
int main(int argc, char* argv[])
     Environment* l_env = Environment::createEnvironment(Environment::DEFAULT);
     Connection* l_con = l_env->createConnection("scott", "tiger", "test1");
     Statement* l_stmt = l_con->createStatement("select col1, col2 from to_be_drop");
     ResultSet* l_res = l_stmt->executeQuery();
     //l_res->setCharacterStreamMode(2, 4000);
     cout << "status of resultset is: " << l_res->status() << endl;
     l_res->next();
     /*try
          Stream* l_stream = l_res->getStream(2);
     catch(SQLException ex)
          cout << "error no: " << ex.getErrorCode() << endl;
          cout << ex.getMessage() << endl;
     l_stmt->closeResultSet(l_res);     
     l_con->terminateStatement (l_stmt);
     l_env->terminateConnection(l_con);
     return 0;
The table is:
create table to_be_drop
     col1 number,
     col2 long
This table was populated with:
insert into to_be_drop values (1, 'this is a sunny day?!');
insert into to_be_drop values (2, 'this is a rainy day?!');
insert into to_be_drop values (3, 'this is a snowy day?!');
commit;

I found where the problem was and solved it. There are two ways to handle this kind of error.

Similar Messages

  • I have been using Lightroom 4.4 successfully for over 2 years.  Just tried to import some new photos after a vacation and the application crashes when I click "import" every time.  Tried restarting computer.  Version says it is up to date.

    I have been using Lightroom 4.4 successfully for over 2 years.  Just tried to import some new photos after a vacation and the application crashes when I click "import" every time.  Tried restarting computer.  Version says it is up to date.
    How do I get formal support for this from Adobe?

    Thanks for the response.  The application was crashing.  A Windows message was displayed showing "Lightroom.exe has stopped working", "Windows can check online for a solution the problem.". Etc.
    I just launched Lightroom to check the exact message for this reply - and the Import worked.  It had failed dozens of times before. 

  • Application Crashes Every time I Click the Path dropdown in the save....

    Here we go.....
    Every time I want to save in ANY appllication to a mounted server and click the path drop down in the save dialouge box my application crashes. I can save my files fine in column view but if I'm in list view my save dialouge box doesn't even show me the heirarchy of files either. So here is the error that I keep geting, maybe someone can make sense of it.
    Thanks
    Date/Time: 2007-10-31 16:43:26.933 -0500
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Illustrator CS
    Path: /Applications/Adobe Illustrator CS/Illustrator CS.app/Contents/MacOSClassic/Illustrator CS
    Parent: WindowServer [58]
    Version: 11.0 (11.0)
    PID: 208
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xfffffff0
    Thread 0 Crashed:
    0 com.apple.NavigationServices 0x931dc278 TNavNode::TNavNode[unified](TNavNode const&) + 0
    1 com.apple.NavigationServices 0x93216f60 std::vector<TNavNode, std::allocator<TNavNode> >::M_insert_aux(__gnu_cxx::__normaliterator<TNavNode*, std::vector<TNavNode, std::allocator<TNavNode> > >, TNavNode const&) + 240
    2 com.apple.NavigationServices 0x932062a4 TPathPopup::FillPopup() + 288
    3 com.apple.NavigationServices 0x93206b58 TPathPopup::Validate() + 36
    4 com.apple.NavigationServices 0x93206ec0 TPathPopup::MenuHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 92
    5 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    6 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    7 com.apple.HIToolbox 0x93295f08 SendEventToEventTargetWithOptions + 40
    8 com.apple.HIToolbox 0x9332e194 SendTrackingStatus(unsigned long, MenuData*, unsigned long, unsigned long, unsigned long, unsigned long, unsigned char) + 376
    9 com.apple.HIToolbox 0x934c28f8 SendBeginTracking(MenuData*, unsigned long, unsigned long, MenuSelectData*) + 64
    10 com.apple.HIToolbox 0x9332d1a0 SetupMenuTracking(MenuSelectData&, unsigned char, Point, double, MenuData*, unsigned long, Rect const*, Rect const*, GDevice**, Rect const*, __CFString const*) + 1280
    11 com.apple.HIToolbox 0x933670b8 PopUpMenuSelectCore(MenuData*, Point, double, Point, GDevice**, Rect const*, unsigned short, unsigned long, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 128
    12 com.apple.HIToolbox 0x93366fec _HandlePopUpMenuSelection5 + 364
    13 com.apple.HIToolbox 0x93452f60 HIPopupButton::TrackMenu() + 776
    14 com.apple.HIToolbox 0x93452c18 HIPopupButton::TrackSelfCommon(short, short*) + 60
    15 com.apple.HIToolbox 0x93452b94 HIPopupButton::TrackSelf(OpaqueEventRef*, short*) + 128
    16 com.apple.HIToolbox 0x932b96a0 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2196
    17 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    18 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    19 com.apple.HIToolbox 0x93295f08 SendEventToEventTargetWithOptions + 40
    20 com.apple.HIToolbox 0x9334e590 SendControlDefTrack(HIView*, CGPoint const&, unsigned long*, void ()(OpaqueControlRef, short), OpaqueEventRef*, short*) + 276
    21 com.apple.HIToolbox 0x9334e3e8 HIView::ClickInternal(CGPoint const&, unsigned long, void ()(OpaqueControlRef, short), OpaqueEventRef*, bool) + 156
    22 com.apple.HIToolbox 0x9332b248 HIView::ClickSelf(OpaqueEventRef*) + 296
    23 com.apple.HIToolbox 0x932ba810 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 6660
    24 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    25 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    26 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    27 com.apple.HIToolbox 0x9332afd8 HIView::Click(OpaqueEventRef*) + 280
    28 com.apple.HIToolbox 0x9332aea4 HIViewClick + 56
    29 com.apple.HIToolbox 0x9332ae50 HandleClickAsHIView + 156
    30 com.apple.HIToolbox 0x9332a7c4 HandleWindowClick + 516
    31 com.apple.HIToolbox 0x9332a254 HandleMouseEvent + 456
    32 com.apple.HIToolbox 0x932d92e4 StandardWindowEventHandler + 148
    33 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    34 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    35 com.apple.HIToolbox 0x932d5d5c CallNextEventHandler + 60
    36 com.apple.NavigationServices 0x931e2068 TBrowseDialog::EventWindowHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 1192
    37 com.apple.NavigationServices 0x931e1b90 TBrowseDialog::EventWindowHandlerDispatch(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 80
    38 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    39 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    40 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    41 com.apple.HIToolbox 0x93329224 HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) + 236
    42 com.apple.HIToolbox 0x9348c3dc HandleMouseEvent(OpaqueEventRef*) + 368
    43 com.apple.HIToolbox 0x9329d1fc ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 496
    44 com.apple.HIToolbox 0x93296b84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    45 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    46 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    47 com.apple.HIToolbox 0x932ddc04 ToolboxEventDispatcher + 92
    48 com.apple.HIToolbox 0x9337ca04 TryEventDispatcher + 108
    49 com.apple.HIToolbox 0x9337c65c GetOrPeekEvent + 304
    50 com.apple.HIToolbox 0x9337c4b4 GetNextEventMatchingMask + 440
    51 com.apple.HIToolbox 0x9337c238 WNEInternal + 152
    52 com.apple.HIToolbox 0x9337c18c WaitNextEvent + 76
    53 com.apple.NavigationServices 0x931ecb3c TBrowseDialog::EventLoop() + 76
    54 com.apple.NavigationServices 0x931e3af4 TBrowseDialog::StartDialog() + 388
    55 com.apple.NavigationServices 0x931d1a14 _NavDialog::Run() + 132
    56 com.apple.NavigationServices 0x931d1948 NavDialogRun + 64
    57 Illustrator 0x028bcaec Modal__Q26cainav11PutMacUtilsFv + 476
    58 Illustrator 0x028bc690 Modal__Q26cainav9PutDialogFv + 144
    59 Illustrator 0x028bbd84 FileFormatPutFileMac_FPP7ArtworklP6FSSpecPPvPUcPCUcP13AIPutFileInfo + 276
    60 Illustrator 0x028bbc00 FileFormatPutFile__FPP7ArtworklP6FSSpecPPvPUcPCUcP13AIPutFileInfo + 16
    61 Illustrator 0x028bb834 FileFormatSaveAs__FPP7ArtworkP15CAIDocumentViewUcUcP16ActionParamValuePc + 1700
    62 Illustrator 0x02a4a0e4 CommandSaveAsEx__FP17CAIDocumentWindowUcP16ActionParamValuePc + 68
    63 Illustrator 0x02ab65cc CommandSaveAs__FP17CAIDocumentWindowP11CAIADMEvent + 28
    64 Illustrator 0x028f2688 DispatchCommand__15CAICommandClassCFP17CAIDocumentWindowP11CAIADMEvent + 56
    65 Illustrator 0x02168a00 CommandDo__FP11CAIADMEventUlss + 368
    66 Illustrator 0x02aad514 MenuEventHandler + 1828
    67 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    68 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    69 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    70 com.apple.HIToolbox 0x933157e8 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 380
    71 com.apple.HIToolbox 0x93345694 SendMenuItemSelectedEvent + 136
    72 com.apple.HIToolbox 0x9334559c FinishMenuSelection(MenuData*, MenuData*, MenuResult*, MenuResult*, unsigned long, unsigned long, unsigned long, unsigned char) + 144
    73 com.apple.HIToolbox 0x9332ca48 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 404
    74 com.apple.HIToolbox 0x9332c530 MenuSelect + 100
    75 com.apple.HIToolbox 0x933287a4 HandleMouseEvent(OpaqueEventRef*) + 84
    76 com.apple.HIToolbox 0x9332c4b8 StandardMenuBarEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 56
    77 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    78 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    79 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    80 com.apple.HIToolbox 0x9348c3f0 HandleMouseEvent(OpaqueEventRef*) + 388
    81 com.apple.HIToolbox 0x9329d1fc ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 496
    82 com.apple.HIToolbox 0x93296b84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    83 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    84 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    85 Illustrator 0x028d3d40 EventLoopEventHandler + 224
    86 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    87 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    88 com.apple.HIToolbox 0x93295f08 SendEventToEventTargetWithOptions + 40
    89 com.apple.HIToolbox 0x9329d2cc ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 704
    90 com.apple.HIToolbox 0x93296b84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    91 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    92 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    93 com.apple.HIToolbox 0x932ddc04 ToolboxEventDispatcher + 92
    94 com.apple.HIToolbox 0x932ddb90 HLTBEventDispatcher + 16
    95 com.apple.HIToolbox 0x932dc148 RunApplicationEventLoop + 148
    96 Illustrator 0x028d39d8 MiEventMainLoop__Fv + 344
    97 Illustrator 0x0203fca4 RunApp__14CAIApplicationFv + 196
    98 Illustrator 0x02030eec main + 76
    Thread 1:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90c034cc MPWaitOnSemaphore + 184
    3 ACECarbonLib 0x00449dd4 0x405000 + 282068
    4 ACECarbonLib 0x0044a010 0x405000 + 282640
    5 ACECarbonLib 0x00449a28 0x405000 + 281128
    6 ...ple.CoreServices.CarbonCore 0x90c36cd4 MPCFMTaskProc + 32
    7 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.ColorSync 0x9159f060 pthreadSemaphoreWait(t_pthreadSemaphore*) + 56
    3 com.apple.ColorSync 0x9159e2fc CMMConvTask(void*) + 40
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002f08c kevent + 12
    1 com.apple.DesktopServices 0x92af3eb0 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf8410 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90c003ac TimerThread + 60
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90bc59a0 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92af452c TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bc59a0 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92b1eb78 TPropertyTask::PropertyTaskProc(void*) + 72
    4 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bc59a0 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92b20558 TIconRefTask::IconRefTaskProc(void*) + 72
    4 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000931dc278 srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x24022404 xer: 0x0000000000000000 lr: 0x0000000093216f78 ctr: 0x00000000900015c8
    r0: 0x0000000093216f60 r1: 0x00000000bfffaf70 r2: 0x00000000a0001fac r3: 0x0000000001a4fda0
    r4: 0x00000000fffffff0 r5: 0x0000000000000000 r6: 0x0000000001a4fda0 r7: 0x0000000000000000
    r8: 0x0000000000000001 r9: 0x0000000000000000 r10: 0x00000000931d1500 r11: 0x00000000a31cd660
    r12: 0x00000000900015c8 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a3296698
    r16: 0x0000000008fc1ed0 r17: 0x00000000bfffb240 r18: 0x000000006d656e75 r19: 0x0000000000000001
    r20: 0x0000000008fac520 r21: 0x00000000ffffd96e r22: 0x0000000000000000 r23: 0x00000000bfffb390
    r24: 0x00000000fffffff0 r25: 0x0000000000000000 r26: 0x0000000000000001 r27: 0x00000000bfffafc0
    r28: 0x0000000001a4fda0 r29: 0x00000000018a82e8 r30: 0x0000000001a4fda0 r31: 0x0000000093206194
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xd5000 - 0xff427 BIBCarbonLib PEF binary: BIBCarbonLib
    0x27f000 - 0x2aff0c BIBUtilsCarbon PEF binary: BIBUtilsCarbon
    0x2b6000 - 0x2e7b49 ARECarbon PEF binary: ARECarbon
    0x2e8000 - 0x2f8720 AdobeSplashKitLib PEF binary: AdobeSplashKitLib
    0x2f9000 - 0x2fd4b4 AdobeCoreGraphics PEF binary: AdobeCoreGraphics
    0x314220 - 0x3142d2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x3146a0 - 0x314755 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x314970 - 0x314a13 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x314a80 - 0x314af7 CFMPriv_System PEF binary: CFMPriv_System
    0x314d80 - 0x314e50 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x314ed0 - 0x314fa3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x315080 - 0x31513b CFMPriv_Help PEF binary: CFMPriv_Help
    0x315140 - 0x31520a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x315290 - 0x315366 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x3153e0 - 0x3154b3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x315540 - 0x315625 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x3156a0 - 0x315776 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x315850 - 0x31590e CFMPriv_Print PEF binary: CFMPriv_Print
    0x315930 - 0x3159fd CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x315a80 - 0x315b62 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x315be0 - 0x315cb3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x315d30 - 0x315e03 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x315ee0 - 0x315fa2 CFMPriv_AE PEF binary: CFMPriv_AE
    0x315fb0 - 0x316075 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x3160f0 - 0x3161c7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x316250 - 0x316333 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x3163b0 - 0x31648a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x316500 - 0x3165e0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x316670 - 0x316756 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x316830 - 0x316907 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x316910 - 0x3169d2 CFMPriv_QD PEF binary: CFMPriv_QD
    0x316ad0 - 0x316bb9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x405000 - 0x4a1144 ACECarbonLib PEF binary: ACECarbonLib
    0x4a2000 - 0x6b86cc CoolTypeCarbonLib PEF binary: CoolTypeCarbonLib
    0x6b9000 - 0x7083c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x7083d0 - 0x7206bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x724000 - 0x75176b AWSCommonSymbols.dll PEF binary: AWSCommonSymbols.dll
    0x751770 - 0x7534f1 pthread_bridge PEF binary: pthread_bridge
    0x754000 - 0x78c9ec asn.ear.ca.dll PEF binary: asn.ear.ca.dll
    0x78d000 - 0x7c7b5e MSLAllCarbon.Shlb PEF binary: MSLAllCarbon.Shlb
    0x7fe000 - 0x7ff97b ASLib PEF binary: ASLib
    0x1008000 - 0x13b12aa AGMCarbonLib PEF binary: AGMCarbonLib
    0x13bc000 - 0x170524f MPSLib PEF binary: MPSLib
    0x1706000 - 0x17a2e4b JP2KLibCarbon PEF binary: JP2KLibCarbon
    0x2008000 - 0x2f4067a Illustrator PEF binary: Illustrator
    0x2f41000 - 0x30671ee AWSCommonUI.dll PEF binary: AWSCommonUI.dll
    0x3068000 - 0x368c981 PDFL60 Carbon.lib PEF binary: PDFL60 Carbon.lib
    0x368d000 - 0x38945ae AWSSCL PEF binary: AWSSCL
    0x3895000 - 0x3905b22 WebAccessUtils.dll PEF binary: WebAccessUtils.dll
    0x6d0e000 - 0x6d1efff com.adobe.coretech.adobesplashkit AdobeSplashKit version 1.0 (1.0) /Applications/Adobe Illustrator CS/Illustrator CS.app/Contents/Frameworks/AdobeSplashKit.framework/AdobeSplashKit
    0x6e7a000 - 0x7117512 PEF binary:
    0x7118000 - 0x717c4ed WebAccesHttp.dll PEF binary: WebAccesHttp.dll
    0x717c4f0 - 0x7202362 WAHttplibwwwCarbon(R) PEF binary: WAHttplibwwwCarbon(R)
    0x85bb000 - 0x85bb537 3D.localized PEF binary: 3D.localized
    0x862b000 - 0x8638a44 Navigator PEF binary: Navigator
    0x863d000 - 0x865e179 Links Palette PEF binary: Links Palette
    0x8664000 - 0x869b193 Layers Palette PEF binary: Layers Palette
    0x883d000 - 0x8858b92 FindReplaceUI PEF binary: FindReplaceUI
    0x8875000 - 0x8891f50 Calligraphic Brush Tool PEF binary: Calligraphic Brush Tool
    0x8892000 - 0x889ead3 KinsokuDlg PEF binary: KinsokuDlg
    0x88ff000 - 0x8902623 Pucker and Bloat PEF binary: Pucker and Bloat
    0x894b000 - 0x894e345 Geometry Suite PEF binary: Geometry Suite
    0x8995000 - 0x899cfdf Roughen PEF binary: Roughen
    0x89dd000 - 0x89eb37a MojiKumiUI PEF binary: MojiKumiUI
    0x8af6000 - 0x8afc9fe Tweak PEF binary: Tweak
    0x8b04000 - 0x8b04fff com.apple.URLMount.AFPPlugin 1.1.6 /System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp
    0x8b1c000 - 0x8b225c5 ArtConverters PEF binary: ArtConverters
    0x8b4b000 - 0x8b7edc0 Art Brush Tool PEF binary: Art Brush Tool
    0x8bb0000 - 0x8bc09fb Drop Shadow PEF binary: Drop Shadow
    0x8c58000 - 0x8c5f079 Path Construction Suiteuite PEF binary: Path Construction Suiteuite
    0x8c6f000 - 0x8c824f6 FuzzyEffect PEF binary: FuzzyEffect
    0x8c99000 - 0x8cd85ab Scribble PEF binary: Scribble
    0x8d92000 - 0x8dd5f21 Offset Path PEF binary: Offset Path
    0xb3b8000 - 0xb41ce28 Photoshop Adapter PEF binary: Photoshop Adapter
    0xb51d000 - 0xb5265fd Framework Server PEF binary: Framework Server
    0xb608000 - 0xb87a333 ADM Plugin PEF binary: ADM Plugin
    0xb901000 - 0xb90ce4d ADM-PNG PEF binary: ADM-PNG
    0xb90d000 - 0xb930cc8 Action PEF binary: Action
    0xb931000 - 0xb94058a ZString PEF binary: ZString
    0xb941000 - 0xb965662 ASDataStream PEF binary: ASDataStream
    0xb973000 - 0xb980f81 Flatten PEF binary: Flatten Transparencyred/Flatten
    0xb99d000 - 0xb9b8642 FOConver PEF binary: FOConversionSuitequired/FOConver
    0xb9b9000 - 0xba0b469 AIPortCarbonLib PEF binary: AIPortCarbonLib
    0xba71000 - 0xbab0f36 PDF Suite PEF binary: PDF Suite
    0xbab1000 - 0xbb45794 PDFPortCarbonLib PEF binary: PDFPortCarbonLib
    0xbb79000 - 0xbbb09fd Pencil Tool PEF binary: Pencil Tool
    0xbbba000 - 0xbbccbfa Rasterize PEF binary: Rasterize
    0xbbd1000 - 0xbc1413b Art Style PEF binary: Art Style
    0xbc23000 - 0xbc562c6 Brush Manager PEF binary: Brush Manager
    0xbc6b000 - 0xbcc348e Envelope and Warplustrator%20CS PEF binary: Envelope and Warplustrator%20CS/
    0xbcdd000 - 0xbd3ab96 Paint Style Palettes PEF binary: Paint Style Palettes
    0xbd44000 - 0xbea59c4 Scripting Supporti PEF binary: Scripting Supporti
    0xbea6000 - 0xbef622a ScCoreCLib PEF binary: ScCoreCLib
    0xbef7000 - 0xbf5f56c ExtendScriptCLib PEF binary: ExtendScriptCLib
    0xbff2000 - 0xc001991 <Unknown disk fragment> PEF binary: <Unknown disk fragment>
    0xc013000 - 0xc03a487 Swatch Libraries)com.apple.print.PaperInfo.ppd.PMPaperName PEF binary: Swatch Libraries)com.apple.print.PaperInfo.ppd.PMPaperName
    0xc054000 - 0xc0733f6 Symbol Palette PEF binary: Symbol Palette
    0xc07c000 - 0xc082759 Tool Selector PEF binary: Tool Selector
    0xc083000 - 0xc0bec1c Variables Palettelug-ins.localiz PEF binary: Variables Palettelug-ins.localiz
    0xc0d1000 - 0xc0d6abd TextWrapDlg PEF binary: TextWrapDlg
    0xc0ea000 - 0xc25a083 SVG Format PEF binary: SVG Format
    0xc25b000 - 0xc33ed47 SVGExportCarbon PEF binary: SVGExportCarbon
    0xc33f000 - 0xc62af21 SVGRECarbon PEF binary: SVGRECarbon
    0xc76e000 - 0xc79aeb2 Slicing PEF binary: Slicing
    0xc7a8000 - 0xc7ea545 Pathfinder Suite PEF binary: Pathfinder Suite
    0xc7f8000 - 0xc80c728 Expand Suite PEF binary: Expand Suite
    0xc869000 - 0xc86e962 Shape Construction Suite PEF binary: Shape Construction Suite
    0xc875000 - 0xc8a1e45 Live Blends PEF binary: Live Blends
    0xc8ae000 - 0xc8d29b5 Snap PEF binary: Snap
    0xc8dc000 - 0xcdc0e6a Save for Web PEF binary: Save for Web
    0xd0fa000 - 0xd101d45 Tool Palette PEF binary: Tool Palette
    0xd102000 - 0xd16dddb Symbolism PEF binary: Symbolism
    0xd1dd000 - 0xd1e7f14 Magic Wand PEF binary: Magic Wand
    0xd215000 - 0xd2593b7 Flare PEF binary: Flare
    0xd2aa000 - 0xd2ba496 Bounding Box PEF binary: Bounding Box
    0xd405000 - 0xd41c5d6 Advanced Select PEF binary: Advanced Select
    0xd4b6000 - 0xd4b9b27 Change Case PEF binary: Change Case
    0xdd85000 - 0xddab9fd MPS Export PEF binary: MPS Export
    0xddbb000 - 0xddbc5fe MPS Common PEF binary: MPS Common
    0xdfec000 - 0xdff99c8 Pathfinderb PEF binary: Pathfinderb
    0xe095000 - 0xe0a4dfd Transparency Palette PEF binary: Transparency Palette
    0xe0a9000 - 0xe0b1708 Transform Paletteette PEF binary: Transform Paletteette
    0xe0b2000 - 0xe0bb8db Transform Each PEF binary: Transform Each
    0xe0c0000 - 0xe0eb629 SVG Filter Effectlustrator%20CS PEF binary: SVG Filter Effectlustrator%20CS/
    0xe140000 - 0xe18f61e Flattening Preview5{ PEF binary: Flattening Preview5{
    0xe1a3000 - 0xe1b0d68 FileClipboardPreflustrator%20CS PEF binary: FileClipboardPreflustrator%20CS/
    0xe1b5000 - 0xe1c2160 Document Info PEF binary: Document Info
    0xe1c3000 - 0xe221419 CharParaStylesli PEF binary: CharParaStylesli
    0xe239000 - 0xe2c6e0e Asset Management PEF binary: Asset Management
    0xe2c7000 - 0xe3b436d FileInfo.dll PEF binary: FileInfo.dll
    0xe41e000 - 0xe436186 Alternate Glyphs PEF binary: Alternate Glyphs
    0xe43c000 - 0xe441b14 Align Palette PEF binary: Align Palette
    0xe446000 - 0xe45afdb Adobe Online PEF binary: Adobe Online
    0xe460000 - 0xe499458 Action Palette PEF binary: Action Palette
    0xe4ba000 - 0xe6816a5 AI3DVMX.shlb PEF binary: AI3DVMX.shlb
    0xe6f1000 - 0xe74f36a PDF Format PEF binary: PDF Format
    0xe771000 - 0xe81caf5 ADMEveParser PEF binary: ADMEveParser
    0xf7f5000 - 0xf7fdfff com.apple.print.converter.plugin 4.3 (157.7) /System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
    0xfc69000 - 0xfc732c9 DiffusionRasterI PEF binary: DiffusionRasterI
    0x78e00000 - 0x78e07fff libLW8Utils.dylib /System/Library/Printers/Libraries/libLW8Utils.dylib
    0x79200000 - 0x7923efff libLW8Converter.dylib /System/Library/Printers/Libraries/libLW8Converter.dylib
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b5bfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b71000 - 0x90b83fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f91000 - 0x90fd2fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100f000 - 0x91090fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d6000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918eefff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91902000 - 0x91927fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193a000 - 0x9197cfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91998000 - 0x919acfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ba000 - 0x91a00fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a17000 - 0x91adefff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2c000 - 0x91b41fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b46000 - 0x91b64fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6a000 - 0x91c21fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c70000 - 0x91c74fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c76000 - 0x91cdefff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce3000 - 0x91d20fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d27000 - 0x91d40fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d45000 - 0x91d48fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4a000 - 0x91e28fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e48000 - 0x91e48fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4a000 - 0x91f2ffff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f37000 - 0x91f56fff 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
    0x91fc2000 - 0x92030fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203b000 - 0x920d0fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ea000 - 0x92672fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a5000 - 0x929d0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a00000 - 0x92aeefff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af1000 - 0x92b79fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bba000 - 0x92de5fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f03000 - 0x92f0dfff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92fb3000 - 0x92fb3fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb5000 - 0x92fc9fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe1000 - 0x92ff1fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffd000 - 0x93012fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93024000 - 0x930abfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930bf000 - 0x930cafff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d4000 - 0x93101fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311b000 - 0x9312afff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93136000 - 0x9319cfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931cd000 - 0x9321cfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324a000 - 0x93267fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93279000 - 0x93286fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9328f000 - 0x9359dfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x941de000 - 0x942a2fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f4000 - 0x942f4fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9475b000 - 0x9476afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94772000 - 0x9477ffff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c5000 - 0x947defff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e5000 - 0x94a93fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b57000 - 0x94bc8fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94f9d000 - 0x94fbafff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x954c0000 - 0x955eefff edu.mit.Kerberos 5.5.24 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96045000 - 0x9604afff com.apple.URLMount 2.1.7 /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x96559000 - 0x9656ffff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96571000 - 0x96591fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x9659f000 - 0x965adfff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x965b5000 - 0x965c8fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x97b99000 - 0x97bd7fff com.apple.AppleShareClientCore 1.5.2 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x9a501000 - 0x9a502fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0xeab00000 - 0xeab25fff libConverter.dylib /System/Library/Printers/Libraries/libConverter.dylib
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.0), 2 GHz, 3 GB
    Graphics: NVIDIA GeForce 6600LE, GeForce 6600LE, PCI, 128 MB
    Memory Module: DIMM0/J6700, 512 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 512 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM4/J7100, 1 GB, DDR2 SDRAM, PC2-3200U-266
    Memory Module: DIMM5/J7200, 1 GB, DDR2 SDRAM, PC2-3200U-266
    Network Service: Built-in Ethernet 1, Ethernet, en0
    PCI Card: GeForce 6600LE, Display, SLOT-1
    PCI Card: bcom5714, network, GIGE
    PCI Card: bcom5714, network, GIGE
    Serial ATA Device: Maxtor 6L160M0, 152.67 GB
    Parallel ATA Device: HL-DT-ST DVD-RW GWA-4165B
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Microsoft Wireless Optical Mouse® 1.00, Microsoft, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

    Hi there,
    You could try performing a clean installation: [[Knowledge Base Article]] :
    Some Firefox issues can be resolved by downloading a new Firefox installer from Mozilla.com, then closing Firefox, deleting the Firefox application folder (program files) and reinstalling Firefox. If this does not help, or if you would rather completely remove Firefox and start over instead of completing all the troubleshooting steps, follow these steps:
    1. Download the latest official version of Firefox from Mozilla.com.
    * You should avoid unofficial download sites that bundle Firefox with other software such as the Google Toolbar.
    2. If you wish to retain your current profile, you should make a backup copy of it. See Backing up your information for instructions.
    3. Uninstall Firefox and make sure you remove the Firefox application (program) folder and your Firefox personal data (user data and settings) - see Uninstalling Firefox for instructions.
    4. Reinstall Firefox - see Installing Firefox for instructions.
    5. When Firefox is started for the first time, the Import Wizard will appear and a new profile will be created.
    6. Verify that the issue no longer appears.
    7. If you made a backup of your old profile and wish to restore your old information, see Recovering important data from an old profile. For troubleshooting purposes, only copy the files corresponding to your bookmarks and saved passwords.
    8. Reinstall your extensions and themes one by one to determine if any specific one is causing the issue.
    source: https://support.mozilla.com/en-US/kb/Basic+Troubleshooting?s=clean+installation&as=s#Clean_reinstall

  • Error for fetching long text in xml tag for xml publisher report

    My requirement is to fetch a large document which is in text format in XML output which can be printed in PDF format by using RTF method to generate PDF.But during XML ouput i got the following error-
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh
    button, or try again later.
    The following tags were not closed: XXBG_EAMWRREP_V1, LIST_G_WO_ACTIVITY_CODE, G_WO_ACTIVITY_CODE, LIST_G_MEDIA_ID1,
    G_MEDIA...
    XXBG_EAMWRREP_V1 is the rdf and LIST_G_WO_ACTIVITY_CODE, G_WO_ACTIVITY_CODE, LIST_G_MEDIA_ID1, G_MEDIA are the groups name. In the group
    G_MEDIA i am fetching long_text from attahcment in application. In Database table the datatype of the text attachment is 'long' and there is a huge text
    data loaded in large data editor of that column. If the text data volume is small enough then there is no problem for fetching the xml output.
    If we change the output format as HTMl then there is no problem for fetching the output for long text but for xml output format we are unable to fetch the data
    in xml tag.
    One thing to mention the oracle report is the copy of Maintenance Work Order Detail Report. The seeded report is HTML format in 11i. The requirement is to make it in xml report.
    Please help.

    Hi,
    Actually clob datatype is not available in oracle report builder datatype lov. Could you pls tell the other ways of converting that to clob in oracle report...

  • Applications crashing when attempting to Open File?

    Hi
    I am having a problem that on a few (not all) of my applications running on Mountain Lion, when trying to open/import a file, when the finder window pops up the application crashes and closes itself, so far I've had this problem with Chrome and Logic Pro 9. It happens every time so it's hard to use these programs now.
    This is the error report from Logic.
    Thanks!
    Process:         Logic Pro [25045]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [141]
    User ID:         501
    Date/Time:       2012-12-07 17:16:24.568 -0500
    OS Version:      Mac OS X 10.8 (12A239)
    Report Version:  10
    Interval Since Last Report:          113197 sec
    Crashes Since Last Report:           -18
    Per-App Interval Since Last Report:  20343 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      3D16DDD3-E203-47CE-A5A4-EC56E5497006
    Crashed Thread:  20  Dispatch queue: quicklook.pluginload
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
        __TEXT                 0000000000001000-0000000000beb000 [ 11.9M] r-x/rwx SM=COW  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Application Specific Information:
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x952d9816 RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x952e1281 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x952e10fc BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x96e0d25a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x96e0ca8c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x970b92e0 -[NSApplication _realDoModalLoop:peek:] + 667
    12  com.apple.AppKit                        0x970b9424 -[NSApplication _doModalLoop:peek:] + 67
    13  com.apple.AppKit                        0x970b95e5 -[NSApplication runModalForWindow:] + 198
    14  com.apple.AppKit                        0x973c861f -[NSSavePanel runModal] + 389
    15  com.apple.AppKit                        0x973c787f -[NSSavePanel runModalForDirectory:file:types:] + 281
    16  com.apple.logic.pro                     0x00138442 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1032386
    17  com.apple.music.apps.MAAudioEngine          0x02b37b8b MDPlug::SetControlValue(short, long) + 14827
    18  com.apple.music.apps.MADSP              0x01dfc6e6 CSamplerFilter::CSamplerFilter(long, double, bool&) + 498326
    19  com.apple.music.apps.MADSP              0x01dfeb34 CSamplerFilter::CSamplerFilter(long, double, bool&) + 507620
    20  com.apple.music.apps.MADSP              0x01c7f9e3 0x1b98000 + 948707
    21  com.apple.music.apps.MADSP              0x01bd60ce 0x1b98000 + 254158
    22  com.apple.music.apps.MAPlugInGUI          0x0163c956 GSender::Broadcast(GMessage const&) + 86
    23  com.apple.music.apps.MAPlugInGUI          0x014e31f6 GControl::BroadcastValue(bool, int) + 182
    24  com.apple.music.apps.MAPlugInGUI          0x014e2a88 GControl::SetControlPos(int, bool, bool, bool, int, int) + 328
    25  com.apple.music.apps.MAPlugInGUI          0x014dc008 GButton::OnBeginAction(GControl::GHotSpot const&) + 136
    26  com.apple.music.apps.MAPlugInGUI          0x014e434d GControl::HandleBeginAction(GControl::GHotSpot const&) + 61
    27  com.apple.music.apps.MAPlugInGUI          0x014e2ef4 GControl::OnMouseDown(GMouseDownEvent const&) + 644
    28  com.apple.music.apps.MAPlugInGUI          0x01654696 GView::HandleMouseDown(GMouseDownEvent const&) + 374
    29  com.apple.music.apps.MAPlugInGUI          0x01641f43 GBaseView::EventMouseDown(GMouseDownEvent const&) + 771
    30  com.apple.music.apps.MAPlugInGUI          0x0164163a GBaseView::HandleCbEventMouseDown(GMouseDownEvent const&) + 250
    31  com.apple.music.apps.MAPlugInGUI          0x017a72ae GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 17838
    32  com.apple.music.apps.MAPlugInGUI          0x017a5b11 GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 11793
    33  com.apple.music.apps.MAPlugInGUI          0x017a5a3c GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 11580
    34  com.apple.AppKit                        0x96ed2051 -[NSWindow sendEvent:] + 6968
    35  com.apple.prokit                        0x00ff2a0c -[NSProPanel sendEvent:] + 257
    36  com.apple.logic.pro                     0x007c9f93 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7920659
    37  com.apple.logic.pro                     0x0091a181 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 24513
    38  com.apple.AppKit                        0x96e6dafc -[NSApplication sendEvent:] + 4278
    39  com.apple.prokit                        0x00fd0235 -[NSProApplication sendEvent:] + 2046
    40  com.apple.logic.pro                     0x0061503d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6130877
    41  com.apple.logic.pro                     0x00619cd1 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6150481
    42  com.apple.logic.pro                     0x0061506f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6130927
    43  com.apple.AppKit                        0x96e0894c -[NSApplication run] + 951
    44  com.apple.prokit                        0x00fd0b53 NSProApplicationMain + 424
    45  com.apple.logic.pro                     0x0002bad5 DummyConnection::DummyConnection() + 193
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   libdispatch.dylib                       0x9189f19a _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9189edb9 _dispatch_mgr_thread + 53
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9064515a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x9051852a -[NSThread main] + 45
    8   com.apple.Foundation                    0x905184ad __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x95008be6 __select + 10
    1   com.apple.CoreFoundation                0x91523320 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    3   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02a5b838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a5b901 ResolveFile + 55009
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02a5b838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a5b901 ResolveFile + 55009
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 6:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.audio.CoreAudio               0x900a7184 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x900a71fc HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70
    4   com.apple.audio.CoreAudio               0x9009f6fb HALC_ProxyIOContext::IOWorkLoop() + 1389
    5   com.apple.audio.CoreAudio               0x9009f0e1 HALC_ProxyIOContext::IOThreadEntry(void*) + 145
    6   com.apple.audio.CoreAudio               0x900aa51a ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20
    7   com.apple.audio.CoreAudio               0x9009efe3 HALB_IOThread::Entry(void*) + 69
    8   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b11f7c MD::CallProcessThread1(void*) + 108
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b11cfc MD::CallProcessThread2(void*) + 124
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b0fbac MD::CallProcessThread15(void*) + 124
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b2f3a9 MDFileIOThread_IsBusy + 3593
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0139e22d XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
    3   com.apple.audio.midi.CoreMIDI           0x013bbae0 MIDIProcess::RunMIDIInThread() + 144
    4   com.apple.audio.midi.CoreMIDI           0x013c1c48 MIDIProcess::MIDIInPortThread::Run() + 24
    5   com.apple.audio.midi.CoreMIDI           0x0139f805 XThread::RunHelper(void*) + 17
    6   com.apple.audio.midi.CoreMIDI           0x0139f2ee CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9390df47 TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x9390dc25 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x9390db10 TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9397b39c TimerThread + 324
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x95008be6 __select + 10
    1   com.apple.logic.pro                     0x0096fc07 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 375367
    2   com.apple.logic.pro                     0x005b1d84 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5724676
    3   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    4   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 20 Crashed:: Dispatch queue: quicklook.pluginload
    0   libsystem_kernel.dylib                  0x95008a6a __pthread_kill + 10
    1   libsystem_c.dylib                       0x9606d24f pthread_kill + 101
    2   libsystem_c.dylib                       0x960b1cc8 __abort + 199
    3   libsystem_c.dylib                       0x960b1c01 abort + 232
    4   com.apple.logic.pro                     0x003e6729 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3842985
    5   libsystem_c.dylib                       0x96057feb _sigtramp + 43
    6   com.apple.CoreFoundation                0x914afc61 CFStringGetLength + 17
    7   com.apple.CoreFoundation                0x9159c665 CFDateFormatterGetAbsoluteTimeFromString + 69
    8   com.apple.security                      0x9317b76d decodeTimeStampToken + 764
    9   com.apple.security                      0x93178478 SecCmsSignerInfoVerifyUnAuthAttrs + 97
    10  com.apple.security                      0x931783a7 SecCmsSignerInfoVerify + 581
    11  com.apple.security                      0x93177153 SecCmsSignedDataVerifySignerInfo + 111
    12  com.apple.security                      0x931c80cd CMSDecoderCopySignerStatus + 199
    13  com.apple.security                      0x931e1b4a Security::CodeSigning::SecStaticCode::verifySignature() + 436
    14  com.apple.security                      0x931e1816 Security::CodeSigning::SecStaticCode::validateDirectory() + 64
    15  com.apple.security                      0x931e1f9d Security::CodeSigning::SecStaticCode::validateNonResourceComponents() + 19
    16  com.apple.security                      0x931d52c5 validate(Security::CodeSigning::SecStaticCode*, Security::CodeSigning::SecRequirement const*, unsigned int) + 40
    17  com.apple.security                      0x931d510e SecStaticCodeCheckValidityWithErrors + 597
    18  com.apple.security                      0x931d4eb4 SecStaticCodeCheckValidity + 39
    19  com.apple.QuickLookFramework            0x90476723 QLCheckAppleSignature + 128
    20  com.apple.QuickLookFramework            0x90445ba1 _QLLoadPluginAtURL + 3264
    21  com.apple.QuickLookFramework            0x9044a304 ___QLLaunchUpdatingThread_block_invoke_0 + 2704
    22  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    23  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    24  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    25  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    26  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    27  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    28  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 22:: Dispatch queue: quicklook.client
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.QuickLookFramework            0x90444cfa _QLLockDatabaseWaitForUpdateToFinishIfPossible + 611
    4   com.apple.QuickLookFramework            0x904463f6 _QLGeneratorCopyGeneratorForContentType + 36
    5   com.apple.QuickLookFramework            0x9043dd40 ___QLThumbnailSendQuery_block_invoke_0 + 1077
    6   libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    7   libdispatch.dylib                       0x9189bc9f _dispatch_barrier_sync_f_invoke + 39
    8   libdispatch.dylib                       0x9189bc76 dispatch_barrier_sync_f + 87
    9   libdispatch.dylib                       0x9189bbcb dispatch_sync + 45
    10  com.apple.QuickLookFramework            0x9043d17b _QLThumbnailSendQuery + 466
    11  com.apple.QuickLookFramework            0x9046bc4a QLThumbnailQueueRun + 2814
    12  com.apple.FinderKit                     0x92df7360 TQLThumbnailQueue::Run() + 36
    13  com.apple.FinderKit                     0x92e0188a TThumbnailExtractorThread::Main() + 1058
    14  com.apple.FinderKit                     0x92dd4b40 TThread::MainGlue(void*) + 62
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 20 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x96057fce  ecx: 0xb09b496c  edx: 0x95008a6a
      edi: 0xb09b6000  esi: 0x00000006  ebp: 0xb09b4988  esp: 0xb09b496c
       ss: 0x00000023  efl: 0x00000206  eip: 0x95008a6a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x12adb000
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xbeafff  com.apple.logic.pro (9.1.8 - 1700.67) <94981650-518B-2288-F07D-F28F27103100> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe84000 -   0xea2fef  com.apple.XSKey (1.0.0 - 52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeb1000 -   0xee4fe7  com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) <E8A99468-7726-CCFE-8D26-DDBC9D5E1AC3> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xef1000 -   0xf22ff3  com.apple.musicaudiodataservices (1.1 - 251.4) <0265F317-13AB-6CF1-A171-7D5853442E75> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf31000 -   0xf33fff  com.apple.ExceptionHandling (1.5 - 10) <0C469663-3F49-338F-80F7-546497B03110> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0xf39000 -   0xf97ff3  com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) <0075F2D0-7A48-A362-2D49-4FECA5E9DF8E> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfad000 -  0x11deff7  com.apple.prokit (7.3.0 - 1936) <904D55E7-F502-3D2F-AFB5-0808E9B6B89B> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12f6000 -  0x1370fff  com.apple.music.apps.MACore (9.1.8 - 477.58) <8025A098-49AF-AFF3-4B8E-4C30C06123FF> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1390000 -  0x13d8ffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <F918DFE7-E3B2-3413-9A2D-684BA278DA50> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13fd000 -  0x1453ff7  com.apple.music.apps.MAHarmony (9.1.8 - 199.72) <448DD823-9EF9-8F88-FFF1-2C7EBD9647B1> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x146a000 -  0x1884feb  com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) <9EBA5689-ECE1-E66B-6A0D-DE3F9C7867E4> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1aa2000 -  0x1b84feb  com.apple.music.apps.OMF (9.1.8 - 109.7) <65E724BA-01DB-68E1-9661-E9B96DA76300> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b98000 -  0x21e9fe3  com.apple.music.apps.MADSP (9.1.8 - 588.98) <93C7306D-07A8-DED0-C59B-B333A475E6DB> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28ce000 -  0x28efff7  com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) <DB122163-0F15-2E23-16AE-3DCAE41D1870> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28f8000 -  0x2971ff7  com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) <AFAED0FE-A81D-8204-3633-B6DEF6455B8A> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2985000 -  0x29a6ff7  com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) <B23133C5-90D1-4B22-7421-375F9374C9EA> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x29ab000 -  0x29b0ff7  com.apple.music.apps.MAResources (9.1.8 - 212.66) <EEB8FFEB-61A3-69E2-D6AC-AB5C7B8337E2> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x29b4000 -  0x29e1ff3  com.apple.audio.CoreAudioKit (1.6.4 - 1.6.4) <27E4557D-4086-3F10-9E4B-B73CC913C01E> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29f4000 -  0x2a04ff7  com.apple.AERegistration (1.2 - 401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a18000 -  0x2a24ff3  com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) <1B77FF0E-ABF2-ABC4-5D7E-638D56A24C69> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a2c000 -  0x2ae2fff  com.apple.music.apps.MAFiles (9.1.8 - 144.87) <23D65681-872A-1E6B-91E5-B93643CCB375> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2afb000 -  0x2b73fe3  com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) <6ADDBB03-0D41-4473-AFC3-385EFA574B87> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2bda000 -  0x2be5ff7  com.apple.music.apps.MAToolKit (9.1.8 - 359.28) <FEEF1A62-CB87-8FD2-F724-0BB660D63146> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2be9000 -  0x2bfdff7  com.apple.music.apps.MAVideo (9.1.8 - 12.70) <FAFE71CD-0FC8-69F4-6FEE-9E873D9F5DD5> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2c10000 -  0x2d27ff3  com.apple.WebKit (8536 - 8536.15) <02090083-E136-3457-8778-E94B610E3410> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2dd7000 -  0x2e82fff  libcrypto.0.9.7.dylib (106) <CFDDDC37-B8F5-3EFC-B4CC-C060FE5BA783> /usr/lib/libcrypto.0.9.7.dylib
    0x2ec6000 -  0x3012fff  com.apple.syncservices (7.0 - 713) <264D7631-9B42-35A3-9FD0-D07859D7F259> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x308e000 -  0x312affc  com.apple.MobileMe (9 - 1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x3187000 -  0x319dffc  libexpat.1.dylib (12) <2E483623-9A23-319F-807A-1FF4FC577EAA> /usr/lib/libexpat.1.dylib
    0x31a6000 -  0x3e2effb  com.apple.WebCore (8536 - 8536.15) <B2776B5D-47F3-3559-B280-29713C0A8D8C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4761000 -  0x4785ff1  com.apple.prokit.LionPanels (7.3.0 - 1936) <7A25CFEB-FCC8-3875-B8CF-C608691FB04F> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
    0x47ab000 -  0x47b8ffb  com.apple.Librarian (1.1 - 1) <EA235A03-E6CC-36AB-AA32-04132A2E45D7> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5600000 -  0x567fff7  com.apple.iLifeMediaBrowser (2.7.1 - 543) <56BBB0E0-7EA4-3C21-9928-A9FBFAF02AD5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x574b000 -  0x574dff3 +com.novation.logic.automapmixer (1.0 - 1.0) <9AB52F4D-55BA-154C-487C-FEA362BBFDCB> /Library/Application Support/MIDI Device Plug-ins/Automap Mixer.bundle/Contents/MacOS/Automap Mixer
    0x57b5000 -  0x57bdff7  com.apple.proapps.mrcheckpro (1.4 - 397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x57f1000 -  0x57f9ff2  libcldcpuengine.dylib (2.1.16) <801DFAB2-A3F3-38AF-9E47-28CB2D336F49> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0xfa2e000 -  0xfaecff3  ColorSyncDeprecated.dylib (400) <BD76AB55-3107-3EE9-BFD4-6987C1CC6160> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x10f93000 - 0x10f9fffb  libGPUSupport.dylib (8.1.30) <F7236FD8-702B-3277-9327-8788F7ABAA03> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x10fa6000 - 0x10fd2ffa  GLRendererFloat (8.1.30) <3528AB61-685A-362A-AE9C-F911630FED58> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x10fdb000 - 0x10fe1fff  libCoreFSCache.dylib (24.3) <B5CE5EF5-1654-306B-9E99-06CFE93200E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x11166000 - 0x11168ff3  com.apple.music.apps.anvil.resources (9.1.8 - 280.4) <AFA90574-C724-880F-9C99-52E064F5B3E8> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x1116c000 - 0x1116eff3  com.apple.music.apps.common.resources (9.1.8 - 280.4) <579C1A3C-3636-9A69-185E-819DC01E1083> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x11172000 - 0x11174ff3  com.apple.music.apps.ebp.resources (9.1.8 - 280.4) <95A85BC0-7D35-B965-2026-1A44E96DC653> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x11178000 - 0x1117aff3  com.apple.music.apps.efx.resources (9.1.8 - 280.4) <FB5BBFF8-DF5E-32BC-4F4C-C5A2DA3FB1A6> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x1117e000 - 0x11180ff3  com.apple.music.apps.egt.resources (9.1.8 - 280.4) <11B09E42-9FC4-A372-8738-057CAB888671> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x11184000 - 0x11186ff3  com.apple.music.apps.emx.resources (9.1.8 - 280.4) <A3C65CFE-2BBF-DB8C-D4C8-5950284E44CF> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x1118a000 - 0x1118cff3  com.apple.music.apps.es1.resources (9.1.8 - 280.4) <DB1CD8D6-2C8F-32EE-266B-A28C00B2DFB7> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x11190000 - 0x11192ff3  com.apple.music.apps.es2.resources (9.1.8 - 280.4) <7E91D13E-87CF-0B50-14A7-9B7A1E3D345C> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x11196000 - 0x11198ff3  com.apple.music.apps.esp.resources (9.1.8 - 280.4) <C5284B25-3250-2201-D4EE-523FE37B9E6B> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x111dc000 - 0x111deff3  com.apple.music.apps.evb3.resources (9.1.8 - 280.4) <068F656F-6CA6-37E9-96F5-1F8E10546A43> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x111e2000 - 0x111e4ff3  com.apple.music.apps.evd6.resources (9.1.8 - 280.4) <B15F044D-60BB-FD36-6A49-685C7DCA7FB4> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x111e8000 - 0x111eaff3  com.apple.music.apps.evoc.resources (9.1.8 - 280.4) <E361301A-56EF-FF6C-67E5-AC3D9F15E190> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x111ee000 - 0x111f0ff3  com.apple.music.apps.evp88.resources (9.1.8 - 280.4) <6E1152B4-E9F3-3F6E-7246-A10456888210> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x111f4000 - 0x111f6ff3  com.apple.music.apps.exs24.resources (9.1.8 - 280.4) <DC363BF8-D15A-6049-F148-7804EADF7539> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x111fa000 - 0x111fcff3  com.apple.music.apps.guitaramp.resources (9.1.8 - 280.4) <27F67C33-C9BA-D9CE-DC89-A33A7F674F2C> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x11aec000 - 0x11c78ff9  GLEngine (8.1.30) <D124E288-21BD-32F0-B585-2BB0E24B123C> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11caf000 - 0x11e00ff7  libGLProgrammability.dylib (8.1.30) <A12A056B-8B05-30A5-BEC7-2E852751DD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x11fd9000 - 0x11fdbff3  com.apple.music.apps.guitarcontrols.resources (9.1.8 - 280.4) <DAD1836E-F4DD-EB95-2F48-A8AF8552D087> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x11fdf000 - 0x11fe1ff3  com.apple.music.apps.mutapdel.resources (9.1.8 - 280.4) <555A65F0-E35D-0F5F-76EC-7C83D06C68AB> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x11fe5000 - 0x11fe7ff3  com.apple.music.apps.pedalboard.resources (9.1.8 - 280.4) <9923C7F7-E681-EE64-06CE-A0C8AABF7E65> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x11feb000 - 0x11fedff3  com.apple.music.apps.revolver.resources (9.1.8 - 280.4) <9AE36A7E-5D8F-681C-ABFD-4BCFE5048FF4> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x11ff1000 - 0x11ff3ff3  com.apple.music.apps.sphere.resources (9.1.8 - 280.4) <FF758F38-414E-5BFD-97CF-778DF8F52EAE> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x11ff7000 - 0x11ffaff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x12a18000 - 0x12a19ff5 +cl_kernels (???) <1AEB5ABC-74FE-4F8E-BCBD-9102D6304AF2> cl_kernels
    0x12a3b000 - 0x12a3bffd +cl_kernels (???) <957FBC55-68F4-45DB-ACB9-2FE27D4879EF> cl_kernels
    0x12a42000 - 0x12a43ff1 +cl_kernels (???) <3790E5C8-A649-4AAD-8076-C26D17981CB5> cl_kernels
    0x12a5b000 - 0x12a7ffff  com.apple.security.csparser (3.0 - 55163.34) <ADF37333-C843-3FE9-AD6C-ED23DD186800> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0x13fed000 - 0x13ff8ff7  com.apple.DVCPROHDVideoOutput (1.3.2 - 1.3.2) <738D36A7-8DBD-3BD7-CD35-4B171397782C> /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x148b6000 - 0x148c4fff  com.apple.iokit.IOHIDLib (1.8.0 - 1.8.0) <FE7EEC6F-2F82-3C02-9B7A-117C923587E5> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x149fa000 - 0x149fbfff  com.apple.music.apps.midi.device.plugin.MCS3 (9.1.8 - 198.73) <FB25C00A-5481-F18F-21DB-53D28ADCC168> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/MCS3.bundle/Contents/MacOS/MCS3
    0x18b35000 - 0x18b8afdf +com.DivXInc.DivXDecoder (6.8.3.5 - 6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x18c53000 - 0x18cb8fe0  com.apple.DVCPROHDMuxer (1.3.2 - 1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x18cd2000 - 0x18d0affb  com.apple.audio.SoundManager.Components (4.0 - 4.0) <D969949E-621A-3D8C-AD83-A47F021C6571> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x18d11000 - 0x18d4bfff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2597) <262282CA-1D13-3C09-AD53-76E432AE57AA> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x18d57000 - 0x18e14fe2  com.apple.DesktopVideoOut (1.2.7 - 1.2.7) <54E0C747-1169-FB4A-2CB4-9EA9BD5398F8> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x18e33000 - 0x18e3cfff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <EB9D333F-0E1E-3407-8CAD-C81DACAFC99B> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x19e78000 - 0x19e8bff7 +com.novation.automapclientbundle (1.0 - 1.0) <9E2F2F50-CD13-D128-4ADC-C42789F64C6A> /Applications/AutomapServer.app/Contents/Resources/AutomapClient.bundle/Content s/MacOS/AutomapClient
    0x1db90000 - 0x1db90ff3  com.apple.music.apps.midi.device.plugin.Recording-Light (9.1.8 - 198.73) <62130915-EEC9-7EE1-AFB9-737A32AA09AC> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
    0x1db9c000 - 0x1db9efe3  com.apple.music.apps.midi.device.plugin.CS-32 (9.1.8 - 198.73) <EA9B28F8-4962-8224-D724-7ECA99692774> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x1dbae000 - 0x1dbb1feb  com.apple.music.apps.midi.device.plugin.FW-1884 (9.1.8 - 198.73) <9A51CFA4-711B-1164-6874-80FBF4411A3B> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x1dbba000 - 0x1dbbcff3  com.apple.music.apps.midi.device.plugin.GiO (9.1.8 - 198.73) <E2634721-B8D4-03CE-43B5-7C64EED8BFD3> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
    0x1dbc2000 - 0x1dbc6ffb  com.apple.music.apps.midi.device.plugin.HUI (9.1.8 - 198.73) <838E7E91-15F9-779A-9F34-18003221C5CE> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
    0x1dbd7000 - 0x1dbd8fff  com.apple.music.apps.midi.device.plugin.iControl (9.1.8 - 198.73) <F67DC4BC-6556-6AB6-F5CA-C07F087EF639> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
    0x1dbde000 - 0x1dbe0ff7  com.apple.music.apps.midi.device.plugin.microKONTROL (9.1.8 - 198.73) <48E33623-5220-448C-E0D5-6F53B79EC815> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
    0x1dbe7000 - 0x1dbeafff  com.apple.music.apps.midi.device.plugin.TouchOSC (9.1.8 - 198.73) <09337083-973D-480B-C17F-8F68AE3F2FA2> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
    0x1dbf3000 - 0x1dbf5ff3  com.apple.music.apps.midi.device.plugin.TranzPort (9.1.8 - 198.73) <26E0C91B-097C-E77A-5E34-6BD85A8BA365> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
    0x1dcb7000 - 0x1dcbeff3  com.apple.music.apps.midi.device.plugin.Logic-Control (9.1.8 - 198.73) <04DC4A0E-2FE2-BE3F-5F5C-686FB712D8F5> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
    0x1dcdb000 - 0x1dcddfe7  com.apple.music.apps.midi.device.plugin.US-2400 (9.1.8 - 198.73) <8D056088-15A4-9FE5-4DDD-14CA2AC746A4> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
    0x1dce6000 - 0x1dce7ffb  com.apple.music.apps.midi.device.plugin.US-428 (9.1.8 - 198.73) <A9C8442B-C474-977F-B61C-4C35DF494201> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
    0x1dfdd000 - 0x1e06fff7  unorm8_argb.dylib (2.1.16) <7884B2ED-BBD2-378E-9624-572ECC2DADF1> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x20432000 - 0x20637ff7  com.apple.audio.codecs.Components (3.0 - 3.0) <8BBCF7BF-37E3-3EBA-87A9-8AEFC60FDE0F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x245d5000 - 0x245d6ffd +cl_kernels (???) <CE01CA58-D669-43CE-AF43-C4730BF7DCD8> cl_kernels
    0x245e3000 - 0x245e3ff7 +cl_kernels (???) <AE3EEAA0-D713-4D25-B651-0945042DC037> cl_kernels
    0x245e5000 - 0x24677ff7  unorm8_bgra.dylib (2.1.16) <D0A968DB-BF3F-320E-A726-5D9C00A3BC59> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x8ed4a000 - 0x8f58bfff  com.apple.GeForceGLDriver (8.0.39 - 8.0.0) <98312627-0C23-3D80-8DE3-AEC5BB23A025> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe0d000 - 0x8fe3fe57  dyld (210.2.3) <A166D107-C705-319A-80F6-CB36602E419F> /usr/lib/dyld
    0x90007000 - 0x9006bff3  libstdc++.6.dylib (56) <B66EA549-8153-306C-A751-61BCA8302AD2> /usr/lib/libstdc++.6.dylib
    0x9006c000 - 0x90090ff2  com.apple.framework.familycontrols (4.0 - 400) <99ACCF35-F414-335E-BA82-980E16001879> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90091000 - 0x900eeff3  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <4D5F8067-8F78-31C6-B862-00E20EA2F347> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9013b000 - 0x90184ff3  com.apple.framework.CoreWLAN (3.0 - 300.9) <70871D93-C92F-334A-BC73-CF2A7ECCE24C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90185000 - 0x90188ff3  com.apple.AppleSystemInfo (2.0 - 2) <6BF98E23-C81F-3F2F-8548-B49883CD34C9> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x901c6000 - 0x9031eff3  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8EC6397E-5E76-33EA-B501-4926BB1137A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90350000 - 0x90437ff7  libxml2.2.dylib (22.3) <CEC911DB-1BC2-36DE-B412-CCE1FB162729> /usr/lib/libxml2.2.dylib
    0x90438000 - 0x90439ffd  libunc.dylib (25) <F290FA28-1375-383D-BF18-C33CA7E9F950> /usr/lib/system/libunc.dylib
    0x9043a000 - 0x90493fff  com.apple.QuickLookFramework (4.0 - 554.0) <EFB43063-6901-35B2-BD76-36386452CAED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90494000 - 0x904b1fff  com.apple.openscripting (1.3.5 - 148) <2F5759DC-DCB9-3B2B-BE5A-CE4A194434C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x904b2000 - 0x904b3fff  libremovefile.dylib (23.1) <4F8BC561-F83C-3949-B70F-6846E56CCAB8> /usr/lib/system/libremovefile.dylib
    0x904b4000 - 0x904bbffb  libunwind.dylib (35.1) <A86BD3B1-A2B2-314A-A2AB-AEFADDD44ECF> /usr/lib/system/libunwind.dylib
    0x904bc000 - 0x907d7ffb  com.apple.Foundation (6.8 - 940.1) <602C3005-78DE-384B-9AA8-BBF7E79263EE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x907d8000 - 0x90a51ff3  com.apple.RawCamera.bundle (4.0.0 - 635) <1A8E4A85-74C3-36DD-A154-EFE0AF86F1C1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90a52000 - 0x90a7fffb  com.apple.CoreServicesInternal (152 - 152) <C05BD082-9820-32B7-A4DB-0F3ED58D5DC9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x90a80000 - 0x90a84ffc  libGIF.dylib (840) <A5FC4761-D18D-38A3-9C92-9FD08BA8438F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a85000 - 0x90ae9fff  com.apple.datadetectorscore (4.0 - 269.1) <D138A3E3-7D28-303D-B6EA-294A80375BFD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90aea000 - 0x90af4ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C3DF6572-AD17-3295-8D0A-CF0A2B3D04E5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x90af5000 - 0x90b48ff3  com.apple.AE (639 - 639.2) <0FF64F8E-9848-3FB6-AC87-B3A832F511F2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90b49000 - 0x90b7efff  libTrueTypeScaler.dylib (84.2) <F020F158-E630-3922-89D6-8FEB9A24B908> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90b7f000 - 0x90e10ffb  com.apple.CoreImage (8.0.14 - 1.0.1) <A67100FD-9C6C-3663-B5AB-86603916EEA0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90e11000 - 0x90e11ffd  libOpenScriptingUtil.dylib (148) <D07B022F-971E-3AFD-8836-6672C0187B1E> /usr/lib/libOpenScriptingUtil.dylib
    0x90e12000 - 0x90e34ff3  libc++abi.dylib (24.1) <E25B9D3D-DC8B-348F-9F23-6B64DDBF9D35> /usr/lib/libc++abi.dylib
    0x90e37000 - 0x90f4fff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <44CF050C-4BF2-3529-BEB9-FF713076C8C7> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x90f50000 - 0x90f5cffd  libkxld.dylib (2050.6.71) <C7CF5490-5F30-3306-9E41-697BD137125A> /usr/lib/system/libkxld.dylib
    0x90f5d000 - 0x90f65fff  libcopyfile.dylib (89) <89CE395C-6982-3BCA-B3FF-841D74A5BAC9> /usr/lib/system/libcopyfile.dylib
    0x90f66000 - 0x90f6dffe  com.apple.agl (3.2.1 - AGL-3.2.1) <8914BA79-40E8-37D8-87CA-87C4E1EFE2F7> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90f70000 - 0x90fb1ff7  com.apple.framework.CoreWiFi (1.0 - 100.8) <F18BE0B3-E8C0-39DA-9D86-AEDD5A040A9F> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x90fd8000 - 0x90fd8fff  com.apple.CoreServices (57 - 57) <BF6A7BC8-A8D1-3011-B933-B6C4A74A2FA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90fd9000 - 0x90fdcffc  libpam.2.dylib (20) <13A4F4C7-3236-3544-A6B4-566FABB79233> /usr/lib/libpam.2.dylib
    0x90fdd000 - 0x90fedff7  libsasl2.2.dylib (166) <17A162BB-93FB-3B30-8D3D-65891193ED55> /usr/lib/libsasl2.2.dylib
    0x90fee000 - 0x90feefff  com.apple.vecLib (3.8 - vecLib 3.8) <D016A3C2-559B-30E3-8704-DF297F63B144> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91087000 - 0x91127ff7  com.apple.QD (3.42 - 285) <C3724E56-B1C2-3F89-8AD5-8B025CD2E90D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91128000 - 0x91176ffb  libFontRegistry.dylib (98) <26D18259-1821-3EE6-A095-A767215A36CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91177000 - 0x91282ff7  libJP2.dylib (840) <433A18E2-081C-3917-8246-05BF0FC7DAB5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91288000 - 0x913d3ffb  com.apple.CFNetwork (595 - 595) <B03ADDAA-8E49-386E-B027-2415C6928AFA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x913d4000 - 0x91423ff7  libTIFF.dylib (840) <3F0B021A-3E74-3C4C-8EB7-6D033B2D8646> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91424000 - 0x91466fff  libcurl.4.dylib (69.2) <6326BB57-B02C-3612-AD27-8B762630BA1D> /usr/lib/libcurl.4.dylib
    0x91467000 - 0x91468ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <AB1BF364-87DA-3726-B8BE-3FFD1D0293ED> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91469000 - 0x914a7fff  libcorecrypto.dylib (96) <16D7F67F-31DD-34CA-9840-456CC66A77F8> /usr/lib/system/libcorecrypto.dylib
    0x914a8000 - 0x9168fffb  com.apple.CoreFoundation (6.8 - 740) <C53C86A9-9EA2-340F-BDF6-1B2D30B923EC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91690000 - 0x91690fff  libkeymgr.dylib (25) <DF0F232C-A215-3858-B740-72E143E67360> /usr/lib/system/libkeymgr.dylib
    0x91695000 - 0x916daff5  com.apple.opencl (2.1.16 - 2.1.16) <BC428529-37F8-31DD-B931-16B1B521C46B> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x916db000 - 0x916dbfff  com.apple.ApplicationServices (45 - 45) <AD7EEC64-0834-37E7-83D2-B9A6ED1B3E47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x916dc000 - 0x916dcfff  libSystem.B.dylib (169.2) <7BB67FB3-9200-34B1-AD7A-20997BD4DAD0> /usr/lib/libSystem.B.dylib
    0x916ec000 - 0x916ecffe  com.apple.AOSMigrate (1.0 - 1) <4F91FDAE-2948-3EEB-9CAB-03DD36A8BBD0> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x916ed000 - 0x916fbff3  libsystem_network.dylib (77.10) <5E99FFBC-7FB6-32A4-BD21-90FB369B1568> /usr/lib/system/libsystem_network.dylib
    0x91700000 - 0x91768fe7  libvDSP.dylib (380.6) <1AE583D4-477A-3EB9-97FC-F5E397E37B19> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91769000 - 0x917a0ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <0CDBC3F3-2BA7-3040-B242-19376965EA5E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x917a1000 - 0x9185fff3  com.apple.ColorSync (4.8.0 - 4.8.0) <CC96079B-E287-3B1C-8B8A-69AC58D4A100> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91860000 - 0x9186afff  com.apple.speech.recognition.framework (4.1.4 - 4.1.4) <BB29E582-3DBF-3C16-8196-32B8016C16BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9186b000 - 0x91876fff  libcommonCrypto.dylib (60026) <10BDCB92-EA59-3DE3-884A-06B37FEA06C0> /usr/lib/system/libcommonCrypto.dylib
    0x91881000 - 0x91898fff  com.apple.GenerationalStorage (1.0 - 132) <7BCDE2D7-BD67-3974-BE66-51DA19135122> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x91899000 - 0x918abff7  libdispatch.dylib (228.18) <AF2E0571-7CC1-3490-A45B-988E248874B5> /usr/lib/system/libdispatch.dylib
    0x918ac000 - 0x919b915f  libobjc.A.dylib (531.1) <2CB1EE50-8342-31F7-8E85-0A4248948EBE> /usr/lib/libobjc.A.dylib
    0x919ba000 - 0x92046feb  com.apple.CoreAUC (6.16.00 - 6.16.00) <012ADC6B-CFA7-3D72-AFF4-56671F2C1E30> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92047000 - 0x920ccff7  com.apple.SearchKit (1.4.0 - 1.4.0) <162F8626-65A4-302C-9FAE-AA3D371AB4F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x920cd000 - 0x92179fff  com.apple.CoreText (260.0 - 275.10) <A198E4C5-84E6-3AB7-8325-54D86DE26013> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x9217a000 - 0x92182fff  com.apple.CommerceCore (1.0 - 26) <134B5E4F-A7EA-3694-976C-DCAA337097F8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x92183000 - 0x92183fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <D70C7891-7BB8-3B58-BF40-5928C4C2F2B1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92184000 - 0x921c9ff7  com.apple.NavigationServices (3.7 - 200) <E62DB41C-34EB-3C33-A0E0-B43F75CE5720> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x921ca000 - 0x921cafff  libsystem_blocks.dylib (59) <5D7CC346-CC68-3B2A-BAC7-5DC8CE9F84FD> /usr/lib/system/libsystem_blocks.dylib
    0x921cb000 - 0x922dbffb  com.apple.QuickTimeImporters.component (7.7.1 - 2597) <387D785B-478B-386F-98D1-067B4008FBEE> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x922dc000 - 0x92386fff  com.apple.LaunchServices (532 - 532) <E33EEAD7-3F8C-3E89-AE7C-FA1B933CAB22> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92387000 - 0x92397ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47E77009-1F74-3C93-B0AD-CAE7BFEED2DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92398000 - 0x9239cffe  libcache.dylib (57) <C0C37ABC-AFF0-3816-9390-F91FC97A370C> /usr/lib/system/libcache.dylib
    0x9239d000 - 0x923caffe  libsystem_m.dylib (3022.6) <9B0D303D-15B0-334C-87B3-9B056F2B3112> /usr/lib/system/libsystem_m.dylib
    0x923cb000 - 0x92444ff0  com.apple.CorePDF (2.0 - 2) <5A29931D-6028-32C9-A9B7-2BF64E5EC37B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92445000 - 0x92887ff3  com.apple.CoreGraphics (1.600.0 - 310) <20F32433-FF13-3E06-B158-A4C3B4A0A4A5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92888000 - 0x9289afff  libbsm.0.dylib (32) <A9EF7DF3-5F0F-379B-9842-2D80E3F37CD3> /usr/lib/libbsm.0.dylib
    0x9289b000 - 0x929a8ff3  com.apple.ImageIO.framework (3.2.0 - 840) <5143E273-F7D2-3FDC-BACB-22A374762BCC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x929ec000 - 0x92a3cff7  com.apple.CoreMediaIO (301.0 - 4145) <9F34D513-8C99-3DE4-AE37-EAC93B577500> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x92a3d000 - 0x92a98ff3  com.apple.CoreMedia (1.0 - 926.31) <DEE17EFC-9F55-39B6-A6B2-33702D0B8A98> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92aca000 - 0x92acefff  com.apple.IOSurface (85.0 - 85.0) <BFFE2512-430A-377D-8E3D-FA8FBCDCC0F7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92acf000 - 0x92b35ffc  com.apple.ISSupport (1.9.8 - 56) <2091FD90-E441-3011-84F7-2940CC0367BB> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x92b36000 - 0x92b6cffb  com.apple.DebugSymbols (98 - 98) <7E52FCCA-AE81-38CC-9AF0-D98DEED8122A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x92b6d000 - 0x92b77fff  libCSync.A.dylib (310) <F6D627F3-4964-3F0C-9AB3-4834F1683B91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92b78000 -

    Have updated Automap and completely removed DivX, still having the same problem. Here is the error report from Chrome.
    Process:         Google Chrome [219]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:      com.google.Chrome
    Version:         23.0.1271.95 (1271.95)
    Code Type:       X86 (Native)
    Parent Process:  launchd [140]
    User ID:         501
    Date/Time:       2012-12-10 20:27:22.214 -0500
    OS Version:      Mac OS X 10.8 (12A239)
    Report Version:  10
    Interval Since Last Report:          214191 sec
    Crashes Since Last Report:           -11
    Per-App Interval Since Last Report:  236298 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      3D16DDD3-E203-47CE-A5A4-EC56E5497006
    Crashed Thread:  33  Dispatch queue: quicklook.pluginload
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
        VM_ALLOCATE            0000000000001000-0000000000018000 [   92K] ---/--- SM=NUL 
    Thread 0:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x952d9816 RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x952e1281 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x952e10fc BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x96e0d25a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x96e0ca8c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x96e088ec -[NSApplication run] + 855
    12  com.google.Chrome.framework             0x00a861c1 ChromeMain + 10898353
    13  com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    14  com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    15  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    16  com.google.Chrome.framework             0x00355e33 ChromeMain + 3360803
    17  com.google.Chrome.framework             0x02809c50 ChromeMain + 41846336
    18  com.google.Chrome.framework             0x0280a373 ChromeMain + 41848163
    19  com.google.Chrome.framework             0x02808cc1 ChromeMain + 41842353
    20  com.google.Chrome.framework             0x00a1af9b ChromeMain + 10459531
    21  com.google.Chrome.framework             0x00a1a2b0 ChromeMain + 10456224
    22  com.google.Chrome.framework             0x00021639 ChromeMain + 41
    23  com.google.Chrome                       0x00018f78 main + 24
    24  com.google.Chrome                       0x00018f55 0x18000 + 3925
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   libdispatch.dylib                       0x9189f19a _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9189edb9 _dispatch_mgr_thread + 53
    Thread 2:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 3:: DnsConfigService
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a852cc ChromeMain + 10894524
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    9   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    10  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    11  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 4:: WorkerPool/-1323118592
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 5:: AudioThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 6:: CrShutdownDetector
    0   libsystem_kernel.dylib                  0x95009dba __read + 10
    1   com.google.Chrome.framework             0x0035cc46 ChromeMain + 3388982
    2   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    3   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    4   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 7:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c33f ChromeMain + 41856303
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 8:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c36f ChromeMain + 41856351
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 9:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c39f ChromeMain + 41856399
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 10:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c3cf ChromeMain + 41856447
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 11:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c3ff ChromeMain + 41856495
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 12:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c42f ChromeMain + 41856543
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 13:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c45f ChromeMain + 41856591
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 14:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 15:: BrowserWatchdog
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ace490 ChromeMain + 11193984
    5   com.google.Chrome.framework             0x00ab4710 ChromeMain + 11088128
    6   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    7   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    8   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    9   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    10  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    11  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    12  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    13  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 16:: WorkerPool/-1238855680
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 17:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 18:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 19:: BrowserBlockingWorker1/-1213665280
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ad6767 ChromeMain + 11227479
    5   com.google.Chrome.framework             0x00ad5e3d ChromeMain + 11225133
    6   com.google.Chrome.framework             0x00ad869a ChromeMain + 11235466
    7   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    8   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.google.Chrome.framework             0x00aaf81f ChromeMain + 11067919
    3   com.google.Chrome.framework             0x02892b2c ChromeMain + 42407196
    4   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 21:: Chrome_HistoryThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ace490 ChromeMain + 11193984
    5   com.google.Chrome.framework             0x00ab4710 ChromeMain + 11088128
    6   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    7   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    8   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    9   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    10  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    11  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    12  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    13  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 22:: WorkerPool/-1322979328
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 23:: WorkerPool/-1195667456
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 24:: WorkerPool/-1195528192
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 25:: WorkerPool/-1195388928
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 26:: WorkerPool/-1195249664
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 27:: PowerSaveBlocker
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 30:: Dispatch queue: TFolderSizingThread::GetFolderSizingQueue
    0   libsystem_kernel.dylib                  0x950081ae __getattrlist + 10
    1   com.apple.CoreServices.CarbonCore          0x9394cf95 GetPathVolFSAttributes(char const*, unsigned long, FSAttributeInfo*, unsigned long, unsigned char*) + 233
    2   com.apple.CoreServices.CarbonCore          0x9393eda8 PathGetObjectInfo(char const*, unsigned long, unsigned long, short*, unsigned long*, unsigned long*, char*, unsigned long*, unsigned char*) + 218
    3   com.apple.CoreServices.CarbonCore          0x939519e8 FSPathMakeRefInternal(unsigned char const*, unsigned long, unsigned long, FSRef*, unsigned char*) + 120
    4   com.apple.CoreServices.CarbonCore          0x938d31af FSPathMakeRef + 47
    5   com.apple.CoreServices.CarbonCore          0x93928568 AL_findByHomeDirRelative + 189
    6   com.apple.CoreServices.CarbonCore          0x93900095 FSMatchAliasInternal + 1567
    7   com.apple.CoreServices.CarbonCore          0x93924ace FSMatchAliasBulk + 74
    8   com.apple.LaunchServices                0x92317dd6 LSSharedFileListItemGetFSRef + 722
    9   com.apple.LaunchServices                0x923177a2 LSSharedFileListItemResolve + 491
    10  com.apple.desktopservices               0x97dbaac8 TFileListItem::ResolveSharedFileListItem(unsigned long, TAutoRef<__CFURL const*, TRetainReleasePolicy<__CFURL const*> >&) const + 74
    11  com.apple.desktopservices               0x97dbaa01 TFSInfo::ResolveSharedFileListItem(unsigned long, TCountedPtr<TFSInfo>&) const + 149
    12  com.apple.desktopservices               0x97d20ec5 TNode::ResolveSharedFileListAliasIfNeeded() + 327
    13  com.apple.desktopservices               0x97d558e1 __block_global_4 + 56
    14  com.apple.desktopservices               0x97d9ceee ExceptionSafeBlock(void ()() block_pointer) + 55
    15  com.apple.desktopservices               0x97d558a4 __SynchronizeChildren_block_invoke_0 + 79
    16  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    17  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    18  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    19  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    20  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    21  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    22  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 31:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 32:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 33 Crashed:: Dispatch queue: quicklook.pluginload
    0   com.apple.CoreFoundation                0x914afc61 CFStringGetLength + 17
    1   com.apple.CoreFoundation                0x9159c665 CFDateFormatterGetAbsoluteTimeFromString + 69
    2   com.apple.security                      0x9317b76d decodeTimeStampToken + 764
    3   com.apple.security                      0x93178478 SecCmsSignerInfoVerifyUnAuthAttrs + 97
    4   com.apple.security                      0x931783a7 SecCmsSignerInfoVerify + 581
    5   com.apple.security                      0x93177153 SecCmsSignedDataVerifySignerInfo + 111
    6   com.apple.security                      0x931c80cd CMSDecoderCopySignerStatus + 199
    7   com.apple.security                      0x931e1b4a Security::CodeSigning::SecStaticCode::verifySignature() + 436
    8   com.apple.security                      0x931e1816 Security::CodeSigning::SecStaticCode::validateDirectory() + 64
    9   com.apple.security                      0x931e1f9d Security::CodeSigning::SecStaticCode::validateNonResourceComponents() + 19
    10  com.apple.security                      0x931d52c5 validate(Security::CodeSigning::SecStaticCode*, Security::CodeSigning::SecRequirement const*, unsigned int) + 40
    11  com.apple.security                      0x931d510e SecStaticCodeCheckValidityWithErrors + 597
    12  com.apple.security                      0x931d4eb4 SecStaticCodeCheckValidity + 39
    13  com.apple.QuickLookFramework            0x90476723 QLCheckAppleSignature + 128
    14  com.apple.QuickLookFramework            0x90445ba1 _QLLoadPluginAtURL + 3264
    15  com.apple.QuickLookFramework            0x9044a304 ___QLLaunchUpdatingThread_block_invoke_0 + 2704
    16  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    17  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    18  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    19  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    20  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    21  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    22  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 34:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 35:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreGraphics                  0x92490d30 _CGSSynchronizeWindowBackingStore + 131
    3   com.apple.CoreGraphics                  0x9245d053 _CGSLockWindow + 3428
    4   com.apple.CoreGraphics                  0x9245c10e CGSDeviceLock + 313
    5   libRIP.A.dylib                          0x92bab63d ripd_Lock + 62
    6   libRIP.A.dylib                          0x92baf8da ripl_BltImage + 408
    7   libRIP.A.dylib                          0x92baf4df ripc_RenderImage + 259
    8   libRIP.A.dylib                          0x92bb647a ripc_DrawImage + 1078
    9   com.apple.CoreGraphics                  0x924a13ed CGContextDrawImage + 427
    10  com.apple.AppKit                        0x972aa519 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_0 + 1250
    11  com.apple.AppKit                        0x96e5e310 NSUsingGraphicsStateForHints_drawWithBlock_ + 67
    12  com.apple.AppKit                        0x96e5e1e2 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 893
    13  com.apple.AppKit                        0x97127f83 -[NSButtonCell(NSDefaultButtonIndicatorPrivate) heartBeat:] + 2391
    14  com.apple.AppKit                        0x97193e23 -[NSControl heartBeat:] + 43
    15  com.apple.AppKit                        0x97578a0e -[NSWindow(NSWindow_Theme) heartBeat:] + 159
    16  com.apple.AppKit                        0x97038f7d -[NSUIHeartBeat _heartBeatThread:] + 1295
    17  com.apple.Foundation                    0x9051852a -[NSThread main] + 45
    18  com.apple.Foundation                    0x905184ad __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    20  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 36:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 37:: Dispatch queue: quicklook.client
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.QuickLookFramework            0x90444cfa _QLLockDatabaseWaitForUpdateToFinishIfPossible + 611
    4   com.apple.QuickLookFramework            0x904463f6 _QLGeneratorCopyGeneratorForContentType + 36
    5   com.apple.QuickLookFramework            0x9043dd40 ___QLThumbnailSendQuery_block_invoke_0 + 1077
    6   libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    7   libdispatch.dylib                       0x9189bc9f _dispatch_barrier_sync_f_invoke + 39
    8   libdispatch.dylib                       0x9189bc76 dispatch_barrier_sync_f + 87
    9   libdispatch.dylib                       0x9189bbcb dispatch_sync + 45
    10  com.apple.QuickLookFramework            0x9043d17b _QLThumbnailSendQuery + 466
    11  com.apple.QuickLookFramework            0x9046bc4a QLThumbnailQueueRun + 2814
    12  com.apple.FinderKit                     0x92df7360 TQLThumbnailQueue::Run() + 36
    13  com.apple.FinderKit                     0x92e0188a TThumbnailExtractorThread::Main() + 1058
    14  com.apple.FinderKit                     0x92dd4b40 TThread::MainGlue(void*) + 62
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 33 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x79c95730  ecx: 0x914afc5d  edx: 0xac163120
      edi: 0x7a94fa40  esi: 0x00000000  ebp: 0xb94a1f28  esp: 0xb94a1f10
       ss: 0x00000023  efl: 0x00010282  eip: 0x914afc61   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
       0x18000 -    0x18ff7 +com.google.Chrome (23.0.1271.95 - 1271.95) <084AF7DF-F972-A51B-5C58-E88633D40F12> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
       0x1f000 -  0x3a94f37 +com.google.Chrome.framework (23.0.1271.95 - 1271.95) <C02A7A6A-A9DD-8AEA-01B7-7417C64B725C> /Applications/Google Chrome.app/Contents/Versions/23.0.1271.95/Google Chrome Framework.framework/Google Chrome Framework
    0x51c3000 -  0x51d0ffb  com.apple.Librarian (1.1 - 1) <EA235A03-E6CC-36AB-AA32-04132A2E45D7> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5264000 -  0x526cff2  libcldcpuengine.dylib (2.1.16) <801DFAB2-A3F3-38AF-9E47-28CB2D336F49> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x5273000 -  0x5279fff  libCoreFSCache.dylib (24.3) <B5CE5EF5-1654-306B-9E99-06CFE93200E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x5302000 -  0x5303ffd +cl_kernels (???) <C2531EE3-8D1D-4027-B4FF-9D3734AABFBE> cl_kernels
    0x5310000 -  0x5310ff7 +cl_kernels (???) <3B24D992-31CE-458B-99D6-B4E28E21801E> cl_kernels
    0x5f06000 -  0x5f15ff7 +com.google.Keystone.Registration (1.1.0 - 1.1.0.3659) <2379CBDF-65AB-246D-D5F4-3A450D457F42> /Applications/Google Chrome.app/Contents/Versions/23.0.1271.95/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
    0x7b2b000 -  0x7bbdff7  unorm8_bgra.dylib (2.1.16) <D0A968DB-BF3F-320E-A726-5D9C00A3BC59> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x7e87000 -  0x7e88ff5 +cl_kernels (???) <D162A108-DE80-45C0-8262-3C5A09AD225C> cl_kernels
    0x7e99000 -  0x7e9aff1 +cl_kernels (???) <B96036E9-3C0B-46B9-84EC-FE178F2FE8BA> cl_kernels
    0x7ea2000 -  0x7eaeffb  libGPUSupport.dylib (8.1.30) <F7236FD8-702B-3277-9327-8788F7ABAA03> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xae35000 -  0xae5eff7  com.apple.datadetectors (4.0 - 199.0) <AF3557BE-32A7-39F0-A01A-8E51EECB9598> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0xae75000 -  0xaf8cff3  com.apple.WebKit (8536 - 8536.15) <02090083-E136-3457-8778-E94B610E3410> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0xb43a000 -  0xb466ffa  GLRendererFloat (8.1.30) <3528AB61-685A-362A-AE9C-F911630FED58> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xb493000 -  0xb525ff7  unorm8_argb.dylib (2.1.16) <7884B2ED-BBD2-378E-9624-572ECC2DADF1> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
    0xbd1f000 -  0xbd43fff  com.apple.security.csparser (3.0 - 55163.34) <ADF37333-C843-3FE9-AD6C-ED23DD186800> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0xbde3000 -  0xbf6fff9  GLEngine (8.1.30) <D124E288-21BD-32F0-B585-2BB0E24B123C> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xbfa6000 -  0xc0f7ff7  libGLProgrammability.dylib (8.1.30) <A12A056B-8B05-30A5-BEC7-2E852751DD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xc82d000 -  0xd4b5ffb  com.apple.WebCore (8536 - 8536.15) <B2776B5D-47F3-3559-B280-29713C0A8D8C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x8ed4a000 - 0x8f58bfff  com.apple.GeForceGLDriver (8.0.39 - 8.0.0) <98312627-0C23-3D80-8DE3-AEC5BB23A025> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe17000 - 0x8fe49e57  dyld (210.2.3) <A166D107-C705-319A-80F6-CB36602E419F> /usr/lib/dyld
    0x90007000 - 0x9006bff3  libstdc++.6.dylib (56) <B66EA549-8153-306C-A751-61BCA8302AD2> /usr/lib/libstdc++.6.dylib
    0x9006c000 - 0x90090ff2  com.apple.framework.familycontrols (4.0 - 400) <99ACCF35-F414-335E-BA82-980E16001879> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90091000 - 0x900eeff3  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <4D5F8067-8F78-31C6-B862-00E20EA2F347> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9013b000 - 0x90184ff3  com.apple.framework.CoreWLAN (3.0 - 300.9) <70871D93-C92F-334A-BC73-CF2A7ECCE24C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90185000 - 0x90188ff3  com.apple.AppleSystemInfo (2.0 - 2) <6BF98E23-C81F-3F2F-8548-B49883CD34C9> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x901c6000 - 0x9031eff3  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8EC6397E-5E76-33EA-B501-4926BB1137A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9031f000 - 0x9034fff3  libtidy.A.dylib (15.10) <4B972A5B-B8C3-39B4-BF84-DB73620F1BE3> /usr/lib/libtidy.A.dylib
    0x90350000 - 0x90437ff7  libxml2.2.dylib (22.3) <CEC911DB-1BC2-36DE-B412-CCE1FB162729> /usr/lib/libxml2.2.dylib
    0x90438000 - 0x90439ffd  libunc.dylib (25) <F290FA28-1375-383D-BF18-C33CA7E9F950> /usr/lib/system/libunc.dylib
    0x9043a000 - 0x90493fff  com.apple.QuickLookFramework (4.0 - 554.0) <EFB43063-6901-35B2-BD76-36386452CAED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90494000 - 0x904b1fff  com.apple.openscripting (1.3.5 - 148) <2F5759DC-DCB9-3B2B-BE5A-CE4A194434C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x904b2000 - 0x904b3fff  libremovefile.dylib (23.1) <4F8BC561-F83C-3949-B70F-6846E56CCAB8> /usr/lib/system/libremovefile.dylib
    0x904b4000 - 0x904bbffb  libunwind.dylib (35.1) <A86BD3B1-A2B2-314A-A2AB-AEFADDD44ECF> /usr/lib/system/libunwind.dylib
    0x904bc000 - 0x907d7ffb  com.apple.Foundation (6.8 - 940.1) <602C3005-78DE-384B-9AA8-BBF7E79263EE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x907d8000 - 0x90a51ff3  com.apple.RawCamera.bundle (4.0.0 - 635) <1A8E4A85-74C3-36DD-A154-EFE0AF86F1C1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90a52000 - 0x90a7fffb  com.apple.CoreServicesInternal (152 - 152) <C05BD082-9820-32B7-A4DB-0F3ED58D5DC9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x90a80000 - 0x90a84ffc  libGIF.dylib (840) <A5FC4761-D18D-38A3-9C92-9FD08BA8438F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a85000 - 0x90ae9fff  com.apple.datadetectorscore (4.0 - 269.1) <D138A3E3-7D28-303D-B6EA-294A80375BFD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90aea000 - 0x90af4ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C3DF6572-AD17-3295-8D0A-CF0A2B3D04E5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x90af5000 - 0x90b48ff3  com.apple.AE (639 - 639.2) <0FF64F8E-9848-3FB6-AC87-B3A832F511F2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90b7f000 - 0x90e10ffb  com.apple.CoreImage (8.0.14 - 1.0.1) <A67100FD-9C6C-3663-B5AB-86603916EEA0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90e11

  • Mail Application Crashes Everytime Open A Message

    I looked at the previously posted questions but did not find anything specific my problem. My mail application crashes every time I try to open an email. It only happens when I attempt to open the email. If the preview pane is open, the application crashes as soon as I click on an email. If the preview pane is not open, the application crashes when I double click on an email. The application works perfectly on another account on my system.
    Here's the error log from one of the crashes. Please help!!
    Process: Mail [570]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.0 (1075)
    Build Info: Mail-10750000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [130]
    Date/Time: 2010-03-07 20:19:44.965 -0600
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 3014 sec
    Crashes Since Last Report: 6
    Per-App Interval Since Last Report: 372 sec
    Per-App Crashes Since Last Report: 5
    Anonymous UUID: 3E056F7E-37B4-4E01-ACA8-DC3FE90FDAFF
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 11
    Application Specific Information:
    abort() called
    * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Unique ID)'
    * Call stack at first throw:
    0 CoreFoundation 0x00007fff85b905a4 __exceptionPreprocess + 180
    1 libobjc.A.dylib 0x00007fff87126313 objcexceptionthrow + 45
    2 CoreFoundation 0x00007fff85b903c7 +[NSException raise:format:arguments:] + 103
    3 CoreFoundation 0x00007fff85b90354 +[NSException raise:format:] + 148
    4 Foundation 0x00007fff876eeb8f -[NSCFDictionary setObject:forKey:] + 227
    5 AddressBook 0x00007fff82a3530a -[ABRecord nts_DescriptionDictionary] + 832
    6 AddressBook 0x00007fff82a34c79 -[ABRecord nts_Description] + 39
    7 AddressBook 0x00007fff82a33474 -[ABRecord description] + 67
    8 CoreFoundation 0x00007fff85b71f7c -[NSObject(NSObject) _copyDescription] + 44
    9 CoreFoundation 0x00007fff85b13fb9 _CFStringAppendFormatAndArgumentsAux + 6089
    10 CoreFoundation 0x00007fff85b127ad _CFStringCreateWithFormatAndArgumentsAux + 109
    11 DataDetectorsCore 0x00007fff813e6f1d DDLogv + 24
    12 DataDetectorsCore 0x00007fff813e6f03 DDLog + 162
    13 DataDetectorsCore 0x00007fff813e9e75 DDABSourceLoadData + 488
    14 DataDetectorsCore 0x00007fff813e9c88 DDLookupTableLoadAddressBook + 26
    15 DataDetectors 0x00007fff8874e0c8 -[DDPatternCompiler createScanner:] + 118
    16 Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    17 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    18 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff811864be open + 10
    1 com.apple.datadetectorscore 0x00007fff813e7776 DDCacheCreateFromFileAtPathWithExtraChecks + 122
    2 com.apple.datadetectorscore 0x00007fff813e7549 DDCacheCreateFromSystemCache + 278
    3 com.apple.datadetectorscore 0x00007fff813e639d DDScannerCreateWithType + 285
    4 com.apple.MessageFramework 0x00007fff805b4d6e +[URLifier urlMatchesForString:] + 136
    5 com.apple.mail 0x00000001000979b2 0x100000000 + 620978
    6 com.apple.CoreFoundation 0x00007fff85b6635c _invoking__ + 140
    7 com.apple.CoreFoundation 0x00007fff85b6622d -[NSInvocation invoke] + 141
    8 com.apple.mail 0x000000010009d002 0x100000000 + 643074
    9 com.apple.WebKit 0x00007fff8285a21b CallFrameLoadDelegate(objc_object* ()(objc_object, objc_selector*, ...), WebView*, objc_selector*, objc_object*) + 139
    10 com.apple.WebKit 0x00007fff82866e6f WebFrameLoaderClient::dispatchDidFinishLoad() + 79
    11 com.apple.WebCore 0x00007fff87cacdc1 WebCore::FrameLoader::checkLoadCompleteForThisFrame() + 305
    12 com.apple.WebCore 0x00007fff87cacbda WebCore::FrameLoader::recursiveCheckLoadComplete() + 282
    13 com.apple.WebCore 0x00007fff87d15242 WebCore::FrameLoader::finishedLoading() + 178
    14 com.apple.WebCore 0x00007fff87d150df WebCore::MainResourceLoader::didFinishLoading() + 47
    15 com.apple.WebCore 0x00007fff87cc9ec2 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction, WebCore::ResourceResponse const&) + 1122
    16 com.apple.WebCore 0x00007fff87cc9a2f WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction) + 127
    17 com.apple.WebCore 0x00007fff87cc8b7e WebCore::MainResourceLoader::didReceiveResponse(WebCore::ResourceResponse const&) + 1918
    18 com.apple.WebCore 0x00007fff87e72936 WebCore::MainResourceLoader::handleDataLoadNow(WebCore::RunLoopTimer<WebCore::M ainResourceLoader>*) + 342
    19 com.apple.CoreFoundation 0x00007fff85b2da78 __CFRunLoopRun + 5480
    20 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    21 com.apple.HIToolbox 0x00007fff86451c4e RunCurrentEventLoopInMode + 333
    22 com.apple.HIToolbox 0x00007fff86451a53 ReceiveNextEventCommon + 310
    23 com.apple.HIToolbox 0x00007fff8645190c BlockUntilNextEventMatchingListInMode + 59
    24 com.apple.AppKit 0x00007fff842c9570 _DPSNextEvent + 718
    25 com.apple.AppKit 0x00007fff842c8ed9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    26 com.apple.AppKit 0x00007fff8428eb29 -[NSApplication run] + 395
    27 com.apple.AppKit 0x00007fff84287844 NSApplicationMain + 364
    28 com.apple.mail 0x0000000100001760 0x100000000 + 5984
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff81194c7e kevent + 10
    1 libSystem.B.dylib 0x00007fff81196b55 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff81196824 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8119634e dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff8117befa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8117c56d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85b2cce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87737a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff87737973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff8051c27d -[RSSInterchange _runManager] + 1445
    7 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff8117befa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8117c56d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85b2cce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87737a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff87737973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff8054ef70 +[_NSSocket _runIOThread] + 78
    7 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff811bfaae select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff85b4e252 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff8117bf5a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff811ba7b2 pthread_condwait + 1015
    2 ...apple.AddressBook.framework 0x00007fff829e09db -[ABRemoteImageLoader workLoop] + 304
    3 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    4 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 11 Crashed:
    0 libSystem.B.dylib 0x00007fff8126affc __abort + 0
    1 libSystem.B.dylib 0x00007fff8126b0d1 abortreportnp + 0
    2 libstdc++.6.dylib 0x00007fff81a365d2 _tcf0 + 0
    3 libobjc.A.dylib 0x00007fff87129f49 objcterminate + 100
    4 libstdc++.6.dylib 0x00007fff81a34ae1 _cxxabiv1::_terminate(void (*)()) + 11
    5 libstdc++.6.dylib 0x00007fff81a34b16 _cxxabiv1::_unexpected(void (*)()) + 0
    6 libstdc++.6.dylib 0x00007fff81a34bfc _gxx_exception_cleanup(_Unwind_ReasonCode, UnwindException*) + 0
    7 libobjc.A.dylib 0x00007fff871263b2 object_getIvar + 0
    8 com.apple.CoreFoundation 0x00007fff85b903c7 +[NSException raise:format:arguments:] + 103
    9 com.apple.CoreFoundation 0x00007fff85b90354 +[NSException raise:format:] + 148
    10 com.apple.Foundation 0x00007fff876eeb8f -[NSCFDictionary setObject:forKey:] + 227
    11 ...apple.AddressBook.framework 0x00007fff82a3530a -[ABRecord nts_DescriptionDictionary] + 832
    12 ...apple.AddressBook.framework 0x00007fff82a34c79 -[ABRecord nts_Description] + 39
    13 ...apple.AddressBook.framework 0x00007fff82a33474 -[ABRecord description] + 67
    14 com.apple.CoreFoundation 0x00007fff85b71f7c -[NSObject(NSObject) _copyDescription] + 44
    15 com.apple.CoreFoundation 0x00007fff85b13fb9 _CFStringAppendFormatAndArgumentsAux + 6089
    16 com.apple.CoreFoundation 0x00007fff85b127ad _CFStringCreateWithFormatAndArgumentsAux + 109
    17 com.apple.datadetectorscore 0x00007fff813e6f1d DDLogv + 24
    18 com.apple.datadetectorscore 0x00007fff813e6f03 DDLog + 162
    19 com.apple.datadetectorscore 0x00007fff813e9e75 DDABSourceLoadData + 488
    20 com.apple.datadetectorscore 0x00007fff813e9c88 DDLookupTableLoadAddressBook + 26
    21 com.apple.datadetectors 0x00007fff8874e0c8 -[DDPatternCompiler createScanner:] + 118
    22 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    23 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    24 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 11 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x00007fff701ff298 rcx: 0x00007fff811ef25e rdx: 0x0000000000000000
    rdi: 0x000000000000003c rsi: 0x0000000000000000 rbp: 0x0000000116a80180 rsp: 0x0000000116a80168
    r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000000000001 r11: 0x00007fff70217478
    r12: 0x00007fff85c14ce9 r13: 0x0000000000000000 r14: 0x00007fff849c8ab0 r15: 0x0000000000000000
    rip: 0x00007fff8126affc rfl: 0x0000000000010206 cr2: 0x000000010009d000
    Binary Images:
    0x100000000 - 0x100337fef com.apple.mail 4.0 (1075) <73ADAADD-EE4F-EC80-C116-7125878517C1> /Applications/Mail.app/Contents/MacOS/Mail
    0x10040b000 - 0x100491ff3 com.apple.iLifeMediaBrowser 2.1.5 (368) <BC6090D5-47FD-882D-1123-BA40CB821481> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x112959000 - 0x112c49ff3 com.apple.RawCamera.bundle 2.3.0 (505) <E65CF964-5AFF-805A-E24C-4A9E2E3D4759> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x114ae0000 - 0x114af3ff7 com.apple.AddressBook.LocalSourceBundle 1.0 (862) <2ECC6C67-80B4-9F60-1A2F-2DF54DF51F9E> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x114ed3000 - 0x114ed6fff com.apple.yahoo.syncframework 1.3 (51) <AEBB9A2D-B787-0C74-7C40-64E6F0BBF43C> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
    0x114edb000 - 0x114ee1fff com.apple.AddressBook.LDAPSource 1.0 (862) <BCAA89D3-9042-F5BB-6CE2-7884EF7AB3D1> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
    0x115cd7000 - 0x115d36fff com.apple.google.GoogleContactSyncFramework 39 (39) <BD6B36C2-620E-DBC2-71A9-ECE0F627DE22> /System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Google ContactSync
    0x1162b1000 - 0x1162d4fff com.apple.Mail.Syncer 4.0 (1075.2) <A881A40F-2861-E72C-DEAA-7169B38DD540> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff800c8000 - 0x7fff80282fef com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff80283000 - 0x7fff80332fef edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff80338000 - 0x7fff803bcfff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff803fd000 - 0x7fff80404fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff804fe000 - 0x7fff8083cfe7 com.apple.MessageFramework 4.0 (1075.2) <E2FADB67-CB43-E1A9-4367-EC047CECC30A> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff80859000 - 0x7fff808a0fef com.apple.QuickLookFramework 2.0 (327.0) <E15E267E-D462-2AD0-DB03-A54E0F94452F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff808a1000 - 0x7fff808b9fff com.apple.iChat.InstantMessage 5.0 (742) <14DD4C3C-FAEE-40FC-FED1-65A134F96B12> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff808ba000 - 0x7fff80937fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff80938000 - 0x7fff80958fef com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff80959000 - 0x7fff80e51ff7 com.apple.VideoToolbox 0.420.17 (420.17) <E034AA6E-A1E4-BB8F-5AFA-F5C354DDD889> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff80e52000 - 0x7fff80ecdff7 com.apple.ISSupport 1.9.1 (49) <EF46DFEE-3B41-97C1-1BE6-A19A1786B85F> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff80ece000 - 0x7fff80eceff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff80f03000 - 0x7fff80f40ff7 libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff80f41000 - 0x7fff80fd1fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff80fd2000 - 0x7fff8100ffff com.apple.LDAPFramework 2.0 (120.1) <0F7DF87D-6A08-02AF-790B-76294FCE8916> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff81010000 - 0x7fff81010ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff81011000 - 0x7fff810f5fe7 com.apple.DesktopServices 1.5.0 (1.5.0) <EA3CDFEC-713D-7291-4015-600336E83EDD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8111d000 - 0x7fff81131ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff81132000 - 0x7fff81156ff7 com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8117b000 - 0x7fff8133afe7 libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    0x7fff8133b000 - 0x7fff8133fff7 libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff81340000 - 0x7fff8134dfff libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff81350000 - 0x7fff813acfff libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff813ad000 - 0x7fff813d0ff7 com.apple.iChat.IMFoundation 5.0 (742) <1A4FEDF7-78CF-23A3-D0FD-23D74FA556C5> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff813d1000 - 0x7fff813e4fff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff813e5000 - 0x7fff81447fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff814da000 - 0x7fff81529ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff81530000 - 0x7fff815bffff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff815c0000 - 0x7fff8167cff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff81688000 - 0x7fff816bfff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff816c0000 - 0x7fff81775fff com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff81776000 - 0x7fff8187ffff com.apple.MediaToolbox 0.420.17 (420.17) <31834AB2-1BFF-92D5-A8D2-21B0AE51FA98> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff81880000 - 0x7fff818cafff com.apple.DAVKit 4.0 (729) <83F34E7A-4C4C-D021-FDB3-157600E2BA0A> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff818cb000 - 0x7fff81911fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff819ea000 - 0x7fff81a67fef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff81a68000 - 0x7fff81b21fff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff81b52000 - 0x7fff81ee6ff7 com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81ee7000 - 0x7fff81eedff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff81eee000 - 0x7fff81ef9ff7 com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff81efa000 - 0x7fff81efcfff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81efd000 - 0x7fff81fb1fef com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff81fb2000 - 0x7fff81fe7ff7 libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    0x7fff81ffe000 - 0x7fff82120ff7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8213c000 - 0x7fff8214dfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff8214e000 - 0x7fff8214eff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8214f000 - 0x7fff82151fff libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff82152000 - 0x7fff82181ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff82182000 - 0x7fff82191fff com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff82192000 - 0x7fff821f8fe7 com.apple.AppleVAFramework 4.6.2 (4.6.2) <3DA57727-EAD1-A199-4093-54CC4698A109> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff821f9000 - 0x7fff8223dfef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff8223e000 - 0x7fff82241fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff82242000 - 0x7fff82250ff7 libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    0x7fff82286000 - 0x7fff822b1ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff822ba000 - 0x7fff822beff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff822bf000 - 0x7fff822c4fff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff822c5000 - 0x7fff822c5ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff822c6000 - 0x7fff82381ff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff823c1000 - 0x7fff823d7fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff823d8000 - 0x7fff823e3fff com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8251d000 - 0x7fff82528fff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff82529000 - 0x7fff8259dff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <546E204C-AC7A-030C-DC32-125A3E422FB5> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff8259e000 - 0x7fff825bffff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff825c0000 - 0x7fff825c1ff7 com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff825c2000 - 0x7fff825fcfff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff825fd000 - 0x7fff8262efef libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8262f000 - 0x7fff82670ff7 com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff82671000 - 0x7fff82677fff com.apple.AOSNotification 1.1.0 (123.3) <9436ED02-186A-E6CC-E594-31E3942A5898> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff82678000 - 0x7fff82680fff com.apple.iChat.IMUtils 5.0 (742) <58F866BF-C746-E260-DBA8-265B772EDDBA> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff82681000 - 0x7fff82697fff com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff82698000 - 0x7fff826d3ff7 com.apple.CoreMediaIOServices 101.0 (715) <7B93206A-FEC5-FCC3-3587-91E3CEC61797> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff826d4000 - 0x7fff82731fef com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff82732000 - 0x7fff827ccfe7 com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff827cd000 - 0x7fff827ceff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff827cf000 - 0x7fff82839fe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff82849000 - 0x7fff82986fef com.apple.WebKit 6531 (6531.9) <17A680A1-FE75-81E5-952A-047E5FA96F66> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff82987000 - 0x7fff829caff7 libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff829cb000 - 0x7fff82c01fef com.apple.AddressBook.framework 5.0 (862) <06928F7A-AFEC-7C7F-E1EC-D99983588C00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff82c02000 - 0x7fff82c4fff7 libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    0x7fff82c96000 - 0x7fff82cd6fef com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff82cd7000 - 0x7fff82d07fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff82d08000 - 0x7fff82d4bfff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff82d4c000 - 0x7fff82d6cfff com.apple.DotMacSyncManager 2.0.0 (446) <1D7898EC-2EA8-EAAF-821A-B0E1A170CB03> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff82d6d000 - 0x7fff82debfef com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff82dec000 - 0x7fff82e0aff7 libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff82e0b000 - 0x7fff8324efef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8324f000 - 0x7fff832d1fef com.apple.QuickLookUIFramework 2.0 (327.0) <B9850E11-3F04-100F-0122-B4AD6222A43F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff832dd000 - 0x7fff8332cff7 libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8332d000 - 0x7fff8350cfff com.apple.CalendarStore 4.0 (965) <86082B77-ABD6-A9DD-E0CE-C5471ED2399A> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff8350d000 - 0x7fff8350dff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8350e000 - 0x7fff8351bff7 com.apple.AppleFSCompression 1.0 (1.0) <597C8E16-90C0-A7AA-7236-5D1281F20AD0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff8351c000 - 0x7fff83545ff7 com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <CDFCD034-B44A-1C99-CBA4-ED9F233B3DD4> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff83546000 - 0x7fff835c3fef com.apple.backup.framework 1.1 (1.0) <35E2F1B1-C301-EFF7-F222-964D1A6ABE09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff835c4000 - 0x7fff835eafe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff835eb000 - 0x7fff8376ffff com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff83770000 - 0x7fff83810fff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff83841000 - 0x7fff838adff7 com.apple.CorePDF 1.0 (1.0) <8D76B569-F938-6337-533A-5C8A69B005DA> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff838ae000 - 0x7fff83979fe7 ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8397a000 - 0x7fff839cffef com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff839d0000 - 0x7fff83a42fef com.apple.CoreSymbolication 2.0 (23) <06F8561E-4B36-7BF6-31BA-64091B3D8058> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff83a43000 - 0x7fff83a52fef com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83a83000 - 0x7fff83abefef com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff83abf000 - 0x7fff841b15d7 com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff841b2000 - 0x7fff841b5ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff841b6000 - 0x7fff841c8fe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff841c9000 - 0x7fff841f1fff com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff841f2000 - 0x7fff84203fef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff84204000 - 0x7fff84264fff com.apple.ExchangeWebServices 1.0 (54) <C56EF9CA-93FC-066F-23E5-E1FD53D86916> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff84265000 - 0x7fff8427efff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8427f000 - 0x7fff84284ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff84285000 - 0x7fff84c77fef com.apple.AppKit 6.6 (1038) <D4AB61F8-371E-D197-6F3D-DE397D1A717C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff84c78000 - 0x7fff84de5fe7 com.apple.QTKit 7.6.3 (1584) <6D02A542-5202-4022-2050-5BE01F70D225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff84de6000 - 0x7fff84e1fff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff84e20000 - 0x7fff84e51fff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff84e52000 - 0x7fff84f1efff com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff84f1f000 - 0x7fff84f3aff7 com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff84f3b000 - 0x7fff85073ff7 com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff85074000 - 0x7fff850dcff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff850dd000 - 0x7fff858e7fe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff858e8000 - 0x7fff858fdfff com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff858fe000 - 0x7fff85a5bff7 com.apple.syncservices 5.0 (575) <5A2B1757-BADC-9E3E-9260-3133C45859BB> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff85a5c000 - 0x7fff85a97fe7 com.apple.CoreMedia 0.420.17 (420.17) <E299556E-6930-DC30-DA23-88B812AF63CA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff85ae1000 - 0x7fff85c54fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85e39000 - 0x7fff85e90fff com.apple.Symbolication 1.1 (67) <73B6FC15-9E05-69E2-2955-14F82F9BC337> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff85e91000 - 0x7fff860cafe7 com.apple.imageKit 2.0 (1.0) <F579694D-9FA0-6365-45CD-E380C2EB2573> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff860cb000 - 0x7fff860ceff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff860cf000 - 0x7fff860f0ff7 com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff860f1000 - 0x7fff86423fef com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff86424000 - 0x7fff86721fef com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff86738000 - 0x7fff86739fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff8673a000 - 0x7fff8674dff7 com.apple.syncservices.syncservicesui 5.0 (575) <4B99D800-624D-FEBF-CC70-EAC553046AEB> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff8674e000 - 0x7fff86754fff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff86755000 - 0x7fff86793fef com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff86794000 - 0x7fff86796fef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff86797000 - 0x7fff86a01ff7 com.apple.QuartzComposer 4.0 (156.6) <4E43D357-4A18-5D16-02E8-14324A5B9302> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff86a02000 - 0x7fff86adcff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff86add000 - 0x7fff86ae3ff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff86ae4000 - 0x7fff86bf3ff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff86bf4000 - 0x7fff86bfcff7 com.apple.NSServerNotificationCenter 2 (1.0) <0F9B07B8-D9F9-A55D-AB60-9CC3533D77F8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff86c0f000 - 0x7fff86c5efff com.apple.iCalendar 1 (42) <25CA7CA2-0994-62F1-9A2E-F938C8142330> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff86c5f000 - 0x7fff86c66ff7 com.apple.KerberosHelper 2.0 (1.0) <F0154529-03F3-356D-56BC-A78964B2BE50> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff86c67000 - 0x7fff86caeff7 com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff86caf000 - 0x7fff86cf8ff7 com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff86cf9000 - 0x7fff86e10fef libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    0x7fff86e11000 - 0x7fff86e5bfef com.apple.IMCore 5.0 (742) <EE4D5BA7-AFFF-0FB1-08AF-A4152A741B8B> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff86f5f000 - 0x7fff8711cfff libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    0x7fff8711d000 - 0x7fff871d3fe7 libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    0x7fff87210000 - 0x7fff87315fe7 libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff87316000 - 0x7fff87317fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff87318000 - 0x7fff87362ff7 com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8754d000 - 0x7fff87554ff7 com.apple.DisplayServicesFW 2.1 (2.1) <2C039CF5-8AF8-6DA3-3C77-566B22EFB172> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff87578000 - 0x7fff8758efef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff8758f000 - 0x7fff8758fff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87590000 - 0x7fff8759bfff com.apple.HelpData 2.0.3 (33) <51BB9EFA-8C21-A7F9-09C7-E0DE1E5EC3B1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff875c0000 - 0x7fff875ccfef libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
    0x7fff875cd000 - 0x7fff876ebff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff876ec000 - 0x7fff8796dfe7 com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8796e000 - 0x7fff87bf2fff com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87bf3000 - 0x7fff87bf3ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff87c42000 - 0x7fff88665fe7 com.apple.WebCore 6531 (6531.9) <6DEBA397-4369-A8B1-1757-40FD454F6B51> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff88666000 - 0x7fff886b7fe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff886b8000 - 0x7fff886b8ff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff886b9000 - 0x7fff886befff libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff886bf000 - 0x7fff8874bfef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8874c000 - 0x7fff88767fff com.apple.datadetectors 2.0 (102.0) <D3E026E9-C12A-88ED-25FC-7A58E435AB02> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff88768000 - 0x7fff88872ff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.32f8
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.0f18, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHZ2160BH FFS G1, 149.05 GB
    Serial ATA Device: HL-DT-ST DVDRW GS21N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000

    Thanks for responding. I tried holding the shift key and opening the message. Followed the steps you described in your note but did not help. The Mail app continues to crash. Here's the log (only part of the log posted) from the crash when I try it with the shift key.
    Process: Mail [2024]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.0 (1075)
    Build Info: Mail-10750000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [130]
    Date/Time: 2010-03-10 01:49:40.426 -0600
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 34532 sec
    Crashes Since Last Report: 4
    Per-App Interval Since Last Report: 184 sec
    Per-App Crashes Since Last Report: 3
    Anonymous UUID: 3E056F7E-37B4-4E01-ACA8-DC3FE90FDAFF
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 17
    Application Specific Information:
    -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:]
    -[IMAPMailboxSyncEngine _goWithMessagesIfNeeded:]
    -[LibraryIMAPStore openSynchronously]
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    -[IMAPAccount fetchSynchronouslyIsAuto:]
    -[IMAPAccount fetchSynchronouslyIsAuto:]
    abort() called
    * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Unique ID)'
    * Call stack at first throw:
    0 CoreFoundation 0x00007fff85b905a4 __exceptionPreprocess + 180
    1 libobjc.A.dylib 0x00007fff87126313 objcexceptionthrow + 45
    2 CoreFoundation 0x00007fff85b903c7 +[NSException raise:format:arguments:] + 103
    3 CoreFoundation 0x00007fff85b90354 +[NSException raise:format:] + 148
    4 Foundation 0x00007fff876eeb8f -[NSCFDictionary setObject:forKey:] + 227
    5 AddressBook 0x00007fff82a3530a -[ABRecord nts_DescriptionDictionary] + 832
    6 AddressBook 0x00007fff82a34c79 -[ABRecord nts_Description] + 39
    7 AddressBook 0x00007fff82a33474 -[ABRecord description] + 67
    8 CoreFoundation 0x00007fff85b71f7c -[NSObject(NSObject) _copyDescription] + 44
    9 CoreFoundation 0x00007fff85b13fb9 _CFStringAppendFormatAndArgumentsAux + 6089
    10 CoreFoundation 0x00007fff85b127ad _CFStringCreateWithFormatAndArgumentsAux + 109
    11 DataDetectorsCore 0x00007fff813e6f1d DDLogv + 24
    12 DataDetectorsCore 0x00007fff813e6f03 DDLog + 162
    13 DataDetectorsCore 0x00007fff813e9e75 DDABSourceLoadData + 488
    14 DataDetectorsCore 0x00007fff813e9c88 DDLookupTableLoadAddressBook + 26
    15 DataDetectors 0x00007fff8874e0c8 -[DDPatternCompiler createScanner:] + 118
    16 Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    17 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    18 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libFontParser.dylib 0x00007fff822d0539 TTrueTypeFontHandler::GetBounds(unsigned short, double&, double&, double&, double&) const + 75
    1 libFontParser.dylib 0x00007fff822d00d9 FPFontGetGlyphIdealBounds + 188
    2 libCGXType.A.dylib 0x00007fff8133d00c xtfont_get_glyphbboxes + 521
    3 libCGXType.A.dylib 0x00007fff8133cdfe getglyphbboxes + 9
    4 com.apple.CoreGraphics 0x00007fff83af6688 CGFontGetGlyphBBoxesForStyle + 25
    5 com.apple.CoreGraphics 0x00007fff83af665a CGFontGetGlyphBBoxes + 132
    6 com.apple.CoreText 0x00007fff808c8070 TFont::GetBoundingBoxesForGlyphs(unsigned short const*, CGRect*, long, unsigned int) const + 1074
    7 com.apple.CoreText 0x00007fff808c7ac1 CTFontGetBoundingRectsForGlyphs + 189
    8 com.apple.AppKit 0x00007fff842dbb0a __NSFontInstanceInfoInitializeMetricsInfo + 739
    9 com.apple.AppKit 0x00007fff8436e0a0 -[__NSSharedFontInstanceInfo _numberOfGlyphs] + 37
    10 com.apple.AppKit 0x00007fff8443e95c -[NSFont boundingRectForGlyph:] + 47
    11 com.apple.WebCore 0x00007fff87cb28b7 WebCore::SimpleFontData::platformInit() + 855
    12 com.apple.WebCore 0x00007fff87cb2458 WebCore::SimpleFontData::SimpleFontData(WebCore::FontPlatformData const&, bool, bool, WebCore::SVGFontData*) + 456
    13 com.apple.WebCore 0x00007fff87cb20ef WebCore::FontCache::getCachedFontData(WebCore::FontPlatformData const*) + 175
    14 com.apple.WebCore 0x00007fff87d24e7e WebCore::FontCache::getFontData(WebCore::Font const&, int&, WebCore::FontSelector*) + 206
    15 com.apple.WebCore 0x00007fff87cb4733 WebCore::FontFallbackList::fontDataAt(WebCore::Font const*, unsigned int) const + 99
    16 com.apple.WebCore 0x00007fff87d393ba WebCore::FontFallbackList::determinePitch(WebCore::Font const*) const + 26
    17 com.apple.WebCore 0x00007fff87d3937f WebCore::Font::isFixedPitch() const + 31
    18 com.apple.WebCore 0x00007fff883e4b66 WebCore::RenderBlock::findNextLineBreak(WebCore::BidiResolver<WebCore::InlineIt erator, WebCore::BidiRun>&, bool, bool&, bool&, WebCore::EClear*) + 3046
    19 com.apple.WebCore 0x00007fff87d36929 WebCore::RenderBlock::layoutInlineChildren(bool, int&, int&) + 2265
    20 com.apple.WebCore 0x00007fff87d3359d WebCore::RenderBlock::layoutBlock(bool) + 1613
    21 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    22 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    23 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    24 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    25 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    26 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    27 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    28 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    29 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    30 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    31 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    32 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    33 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    34 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    35 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    36 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    37 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    38 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    39 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    40 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    41 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    42 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    43 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    44 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    45 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    46 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    47 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    48 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    49 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    50 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    51 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    52 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    53 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    54 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    55 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    56 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    57 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    58 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    59 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    60 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    61 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    62 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    63 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    64 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    65 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    66 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    67 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    68 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    69 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    70 com.apple.WebCore 0x00007fff87d32d9b WebCore::RenderView::layout() + 283
    71 com.apple.WebCore 0x00007fff87d31456 WebCore::FrameView::layout(bool) + 1190
    72 com.apple.WebCore 0x00007fff87cac70c WebCore::Document::implicitClose() + 604
    73 com.apple.WebCore 0x00007fff87cac2a5 WebCore::FrameLoader::checkCompleted() + 181
    74 com.apple.WebCore 0x00007fff87cab661 WebCore::FrameLoader::finishedParsing() + 97
    75 com.apple.WebCore 0x00007fff87caa6d3 WebCore::Document::finishedParsing() + 147
    76 com.apple.WebCore 0x00007fff87c88f3a WebCore::HTMLTokenizer::finish() + 1626
    77 com.apple.WebCore 0x00007fff87c63917 WebCore::FrameLoader::endIfNotLoadingMainResource() + 119
    78 com.apple.WebCore 0x00007fff87d151ce WebCore::FrameLoader::finishedLoading() + 62
    79 com.apple.WebCore 0x00007fff87d150df WebCore::MainResourceLoader::didFinishLoading() + 47
    80 com.apple.WebCore 0x00007fff87cc9ec2 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction, WebCore::ResourceResponse const&) + 1122
    81 com.apple.WebCore 0x00007fff87cc9a2f WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction) + 127
    82 com.apple.WebCore 0x00007fff87cc8b7e WebCore::MainResourceLoader::didReceiveResponse(WebCore::ResourceResponse const&) + 1918
    83 com.apple.WebCore 0x00007fff87e72936 WebCore::MainResourceLoader::handleDataLoadNow(WebCore::RunLoopTimer<WebCore::M ainResourceLoader>*) + 342
    84 com.apple.CoreFoundation 0x00007fff85b2da78 __CFRunLoopRun + 5480
    85 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    86 com.apple.HIToolbox 0x00007fff86451c4e RunCurrentEventLoopInMode + 333
    87 com.apple.HIToolbox 0x00007fff86451a53 ReceiveNextEventCommon + 310
    88 com.apple.HIToolbox 0x00007fff8645190c BlockUntilNextEventMatchingListInMode + 59
    89 com.apple.AppKit 0x00007fff842c9570 _DPSNextEvent + 718
    90 com.apple.AppKit 0x00007fff842c8ed9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    91 com.apple.AppKit 0x00007fff8428eb29 -[NSApplication run] + 395
    92 com.apple.AppKit 0x00007fff84287844 NSApplicationMain + 364
    93 com.apple.mail 0x0000000100001760 0x100000000 + 5984
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff81194c7e kevent + 10
    1 libSystem.B.dylib 0x00007fff81196b55 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff81196824 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8119634e dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 2: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff8117bf42 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff8118148d pthreadmutexlock + 469
    2 com.apple.MessageFramework 0x00007fff8056785d -[IMAPMailboxSyncEngine _copyLibraryIMAPStore] + 38
    3 com.apple.MessageFramework 0x00007fff805671da -[IMAPMailboxSyncEngine _goWithMessages:] + 53
    4 com.apple.CoreFoundation 0x00007fff85b6635c _invoking__ + 140
    5 com.apple.CoreFoundation 0x00007fff85b6622d -[NSInvocation invoke] + 141
    6 com.apple.MessageFramework 0x00007fff8051db51 -[MonitoredInvocation invoke] + 214
    7 com.apple.MessageFramework 0x00007fff805050aa -[ThrowingInvocationOperation main] + 31
    8 com.apple.MessageFramework 0x00007fff805049ea -[_MFInvocationOperation main] + 275
    9 com.apple.Foundation 0x00007fff8772611a -[__NSOperationInternal start] + 673
    10 com.apple.Foundation 0x00007fff87725dd8 ___startOperations_block_invoke2 + 99
    11 libSystem.B.dylib 0x00007fff811b7dc7 dispatch_call_block_andrelease + 15
    12 libSystem.B.dylib 0x00007fff81196341 dispatch_workerthread2 + 231
    13 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    14 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff8117befa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8117c56d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85b2cce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87737a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff87737973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff8051c27d -[RSSInterchange _runManager] + 1445
    7 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 4: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff8117befa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8117c56d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85b2cce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    4 com.apple.MessageFramework 0x00007fff805500eb _handleRequestWithTimeout + 1608
    5 com.apple.MessageFramework 0x00007fff80552650 -[_NSSocket readBytes:length:error:] + 177
    6 com.apple.MessageFramework 0x00007fff80552278 -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 95
    7 com.apple.MessageFramework 0x00007fff80552071 -[Connection _fillBuffer:] + 593
    8 com.apple.MessageFramework 0x00007fff80551d00 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x00007fff80551c76 -[IMAPConnection _readLineIntoData:error:] + 57
    10 com.apple.MessageFramework 0x00007fff80551b41 -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 142
    11 com.apple.MessageFramework 0x00007fff8055169d -[IMAPResponse initWithConnection:error:] + 165
    12 com.apple.MessageFramework 0x00007fff805515bf -[IMAPConnection _copyNextServerResponse:] + 54
    13 com.apple.MessageFramework 0x00007fff8055935e -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 163
    14 com.apple.MessageFramework 0x00007fff8055797e -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 976
    15 com.apple.MessageFramework 0x00007fff80557581 -[IMAPConnection executeClientOperation:] + 22
    16 com.apple.MessageFramework 0x00007fff805572a2 -[IMAPConnection prepareAndExecuteOperation:outWrongState:] + 1465
    17 com.apple.MessageFramework 0x00007fff805566e9 -[IMAPGateway _allowClientOperationThrough:] + 800
    18 com.apple.MessageFramework 0x00007fff8055610f -[IMAPGateway allowClientOperationThrough:] + 374
    19 com.apple.MessageFramework 0x00007fff80555f6b -[IMAPClientOperation main] + 81
    20 com.apple.Foundation 0x00007fff8772611a -[__NSOperationInternal start] + 673
    21 com.apple.Foundation 0x00007fff87725dd8 ___startOperations_block_invoke2 + 99
    22 libSystem.B.dylib 0x00007fff811b7dc7 dispatch_call_block_andrelease + 15
    23 libSystem.B.dylib 0x00007fff81196341 dispatch_workerthread2 + 231
    24 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    25 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 5: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff8117bf42 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff8118148d pthreadmutexlock + 469
    2 com.apple.MessageFramework 0x00007fff8056785d -[IMAPMailboxSyncEngine _copyLibraryIMAPStore] + 38
    3 com.apple.MessageFramework 0x00007fff805671da -[IMAPMailboxSyncEngine _goWithMessages:] + 53
    4 com.apple.MessageFramework 0x00007fff80583026 -[LibraryIMAPStore _retrieveNewMessagesForCheckingNewMail:] + 273
    5 com.apple.MessageFramework 0x00007fff80548886 -[LibraryIMAPStore _fetchForCheckingNewMail:] + 278
    6 com.apple.MessageFramework 0x00007fff80572e38 -[IMAPAccount _fetchUnreadCountsForMailboxUid:recursively:gateway:checkForNewMessages:] + 270
    7 com.apple.MessageFramework 0x00007fff805728f2 -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:] + 419
    8 com.apple.CoreFoundation 0x00007fff85b6635c _invoking__ + 140
    9 com.apple.CoreFoundation 0x00007fff85b6622d -[NSInvocation invoke] + 141
    10 com.apple.MessageFramework 0x00007fff8051db51 -[MonitoredInvocation invoke] + 214
    11 com.apple.MessageFramework 0x00007fff805050aa -[ThrowingInvocationOperation main] + 31
    12 com.apple.MessageFramework 0x00007fff805049ea -[_MFInvocationOperation main] + 275
    13 com.apple.Foundation 0x00007fff8772611a -[__NSOperationInternal start] + 673
    14 com.apple.Foundation 0x00007fff87725dd8 ___startOperations_block_invoke2 + 99
    15 libSystem.B.dylib 0x00007fff811b7dc7 dispatch_call_block_andrelease + 15
    16 libSystem.B.dylib 0x00007fff81196341 dispatch_workerthread2 + 231
    17 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    18 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13

  • ADF View Object query to use Oracle  LONG data type

    Hi,
    I'm using a view object that uses Oracle LONG data type.The following exception is thrown
    *"java.sql.SQLException: Stream has already been closed"* and it is not fetching the correct data.
    I have searched in many forums,they suggested to use LOB instead of LONG as LONG is deprecated. But in my case I can't avoid using LONG as some of my legacy applications using the same DB.
    Please suggest me a way
    Thanks in Advance
    Felix

    Thanks for your reply Arun,
    I have solved this problem using the solution suggested by this blog [AskTom-Link|http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:839298816582]
    In the above blog link,they have suggested to convert Long to Varchar by functions and asked to use this function in the column.
    Thank you all guys who have seen this post.
    Regards,
    Felix

  • AIR installer causes application crash

    Hi all,
    I'm developing an AIR 2.0 application and it appears that the AIR installer is causing an application crash. Here's what the person who is experiencing the crash is reporting:
    I installed the software per instructions. However, when I attempt to launch Eye-Fi Center the Adobe Air License Agreement window is displayed. I click the "I agree" button and at that point, both the Adobe Air License Agreement window and the Eye-Fi Center app silently quit. No error messages are displayed.
    and here's the crash report:
    Process:         Eye-Fi Center [59929]
    Path:            /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center
    Identifier:      fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1
    Version:         3.3.1 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2011-05-01 22:17:47.072 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          42120 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  258 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      50856651-057E-4AB3-9CF4-9649ADDDAFB7
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                 0x028a3d6f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 94804
    1   com.adobe.AIR                 0x02569b90 0x255a000 + 64400
    2   com.adobe.AIR                 0x02569dbb 0x255a000 + 64955
    3   com.apple.AppKit              0x93443f3c -[NSApplication(NSAppleEventHandling) _handleAEReopen] + 276
    4   com.apple.AppKit              0x9335110d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    5   com.apple.Foundation          0x98fa56c8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    6   com.apple.Foundation          0x98fa548c _NSAppleEventManagerGenericHandler + 228
    7   com.apple.AE                  0x98199f58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    8   com.apple.AE                  0x98199e57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    9   com.apple.AE                  0x98199d61 aeProcessAppleEvent + 197
    10  com.apple.HIToolbox           0x92363197 AEProcessAppleEvent + 50
    11  com.apple.AppKit              0x931ca9ca _DPSNextEvent + 1420
    12  com.apple.AppKit              0x931c9fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    13  com.apple.AppKit              0x9318c247 -[NSApplication run] + 821
    14  com.adobe.AIR                 0x0255ec2c 0x255a000 + 19500
    15  com.adobe.AIR                 0x0255ef72 0x255a000 + 20338
    16  ...A80EC0E8A6E532C09FF36DF62.1 0x00003101 start + 4213
    17  ...A80EC0E8A6E532C09FF36DF62.1 0x0000218e start + 258
    18  ...A80EC0E8A6E532C09FF36DF62.1 0x000020b5 start + 41
    Is there any other debug information that might prove useful in figuring out why this error is happening?
    Sean

    Sure - here's the full crash dump. Let me know if there's any other info you need to debug this.
    Process:         Eye-Fi Center [59929]
    Path:            /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center
    Identifier:      fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1
    Version:         3.3.1 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2011-05-01 22:17:47.072 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          42120 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  258 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      50856651-057E-4AB3-9CF4-9649ADDDAFB7
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                 0x028a3d6f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 94804
    1   com.adobe.AIR                 0x02569b90 0x255a000 + 64400
    2   com.adobe.AIR                 0x02569dbb 0x255a000 + 64955
    3   com.apple.AppKit              0x93443f3c -[NSApplication(NSAppleEventHandling) _handleAEReopen] + 276
    4   com.apple.AppKit              0x9335110d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    5   com.apple.Foundation          0x98fa56c8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    6   com.apple.Foundation          0x98fa548c _NSAppleEventManagerGenericHandler + 228
    7   com.apple.AE                  0x98199f58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    8   com.apple.AE                  0x98199e57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    9   com.apple.AE                  0x98199d61 aeProcessAppleEvent + 197
    10  com.apple.HIToolbox           0x92363197 AEProcessAppleEvent + 50
    11  com.apple.AppKit              0x931ca9ca _DPSNextEvent + 1420
    12  com.apple.AppKit              0x931c9fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    13  com.apple.AppKit              0x9318c247 -[NSApplication run] + 821
    14  com.adobe.AIR                 0x0255ec2c 0x255a000 + 19500
    15  com.adobe.AIR                 0x0255ef72 0x255a000 + 20338
    16  ...A80EC0E8A6E532C09FF36DF62.1 0x00003101 start + 4213
    17  ...A80EC0E8A6E532C09FF36DF62.1 0x0000218e start + 258
    18  ...A80EC0E8A6E532C09FF36DF62.1 0x000020b5 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x90f9b09a mach_msg_trap + 10
    1   libSystem.B.dylib             0x90f9b807 mach_msg + 68
    2   libSystem.B.dylib             0x90fbebe6 mach_port_request_notification + 156
    3   libSystem.B.dylib             0x90fc7b60 _dispatch_kevent_machport_resume + 168
    4   libSystem.B.dylib             0x90fc1db4 _dispatch_kevent_merge + 208
    5   libSystem.B.dylib             0x90fc29f7 _dispatch_source_invoke + 343
    6   libSystem.B.dylib             0x90fc14f9 _dispatch_queue_invoke + 163
    7   libSystem.B.dylib             0x90fc1a35 _dispatch_queue_drain + 258
    8   libSystem.B.dylib             0x90fc2c44 _dispatch_queue_serial_drain_till_empty + 14
    9   libSystem.B.dylib             0x90fc2894 _dispatch_mgr_thread2 + 65
    10  libSystem.B.dylib             0x90fc205b _dispatch_mgr_invoke + 246
    11  libSystem.B.dylib             0x90fc14f9 _dispatch_queue_invoke + 163
    12  libSystem.B.dylib             0x90fc129e _dispatch_worker_thread2 + 240
    13  libSystem.B.dylib             0x90fc0d21 _pthread_wqthread + 390
    14  libSystem.B.dylib             0x90fc0b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x90f9b0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101145f pthread_cond_wait + 48
    3   com.adobe.AIR                 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x90f9b0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101145f pthread_cond_wait + 48
    3   com.adobe.AIR                 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x90f9b0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101145f pthread_cond_wait + 48
    3   com.adobe.AIR                 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x90f9b0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101145f pthread_cond_wait + 48
    3   com.adobe.AIR                 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x90f9b09a mach_msg_trap + 10
    1   libSystem.B.dylib             0x90f9b807 mach_msg + 68
    2   com.apple.CoreFoundation      0x961d237f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation      0x961d1464 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation      0x961d73a4 CFRunLoopRun + 84
    5   com.apple.DVCPROHDMuxer       0x14a1798f AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317
    6   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    7   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x90f9b0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x90ff7aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                 0x02a5e747 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                 0x02a716a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x90fc09b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x90fc0f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x90fc0b66 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x028a3d49  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00000000  esi: 0xbfffeec8  ebp: 0xbfffee08  esp: 0xbfffed50
       ss: 0x0000001f  efl: 0x00010286  eip: 0x028a3d6f   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000008
    Binary Images:
        0x1000 -     0x6fff +fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1 3.3.1 (???) <B4BF58C3-036B-C7A6-F957-0FA8F79C1B50> /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center
      0x600000 -   0x6b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
      0x7a0000 -   0x7a4ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <6A211097-72ED-1461-4050-72C9101D79E4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0x7dd000 -   0x7dfff3  com.apple.LiveType.component 2.1.4 (2.1.4) <D60E2537-3B47-EA99-0077-6CE394378D07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0x7e5000 -   0x7ebffb  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <404165FF-1BA0-706B-F48A-10AC997162B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x255a000 -  0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19140) <1C6DB0B7-4CC6-0151-37D0-5A70C30E04AE> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x337e000 -  0x33a7feb +com.digidesign.digidesign.DigiCoreAudioPlugIn 9.0.2 (9.0.2f74) <CA923898-8608-9501-7345-BAC693003B24> /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0x3700000 -  0x3764fe2  com.apple.LiveType.framework 2.1.4 (2.1.4) <1509B3FF-8573-CA6E-914A-6701F10C2159> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
    0x3782000 -  0x37d7fe2  com.apple.DVCPROHDAudio 1.3.2 (1.3.2) <530BFE91-7DB3-511F-32AC-3189F90F5D8F> /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x14a00000 - 0x14a65fe0  com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <94C8CA82-8E8D-F23F-0771-D065994A65D3> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90024000 - 0x90027fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90028000 - 0x90063feb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x90064000 - 0x903cfff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x903d0000 - 0x90635feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90636000 - 0x906a4ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x9078b000 - 0x90795fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x90796000 - 0x90843fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x90989000 - 0x90a04fff  com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90a46000 - 0x90b20ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x90caf000 - 0x90cb4ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90cb5000 - 0x90cb5ff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90cb6000 - 0x90cfdffb  com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x90cfe000 - 0x90d3bff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x90d3c000 - 0x90d3cff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90d49000 - 0x90d7cff3  libTrueTypeScaler.dylib ??? (???) <E5E16584-870F-CBCD-F861-3BB45324DE16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90e4f000 - 0x90e98fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x90e99000 - 0x90f19feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x90f60000 - 0x90f99ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x90f9a000 - 0x91141ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x91142000 - 0x911ddff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x911de000 - 0x91360fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
    0x91361000 - 0x913f9fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x913fa000 - 0x9141cfef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9141d000 - 0x91473ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x91474000 - 0x914ccfe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x91905000 - 0x91924ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91925000 - 0x9192eff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9192f000 - 0x91972ff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91973000 - 0x91977ff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x91b80000 - 0x91c60fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x91c61000 - 0x91d0fff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x91d95000 - 0x91f77fff  com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x91f78000 - 0x9200afe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92108000 - 0x9210fff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9212e000 - 0x9213eff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9213f000 - 0x9218fff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x921bc000 - 0x921bfff7  libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x921c0000 - 0x922c4fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x922d3000 - 0x92317ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92318000 - 0x92326ff7  com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92327000 - 0x9264bfef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9264c000 - 0x92668fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x92669000 - 0x92b22ffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x92b23000 - 0x92e1cfef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92e1d000 - 0x9313dff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x9313e000 - 0x93141ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93182000 - 0x93a62ff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93a63000 - 0x93a63ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93a64000 - 0x93b1dfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x93b1e000 - 0x93c5aff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93c5b000 - 0x93c73ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x93c74000 - 0x93cb5ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x93cb6000 - 0x93d60fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x947b5000 - 0x947c9fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x947ca000 - 0x94844fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <A02CEAE9-943A-CBE2-2350-4631C1E7B0A7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94845000 - 0x949fffeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x94a00000 - 0x94a00ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94a5a000 - 0x94adcffb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x94add000 - 0x94aedff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x94dc7000 - 0x94e2bffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x94e2c000 - 0x94ee2ffb  libFontParser.dylib ??? (???) <D85C1840-0FA8-27A2-54B7-FF336099EBC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x94f54000 - 0x94fc3ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x94fc4000 - 0x94ff4ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x95f68000 - 0x95f6efff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x95f6f000 - 0x95f6fff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96150000 - 0x96194fe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x96195000 - 0x96310fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96319000 - 0x9631bff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x9631c000 - 0x96376fe7  com.apple.CorePDF 1.3 (1.3) <EA168671-F44F-BFE4-AA7D-3801DA29A650> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96382000 - 0x963a8ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x963a9000 - 0x965d4ff3  com.apple.QuartzComposer 4.2 ({156.28}) <62E864AD-3155-59B8-BA1F-8197360C8587> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x965e0000 - 0x96641fe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x96642000 - 0x9664cffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x9664d000 - 0x9664eff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9669b000 - 0x966acff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x966ad000 - 0x96ac3ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x96bac000 - 0x9739b557  com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x973f8000 - 0x97526fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97527000 - 0x97578ff7  com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x97579000 - 0x97581ff7  com.apple.DisplayServicesFW 2.3.0 (283) <305F9514-2404-5CF7-AFB4-00BB4D2EA69E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x97595000 - 0x975a1ff7  libkxld.dylib ??? (???) <9D8378E0-1C58-EED8-EA00-F4515B8BE7A3> /usr/lib/system/libkxld.dylib
    0x975a2000 - 0x9764affb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x97945000 - 0x97953fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x979c4000 - 0x97b07fef  com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97d08000 - 0x97d08ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97d09000 - 0x97d09ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x97d0a000 - 0x97d4cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x97d4d000 - 0x97d58ff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97d84000 - 0x97d87ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x97d88000 - 0x97db0ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x97db1000 - 0x97db3ff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x97db4000 - 0x97db5ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x97eab000 - 0x97f15fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9817b000 - 0x98181fe7  com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x98196000 - 0x981c9ff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x981ca000 - 0x98210ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x982d6000 - 0x98333ff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x98334000 - 0x98440ff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x98441000 - 0x98456fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x984c5000 - 0x985c6fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x985c7000 - 0x98604ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98605000 - 0x98605ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9860b000 - 0x9870dfef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x988b9000 - 0x988e0ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9891a000 - 0x98967feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x98968000 - 0x9896fff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x98970000 - 0x98994ff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x98995000 - 0x98ac1ffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x98ac2000 - 0x98ad4ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <32CE2895-DAF0-2137-F9BE-8150359F43A1> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x98ad5000 - 0x98b15ff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x98b16000 - 0x98b54ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98b55000 - 0x98b69ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x98b6a000 - 0x98b9bff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x98b9c000 - 0x98ba0ff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98ba1000 - 0x98be4ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x98c37000 - 0x98e35ff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x98e58000 - 0x98e59ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98e5a000 - 0x98e67ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98e68000 - 0x98f05fe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x98f3e000 - 0x98f59ff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x98f5a000 - 0x991cdfe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x991dc000 - 0x991e7ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x991e8000 - 0x99209fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9920a000 - 0x992d5fef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x992e3000 - 0x992e7ff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x992e8000 - 0x992e8ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x992e9000 - 0x99329ff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x99371000 - 0x993eaff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x99525000 - 0x9995aff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x99a03000 - 0x99abffff  com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x99ac0000 - 0x99ae0fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x9126, 0xfa140000
    USB Device: Apple LED Cinema Display, 0x05ac  (Apple Inc.), 0x9226, 0xfa146000
    USB Device: Display iSight, 0x05ac  (Apple Inc.), 0x8508, 0xfa145000
    USB Device: Display Audio, 0x05ac  (Apple Inc.), 0x1105, 0xfa144000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0xfa120000
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd130000
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1297, 0xfd132000
    USB Device: Akai MPK88, 0x09e8, 0x0071, 0xfd134000
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd133000
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfd133300
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd133400
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd133420
    USB Device: USB 2.0 HUB, 0x050d  (Belkin Corporation), 0x0234, 0xfd131000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000
    FireWire Device: OEM ATA Device 00, G-TECH, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown
    FireWire Device: Onyx-i, Loud Technologies Inc., Up to 400 Mb/sec

  • Fetch realtime data in 5620

    hi
    I have a problem in using the 5620 digitizer to fetch real time data
    We have a project to demodulate GPS signal  wich center frequency at 1.57542GHz and bandwidth 2MHz.
    In first step, I used " ni5660 fetch IQ data.vi" by modify the
    bandwidth to be 2MHz and fetched about 0.2 second data. I succesfully
    demodulated the GPS signal. 
    But I found with this vi, I can not get longer time, for example,
    60seconds data.  So I used the "nituner getting started.vi" to
    mannually downconverte the signal to IF and "use niScope EX Stream to
    Disk.vi" to fetch the data to disk.  Now the niTunner: frequency
    shift 1.561GHz.
    So, the IF frequency is 1.57542GHz-1.561GHz=14.42MHz. Then I set the
    digitizer frequency to 6.4M/s which means that the the signal  is
    aliased to 14.42MHz-6.4MHz*2=1.62MHz.  With the signal bandwidth
    2MHz. Now the aliased signal is from 1.62MHz-1MHz to
    1.62MHz+1MHz.  But now, I can not demodulate this signal !!!
    Could anybody help me about this?
    Thanks

    Refer to this previous thread.
    Tica T
    Applications Engineer

  • Apple Applications Crash After Time Machine Restore

    I recently had to do a full system restore using Time Machine. Ever since the restore completed, most of the Apple applications on my iMac immediately crash when I try to open them. Luckily, Disk Utility is one of the applications that does not crash, so I tried to verify/restore permissions, however, when I try to, I am given this:
    Repairing permissions for “Macintosh HD”
    Warning: SUID file "Applications/Utilities/Keychain Access.app/Contents/Resources/kcproxy" has been modified and will not be repaired.
    Warning: SUID file "System/Library/Printers/IOMs/LPRIOM.plugin/Contents/MacOS/LPRIOMHelper" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Reso urces/Locum" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner " has been modified and will not be repaired.
    Warning: SUID file "usr/bin/login" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/newgrp" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/passwd" has been modified and will not be repaired.
    Warning: SUID file "usr/lib/sa/sadc" has been modified and will not be repaired.
    Warning: SUID file "usr/libexec/chkpasswd" has been modified and will not be repaired.
    Warning: SUID file "usr/sbin/scselect" has been modified and will not be repaired.
    Warning: SUID file "usr/sbin/traceroute" has been modified and will not be repaired.
    Warning: SUID file "usr/sbin/traceroute6" has been modified and will not be repaired.
    Permissions differ on "usr/share/derby", should be drwxr-xr-x , they are lrwxr-xr-x .
    Repaired "usr/share/derby".
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    Permissions repair complete
    However, according to this KB article: http://support.apple.com/kb/TS1448, those are all errors that I can "safely ignore".
    This is what the Problem Report says when one of the applications crashes (this one is for iTunes, but they are pretty much all the same):
    Process: iTunes [334]
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: com.apple.iTunes
    Version: ??? (???)
    Build Info: iTunes-9022501~2
    Code Type: X86 (Native)
    Parent Process: launchd [176]
    Date/Time: 2009-12-29 01:16:52.530 -0500
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 1707 sec
    Crashes Since Last Report: 203
    Per-App Crashes Since Last Report: 7
    Anonymous UUID: 3178C0CD-1A80-48E0-A6EC-2DC6D5EC88CC
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: __ZNK3JSC6JSCell17getTruncatedInt32ERi
    Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    in /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.45f0
    Graphics: NVIDIA GeForce GT 130, NVIDIA GeForce GT 130, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.91.26)
    Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en3
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en4
    Serial ATA Device: ST31000342ASQ, 931.51 GB
    Serial ATA Device: HL-DT-ST DVDRW GA11N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0x24400000
    USB Device: Hub, 0x050d (Belkin Corporation), 0x0307, 0x24300000
    USB Device: EPSON Scanner, 0x04b8 (Seiko Epson Corp.), 0x0119, 0x24360000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: Vendor-Specific Device, 0x4542, 0x4149, 0x04100000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0x06110000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0x26400000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0x26430000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0220, 0x26420000
    In addition to not being able to run about 95% of my Apple applications, I can also no longer connect to my Time Capsule Time Machine backups. I am able to SEE the files in the built-in hard drive, but I can not mount the sparsebundle for the backups of any of my computers. I am however able to access them on a different computer. Also, if I try to use System Recovery from my Snow Leopard install disk again, it can't find any backups on my Time Capsule, even though my other computer can view the files with no problem.
    Any help with any of these problems would be greatly appreciated.

    I had a couple of apps start crashing today, with basically the same stuff in the crash reports.
    Reinstalling Safari (which also reinstalls the WebKit and JavascriptCore frameworks, which seem to be part of the problem) worked for me.
    I found that solution here, after Googling for "Symbol not found: __ZNK3JSC6JSCell17getTruncatedInt32ERi":
    http://www.meproxsoft.de/tag/time-machine/
    I know very little German (even though I took German in high school-- it might have helped if the teacher actually knew English), but I managed to get "repair permissions" and "reinstall Safari" from all that.

  • Applications crashing all the time with EXC_BAD_ACCESS (SIGBUS)

    Help!  Out of the blue my wife's MacBook has become extremely slow and virtually every application crashes on start up.  At random the MacBook will just freeze with the spinning beachball and never recover.  Starting up in safe mode seems to end the crashing but not the random slowness and if we open in another user account the problems are back.  Disk Utility came up with nothing and I ran extended testing on the Apple Hardware Test with similar results.  Below is a sample of what we are seeing:
    Process:         iTunes [518]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.0 (10.0)
    Build Info:      iTunes-10006701~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [345]
    Date/Time:       2013-03-20 22:32:57.177 -0700
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          1365 sec
    Crashes Since Last Report:           3
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      E02D9575-EDBD-4B65-868A-7A6721E8A185
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000009550e47c
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x91326ba2 lookupNamedMethodInMethodList + 48
    1   libobjc.A.dylib                         0x9132697f _class_getLoadMethod_nocheck + 74
    2   libobjc.A.dylib                         0x9132692a _class_hasLoadMethod + 29
    3   libobjc.A.dylib                         0x913259fb _read_images + 427
    4   libobjc.A.dylib                         0x9133b933 map_images_nolock + 1545
    5   libobjc.A.dylib                         0x913250d9 map_images + 72
    6   dyld                                    0x8fe03ecc dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 698
    7   dyld                                    0x8fe04359 dyld::registerImageStateBatchChangeHandler(dyld_image_states, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 452
    8   libSystem.B.dylib                       0x97347692 dyld_register_image_state_change_handler + 98
    9   libobjc.A.dylib                         0x9132506d _objc_init + 77
    10  dyld                                    0x8fe0ed6d ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 235
    11  dyld                                    0x8fe0d31e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 246
    12  dyld                                    0x8fe0d2c2 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 154
    13  dyld                                    0x8fe0d2c2 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 154
    14  dyld                                    0x8fe0d3d1 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 61
    15  dyld                                    0x8fe024a9 dyld::initializeMainExecutable() + 134
    16  dyld                                    0x8fe07950 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**) + 4189
    17  dyld                                    0x8fe018b1 dyldbootstrap::start(macho_header const*, int, char const**, long) + 779
    18  dyld                                    0x8fe01057 _dyld_start + 39
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xa050f1f0  ebx: 0xa050f1f8  ecx: 0xa050f1f0  edx: 0x9550e47c
      edi: 0x00000012  esi: 0x00000000  ebp: 0xbfffc8c8  esp: 0xbfffc8a0
       ss: 0x0000001f  efl: 0x00010287  eip: 0x91326ba2   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x9550e47c
    Binary Images:
        0x1000 -   0xc8afef  com.apple.iTunes 10.0 (10.0) <C092D501-3383-0C8D-7242-28E5EF356B39> /Applications/iTunes.app/Contents/MacOS/iTunes
      0xe90000 -   0xe95ff7  com.apple.iPod 1.6 (17) <4CCD2720-D270-C0D2-1E14-1374779C2401> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
      0xe9b000 -   0xf24fe7  com.apple.iTunes.iPodUpdater 9.2 (9.2) <E86BC753-1CD8-FA93-84D3-B06B8D3637BC> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
      0xf71000 -   0xf8eff7 +libgnsdk_musicid.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.7.1.dylib
      0xf9b000 -  0x1058feb +libgnsdk_sdkmanager.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.7.1.dylib
    0x106c000 -  0x10a6fff +libgnsdk_submit.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.7.1.dylib
    0x10ab000 -  0x10ebff7  com.apple.vmutils 4.2 (106) <2CE65D11-BA31-6884-0249-B503A337CD4D> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x900a0fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x900a1000 - 0x900bdfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x900be000 - 0x900beff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x900bf000 - 0x900daff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x900db000 - 0x9010eff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9010f000 - 0x90315feb  com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3-6C41-245D-5343-941A185C8384> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90316000 - 0x903f2ff3  com.apple.DiscRecording 5.0.5 (5050.4.3) <7BFF81A5-BBFA-5D2F-FFEE-65BEA7697134> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x906ea000 - 0x906fcff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x907df000 - 0x90877fe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90878000 - 0x90890ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90891000 - 0x9093fff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90940000 - 0x909e9ff7  com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x909f5000 - 0x90a2dff7  com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90a2e000 - 0x90a70ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91159000 - 0x91197ff7  com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91198000 - 0x91199ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9119a000 - 0x91314fe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91323000 - 0x91323ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x91324000 - 0x913d1fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9141b000 - 0x91c0a557  com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91c0b000 - 0x91ce8ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91ce9000 - 0x91d26ff7  com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x91d43000 - 0x91d80ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91d81000 - 0x91d8bfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91d99000 - 0x92009ffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92020000 - 0x9205fff7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x92060000 - 0x92119fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9211a000 - 0x9211aff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9306c000 - 0x930acff3  com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93122000 - 0x93122ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93123000 - 0x931beff7  com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x931bf000 - 0x9322dff7  com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x935b7000 - 0x935e7ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9364a000 - 0x93656ff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x93657000 - 0x93678fe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93679000 - 0x938a4ff3  com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x938a5000 - 0x939d1fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x939d2000 - 0x93a4dfe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93a4e000 - 0x93a4fff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x93a98000 - 0x93aa6ff7  com.apple.opengl 1.6.8 (1.6.8) <EBB7B411-60DD-DB9D-20C0-3E6258762EF0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93aa7000 - 0x93aaafe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93aab000 - 0x93ac0fff  com.apple.ImageCapture 6.0 (6.0) <765CA558-963C-5809-5B46-28B524C97C2D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93ac1000 - 0x93ac1ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93afc000 - 0x93b02fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93b03000 - 0x93e23feb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93e24000 - 0x93e28ff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93e7a000 - 0x93eabff7  libGLImage.dylib ??? (???) <B45EA17E-03EF-3575-0843-A1205F29E71E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93eac000 - 0x93eb2ff7  com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93eb3000 - 0x93eb7ff7  libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93ef9000 - 0x93f20ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93f21000 - 0x93f67ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x93fdc000 - 0x94010ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib
    0x94058000 - 0x9409bff7  libGLU.dylib ??? (???) <B50572FF-3EAC-FD98-1A01-6B718D98F67F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9409c000 - 0x940c4ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x940c5000 - 0x942a7fff  com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x942a8000 - 0x942f5feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <2F84B032-B7C8-848B-2035-5AEC565F7712> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x942f6000 - 0x94d3eff7  com.apple.WebCore 6533 (6533.16) <8A07755B-3390-5E14-60A5-071A48DEBFF4> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94d3f000 - 0x94e31ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x94e32000 - 0x94e34ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94e3c000 - 0x94e3fff7  libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x94e40000 - 0x94e40ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94e41000 - 0x94e55ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <8D562874-9298-9939-DAEE-7D1648F80C46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94e56000 - 0x94ec0fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94ec1000 - 0x94ec5ff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94ec6000 - 0x94ed6ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f02000 - 0x94f12ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94f13000 - 0x94f56ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94f57000 - 0x94f9bfe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94f9c000 - 0x9502efe3  com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95034000 - 0x950acfef  com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x95112000 - 0x9516afe7  com.apple.datadetectorscore 2.0 (80.7) <0956585D-8A02-7098-49A5-BE0D60CB56A3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9516b000 - 0x953cefef  com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x953d0000 - 0x95431fe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95539000 - 0x95582fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95583000 - 0x95594ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x955ce000 - 0x95684ffb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x95685000 - 0x956d6ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x956d7000 - 0x956e0ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x956e1000 - 0x956effe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x956f0000 - 0x95769ff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9576a000 - 0x95924fe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95978000 - 0x95978ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95979000 - 0x95980ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95a60000 - 0x95d84fef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95f24000 - 0x95f26ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95f27000 - 0x9628fff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96290000 - 0x96338ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96339000 - 0x96403fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96404000 - 0x96405ff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x964fa000 - 0x96550ff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9659f000 - 0x969b5ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x969b6000 - 0x96ab8fef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96ab9000 - 0x96affffb  com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x96b00000 - 0x96df9fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96dfa000 - 0x96e04ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96e05000 - 0x96e05ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96e06000 - 0x96e0dff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96e0e000 - 0x972c7ffb  com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x972c8000 - 0x9733fff3  com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97340000 - 0x974e6feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x974fa000 - 0x976effe3  com.apple.JavaScriptCore 6533 (6533.13) <56902210-5DA2-D2F4-9166-089BDDEDB091> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x976f0000 - 0x9770fff7  com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C-018E-E6EE-6323-809CDA61E3CE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97752000 - 0x977a2ff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x977a3000 - 0x977aeff7  com.apple.CrashReporterSupport 10.6.3 (250) <981124CA-6E89-94C5-C7E9-4E0D6CA06F1D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x977af000 - 0x9808fff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x98090000 - 0x980b0fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x980b1000 - 0x981ddffb  com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x98211000 - 0x98214ffb  com.apple.help 1.3.1 (41) <27544F8D-B795-E33B-7EB5-6EA3AB6F6B79> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98215000 - 0x9821aff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x98234000 - 0x98342fe7  com.apple.WebKit 6533 (6533.16) <DA6B3A05-22A9-C28C-F520-8CA5A2B88334> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x98343000 - 0x9839eff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9839f000 - 0x983c1fef  com.apple.DirectoryService.Framework 3.6 (621.4) <B88E98EF-7F17-F988-62A4-3DEC0832B3B7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x983c2000 - 0x983cdff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x983ce000 - 0x9844efeb  com.apple.SearchKit 1.3.0 (1.3.0) <902536CB-69A1-D825-BC5F-42CB676C96A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9844f000 - 0x984beff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x984bf000 - 0x984d3fe7  libbsm.0.dylib ??? (???) <0476BD2A-BF85-4DDF-3CBC-00B690284B93> /usr/lib/libbsm.0.dylib
    0x984e8000 - 0x9850cff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9850d000 - 0x9863bfe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98678000 - 0x986faffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98a09000 - 0x98a4dff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98a4e000 - 0x98b91fef  com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x98bce000 - 0x98ca9fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x98caa000 - 0x98d5aff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x98d5b000 - 0x98e5cfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x98fa0000 - 0x98fd8ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x98fdd000 - 0x99041ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x99042000 - 0x9909cfe7  com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9909d000 - 0x9909dff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x990ea000 - 0x9926cfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x9926d000 - 0x9927aff7  com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99286000 - 0x996bbff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9976d000 - 0x99793fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x99794000 - 0x998a0ff7  libGLProgrammability.dylib ??? (???) <23AB2443-1DB3-3BFE-38A6-11F0BE453989> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBook6,1, BootROM MB61.00C8.B00, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.51f53
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.16.1)
    Bluetooth: Version 2.3.3f8, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898, 7.19 GB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth Module, 0x05ac  (Apple Inc.), 0x8218, 0x06130000
    I would greatly appreciate any help or insight as wife is a student and she really needs her laptop back.  Thanks.

    Take the steps suggested in this support article:
    Incorrect date or time displayed in various applications

  • Mail Application Crashes when opening new message

    The problem, though annoying, is easy to explain. Each time I open mail and attempt to view new messages (i.e., marked unread), the application crashes. I can, however, view messages that have been downloaded. I have two POP accounts, if that matters. The complete crash report follows. Thanks in advance!
    CRASH REPORT:
    Process: Mail [394]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.5 (929.4)
    Build Info: Mail-9290400~5
    Code Type: PPC (Native)
    Parent Process: launchd [62]
    Date/Time: 2008-11-08 19:35:01.114 -0500
    OS Version: Mac OS X 10.5.5 (9F33)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000006202
    Crashed Thread: 17
    Application Specific Information:
    -[Matador _setAttributeForFileAtPath:name:value:]
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    Thread 0:
    0 libSystem.B.dylib 0x900b9264 pread$UNIX2003 + 12
    1 libSystem.B.dylib 0x900644ac malloc + 64
    2 libsqlite3.0.dylib 0x9384f6a4 sqlite3PagerAcquire + 4036
    3 libsqlite3.0.dylib 0x93859ee8 sqlite3BtreeMoveto + 1768
    4 libsqlite3.0.dylib 0x938a359c sqlite3VdbeExec + 22940
    5 libsqlite3.0.dylib 0x938a8be4 sqlite3Step + 1604
    6 libsqlite3.0.dylib 0x938a8e54 sqlite3_step + 148
    7 com.apple.CFNetwork 0x95b7ce2c _CFURLCache::ExecuteSQLSelectAndCreateResponse(_CFString const*) + 268
    8 com.apple.CFNetwork 0x95b7cd04 _CFURLCache::LookupCachedURLResponse(_CFURLCacheNode*) + 24
    9 com.apple.CFNetwork 0x95b7ca68 _CFURLCache::CopyResponseForRequest(CFURLRequest const*) + 336
    10 com.apple.CFNetwork 0x95b7bedc _CFURLConnectionSendCallbacks + 984
    11 com.apple.CFNetwork 0x95b7ba90 muxerSourcePerform + 188
    12 com.apple.CoreFoundation 0x96348370 CFRunLoopRunSpecific + 1308
    13 com.apple.HIToolbox 0x926ccd44 RunCurrentEventLoopInMode + 264
    14 com.apple.HIToolbox 0x926ccad0 ReceiveNextEventCommon + 260
    15 com.apple.HIToolbox 0x926cc9a8 BlockUntilNextEventMatchingListInMode + 84
    16 com.apple.AppKit 0x93ac3e18 _DPSNextEvent + 596
    17 com.apple.AppKit 0x93ac37d0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    18 com.apple.AppKit 0x93abd48c -[NSApplication run] + 736
    19 com.apple.AppKit 0x93a8de90 NSApplicationMain + 440
    20 com.apple.mail 0x000f30e8 0x1000 + 991464
    Thread 1:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.Foundation 0x9473b7d0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 168
    4 com.apple.Foundation 0x947460c4 -[NSRunLoop(NSRunLoop) run] + 72
    5 com.apple.MessageFramework 0x003b282c -[RSSInterchange _runManager] + 1760
    6 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x900634b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900a68fc pthread_condwait + 1320
    2 com.apple.Foundation 0x9474af38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x9474ad64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.MessageFramework 0x003b44f0 -[InvocationQueue _drainQueue] + 284
    5 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x900634b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900a68fc pthread_condwait + 1320
    2 com.apple.Foundation 0x9474af38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x9474ad64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.MessageFramework 0x003b44f0 -[InvocationQueue _drainQueue] + 284
    5 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x900634b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900a68fc pthread_condwait + 1320
    2 com.apple.Foundation 0x9474af38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x9474ad64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.MessageFramework 0x003b44f0 -[InvocationQueue _drainQueue] + 284
    5 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x900634b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900a68fc pthread_condwait + 1320
    2 com.apple.Foundation 0x9474af38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x9474ad64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.MessageFramework 0x003b44f0 -[InvocationQueue _drainQueue] + 284
    5 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x900634b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900a68fc pthread_condwait + 1320
    2 com.apple.Foundation 0x9474af38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x9474ad64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.MessageFramework 0x003b44f0 -[InvocationQueue _drainQueue] + 284
    5 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.IMUtils 0x96c6a2f8 -[IMRemoteObjectBroadcaster _workerThread] + 248
    4 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.Foundation 0x9473b7d0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 168
    4 com.apple.Foundation 0x947460c4 -[NSRunLoop(NSRunLoop) run] + 72
    5 com.apple.MessageFramework 0x002e9964 +[_NSSocket _runIOThread] + 88
    6 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x900c7ae4 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x963539b0 __CFSocketManager + 764
    Thread 10:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.Foundation 0x9473d9f4 -[NSConnection sendInvocation:internal:] + 2308
    4 com.apple.CoreFoundation 0x963bb718 __forwarding__ + 696
    5 com.apple.CoreFoundation 0x963bb834 CF_forwarding_prep0 + 212
    6 com.apple.syncservices 0x94435384 +[NSConnection(SyncServicesExtensions) isd_rootProxyForConnectionWithRegisteredName:requestTimeout:replyTimeout:protoc ol:enableMultipleThreads:independentConversations:] + 232
    7 com.apple.syncservices 0x944351c8 -[ISyncConcreteManager _connectToServerNoLock] + 256
    8 com.apple.syncservices 0x94434ec8 -[ISyncConcreteManager _connectToServer] + 480
    9 com.apple.syncservices 0x94434530 -[ISyncConcreteManager _performSelectorOnServer:numberOfArguments:] + 124
    10 com.apple.syncservices 0x94434390 -[ISyncConcreteManager registerSchemaWithBundlePath:] + 536
    11 com.apple.Mail.Syncer 0x037c878c 0x37c2000 + 26508
    12 com.apple.Mail.Syncer 0x037c8818 0x37c2000 + 26648
    13 com.apple.mail 0x000369f8 0x1000 + 219640
    14 com.apple.CoreFoundation 0x963bba98 _invoking__ + 168
    15 com.apple.CoreFoundation 0x963bb32c -[NSInvocation invoke] + 128
    16 com.apple.MessageFramework 0x003b4a34 -[MonitoredInvocation invoke] + 392
    17 com.apple.MessageFramework 0x003b57e4 +[WorkerThread _execute:] + 132
    18 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    19 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 11:
    0 libSystem.B.dylib 0x90069e4c _semwaitsignal + 12
    1 libSystem.B.dylib 0x900a6a00 pthread_condwait + 1580
    2 com.apple.datadetectorscore 0x90e7d9f4 DDPerformInMainThread + 204
    3 com.apple.datadetectorscore 0x90e7c4a0 DDSLSourceLoadTable + 716
    4 com.apple.datadetectorscore 0x90e7b2a0 DDLookupTableLoadSpotlightValuesForAttributeType + 192
    5 com.apple.datadetectorscore 0x90e7b590 DDLookupTableCreateFromCacheData + 444
    6 com.apple.datadetectorscore 0x90e7eb74 DDScannerCreateWithFileName + 852
    7 com.apple.datadetectors 0x966ea898 -[DDScannerComputationOperation main] + 284
    8 com.apple.Foundation 0x9478b314 -[NSOperation start] + 620
    9 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    10 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 12:
    0 libSystem.B.dylib 0x900b9264 pread$UNIX2003 + 12
    1 libSystem.B.dylib 0x900644ac malloc + 64
    2 libsqlite3.0.dylib 0x9384f6a4 sqlite3PagerAcquire + 4036
    3 libsqlite3.0.dylib 0x938594d4 sqlite3BtreeCursor + 884
    4 libsqlite3.0.dylib 0x938a2f00 sqlite3VdbeExec + 21248
    5 libsqlite3.0.dylib 0x938a8be4 sqlite3Step + 1604
    6 libsqlite3.0.dylib 0x938a8e54 sqlite3_step + 148
    7 com.apple.CoreData 0x90411ac0 _execute + 64
    8 com.apple.CoreData 0x904119e4 -[NSSQLiteConnection execute] + 2048
    9 com.apple.CoreData 0x90415620 -[NSSQLCore _newRowsForFetchPlan:selectedBy:withArgument:] + 504
    10 com.apple.CoreData 0x90407c70 -[NSSQLCore objectsForFetchRequest:inContext:] + 364
    11 com.apple.CoreData 0x90407a5c -[NSSQLCore executeRequest:withContext:] + 244
    12 com.apple.CoreData 0x90406fd0 -[NSPersistentStoreCoordinator(_NSInternalMethods) executeRequest:withContext:] + 720
    13 com.apple.CoreData 0x90404d4c -[NSManagedObjectContext executeFetchRequest:error:] + 564
    14 ...apple.AddressBook.framework 0x90c69358 -[ABAddressBook(ABMailRecentSearch) mailRecentForEmail:] + 456
    15 com.apple.mail 0x0004a980 0x1000 + 301440
    16 com.apple.mail 0x00040510 0x1000 + 259344
    17 com.apple.CoreFoundation 0x963bba98 _invoking__ + 168
    18 com.apple.CoreFoundation 0x963bb32c -[NSInvocation invoke] + 128
    19 com.apple.MessageFramework 0x003b4a34 -[MonitoredInvocation invoke] + 392
    20 com.apple.MessageFramework 0x003b4664 -[InvocationQueue _drainQueue] + 656
    21 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    22 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 13:
    0 libSystem.B.dylib 0x900634b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900a68fc pthread_condwait + 1320
    2 com.apple.Foundation 0x9474af38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x9474ad64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.MessageFramework 0x003b44f0 -[InvocationQueue _drainQueue] + 284
    5 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 14:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.CFNetwork 0x95b76d88 CFURLCacheWorkerThread(void*) + 292
    4 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 15:
    0 libSystem.B.dylib 0x900634b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900a68fc pthread_condwait + 1320
    2 ...apple.AddressBook.framework 0x90c67570 -[ABRemoteImageLoader workLoop] + 184
    3 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    4 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 16:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.Foundation 0x947649fc +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 280
    4 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 17 Crashed:
    0 com.apple.Metadata 0x9380d430 _MDCopyUTITypeFromLS + 12
    1 com.apple.Metadata 0x937e6f38 _MDItemValidateOperation + 76
    2 com.apple.Metadata 0x937e6e60 MDItemSetAttribute + 72
    3 com.apple.MessageFramework 0x0035d8ec -[Matador _setAttributeForFileAtPath:name:value:] + 56
    4 com.apple.CoreFoundation 0x963bba98 _invoking__ + 168
    5 com.apple.CoreFoundation 0x963bb32c -[NSInvocation invoke] + 128
    6 com.apple.MessageFramework 0x003b4664 -[InvocationQueue _drainQueue] + 656
    7 com.apple.Foundation 0x9470db78 _NSThread__main_ + 1004
    8 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 17 crashed with PPC Thread State 32:
    srr0: 0x9380d430 srr1: 0x0200f030 dar: 0x00006202 dsisr: 0x0a000000
    r0: 0x937e6f2c r1: 0xf040e720 r2: 0xa002e924 r3: 0x05959470
    r4: 0x00000000 r5: 0x00000002 r6: 0xffffffff r7: 0x00000001
    r8: 0x059fc080 r9: 0x1364e720 r10: 0x0068a004 r11: 0xa0032da0
    r12: 0x9006daf4 r13: 0x00000000 r14: 0x05957e60 r15: 0x05957e80
    r16: 0x005243d4 r17: 0x00525225 r18: 0x005243d4 r19: 0x005243d4
    r20: 0x005243d4 r21: 0x005243d4 r22: 0x00000000 r23: 0x005243d4
    r24: 0x005243d4 r25: 0x005243d4 r26: 0x00000000 r27: 0xa061cf28
    r28: 0x00000000 r29: 0x00000002 r30: 0x05959470 r31: 0x937e6e28
    cr: 0x22002444 xer: 0x20000007 lr: 0x937e6f3c ctr: 0x9006daf4
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x268fff com.apple.mail 3.5 (929.4) <fa74bcac34b92cee4e79c01069c05f36> /Applications/Mail.app/Contents/MacOS/Mail
    0x2d0000 - 0x505fff com.apple.MessageFramework 3.5 (929.2) <11988d61185130a8209f998bbf52e550> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x646000 - 0x648fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x64e000 - 0x674fff com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <3abfafbb3982f8c148b49a9c3b35b1f9> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x300a000 - 0x3104ff3 com.apple.RawCamera.bundle 2.0.8 (2.0.8) <301197bb19c83780749805b978095825> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x3236000 - 0x323cfff libCGXCoreImage.A.dylib ??? (???) <3e8a67b9143aae8511f31076c638caa9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x37c2000 - 0x37dfffb com.apple.Mail.Syncer 3.5 (929.2) <a5ebe2c839466d0abf42b135b05b88e4> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x45a9000 - 0x45bbfff com.apple.syncservices.syncservicesui 4.1 (389.7) <c15478c21121824c78a7c2a17377788a> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x585a000 - 0x585cffd com.apple.textencoding.unicode 2.2 (2.2) <483d06bdf16bdbbad53efcea4fcfb688> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fe00000 - 0x8fe30b23 dyld 96.2 (???) <39109181acbf30fed542e6c9abcf1798> /usr/lib/dyld
    0x90003000 - 0x9000effb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x9000f000 - 0x9000fffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90010000 - 0x90052fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x90053000 - 0x90060fff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x90061000 - 0x90061ffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90062000 - 0x901fbfe3 libSystem.B.dylib ??? (???) <787ea59c19201d04a507b13d2bb3f9ac> /usr/lib/libSystem.B.dylib
    0x901fc000 - 0x90277fff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90278000 - 0x90361fff libxml2.2.dylib ??? (???) <6bf1a24e68615e0edf843988f5a0a1f4> /usr/lib/libxml2.2.dylib
    0x90362000 - 0x90362fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90363000 - 0x903ebfff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x903ec000 - 0x904b1ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x904b2000 - 0x90b93ff3 com.apple.WebCore 5525.18.1 (5525.18.1) <c339884f32c81b029105d8a0243db0ff> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x90b94000 - 0x90c56fff com.apple.WebKit 5525.18 (5525.18) <ef0071ec0d5faa5b198348bc4f909c7c> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90c57000 - 0x90c57ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x90c58000 - 0x90dc4ff9 com.apple.AddressBook.framework 4.1.1 (696) <d060674db5664f6db586985a12742f1c> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90dc5000 - 0x90dd0ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90dd1000 - 0x90dfefff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90dff000 - 0x90e49fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90e4a000 - 0x90e99fff com.apple.datadetectorscore 1.0.2 (52.14) <dce349f0368081cfa3a2cc7ad2ae990a> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x91bdd000 - 0x91bf0ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91bf1000 - 0x91c59fff com.apple.iLifeMediaBrowser 1.0.9 (212.0.1) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x91c5a000 - 0x91cc4fff com.apple.PDFKit 2.1.1 (2.1.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91cc5000 - 0x91d02fff libRIP.A.dylib ??? (???) <2a8fc4eb2a2120c341c15b54f807041d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91d03000 - 0x91d0afff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91e13000 - 0x91e9affb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91e9b000 - 0x91eb6ffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91eb7000 - 0x91ee5ffb com.apple.DotMacSyncManager 1.2.3 (286) <65d0e4540083a64199504933831a99d2> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x91ee6000 - 0x91f28fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91f29000 - 0x91f2fffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91f30000 - 0x91fdeffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91fdf000 - 0x91fdfff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91fe0000 - 0x91fe5ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x91fec000 - 0x91fffffe com.apple.CFOpenDirectory 10.5 (10.5) <41ed29dcd683657b10994df7d7349e0a> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x92004000 - 0x9201bffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9201c000 - 0x921bcff7 com.apple.QuartzComposer 2.1 (106.5) <5dc62dabb295b4b355da9d37501b3f90> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x921bd000 - 0x921cafff libCSync.A.dylib ??? (???) <e0395a40546c6c8b244962512e74c35e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x921cb000 - 0x92317ffb com.apple.CalendarStore 3.0.5 (841) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x92318000 - 0x92337fff 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
    0x92338000 - 0x92354fff com.apple.IMFramework 4.0.5 (582) <7a425a078e842dea6469edccdf596022> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x923f7000 - 0x92405fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x92406000 - 0x92414ffb com.apple.opengl 1.5.7 (1.5.7) <0f5ac86573f9bb828dfa1864d85a4162> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92415000 - 0x92456ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92457000 - 0x924b7fff com.apple.CoreText 2.0.3 (???) <4ce8460abbfca7c9bd655ae0173976df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x924b8000 - 0x92587fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92588000 - 0x9258dfff com.apple.KerberosHelper 1.1 (1.0) <8f67c86123d3225e76cf7d361eaaeafd> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x9258e000 - 0x9263efff edu.mit.Kerberos 6.0.12 (6.0.12) <c72d937eebc3e56ea636d332e2bb18cf> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9263f000 - 0x9269bffb com.apple.HIServices 1.7.0 (???) <48d200891cc9dd795ee547d526c6a45b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9269c000 - 0x929d5feb com.apple.HIToolbox 1.5.4 (???) <ffe389390ecc05cf8770c81db6511bd1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x929d6000 - 0x929e9fff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x929ea000 - 0x92ad1fff com.apple.JavaScriptCore 5525.18 (5525.18) <d94ee2a4a7aa244335a4a2a49a5aaeec> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92ad2000 - 0x92b39ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x92b3a000 - 0x92c4effa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92c4f000 - 0x92c88fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92c89000 - 0x93243fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93244000 - 0x93262fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93263000 - 0x937daff3 com.apple.CoreGraphics 1.351.33 (???) <83d4f302053d3fe5f69c8e20b3a0c34f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x937db000 - 0x9382afff com.apple.Metadata 10.5.2 (398.22) <7063f883d9d901fea72151597ccd4e6a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9382b000 - 0x938b0fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x938b1000 - 0x93907fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93908000 - 0x93908ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93909000 - 0x9390aff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9390b000 - 0x9393dfff com.apple.bom 9.0 (136) <cb560109ea507cdfb6c77349845e6b2a> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9393e000 - 0x9393efff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9393f000 - 0x93a87ffb libicucore.A.dylib ??? (???) <2d1f8cb81754c6b68809a4aa6c7b94a3> /usr/lib/libicucore.A.dylib
    0x93a88000 - 0x941fdfff com.apple.AppKit 6.5.3 (949.34) <5a94250c410980eb9047e9a5f0f9b558> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x941fe000 - 0x941fffff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x94200000 - 0x9429aff7 com.apple.ApplicationServices.ATS 3.4 (???) <77bbf58ddc32846bdfdea2bd30ab6fb9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9429b000 - 0x943a9fff com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x943aa000 - 0x943b2fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x943b3000 - 0x943e8ffb com.apple.LDAPFramework 1.4.5 (110) <d0de37a2c23c1ab7dfd4af1882db9893> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x943e9000 - 0x9442dffb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <20fa0a9cc952b90f7686a47409733eb8> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9442e000 - 0x944fcffb com.apple.syncservices 3.1 (389.7) <3d6f945da3813785216fd2df7a408e16> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x944fd000 - 0x944ffffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94500000 - 0x94510fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x94511000 - 0x9454fff7 libtidy.A.dylib ??? (???) <aec2c15110f29e8461160b4fa0a1fbbe> /usr/lib/libtidy.A.dylib
    0x94550000 - 0x945b5ffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x945b6000 - 0x9464cfff com.apple.LaunchServices 290 (290) <fd3ffed6d3e33d356610d5eac6c7088a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9464d000 - 0x946e6fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x946e7000 - 0x94703ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94704000 - 0x94949ffb com.apple.Foundation 6.5.6 (677.21) <8350383f1c44d18e471451ce92a1572c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9494a000 - 0x9494afff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9494b000 - 0x9496bff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9496c000 - 0x94c9aff7 com.apple.QuickTime 7.5.5 (990.7) <f530ad007afd28b3dc938a41e0a3f1e8> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c9b000 - 0x94caafff com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <651e2b4d7e19d43f520829f76216f2c2> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94cab000 - 0x94fd4fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94fd5000 - 0x9500afff com.apple.AE 402.2 (402.2) <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9500b000 - 0x95439ffa libGLProgrammability.dylib ??? (???) <603a9704539c585a35801c2452930cb2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9543a000 - 0x9543ffff com.apple.OpenDirectory 10.5 (10.5) <6dca8a620bb66310737d421624ebbfcd> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x95440000 - 0x9544ffff com.apple.DMNotification 1.1.0 (143) <c68dc3aa8e69dfea987ae8400ccaa929> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x95450000 - 0x95497fff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95498000 - 0x954a3fff com.apple.dotMacLegacy 3.1 (244.1) <570bed901cb34b2a4de7b7365e366e2d> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x954a7000 - 0x954aafff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x954ab000 - 0x954f8fff com.apple.framework.familycontrols 1.0.2 (1.0.2) <de0f0cb147a364a1017bbb27e58f5e09> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x954f9000 - 0x956dfffb com.apple.security 5.0.4 (34102) <9a5739b5b522f963b320fd71581b9cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x956e0000 - 0x9570cfff com.apple.CoreMediaPrivate 11.0 (11.0) <5c3e0852cafaace76f92a112921a8ff0> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9570d000 - 0x9582bff7 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9582c000 - 0x95b2dffb com.apple.CoreServices.CarbonCore 786.6 (786.6) <94736308a0b44830c732ebb1bebd78f8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95b2e000 - 0x95b6bffe com.apple.securityfoundation 3.0 (32989) <ad2dd4c797fa2ba4c656f82936f9fb83> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95b6c000 - 0x95bf2ff9 com.apple.CFNetwork 339.5 (339.5) <b401902ddbf0d923e7b584e579ce0b4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x95bf3000 - 0x95cd6fff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x95cd7000 - 0x95ce2fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95ce3000 - 0x95db6fff com.apple.CoreServices.OSServices 226.5 (226.5) <e50f547a3d8d316885b424e282bd80fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95db7000 - 0x95de2ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x95de3000 - 0x95e0dff7 libssl.0.9.7.dylib ??? (???) <1c571a24294df1af3428e31d464029fc> /usr/lib/libssl.0.9.7.dylib
    0x95e0e000 - 0x95e29ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <60afb4ad8bd64c8539f50f7edef1f759> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95e2a000 - 0x95eb4fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95eb5000 - 0x95f6ffff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
    0x95f70000 - 0x95f74ffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95f75000 - 0x962daff2 com.apple.QuartzCore 1.5.5 (1.5.5) <e5fa65979d5e0bb75ec19aea053ce83d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x962db000 - 0x962deffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x962df000 - 0x96404ffb com.apple.CoreFoundation 6.5.4 (476.15) <cad7eb450d1f930417aeeca9eb00dbcd> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96405000 - 0x96494ffb com.apple.DesktopServices 1.4.7 (1.4.7) <5792e9dc03f76544c71dedd802a1fa36> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96495000 - 0x9649dffb libCGATS.A.dylib ??? (???) <3c50a1f1f03470a8baadd22a17a4b547> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9649e000 - 0x964a7fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x964a8000 - 0x964c7fff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib
    0x964c8000 - 0x964e1ffb com.apple.CoreVideo 1.5.1 (1.5.1) <7568a5b07a0ccb4ee76a9b997fa3e5d9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x964e2000 - 0x96607ffb com.apple.imageKit 1.0.2 (1.0) <86dec1a5970c6e713cc9b3f532098b19> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x96608000 - 0x96627fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9665a000 - 0x96666ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96667000 - 0x966e8fff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x966e9000 - 0x966fefff com.apple.datadetectors 1.0.1 (66.2) <90711dd7887550dd04f564ec211cf059> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x966ff000 - 0x96728ffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96729000 - 0x96741ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96742000 - 0x96749ffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9674a000 - 0x96789fff com.apple.DAVKit 3.0.4 (652) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x9678a000 - 0x967efffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x967f0000 - 0x96836ff9 com.apple.securityinterface 3.0 (32532) <82a438eff282dd1dc1f803dfd91b5f38> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96837000 - 0x96868fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96869000 - 0x9686fffb com.apple.DisplayServicesFW 2.0 (2.0) <fb3b6779bc6c167bc163798b6d20a866> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96870000 - 0x968bffff libGLImage.dylib ??? (???) <274f96cdf247e29c74dc476d166928ca> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x968c0000 - 0x96954fff com.apple.framework.IOKit 1.5.1 (???) <9bd6b9e0f0a9a25c3a1d379da04dd8be> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96955000 - 0x9697dfff libxslt.1.dylib ??? (???) <a69bf3978edd9dd905726660011bb6e6> /usr/lib/libxslt.1.dylib
    0x96c06000 - 0x96c68ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96c69000 - 0x96c7efff com.apple.IMUtils 4.0.5 (582) <d932fd56d7cb597ce9a0d72015db1a90> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x96c7f000 - 0x96ca5fff libcups.2.dylib ??? (???) <0baa8f1a940b5d8c4d8e4e63fffef410> /usr/lib/libcups.2.dylib
    0x96ca6000 - 0x96df0ffb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96df1000 - 0x96ea1fff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Two additional comments:
    1. Any messages received before 11/7/08 will not open.
    2. iTunes is suddenly crashing as soon as it's opened.
    iTUNES CRASH REPORT:
    Process: iTunes [412]
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: com.apple.iTunes
    Version: 8.0.1 (8.0.1)
    Build Info: iTunes-8011201~2
    Code Type: PPC (Native)
    Parent Process: launchd [62]
    Date/Time: 2008-11-08 19:40:42.450 -0500
    OS Version: Mac OS X 10.5.5 (9F33)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000ab73ae
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.Metadata 0x9380d424 _MDCopyUTITypeFromLS + 0
    1 com.apple.Metadata 0x937e6f38 _MDItemValidateOperation + 76
    2 com.apple.Metadata 0x937e6e60 MDItemSetAttribute + 72
    3 ...ple.CoreServices.CarbonCore 0x95883c28 CSBackupSetItemExcluded + 444
    4 com.apple.iTunes 0x001e5df0 0x1000 + 1986032
    5 com.apple.iTunes 0x001d91bc 0x1000 + 1933756
    6 com.apple.iTunes 0x0046fd70 0x1000 + 4648304
    7 com.apple.iTunes 0x0046f878 0x1000 + 4647032
    8 com.apple.iTunes 0x00471cf4 0x1000 + 4656372
    9 com.apple.iTunes 0x00476058 0x1000 + 4673624
    10 com.apple.iTunes 0x004791bc 0x1000 + 4686268
    11 com.apple.iTunes 0x00479c5c 0x1000 + 4688988
    12 com.apple.iTunes 0x0047ac3c 0x1000 + 4693052
    13 com.apple.iTunes 0x0047ae40 0x1000 + 4693568
    14 com.apple.iTunes 0x004fea50 0x1000 + 5233232
    15 com.apple.iTunes 0x00385430 0x1000 + 3687472
    16 com.apple.iTunes 0x003859a0 0x1000 + 3688864
    17 com.apple.iTunes 0x00386ed0 0x1000 + 3694288
    18 com.apple.iTunes 0x0038cd2c 0x1000 + 3718444
    19 com.apple.iTunes 0x0038cff8 0x1000 + 3719160
    20 com.apple.iTunes 0x004afa74 0x1000 + 4909684
    21 com.apple.iTunes 0x003af278 0x1000 + 3859064
    22 com.apple.HIToolbox 0x926a3e28 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1484
    23 com.apple.HIToolbox 0x926a2fc0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 464
    24 com.apple.HIToolbox 0x926a2ddc SendEventToEventTargetWithOptions + 52
    25 com.apple.HIToolbox 0x926c7c04 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 400
    26 com.apple.HIToolbox 0x926c779c HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 676
    27 com.apple.HIToolbox 0x926c789c HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 932
    28 com.apple.HIToolbox 0x926c789c HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 932
    29 com.apple.HIToolbox 0x926c6a44 HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 644
    30 com.apple.HIToolbox 0x926c5f64 WindowData::PrepareForVisibility() + 140
    31 com.apple.HIToolbox 0x926c5650 _ShowHideWindows + 272
    32 com.apple.HIToolbox 0x92727d20 ShowWindow + 68
    33 com.apple.iTunes 0x0039e320 0x1000 + 3789600
    34 com.apple.iTunes 0x00036fa4 0x1000 + 221092
    35 com.apple.iTunes 0x000374c8 0x1000 + 222408
    36 com.apple.iTunes 0x000375fc 0x1000 + 222716
    37 com.apple.iTunes 0x00283fa0 0x1000 + 2633632
    38 com.apple.iTunes 0x00002968 0x1000 + 6504
    39 com.apple.iTunes 0x0000266c 0x1000 + 5740
    Thread 1:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x96348df0 CFRunLoopRun + 60
    4 com.apple.iTunes 0x0028f2f8 0x1000 + 2679544
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.audio.CoreAudio 0x91e34e3c HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x91e34c80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x900c7ae4 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x963539b0 __CFSocketManager + 764
    Thread 4:
    0 libSystem.B.dylib 0x900d5b98 accept$NOCANCEL$UNIX2003 + 12
    1 libSystem.B.dylib 0x9010cac4 accept + 16
    2 com.apple.iTunes 0x002f6d68 0x1000 + 3104104
    Thread 5:
    0 libSystem.B.dylib 0x90063498 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900a690c pthread_condwait + 1336
    2 com.apple.iTunes 0x0035ea50 0x1000 + 3529296
    Thread 6:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x96348df0 CFRunLoopRun + 60
    4 com.apple.iTunes 0x0028f2f8 0x1000 + 2679544
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x96348df0 CFRunLoopRun + 60
    4 com.apple.iTunes 0x0028f2f8 0x1000 + 2679544
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x96348df0 CFRunLoopRun + 60
    4 com.apple.iTunes 0x0028f2f8 0x1000 + 2679544
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x96348df0 CFRunLoopRun + 60
    4 com.apple.iTunes 0x0028f2f8 0x1000 + 2679544
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 10:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x96348df0 CFRunLoopRun + 60
    4 com.apple.iTunes 0x0028f2f8 0x1000 + 2679544
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 11:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.CoreFoundation 0x96348568 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x96348df0 CFRunLoopRun + 60
    4 com.apple.iTunes 0x0028f2f8 0x1000 + 2679544
    5 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 12:
    0 libSystem.B.dylib 0x90063438 machmsgtrap + 8
    1 libSystem.B.dylib 0x9006a35c mach_msg + 56
    2 com.apple.iTunes 0x00445ba4 0x1000 + 4475812
    3 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 13:
    0 libSystem.B.dylib 0x90069e4c _semwaitsignal + 12
    1 libSystem.B.dylib 0x900a6a00 pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x95030bc8 glvmDoWork + 120
    3 libSystem.B.dylib 0x900a5658 pthreadstart + 316
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x9380d424 srr1: 0x0200f030 dar: 0x00ab73ae dsisr: 0x42000000
    r0: 0x937e6f2c r1: 0xbfffacc0 r2: 0xa002e924 r3: 0x07c844e0
    r4: 0x00000000 r5: 0x00000002 r6: 0xffffffff r7: 0x00000001
    r8: 0x07cfc080 r9: 0x0038f530 r10: 0x00f84004 r11: 0xa0032da0
    r12: 0x9006daf4 r13: 0xbfffc474 r14: 0xbfffc47c r15: 0x08d7caf8
    r16: 0x00000000 r17: 0xfffffff5 r18: 0x00ab018c r19: 0x43300000
    r20: 0xbfffc484 r21: 0x00ab00dc r22: 0x00ab04d4 r23: 0x00ab00b0
    r24: 0x00ab0150 r25: 0x00000000 r26: 0xa09717cc r27: 0xa09719fc
    r28: 0x00000000 r29: 0x00000002 r30: 0x07c844e0 r31: 0x937e6e28
    cr: 0x22084444 xer: 0x20000007 lr: 0x937e6f3c ctr: 0x9006daf4
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0xb00fff com.apple.iTunes 8.0.1 (8.0.1) <432a12acdd7f2e36f4ec930baac74e11> /Applications/iTunes.app/Contents/MacOS/iTunes
    0xcf5000 - 0xcfafff com.apple.iPod 1.5 (15) <2bf5b4911f0588da2ced7a29876f203f> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0xd00000 - 0xd07fff com.apple.ipodsynchronization 2.4 (111.0) /System/Library/PrivateFrameworks/iPodSync.framework/Versions/A/iPodSync
    0xd0f000 - 0xd9dfff com.apple.iTunes.iPodUpdater 7.7 (7.7) /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0xde9000 - 0xeb7ff5 com.apple.DiscRecording 4.0.1 (4010.4.5) <4663bc0d7cb99fd1ead6018ee955d11b> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0xf1e000 - 0xf62fff com.apple.vmutils 4.1 (104) <ea4bd764588ed4625099564b5e253eb1> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x1500000 - 0x173bfcf +net.telestream.wmv.import 2.2.1.11 (2.2.1.11) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1773000 - 0x1794ff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x179c000 - 0x17dcf8f com.apple.AppleProResDecoder 1.0 (51) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x3243000 - 0x33f8ffb +net.telestream.wmv.advanced 2.2.1.11 (2.2.1.11) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x343b000 - 0x3479ff7 com.apple.QuickTimeFireWireDV.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x3485000 - 0x34e2fff com.apple.applepixletvideo 1.2.16 (1.2d16) <e7d7062d023b0d41d47f92c9bfe14c79> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x3fee000 - 0x3ff0ffd com.apple.textencoding.unicode 2.2 (2.2) <483d06bdf16bdbbad53efcea4fcfb688> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5017000 - 0x501bfff com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ea9c438a65be22a5e946e62ebfc9360> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x5020000 - 0x5021ffd com.apple.aoa.halplugin 2.5.7 (2.5.7f1) <7f1a60978b668db2fc7b7ee642120335> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x5200000 - 0x5233ffb com.apple.mobiledevice 3.2.2 (3.2.2) <51cf462bebca64f0edf591353657c71f> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x5247000 - 0x53ebfff com.apple.audio.codecs.Components 1.6.4 (1.6.4) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x5cd5000 - 0x5cdaffb com.apple.QuartzComposer.iTunesPlugIn 1.1 (10.1) /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
    0x674d000 - 0x6847ff3 com.apple.RawCamera.bundle 2.0.8 (2.0.8) <301197bb19c83780749805b978095825> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x6a3c000 - 0x71aeff7 com.apple.CoreFP 1.0.15 (1.0) /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0x7e40000 - 0x7fb7ffb GLEngine ??? (???) <6ee4c83c4d1bb994849f941c70609cfe> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x7fe9000 - 0x8172ff6 com.apple.GeForceFXGLDriver 1.5.30 (5.3.0) <05db6a6a8114f48835c13522ab5681e3> /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x819a000 - 0x81b6fff GLRendererFloat ??? (???) <24a8b15d4d87b6caa1cabdb73453c416> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x70000000 - 0x700cbff3 com.apple.audio.units.Components 1.5.1 (1.5.1) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe30b23 dyld 96.2 (???) <39109181acbf30fed542e6c9abcf1798> /usr/lib/dyld
    0x90003000 - 0x9000effb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x9000f000 - 0x9000fffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90010000 - 0x90052fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x90053000 - 0x90060fff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x90061000 - 0x90061ffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90062000 - 0x901fbfe3 libSystem.B.dylib ??? (???) <787ea59c19201d04a507b13d2bb3f9ac> /usr/lib/libSystem.B.dylib
    0x901fc000 - 0x90277fff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90278000 - 0x90361fff libxml2.2.dylib ??? (???) <6bf1a24e68615e0edf843988f5a0a1f4> /usr/lib/libxml2.2.dylib
    0x90362000 - 0x90362fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90363000 - 0x903ebfff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x903ec000 - 0x904b1ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x904b2000 - 0x90b93ff3 com.apple.WebCore 5525.18.1 (5525.18.1) <c339884f32c81b029105d8a0243db0ff> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x90b94000 - 0x90c56fff com.apple.WebKit 5525.18 (5525.18) <ef0071ec0d5faa5b198348bc4f909c7c> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90c57000 - 0x90c57ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x90c58000 - 0x90dc4ff9 com.apple.AddressBook.framework 4.1.1 (696) <d060674db5664f6db586985a12742f1c> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90dc5000 - 0x90dd0ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90dd1000 - 0x90dfefff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90dff000 - 0x90e49fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90e9a000 - 0x91b0dfff com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x91b0e000 - 0x91bdcffb com.apple.QuickTimeMPEG4.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x91bdd000 - 0x91bf0ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91c5a000 - 0x91cc4fff com.apple.PDFKit 2.1.1 (2.1.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91cc5000 - 0x91d02fff libRIP.A.dylib ??? (???) <2a8fc4eb2a2120c341c15b54f807041d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91d03000 - 0x91d0afff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91d0b000 - 0x91e01ffc libiconv.2.dylib ??? (???) <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
    0x91e02000 - 0x91e12ffb com.apple.agl 3.0.9 (AGL-3.0.9) <8b58fee8bcc6c3746df3fda7049b5e45> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91e13000 - 0x91e9affb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91e9b000 - 0x91eb6ffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ee6000 - 0x91f28fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91f29000 - 0x91f2fffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91f30000 - 0x91fdeffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91fdf000 - 0x91fdfff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91fe0000 - 0x91fe5ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x91fe6000 - 0x91febfff com.apple.CoreMediaAuthoringPrivate 1.5 (1.5) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x92000000 - 0x92003ff3 com.apple.QuickTimeH264.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x92004000 - 0x9201bffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9201c000 - 0x921bcff7 com.apple.QuartzComposer 2.1 (106.5) <5dc62dabb295b4b355da9d37501b3f90> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x921bd000 - 0x921cafff libCSync.A.dylib ??? (???) <e0395a40546c6c8b244962512e74c35e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92318000 - 0x92337fff 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
    0x92355000 - 0x923f6ff7 com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x923f7000 - 0x92405fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x92406000 - 0x92414ffb com.apple.opengl 1.5.7 (1.5.7) <0f5ac86573f9bb828dfa1864d85a4162> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92415000 - 0x92456ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92457000 - 0x924b7fff com.apple.CoreText 2.0.3 (???) <4ce8460abbfca7c9bd655ae0173976df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x924b8000 - 0x92587fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9258e000 - 0x9263efff edu.mit.Kerberos 6.0.12 (6.0.12) <c72d937eebc3e56ea636d332e2bb18cf> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9263f000 - 0x9269bffb com.apple.HIServices 1.7.0 (???) <48d200891cc9dd795ee547d526c6a45b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9269c000 - 0x929d5feb com.apple.HIToolbox 1.5.4 (???) <ffe389390ecc05cf8770c81db6511bd1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x929d6000 - 0x929e9fff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x929ea000 - 0x92ad1fff com.apple.JavaScriptCore 5525.18 (5525.18) <d94ee2a4a7aa244335a4a2a49a5aaeec> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92ad2000 - 0x92b39ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x92b3a000 - 0x92c4effa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92c4f000 - 0x92c88fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92c89000 - 0x93243fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93244000 - 0x93262fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93263000 - 0x937daff3 com.apple.CoreGraphics 1.351.33 (???) <83d4f302053d3fe5f69c8e20b3a0c34f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x937db000 - 0x9382afff com.apple.Metadata 10.5.2 (398.22) <7063f883d9d901fea72151597ccd4e6a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9382b000 - 0x938b0fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x938b1000 - 0x93907fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93908000 - 0x93908ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93909000 - 0x9390aff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9390b000 - 0x9393dfff com.apple.bom 9.0 (136) <cb560109ea507cdfb6c77349845e6b2a> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9393e000 - 0x9393efff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9393f000 - 0x93a87ffb libicucore.A.dylib ??? (???) <2d1f8cb81754c6b68809a4aa6c7b94a3> /usr/lib/libicucore.A.dylib
    0x93a88000 - 0x941fdfff com.apple.AppKit 6.5.3 (949.34) <5a94250c410980eb9047e9a5f0f9b558> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x941fe000 - 0x941fffff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x94200000 - 0x9429aff7 com.apple.ApplicationServices.ATS 3.4 (???) <77bbf58ddc32846bdfdea2bd30ab6fb9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x943aa000 - 0x943b2fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x943b3000 - 0x943e8ffb com.apple.LDAPFramework 1.4.5 (110) <d0de37a2c23c1ab7dfd4af1882db9893> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9442e000 - 0x944fcffb com.apple.syncservices 3.1 (389.7) <3d6f945da3813785216fd2df7a408e16> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x944fd000 - 0x944ffffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94500000 - 0x94510fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x945b6000 - 0x9464cfff com.apple.LaunchServices 290 (290) <fd3ffed6d3e33d356610d5eac6c7088a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9464d000 - 0x946e6fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x946e7000 - 0x94703ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94704000 - 0x94949ffb com.apple.Foundation 6.5.6 (677.21) <8350383f1c44d18e471451ce92a1572c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9494a000 - 0x9494afff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9494b000 - 0x9496bff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9496c000 - 0x94c9aff7 com.apple.QuickTime 7.5.5 (990.7) <f530ad007afd28b3dc938a41e0a3f1e8> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c9b000 - 0x94caafff com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <651e2b4d7e19d43f520829f76216f2c2> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94cab000 - 0x94fd4fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94fd5000 - 0x9500afff com.apple.AE 402.2 (402.2) <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9500b000 - 0x95439ffa libGLProgrammability.dylib ??? (???) <603a9704539c585a35801c2452930cb2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95450000 - 0x95497fff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x954a7000 - 0x954aafff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x954f9000 - 0x956dfffb com.apple.security 5.0.4 (34102) <9a5739b5b522f963b320fd71581b9cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x956e0000 - 0x9570cfff com.apple.CoreMediaPrivate 11.0 (11.0) <5c3e0852cafaace76f92a112921a8ff0> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9570d000 - 0x9582bff7 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9582c000 - 0x95b2dffb com.apple.CoreServices.CarbonCore 786.6 (786.6) <94736308a0b44830c732ebb1bebd78f8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95b6c000 - 0x95bf2ff9 com.apple.CFNetwork 339.5 (339.5) <b401902ddbf0d923e7b584e579ce0b4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x95bf3000 - 0x95cd6fff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x95cd7000 - 0x95ce2fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95ce3000 - 0x95db6fff com.apple.CoreServices.OSServices 226.5 (226.5) <e50f547a3d8d316885b424e282bd80fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95db7000 - 0x95de2ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x95de3000 - 0x95e0dff7 libssl.0.9.7.dylib ??? (???) <1c571a24294df1af3428e31d464029fc> /usr/lib/libssl.0.9.7.dylib
    0x95e0e000 - 0x95e29ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <60afb4ad8bd64c8539f50f7edef1f759> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95e2a000 - 0x95eb4fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95eb5000 - 0x95f6ffff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
    0x95f70000 - 0x95f74ffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95f75000 - 0x962daff2 com.apple.QuartzCore 1.5.5 (1.5.5) <e5fa65979d5e0bb75ec19aea053ce83d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x962db000 - 0x962deffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x962df000 - 0x96404ffb com.apple.CoreFoundation 6.5.4 (476.15) <cad7eb450d1f930417aeeca9eb00dbcd> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96405000 - 0x96494ffb com.apple.DesktopServices 1.4.7 (1.4.7) <5792e9dc03f76544c71dedd802a1fa36> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96495000 - 0x9649dffb libCGATS.A.dylib ??? (???) <3c50a1f1f03470a8baadd22a17a4b547> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9649e000 - 0x964a7fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x964a8000 - 0x964c7fff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib
    0x964c8000 - 0x964e1ffb com.apple.CoreVideo 1.5.1 (1.5.1) <7568a5b07a0ccb4ee76a9b997fa3e5d9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x964e2000 - 0x96607ffb com.apple.imageKit 1.0.2 (1.0) <86dec1a5970c6e713cc9b3f532098b19> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x96608000 - 0x96627fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9665a000 - 0x96666ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96667000 - 0x966e8fff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x966ff000 - 0x96728ffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96729000 - 0x96741ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96742000 - 0x96749ffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96837000 - 0x96868fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96869000 - 0x9686fffb com.apple.DisplayServicesFW 2.0 (2.0) <fb3b6779bc6c167bc163798b6d20a866> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96870000 - 0x968bffff libGLImage.dylib ??? (???) <274f96cdf247e29c74dc476d166928ca> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x968c0000 - 0x96954fff com.apple.framework.IOKit 1.5.1 (???) <9bd6b9e0f0a9a25c3a1d379da04dd8be> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96955000 - 0x9697dfff libxslt.1.dylib ??? (???) <a69bf3978edd9dd905726660011bb6e6> /usr/lib/libxslt.1.dylib
    0x96c06000 - 0x96c68ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96c7f000 - 0x96ca5fff libcups.2.dylib ??? (???) <0baa8f1a940b5d8c4d8e4e63fffef410> /usr/lib/libcups.2.dylib
    0x96ca6000 - 0x96df0ffb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96df1000 - 0x96ea1fff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Applications Crashing on 'file' 'print'

    Since upgrading to Leopard, I've had Safari, Firefox, Adobe Reader, and Preview, all crash consistently if I select 'print' from the 'file' menu (or print from a print icon).
    Surprisingly, all Microsoft Office v.x apps will print.
    I was originally suspicious of my HP Photosmart Printer, but am now not so convinced of that (with Word/Excel printing etc.) I've reinstalled the printer several times. I've deleted Adobe Acrobat reader and Flash from my computer, and to no avail.
    During my experiments, I crashed my browser by selecting 'file' 'print' (as usual) without any printer installed. This along with the fact that the application crashes at the moment print is selected, leads me to believe that the problem might reside outside of the printer drivers - and well, some place else. (I would not think that your app would crash if no printer was installed)
    Here's the latest crash log - prior to deleting Adobe Reader/Flash, I was getting a 'FlashPaperPDE' message from Safari - I no longer see reference to that in the crash log - but am not sure what direction to look now? Any ideas???
    Process: firefox-bin [157]
    Path: /Applications/Firefox.app/Contents/MacOS/firefox-bin
    Identifier: org.mozilla.firefox
    Version: 2.0.0.11 (2.0.0.11)
    Code Type: PPC (Native)
    Parent Process: launchd [100]
    Date/Time: 2008-01-06 00:42:18.353 -0500
    OS Version: Mac OS X 10.5.1 (9B21)
    Report Version: 6
    Exception Type: EXC_CRASH (SIGSEGV)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 1
    Thread 0:
    0 libSystem.B.dylib 0x963b4ca8 __kill + 12
    1 talkback.dylib 0x01b9de2c FCProcessSignal(int, UNIXEXCEPTIONCONTEXT*) + 196
    2 talkback.dylib 0x01ba04f0 fcStackDumpCollectorCreator(unsigned long, char*, int, char**) + 356
    Thread 1 Crashed:
    0 libSystem.B.dylib 0x9637c370 select$DARWIN_EXTSN$NOCANCEL + 8
    1 libSystem.B.dylib 0x963d253c select + 68
    2 libnspr4.dylib 0x2001f24c poll + 388
    3 libnspr4.dylib 0x2001ba84 PR_OpenDir + 940
    4 org.mozilla.firefox 0x003c14dc nsSocketTransportService::Poll(unsigned int*) + 160
    5 org.mozilla.firefox 0x003c1c84 nsSocketTransportService::Run() + 436
    6 libxpcom_core.dylib 0x2c04a75c nsThread::Main(void*) + 52
    7 libnspr4.dylib 0x2001cf10 PR_Select + 848
    8 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x96332a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x96375e9c pthread_condwait + 1320
    2 libnspr4.dylib 0x20017df8 PR_Unlock + 296
    3 libnspr4.dylib 0x2001805c PR_WaitCondVar + 132
    4 libxpcom_core.dylib 0x2c04d34c TimerThread::Run() + 408
    5 libxpcom_core.dylib 0x2c04a75c nsThread::Main(void*) + 52
    6 libnspr4.dylib 0x2001cf10 PR_Select + 848
    7 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x96332a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x96375e9c pthread_condwait + 1320
    2 libnspr4.dylib 0x20017df8 PR_Unlock + 296
    3 libnspr4.dylib 0x2001805c PR_WaitCondVar + 132
    4 org.mozilla.firefox 0x0037e1e8 nsIOThreadPool::ThreadFunc(void*) + 112
    5 libnspr4.dylib 0x2001cf10 PR_Select + 848
    6 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x96332a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x96375e9c pthread_condwait + 1320
    2 libnspr4.dylib 0x20017df8 PR_Unlock + 296
    3 libnspr4.dylib 0x2001805c PR_WaitCondVar + 132
    4 org.mozilla.firefox 0x0037e1e8 nsIOThreadPool::ThreadFunc(void*) + 112
    5 libnspr4.dylib 0x2001cf10 PR_Select + 848
    6 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x96332a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x96375e9c pthread_condwait + 1320
    2 libnspr4.dylib 0x20017df8 PR_Unlock + 296
    3 libnspr4.dylib 0x2001805c PR_WaitCondVar + 132
    4 org.mozilla.firefox 0x0037e1e8 nsIOThreadPool::ThreadFunc(void*) + 112
    5 libnspr4.dylib 0x2001cf10 PR_Select + 848
    6 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x96332a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x96375e9c pthread_condwait + 1320
    2 libnspr4.dylib 0x20017df8 PR_Unlock + 296
    3 libnspr4.dylib 0x2001805c PR_WaitCondVar + 132
    4 org.mozilla.firefox 0x0037e1e8 nsIOThreadPool::ThreadFunc(void*) + 112
    5 libnspr4.dylib 0x2001cf10 PR_Select + 848
    6 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x96332a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x96375eac pthread_condwait + 1336
    2 libnspr4.dylib 0x20018048 PR_WaitCondVar + 112
    3 org.mozilla.firefox 0x005ec344 mozStorageService::FreeLocks() + 4488
    4 org.mozilla.firefox 0x00a61864 0x1000 + 10881124
    5 libxpcom_core.dylib 0x2c04a75c nsThread::Main(void*) + 52
    6 libnspr4.dylib 0x2001cf10 PR_Select + 848
    7 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x96332a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x96375e9c pthread_condwait + 1320
    2 libnspr4.dylib 0x20017df8 PR_Unlock + 296
    3 libnspr4.dylib 0x2001805c PR_WaitCondVar + 132
    4 org.mozilla.firefox 0x0067b718 nsHostResolver::GetHostToLookup(nsHostRecord**) + 128
    5 org.mozilla.firefox 0x0067ba6c nsHostResolver::ThreadFunc(void*) + 180
    6 libnspr4.dylib 0x2001cf10 PR_Select + 848
    7 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x96332a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x96375eac pthread_condwait + 1336
    2 libnspr4.dylib 0x20018048 PR_WaitCondVar + 112
    3 org.mozilla.firefox 0x003da6d8 nsSSLThread::Run() + 244
    4 libnspr4.dylib 0x2001cf10 PR_Select + 848
    5 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 10:
    0 libSystem.B.dylib 0x96332a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x96375eac pthread_condwait + 1336
    2 libnspr4.dylib 0x20018048 PR_WaitCondVar + 112
    3 org.mozilla.firefox 0x003d6624 nsCertVerificationThread::Run() + 92
    4 libnspr4.dylib 0x2001cf10 PR_Select + 848
    5 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 11:
    0 libSystem.B.dylib 0x96332a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x96375eac pthread_condwait + 1336
    2 libnspr4.dylib 0x20018048 PR_WaitCondVar + 112
    3 libnspr4.dylib 0x200183c4 PR_Wait + 44
    4 libxpcom_core.dylib 0x2c047c1c PL_WaitForEvent + 52
    5 libxpcom_core.dylib 0x2c049454 nsEventQueueImpl::WaitForEvent(PLEvent**) + 52
    6 org.mozilla.firefox 0x003606dc nsUrlClassifierDBService::Shutdown() + 524
    7 libnspr4.dylib 0x2001cf10 PR_Select + 848
    8 libSystem.B.dylib 0x96374bf8 pthreadstart + 316
    Thread 1 crashed with PPC Thread State 32:
    srr0: 0x9637c370 srr1: 0x0000f030 dar: 0x05dfd070 dsisr: 0x0a000000
    r0: 0x00000197 r1: 0xf0080820 r2: 0x00000000 r3: 0x00000004
    r4: 0xf00808c0 r5: 0xf0080940 r6: 0xf00809c0 r7: 0x00000000
    r8: 0x00000001 r9: 0x00000010 r10: 0x00000001 r11: 0x20033bd0
    r12: 0x963d24f8 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000001 r21: 0xffffffff r22: 0xf0080ab0 r23: 0x0103b6e8
    r24: 0x00000000 r25: 0xf0080940 r26: 0x00000001 r27: 0xf0080ab0
    r28: 0xf00809c0 r29: 0xf00808c0 r30: 0x00000001 r31: 0xffffffff
    cr: 0x22008444 xer: 0x00000000 lr: 0x963d2540 ctr: 0x963d24f8
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0xa8f57f +org.mozilla.firefox 2.0.0.11 (2.0.0.11) /Applications/Firefox.app/Contents/MacOS/firefox-bin
    0x1813000 - 0x1821fff +libmyspell.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/components/libmyspell.dylib
    0x1a23000 - 0x1a2cffe +libqfaservices.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/extensions/[email protected]/compon ents/libqfaservices.dylib
    0x1aae000 - 0x1b62ff7 +com.divxnetworks.DivXComponent 5.0.7 (5.0.7) /Library/QuickTime/DivX® 5.component/Contents/MacOS/DivX® 5
    0x1b97000 - 0x1bbeff9 +talkback.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/extensions/[email protected]/compon ents/talkback/talkback.dylib
    0x3bbd000 - 0x3bbfffd com.apple.textencoding.unicode 2.2 (2.2) <483d06bdf16bdbbad53efcea4fcfb688> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x3bf5000 - 0x3c07fff +libspellchecker.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/components/libspellchecker.dylib
    0x4c6d000 - 0x4d35ffb com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x5cb3000 - 0x5cb6fff +org.mozilla.pde.MOZZ 1.0 (1.0) /Applications/Firefox.app/Contents/Plug-ins/PrintPDE.plugin/Contents/MacOS/Prin tPDE
    0x5ce9000 - 0x5cf4fff +com.macromedia.flashpaper.pde.FlashPaperPDE 2.0.0.2283 (2.0.0.2283) /Library/Printers/PPD Plugins/FlashPaperPDE.plugin/Contents/MacOS/FlashPaperPDE
    0x6854000 - 0x68a0023 +libfreebl3.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libfreebl3.dylib
    0x68a8000 - 0x68d9fff +libnssckbi.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libnssckbi.dylib
    0x6926000 - 0x695afff com.apple.print.framework.Print.Private 5.5 (237) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x69b7000 - 0x69defff com.apple.print.PrintingCocoaPDEs 5.5 (237) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0x20000000 - 0x2003288f +libnspr4.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libnspr4.dylib
    0x21000000 - 0x2100d71b +libplds4.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libplds4.dylib
    0x22000000 - 0x2200eb03 +libplc4.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libplc4.dylib
    0x23000000 - 0x23093ff5 +libmozjs.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libmozjs.dylib
    0x24000000 - 0x24000fff +libxpcom.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libxpcom.dylib
    0x25000000 - 0x250234c1 +libssl3.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libssl3.dylib
    0x26000000 - 0x26061747 +libnss3.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libnss3.dylib
    0x27000000 - 0x2701dc6f +libsmime3.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libsmime3.dylib
    0x28000000 - 0x2804b12f +libsoftokn3.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libsoftokn3.dylib
    0x29000000 - 0x29018ffd +libxpcom_compat.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libxpcom_compat.dylib
    0x2c000000 - 0x2c087ffb +libxpcom_core.dylib ??? (???) /Applications/Firefox.app/Contents/MacOS/libxpcom_core.dylib
    0x74400000 - 0x7440cfff libPPDLib.dylib ??? (???) /System/Library/Printers/Libraries/libPPDLib.dylib
    0x78e00000 - 0x78e07ffd libLW8Utils.dylib ??? (???) /System/Library/Printers/Libraries/libLW8Utils.dylib
    0x8fe00000 - 0x8fe309d3 dyld 95.3 (???) <dd10f71788b3168245c24f52ce812a92> /usr/lib/dyld
    0x900c3000 - 0x9014bfff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9014c000 - 0x901e2ff7 com.apple.LaunchServices 286 (286) <a3a0b2af862e9a8945072f8cb523678f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x901e3000 - 0x902f7ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x902f8000 - 0x90329fff com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90331000 - 0x90631ff3 com.apple.CoreServices.CarbonCore 783 (783) <b1de843214e07a97eba06152bb6dc424> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90632000 - 0x90642fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x90643000 - 0x90651ff3 com.apple.opengl 1.5.5 (1.5.5) <32b2691d8949b7dec765af89ab04ffdd> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90652000 - 0x90687fff com.apple.AE 402 (402) <a4b92c8ac89cc774b85fb44c48b9d882> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90688000 - 0x906a3ffb libPng.dylib ??? (???) <c51ec88c87a3f0a646471165e16acd43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x906a4000 - 0x906a4ff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x906a5000 - 0x906a5ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x906a6000 - 0x906beffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x906bf000 - 0x907dcff7 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x907dd000 - 0x907e4fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90862000 - 0x90862fff com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90863000 - 0x90863fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90896000 - 0x908a1ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x908b2000 - 0x90908fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9090a000 - 0x90913fff com.apple.DiskArbitration 2.2 (2.2) <9c8f8ade43fa25b32109ef9dcc0cb5d5> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x909c8000 - 0x91139fff com.apple.AppKit 6.5 (949) <ff6de5455323db3dba2d5b0373036823> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91184000 - 0x911cbfff com.apple.NavigationServices 3.5.1 (161) <b245f17b2b2902e1f9eeaaa6773f8126> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x911cc000 - 0x91337ff9 com.apple.AddressBook.framework 4.1 (687) <55d0fd26085aeb25c536b051f53c1311> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9198e000 - 0x9198efff com.apple.Carbon 136 (136) <f8fdb172887f2d6a374aed2d2a13b319> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91a06000 - 0x91d63ffe com.apple.QuartzCore 1.5.1 (1.5.1) <e09ec58e69e2b4b8256eaa05d8a71f88> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91da7000 - 0x91e40fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e41000 - 0x923fbfff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x923fd000 - 0x92459fff com.apple.HIServices 1.6.0 (???) <a3e89f96e628703a20a2d2f587f3f983> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9245a000 - 0x925a2ff3 libicucore.A.dylib ??? (???) <250daed2fb2e6bf114480e2e4da0728b> /usr/lib/libicucore.A.dylib
    0x925a6000 - 0x9266aff3 com.apple.CoreData 100 (185) <e07feef645427639349ed2c62abcf169> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9266b000 - 0x926a7fff libRIP.A.dylib ??? (???) <04b63e86e1df732262c361db22275a50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x926a8000 - 0x926c1fff com.apple.CoreVideo 1.5.0 (1.5.0) <f8d7df00a92b4a11b57221546274d806> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92701000 - 0x92707ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92708000 - 0x92727fff com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92728000 - 0x92737fff com.apple.DSObjCWrappers.Framework 1.2 (1.2) <2411674c821a8907449ac741ce6a40c3> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9273c000 - 0x92789ff7 libGLImage.dylib ??? (???) <9dbe7b634d7c01ae3684c547fbbd4d71> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9292b000 - 0x9294afff com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9294b000 - 0x92952ffb com.apple.print.framework.Print 218 (220) <c049174237183efe3afce707ce2c6d67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92953000 - 0x9297dff7 libssl.0.9.7.dylib ??? (???) <5dac2e94552ad76696c35bd6886f5a92> /usr/lib/libssl.0.9.7.dylib
    0x9297e000 - 0x92980ffd libRadiance.dylib ??? (???) <3d70fcb7557347829c96c9753074b3f1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92981000 - 0x92a6afff libxml2.2.dylib ??? (???) <6f383df1e1e775be0158ba947784ae13> /usr/lib/libxml2.2.dylib
    0x92a9b000 - 0x92b1cfff com.apple.print.framework.PrintCore 5.5 (245) <708e8418daf27acff77d7a9aebc54e94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x92b1d000 - 0x92b22ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x92b23000 - 0x92e46ff7 com.apple.QuickTime 7.3.1 (7.3.1) <e54aeb56261de12e1df813558626a75c> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92f56000 - 0x92fefffb com.apple.ApplicationServices.ATS 3.0 (???) <34fed4b41a99f16e7103e0309a062c97> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92ff0000 - 0x92ffcff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ffd000 - 0x9356fff7 com.apple.CoreGraphics 1.351.0 (???) <424b6b6e1fe858a1a0ee3adc36d40634> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93570000 - 0x93653feb libobjc.A.dylib ??? (???) <4a90e315bd1718c3f5ae09ee6c23e36c> /usr/lib/libobjc.A.dylib
    0x93654000 - 0x9367bfff libxslt.1.dylib ??? (???) <3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib
    0x9367c000 - 0x936a7ff7 libauto.dylib ??? (???) <c1f2bd227817ad7c7bf29ec74729ac7c> /usr/lib/libauto.dylib
    0x936e9000 - 0x936edffe libGIF.dylib ??? (???) <d6e2a570359313a39c6783c2ecfee608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x936ee000 - 0x93a17fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93a7e000 - 0x93a8bfff libCSync.A.dylib ??? (???) <e7073e93982e6872ed72e5873b791462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93a8c000 - 0x93a8cffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93ad4000 - 0x93b01ff3 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93b02000 - 0x93b7cffd com.apple.CFNetwork 220 (221) <00b882d3d3325526b78ded74880759fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93ca2000 - 0x93cc7fff libcups.2.dylib ??? (???) <0cdb72a2f7d21cce6f7141cfb4063d4c> /usr/lib/libcups.2.dylib
    0x93cc8000 - 0x940f7ffa libGLProgrammability.dylib ??? (???) <4c75bd9e0eca8999aaa97c304f776b65> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x940f8000 - 0x940f9ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x940fa000 - 0x94184fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94185000 - 0x94188ffb com.apple.securityhi 3.0 (30817) <ad843393cafb2193fd716df88d8136bf> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x941a8000 - 0x941f3ffb com.apple.Metadata 10.5.0 (398.1) <6e485b03047fcb189e7cba51be5ee702> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x941f4000 - 0x9425bffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x9425c000 - 0x9426ffff com.apple.LangAnalysis 1.6.4 (1.6.4) <c184bb5b2859e82c5740a6fdb1e3d0bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x943a7000 - 0x94588ffb com.apple.security 5.0.1 (32736) <15632bf9bbdb223194b3d79a2e48e02d> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94589000 - 0x94627fff com.apple.QuickTimeImporters.component 7.3.1 (7.3.1) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94628000 - 0x946dcfff com.apple.DesktopServices 1.4.3 (1.4.3) <2ac43f20a262ad162ff0fc8b60b8e39a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x946dd000 - 0x946f8ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <1ee93ddbfff1ab02cc937acffa5df503> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x946f9000 - 0x94774fff com.apple.SearchKit 1.2.0 (1.2.0) <1b448fbae02460eae76ee1c6883f45d6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94943000 - 0x949a3fff com.apple.CoreText 2.0.0 (???) <88030136aacddbb747a2eae3937885f5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x949a4000 - 0x949dcfff com.apple.SystemConfiguration 1.9.0 (1.9.0) <d925dde7699e6231c88a41b0254a7591> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x949dd000 - 0x94c21ffb com.apple.Foundation 6.5.1 (677.1) <4152239382fb0f48abbcbf35bd04afa6> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94c88000 - 0x94ca3ffb com.apple.openscripting 1.2.6 (???) <12270fbb14905644f78975f227328a98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94ca4000 - 0x94ccdffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x94cce000 - 0x94ce1ffb com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <7c299626d6167de473e85327699cdb9c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94ce2000 - 0x94e2bffb com.apple.ImageIO.framework 2.0.0 (2.0.0) <437c9df52645bf8bead58967ea46ef17> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94f61000 - 0x94f64fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94fc0000 - 0x9508ffff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95090000 - 0x95115fff libsqlite3.0.dylib ??? (???) <7b379cb4220346e99c32c427d4539496> /usr/lib/libsqlite3.0.dylib
    0x95116000 - 0x95157ffb libTIFF.dylib ??? (???) <0d0a3107d26786c3708e6a511d5acec9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x951a1000 - 0x951d6ffb com.apple.LDAPFramework 1.4.3 (106) <d9a3a16b2d468683b68f714d11196d7b> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x951d7000 - 0x95239ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9523a000 - 0x95308ff7 com.apple.CoreServices.OSServices 210.2 (210.2) <bad4943629f870d305f2bc7c6dfffe2d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95f20000 - 0x96257fff com.apple.HIToolbox 1.5.0 (???) <83b53eb0503058852b564cc7c88817ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96258000 - 0x96308fff com.apple.QD 3.11.50 (???) <57b7475a61b2d27a600e0a0851d8c7be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96309000 - 0x96314ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x96326000 - 0x9632effb libCGATS.A.dylib ??? (???) <f08869e380cd4b55e14714fe723cbc66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9632f000 - 0x96330fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x96331000 - 0x964cafe3 libSystem.B.dylib ??? (???) <cbcd6cdf3a37927996c389aec2dde426> /usr/lib/libSystem.B.dylib
    0x964cb000 - 0x964d6fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96754000 - 0x96762fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x96763000 - 0x96813fff edu.mit.Kerberos 6.0.11 (6.0.11) <16acc832b51b89fdbc563194596623c6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9682a000 - 0x968b1ffb com.apple.audio.CoreAudio 3.1.0 (3.1) <3baa0645ba65ef3c69c975ac989b2caf> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x968b2000 - 0x96944fff com.apple.framework.IOKit 1.5.1 (???) <591b8b0cc4261db98a6e72e38eef5f9a> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96994000 - 0x9699cfff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x969a8000 - 0x969c6fff libresolv.9.dylib ??? (???) <5101a750a5b0af4813531ac1c9e62311> /usr/lib/libresolv.9.dylib
    0x969c7000 - 0x96a81fff libcrypto.0.9.7.dylib ??? (???) <4ea3d7e9a1c28ac7b17ed80873fe6598> /usr/lib/libcrypto.0.9.7.dylib
    0x96aa8000 - 0x96ac8ff7 libJPEG.dylib ??? (???) <92341083256fbcd28888a179ebf941ef> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96ac9000 - 0x96ae0ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96ae1000 - 0x96c06ff3 com.apple.CoreFoundation 6.5 (476) <9073c2bfdf6842562c8b7f0308109c02> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0xba900000 - 0xba917ffe libJapaneseConverter.dylib ??? (???) <ab5b4232ea60c0b781fd3c2c5787a386> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    That's great ...
    Anyway .. here's a good app that will keep you humming ..
    Maintenance
    http://www.macupdate.com/info.php/id/16790/maintenance
    Go to Preferences/Behaviour and check "For all accounts"
    Then check the repair permissions box in "Maintenance", all the boxes in " Caches" and the "Launch Services" in Rebuild .... Then execute
    Restart ...
    Repair your disk every 5 or 6 months ... and run this app every couple of weeks and it should keep you healthy ...
    Remember ...Before ANY system or security update ..
    1. Disconnect all peripherals except keyboard and mouse
    2. Make sure sleep and screensaver are disabled .
    3. Quit all open apps ..
    Also ... when 10.5.2 comes out I recommend installing the Combo Udpate from Apple rather than going through software update and the standalone install ...
    Happy computing!

  • How can I retrieve a LONG data type using ADO

    In VB I am using an ADODB object to retrieve data from an Oracle table that has a LONG data type column...
    specifically: SELECT TRIGGER_BODY FROM USER_TRIGGERS WHERE TRIGGER_NAME = 'MYTRIGGER'
    I have tried using the GETCHUNK method but it only returns the first 150 or so characters no matter how
    many times I call it???? here is the sample code I'm using........
    Dim Cn As ADODB.Connection, Rs As ADODB.Recordset, SQL As String
    Dim sChunk() As Byte
    Set Cn = New ADODB.Connection
    Set Rs = New ADODB.Recordset
    Cn.CursorLocation = adUseServer
    Cn.Open "Provider=OraOLEDB.Oracle.1;Password=hrzadmin;Persist Security
    Info=True;UserID=hadmin;Data Source=xxx.local"
    SQL = "SELECT trigger_body from user_triggers where trigger_name = 'MYTRIGGER'"
    Rs.Open SQL, Cn, adOpenStatic, adLockReadOnly
    Debug.Print Rs!trigger_name
    Debug.Print Rs!trigger_body
    sChunk = rs.Fields("trigger_body").GetChunk(500)
    Debug.Print sChunk

    I have a similar code which works for chunk size >400,
    The image I am trying to retrieve is huge so the chunksize is also more.
    Did you try with any non meta table?
    For your reference I am pasting my application code below.
    Hope it helps.
    --Jagriti
    Private Sub cmdGetImage_Click()
    Dim bytchunk() As Byte 'variable to store binary data
    Dim destinationFileNum As Integer 'variable for filenumber
    'recordset for fetching Product Image for the product selected form the list
    Dim recProductImage As New ADODB.Recordset
    Dim offset As Long
    Dim totalsize As Long
    Dim roundTrips As Long
    'variables used in calculation of time taken to fetch the image
    Dim startTime As Currency, EndTime As Currency, time As Currency, Freq As Currency
    Dim i As Integer 'counter variable
    i = 0
    On Error GoTo ErrorText 'redirect to error handler
    '** Step 1 **'
    'validating if product is selected from the list
    If cboSelectProduct.Text = "" Then
    MsgBox "Select product from the list!"
    Exit Sub
    End If
    '** Step 2 **'
    'validating if "optChunk" optionbox is selected then
    '"txtChunksize" textbox should contain a value
    If optchunk.Value = True Then
    'validate if chunksize value is null
    If txtChunkSize.Text = "" Then
    MsgBox "Enter value for chunksize "
    Exit Sub
    End If
    'validating that the chunk size entered should be a positive value
    If CInt(txtChunkSize.Text) < 1 Then
    MsgBox "ChunkSize value should be positive!"
    Exit Sub
    End If
    End If
    '** Step 3 **'
    'open image column from product_information table using m_Oracon connection
    recProductImage.Open "SELECT product_image FROM product_information " & _
    " WHERE product_id =" & cboSelectProduct.ItemData(cboSelectProduct.ListIndex) _
    , m_Oracon, adOpenStatic _
    , adLockOptimistic, adCmdText
    'check if product image exists for the product selected
    If Not IsNull(recProductImage!product_image) Then
    'setting mouse pointer on the form "frmChunkSize" to wait state
    frmChunkSize.MousePointer = vbHourglass
    '** Step 4 **'
    'assigning "desitinationFileNum" variable to next file number
    'available for use
    destinationFileNum = FreeFile
    'allocates a buffer for I/O to the temporary file "tempImage.bmp"
    'at the current application path
    Open App.Path & "\tempImage.bmp" For Binary As destinationFileNum
    '** Step 5 **'
    'Get the frequency of internal timer in Freq variable
    QueryPerformanceFrequency Freq
    'start the timer
    QueryPerformanceCounter startTime
    'clear "imgProduct" imagebox
    imgProduct.Picture = LoadPicture("")
    '** Step 6 **
    If optValue.Value = True And optchunk.Value = False Then
    '** Step 7 **
    'using ADO Value property
    bytchunk = recProductImage("product_image").Value
    'appending byte arrary data to the temporary file
    Put destinationFileNum, , bytchunk
    'displaying "No. of Round Trips" in a label to 1
    lblRoundTrips = 1
    ElseIf optchunk.Value = True Then
    '** Step 8 **
    'converting the value entered "txtChunkSize" textbox to long
    'and assigning it to chunksize variable
    m_chunksize = CLng(txtChunkSize.Text)
    'assigning the actual size of the image retrieved to a variable
    totalsize = recProductImage("product_image").ActualSize
    'calculating and assigning the "No. of Round Trips" to a variable
    roundTrips = totalsize / m_chunksize
    'in case fragment of data left, incrementing roundtrips by 1
    If (totalsize Mod m_chunksize) > 0 Then
    roundTrips = roundTrips + 1
    End If
    'In this loop the image is retrieved in terms of chunksize
    'and appended to the temporary file
    Do While offset < totalsize
    '** Step 9 **
    'retrieving product_image from the recordset, in chunks of bytes
    bytchunk = recProductImage("product_image").GetChunk(m_chunksize)
    offset = offset + m_chunksize
    'appending byte arrary data to the temporary file
    Put destinationFileNum, , bytchunk
    Loop
    'displaying "No. of Round Trips" in a label
    lblRoundTrips = roundTrips
    End If
    '** Step 10 **'
    'stop the timer after image retrieval is done
    QueryPerformanceCounter EndTime
    'close the opened file handle
    Close destinationFileNum

  • Mail application crash

    After upgrading to OS X 10.10.2 I experience problems with the iMail application.
    1. The application crashed many times
    2. From time to time it will change the password that is registered for my gmail account, and I need to go into the set screen of the Accounts of iMail to enter again the correct password.
    Is Apple on these problems? Any new release is expected soon?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if Safari crashed, you would enter "Safari" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

Maybe you are looking for

  • I cannot update Camera RAW in PS CC to 8.5

    I cannot update Camera RAW in PS CC to 8.5

  • HT5621 Removing and old iTunes account

    I had an itunes account under a previous employer and used my work email as user name. Now, I can not delete the account and no longer have ccess to the email associated that account. How can I delete old itunes accounts???

  • It seems my battery is losing charge more quickly than I would expect

    I am new to the iPad, so htis battery usage may be normal, but I seem to be losing about 4-5% in an hour's worth of browcing on Safari or using an app. When I had asleep overnight it even lost battery.  I've turned off 'push notifications' & location

  • Dart version and ECC 6.0 upgrade

    We are currently on ECC 5.0 running dart version 2.4.  We are discussing upgrading to ECC 6.0.  If we upgrade, is there a newer version of dart that by default is automatically installed with the upgrade?

  • Which MacBook should I get?

    Hi, I'm deciding to get a MacBook, but I'm not sure which one to get, all I know is that I want one of the 13 inch ones. I'm going to be use it for things like Skype, Facebook, YouTube, ect... And occasionally go on photoshop, and other program's lik