Upgrade seems to have caused bind issues

I upgraded to APEX 3.2 today, and I'm finding some things that broke in my application. The installation of 3.2 went fine, then I switched to the APEX_030200 schema and enabled the APEX_PUBLIC_USER, bounced the webserver, and was able to get in. But two of my applications were missing. They just weren't there. I reverted back to 3.0 and did an export of those applications and re-imported them into 3.2. Now I am going through them and there seem to be a few problems.
I am trying to create a dropdown list as follows:
select ADMIN_USERNAME d, ID r
  from APEX_ACCESS_CONTROL
where ORG_ID in
   (SELECT ORG_ID FROM ORG_ENTITIES
      CONNECT BY PRIOR ORG_ID = MNG_ORG_ID 
      START WITH ORG_ID = :G_USER_ORGID)
   and CLERK = 'Y'
order by ADMIN_USERNAMEThe bind variable is an application variable. If I use a hard value, the LOV works fine, but as soon as I change it out to a substitution variable, the dropdown comes up nulll - no values at all.
PS. I have double-checked, and the session state shows G_USER_ORGID with the correct value (populated on page 1 on login).
I didn't get any errors in the logs during the upgrade. This should work, but doesn't. Can anyone point me at a fix? I depend on these application variables a LOT and this application is mission critical.

Sorry, I that application build was the same one we used to import after it disappeared. I've tried three different LOV queries on that page. The one that works is:
select ADMIN_USERNAME d, ID r
  from APEX_ACCESS_CONTROL
where CLERK = 'Y'
order by 1This one doesn't work:
select ADMIN_USERNAME d, ID r
  from APEX_ACCESS_CONTROL
where ORG_ID in
   (SELECT ORG_ID FROM ORG_ENTITIES
      CONNECT BY PRIOR ORG_ID = MNG_ORG_ID 
      START WITH ORG_ID =
      (SELECT ORG_ID FROM APEX_ACCESS_CONTROL
        WHERE ID = v('G_USER_ORGID')))
   and CLERK = 'Y'
order by ADMIN_USERNAMENor does this one:
select a.ADMIN_USERNAME d, a.ID r
  from   APEX_ACCESS_CONTROL a
where a.ORG_ID in (select ORG_ID from ORG_ENTITIES
       where MNG_ORG_ID = DECODE(:G_USER_ORGID,901,MNG_ORG_ID,:G_USER_ORGID)
     union SELECT ORG_ID from ORG_ENTITIES
       where ORG_ID = :G_USER_ORGID)
       and a.ORG_ID > 0
order by 1All three work just fine in SQL-Plus, but the two referencing the global variable don't work in APEX after the upgrade.

Similar Messages

  • Firefox update seems to have caused my Apache server to stop working. What do I do?

    I have been using MAMP apache and SQL servers successfully on my mac for the past few months. Up until this morning.
    I switched on my computer this morning, clicked on the Firefox icon to launch and it automatically started running an update (which I hate - if I wanted to update I would've asked!).
    Firefox is running fine but I can no longer connect to my Apache server. The only thing that has changed between now and last night (when I last used MAMP) is the Firefox update.
    Please can you detail what the update has done and what could possibly have caused it to conflict with my MAMP? I have lost a morning so far trying to figure it out and cannot get on with my work without it!

    Hi,
    Open windows ControlPanel, open Device Manager, expand Sound, video and game controllers, right click the Realtek device and select Proprties.  Select the 'Driver' tab and then click on 'Roll Back Driver'.
    Let the process complete, then restart the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Upgrade to 10.6.4 seems to have caused problems with Mail, Safari and QT

    I upgraded to 10.6.4 last night, and am now unable to get Mail or Safari to launch. Quicktime launches but seems to stall without the machine recognising it has crashed.
    Here is the report I get when I try to open Mail:
    Process: LaunchCFMApp [346]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: ??? (???)
    Build Info: Mail-10810000~1
    Code Type: PPC (Translated)
    Parent Process: launchd [124]
    Date/Time: 2010-06-29 12:04:44.225 +0100
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 13856 sec
    Crashes Since Last Report: 31
    Per-App Crashes Since Last Report: 12
    Anonymous UUID: FBE1D085-23EC-4139-90F2-A474D677B97C
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000001c
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x803c5000 CFLocaleCreateCanonicalLanguageIdentifierFromString + 704
    1 com.apple.CoreFoundation 0x80377a43 __CFBasicHashAddValue + 867
    2 com.apple.CoreFoundation 0x80377597 CFBasicHashAddValue + 167
    3 com.apple.CoreFoundation 0x8037739a CFDictionaryAddValue + 202
    4 com.apple.CoreFoundation 0x80375b0f _CFBundleCopyDirectoryContentsAtPath + 751
    5 com.apple.CoreFoundation 0x80375477 _CFBundleURLLooksLikeBundleVersion + 55
    6 com.apple.CoreFoundation 0x80374193 _CFBundleCreate + 307
    7 com.apple.CoreFoundation 0x8036e7e7 _CFBundleGetMainBundleAlreadyLocked + 167
    8 com.apple.CoreFoundation 0x8036e6dd CFBundleGetMainBundle + 125
    9 com.apple.CoreFoundation 0x8036e57a cacheBundleInfo + 26
    10 com.apple.CoreFoundation 0x8036e55d _CFAppVersionCheckLessThan + 157
    11 com.apple.CoreFoundation 0x80368434 __CFInitialize + 2004
    12 dyld 0x8fe0ee40 ImageLoaderMachO::doImageInit(ImageLoader::LinkContext const&) + 154
    13 dyld 0x8fe0ee74 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 30
    14 dyld 0x8fe0d31e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 246
    15 dyld 0x8fe0d2c2 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 154
    16 dyld 0x8fe0d2c2 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 154
    17 dyld 0x8fe0d3d1 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 61
    18 dyld 0x8fe024a9 dyld::initializeMainExecutable() + 134
    19 dyld 0x8fe07950 dyld::main(machoheader const*, unsigned long, int, char const**, char const**, char const**) + 4189
    20 dyld 0x8fe018b1 dyldbootstrap::start(macho_header const*, int, char const**, long) + 779
    21 dyld 0x8fe01057 dyldstart + 39
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x804e4ac0 ebx: 0x8038faf4 ecx: 0x804f58e0 edx: 0x00000007
    edi: 0x0000001c esi: 0x81813050 ebp: 0xbfffc628 esp: 0xbfffc5fc
    ss: 0x0000001f efl: 0x00010247 eip: 0x803c5000 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0000001c
    Binary Images:
    0x80000000 - 0x8005bff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x8007a000 - 0x800e4fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x8013f000 - 0x802e5feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x80366000 - 0x804e0fe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x805d8000 - 0x805e6fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x805eb000 - 0x805f7ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x805fb000 - 0x80641ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x8064e000 - 0x807d0fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x80832000 - 0x808dffe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x808f3000 - 0x808f6fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0xb8000000 - 0xb81defff LaunchCFMApp ??? (???) <6437A74D-607F-7339-5F7E-F6B0EF81C25D> /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Translated Code Information:
    objc[346]: garbage collection is ON
    NO CRASH REPORT
    Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.21f4
    Graphics: ATI Radeon HD 2600 Pro, ATI,RadeonHD2600, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST3500630AS Q, 465.76 GB
    Parallel ATA Device: OPTIARC DVD RW AD-5630A
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa200000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0707, 0xfa220000
    USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa210000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x1a100000
    FireWire Device: d2 quadra (button), LaCie, Up to 800 Mb/sec
    FireWire Device: FreeAgent FW, Seagate, Up to 800 Mb/sec
    And here is the report I get when I try to open Safari:
    Process: Safari [363]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0 (6533.16)
    Build Info: WebBrowser-75331600~5
    Code Type: X86-64 (Native)
    Parent Process: launchd [124]
    Date/Time: 2010-06-29 12:13:10.877 +0100
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 14366 sec
    Crashes Since Last Report: 32
    Per-App Interval Since Last Report: 48 sec
    Per-App Crashes Since Last Report: 8
    Anonymous UUID: FBE1D085-23EC-4139-90F2-A474D677B97C
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.WebCore 0x00007fff80fdd1f0 WebCore::linkConstructor(WebCore::QualifiedName const&, WebCore::Document*, WebCore::HTMLFormElement*, bool) + 0
    1 com.apple.WebCore 0x00007fff80e92f27 WebCore::HTMLParser::getNode(WebCore::Token*) + 231
    2 com.apple.WebCore 0x00007fff80e90f3f WebCore::HTMLParser::parseToken(WebCore::Token*) + 591
    3 com.apple.WebCore 0x00007fff80e0c681 WebCore::HTMLTokenizer::processToken() + 657
    4 com.apple.WebCore 0x00007fff80e8d806 WebCore::HTMLTokenizer::parseTag(WebCore::SegmentedString&, WebCore::HTMLTokenizer::State) + 4950
    5 com.apple.WebCore 0x00007fff80e8bce0 WebCore::HTMLTokenizer::write(WebCore::SegmentedString const&, bool) + 2720
    6 com.apple.WebCore 0x00007fff80e09c0c WebCore::DocumentWriter::addData(char const*, int, bool) + 396
    7 com.apple.WebKit 0x00007fff807c6837 -[WebFrame(WebInternal) _receivedData:textEncodingName:] + 215
    8 com.apple.WebKit 0x00007fff807c653c -[WebHTMLRepresentation receivedData:withDataSource:] + 620
    9 com.apple.WebKit 0x00007fff807c622b -[WebDataSource(WebInternal) _receivedData:] + 75
    10 com.apple.WebKit 0x00007fff807c61bf WebFrameLoaderClient::committedLoad(WebCore::DocumentLoader*, char const*, int) + 111
    11 com.apple.WebCore 0x00007fff80e7d5d6 WebCore::DocumentLoader::commitLoad(char const*, int) + 86
    12 com.apple.WebCore 0x00007fff80e7d01f WebCore::ResourceLoader::didReceiveData(char const*, int, long long, bool) + 79
    13 com.apple.WebCore 0x00007fff80e7cc2b WebCore::MainResourceLoader::didReceiveData(char const*, int, long long, bool) + 1915
    14 com.apple.WebCore 0x00007fff80e7c402 WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle*, char const*, int, int) + 82
    15 com.apple.Foundation 0x00007fff855b44af _NSURLConnectionDidReceiveData + 137
    16 com.apple.CFNetwork 0x00007fff81fd6ef8 URLConnectionClient::clientDidReceiveData(_CFData const*, URLConnectionClient::ClientConnectionEventQueue*) + 236
    17 com.apple.CFNetwork 0x00007fff8203e3be URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 218
    18 com.apple.CFNetwork 0x00007fff8203e64e URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 874
    19 com.apple.CFNetwork 0x00007fff81fc579f URLConnectionClient::processEvents() + 121
    20 com.apple.CFNetwork 0x00007fff81fc557c MultiplexerSource::perform() + 160
    21 com.apple.CoreFoundation 0x00007fff85895e91 __CFRunLoopDoSources0 + 1361
    22 com.apple.CoreFoundation 0x00007fff85894089 __CFRunLoopRun + 873
    23 com.apple.CoreFoundation 0x00007fff8589384f CFRunLoopRunSpecific + 575
    24 com.apple.HIToolbox 0x00007fff8041991a RunCurrentEventLoopInMode + 333
    25 com.apple.HIToolbox 0x00007fff8041971f ReceiveNextEventCommon + 310
    26 com.apple.HIToolbox 0x00007fff804195d8 BlockUntilNextEventMatchingListInMode + 59
    27 com.apple.AppKit 0x00007fff82b0e29e _DPSNextEvent + 708
    28 com.apple.AppKit 0x00007fff82b0dbed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    29 com.apple.Safari 0x0000000100015c96 0x100000000 + 89238
    30 com.apple.AppKit 0x00007fff82ad38d3 -[NSApplication run] + 395
    31 com.apple.AppKit 0x00007fff82acc5f8 NSApplicationMain + 364
    32 com.apple.Safari 0x0000000100009b18 0x100000000 + 39704
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8511108a kevent + 10
    1 libSystem.B.dylib 0x00007fff85112f5d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff85112c34 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8511275e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff85112088 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85111f25 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff85111eaa _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff851122bc pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff85111f25 start_wqthread + 13
    Thread 3: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff85139f3a pread + 10
    1 libsqlite3.dylib 0x00007fff8811309c unixRead + 44
    2 libsqlite3.dylib 0x00007fff88116ec0 sqlite3PagerAcquire + 1312
    3 libsqlite3.dylib 0x00007fff8812b21c checkTreePage + 252
    4 libsqlite3.dylib 0x00007fff8812b311 checkTreePage + 497
    5 libsqlite3.dylib 0x00007fff8812b311 checkTreePage + 497
    6 libsqlite3.dylib 0x00007fff88189ecd sqlite3VdbeExec + 31725
    7 libsqlite3.dylib 0x00007fff8818d778 sqlite3_step + 1384
    8 com.apple.WebCore 0x00007fff8120ddd8 WebCore::IconDatabase::checkIntegrity() + 184
    9 com.apple.WebCore 0x00007fff80ddfddf WebCore::IconDatabase::performOpenInitialization() + 79
    10 com.apple.WebCore 0x00007fff80dde398 WebCore::IconDatabase::iconDatabaseSyncThread() + 232
    11 libSystem.B.dylib 0x00007fff85131456 pthreadstart + 331
    12 libSystem.B.dylib 0x00007fff85131309 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff850f82fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff850f896d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff858943c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8589384f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff855b34c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff85533e8d _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff85131456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff85131309 thread_start + 13
    Thread 5: Safari: SpinningProgressIndicator
    0 libSystem.B.dylib 0x00007fff850f82fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff850f896d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff858943c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8589384f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff8556ea18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff8556e8f7 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.Safari 0x000000010008fbdf 0x100000000 + 588767
    7 com.apple.Foundation 0x00007fff85533e8d _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff85131456 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff85131309 thread_start + 13
    Thread 6: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff850f82fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff850f896d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff858943c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8589384f CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f0f5 0x100000000 + 192757
    5 com.apple.Safari 0x000000010002f085 0x100000000 + 192645
    6 libSystem.B.dylib 0x00007fff85131456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff85131309 thread_start + 13
    Thread 7: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff8515191a __unlink + 10
    1 libSystem.B.dylib 0x00007fff851518f9 unlink + 14
    2 com.apple.Safari 0x000000010009936b 0x100000000 + 627563
    3 com.apple.Safari 0x00000001000470e1 0x100000000 + 291041
    4 com.apple.Safari 0x0000000100046969 0x100000000 + 289129
    5 libSystem.B.dylib 0x00007fff85131456 pthreadstart + 331
    6 libSystem.B.dylib 0x00007fff85131309 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff8513bdce select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff858b5e92 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff85131456 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff85131309 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x00007fff80fdd1f0 rbx: 0x00007fff5fbfd620 rcx: 0x0000000000000000 rdx: 0x00000001169d8400
    rdi: 0x00007fff5fbfd620 rsi: 0x00007fff5fbfd630 rbp: 0x00007fff5fbfca20 rsp: 0x00007fff5fbfc9d8
    r8: 0x0000000000000001 r9: 0x000000003c22c52d r10: 0x00000000000000ff r11: 0x00000001190d46c0
    r12: 0x00000001169d8400 r13: 0x00007fff5fbfd630 r14: 0x0000000000000000 r15: 0x0000000000000001
    rip: 0x00007fff80fdd1f0 rfl: 0x0000000000010206 cr2: 0x00007fff80fdd1f0
    Binary Images:
    0x100000000 - 0x1006a9fef com.apple.Safari 5.0 (6533.16) <055D70FE-977B-C3B3-4E40-E05E3D9CF0AB> /Applications/Safari.app/Contents/MacOS/Safari
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff8003bfef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
    0x7fff8003c000 - 0x7fff80044fff com.apple.DisplayServicesFW 2.2.2 (251) <A8AA237B-26DA-455D-4133-69B1D1E45DF4> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff80045000 - 0x7fff8004aff7 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
    0x7fff80075000 - 0x7fff800c4fef libTIFF.dylib ??? (???) <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff80103000 - 0x7fff8019dfff com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8019e000 - 0x7fff801a9fff com.apple.CrashReporterSupport 10.6.3 (250) <F74D84F2-26D0-BE89-00A8-238857AA83C5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff801c0000 - 0x7fff80201ff7 com.apple.CoreMedia 0.484.11 (484.11) <AEE7E9C9-9604-B0A7-053B-28954659CFE3> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8024d000 - 0x7fff8027cff7 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
    0x7fff80356000 - 0x7fff8036cff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8036d000 - 0x7fff803eafef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff803eb000 - 0x7fff806e9fe7 com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff806ea000 - 0x7fff8079ffe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff807a0000 - 0x7fff807acfff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff807ad000 - 0x7fff80929ff7 com.apple.WebKit 6533 (6533.16) <B0C2B2F5-9BC1-5907-17A7-E2039C1EF57B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8092a000 - 0x7fff809bafff 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
    0x7fff809bb000 - 0x7fff809e6ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff809e7000 - 0x7fff80aa4ff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff80ac1000 - 0x7fff80ba7fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff80ba8000 - 0x7fff80bb3fff com.apple.corelocation 12 (12) <5CD9B2E3-3F73-899B-5C9F-8F5EBC8A6BE6> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff80bb4000 - 0x7fff80bd4ff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff80c20000 - 0x7fff80d37fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff80d38000 - 0x7fff80d49fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff80d4a000 - 0x7fff80d60fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff80d92000 - 0x7fff80ddbfef libGLU.dylib ??? (???) <34D118CD-F9EE-D023-FEBF-74581DEF31CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff80ddc000 - 0x7fff81a4bfe7 com.apple.WebCore 6533 (6533.16) <8F1CAEF4-34FC-49D0-3DF2-937EE69B05D8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff81a4c000 - 0x7fff81a93ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff81b0e000 - 0x7fff81b1fff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff81b20000 - 0x7fff81eb9ff7 com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81fb4000 - 0x7fff82084ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <AA6EB690-6CCF-603D-AAC2-35B9E05D1593> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff82085000 - 0x7fff821c3fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff821f4000 - 0x7fff82249fef com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8224a000 - 0x7fff82251fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8228d000 - 0x7fff8230afef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8236c000 - 0x7fff823caff7 com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff823cb000 - 0x7fff824dafe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff82559000 - 0x7fff82a5dfe7 com.apple.VideoToolbox 0.484.11 (484.11) <4577FF14-E6A7-AAD8-E6E6-ECA9CFCC6989> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff82a5e000 - 0x7fff82aa3fff com.apple.CoreMediaIOServices 130.0 (1035) <567D7949-3115-4E78-8F27-B28968CC25F7> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff82aa4000 - 0x7fff82ac9fe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff82aca000 - 0x7fff834c0fff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff834c1000 - 0x7fff834dffff libPng.dylib ??? (???) <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff834e0000 - 0x7fff83523ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <DF457CB3-CE61-0FD4-1403-BB68BC2CC998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff83524000 - 0x7fff8359ffff com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff835a0000 - 0x7fff835a1fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff835a2000 - 0x7fff835b6fff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff835b7000 - 0x7fff83621fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8366a000 - 0x7fff836adfff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff836ae000 - 0x7fff83730fff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff83731000 - 0x7fff83779ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8377a000 - 0x7fff837bbfef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff83936000 - 0x7fff83947fff SyndicationUI ??? (???) <46D6FA2B-1818-1756-A453-23EB0AC587EB> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff83948000 - 0x7fff83a08fff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff83ad3000 - 0x7fff83ad3ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff83b1e000 - 0x7fff83c46ff7 com.apple.MediaToolbox 0.484.11 (484.11) <F50B5552-8527-C75D-873F-66A61D04E32A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff83c47000 - 0x7fff83c4dff7 IOSurface ??? (???) <EB2019F6-7C5C-3D59-E11F-6119466C12A9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff83c4e000 - 0x7fff83c5dff7 com.apple.opengl 1.6.8 (1.6.8) <0CDC4F98-7981-A114-1778-AF171075138E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83c5e000 - 0x7fff83ccaff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff83ccb000 - 0x7fff83d00fef com.apple.framework.Apple80211 6.2.3 (623.1) <E58C0A3A-BA14-9703-F6A3-3951A862570C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff83d01000 - 0x7fff83d3efff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff83d3f000 - 0x7fff83d40fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff83d41000 - 0x7fff83df7fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff83df8000 - 0x7fff83e0efff 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
    0x7fff83e2a000 - 0x7fff83f43fef libGLProgrammability.dylib ??? (???) <B057FC52-6A97-F450-48D8-325A70423A53> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff83f44000 - 0x7fff83f44ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83f45000 - 0x7fff83f45ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83f46000 - 0x7fff83f77fff libGLImage.dylib ??? (???) <2F18DB77-CF77-1311-9E20-FE460090C166> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff83f78000 - 0x7fff83ff6fff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff84189000 - 0x7fff84198fff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff842f4000 - 0x7fff842faff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff842fb000 - 0x7fff842fdfff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8430a000 - 0x7fff844f4fe7 com.apple.JavaScriptCore 6533 (6533.13) <C2D33B72-06F1-B789-6FD3-FB09EEB6C907> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff844f5000 - 0x7fff84539fe7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff8453a000 - 0x7fff845bffff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff845c0000 - 0x7fff845c0ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff84609000 - 0x7fff84713ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff84714000 - 0x7fff84714ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff84715000 - 0x7fff84729ff7 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
    0x7fff849b0000 - 0x7fff84ad5fef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff84ad6000 - 0x7fff84f19fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff84f1a000 - 0x7fff8501efff com.apple.PubSub 1.0.5 (65.19) <10137D49-8771-05F0-AC60-B41F6A8E0D87> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff8501f000 - 0x7fff85040fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff85041000 - 0x7fff850f6fe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff850f7000 - 0x7fff852b7fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    0x7fff852b8000 - 0x7fff852bbff7 libCoreVMClient.dylib ??? (???) <DBB2C09F-4BF4-326C-B775-B7A128C501E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff852bc000 - 0x7fff852c9fe7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff852ca000 - 0x7fff852ceff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <E666EBC7-2D87-A3C6-9461-A596B4E53593> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff852cf000 - 0x7fff8543efe7 com.apple.QTKit 7.6.6 (1742) <7E254184-757D-E87C-5B2A-7612A2C85243> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8543f000 - 0x7fff8547afff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8547b000 - 0x7fff8548afff libxar.1.dylib ??? (???) <2C4E4D13-263B-6EFF-C6FD-FB8BA6DB3EF0> /usr/lib/libxar.1.dylib
    0x7fff8548b000 - 0x7fff854d2fef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff854d3000 - 0x7fff854d3ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff854d4000 - 0x7fff854e9ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff854ea000 - 0x7fff85522ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <94776929-EF76-D979-5412-940C845BAC5D> /usr/lib/libssl.0.9.8.dylib
    0x7fff85523000 - 0x7fff857a4fef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff857a5000 - 0x7fff857deff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff857df000 - 0x7fff85847fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff85848000 - 0x7fff859bdff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff859ca000 - 0x7fff859e5ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff859e6000 - 0x7fff85a09fff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff85a0a000 - 0x7fff85a0aff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff85a0b000 - 0x7fff85a55ff7 com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff85d9a000 - 0x7fff85fd5fef com.apple.imageKit 2.0.3 (1.0) <8DA80BC9-C671-BD89-EA2E-3C632D6ECE30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff85fd6000 - 0x7fff85fe8fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff85fe9000 - 0x7fff85feffff libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <2D72D55A-C8FE-78DD-602E-E934057EDF95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff85ff0000 - 0x7fff866ed067 com.apple.CoreGraphics 1.543.50 (???) <46A7D60C-0500-B96C-ECAD-1D658487D213> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8684f000 - 0x7fff868a0fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff868a1000 - 0x7fff870abfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff870ac000 - 0x7fff870afff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff870b0000 - 0x7fff8711efff com.apple.AppleVAFramework 4.9.20 (4.9.20) <78727165-8D44-0354-6F6C-68FD798E04A1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8711f000 - 0x7fff87121fff libRadiance.dylib ??? (???) <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff87122000 - 0x7fff87130ff7 libkxld.dylib ??? (???) <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib
    0x7fff87131000 - 0x7fff872e7fef com.apple.ImageIO.framework 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff872e8000 - 0x7fff8734afe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8739a000 - 0x7fff873b3fff 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
    0x7fff873d5000 - 0x7fff87484fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff87485000 - 0x7fff87490ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff87491000 - 0x7fff876d3fef com.apple.AddressBook.framework 5.0.2 (870) <A1278575-53F2-CC00-7306-E49713FEC7C6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff876d4000 - 0x7fff87a49fe7 com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff87a71000 - 0x7fff87cf7ff7 com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87cf8000 - 0x7fff87eb6fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x7fff8809b000 - 0x7fff880c3fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff88101000 - 0x7fff881bafff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff881bb000 - 0x7fff8824afff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff8824b000 - 0x7fff882d7fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff882d8000 - 0x7fff883b2ff7 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
    0x7fff883b3000 - 0x7fff8861cff7 com.apple.QuartzComposer 4.1 (156.16) <0BAE3C90-CF60-C0C7-C29E-BF9922074095> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff88642000 - 0x7fff8868bff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8868c000 - 0x7fff886dbff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff886dc000 - 0x7fff88728fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff88737000 - 0x7fff887d7fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff887ee000 - 0x7fff887eeff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff887ef000 - 0x7fff887f3ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff887f4000 - 0x7fff888bffe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <3C223A94-EF14-28C5-844B-C25DFC87FB42> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff888c0000 - 0x7fff888c5fff libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff888e1000 - 0x7fff88907fe7 libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8899e000 - 0x7fff889cffef libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff88a0f000 - 0x7fff88a14fff libGFXShared.dylib ??? (???) <1265FAEF-1C97-B339-28A4-4510589B067B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff88c44000 - 0x7fff88cc3fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88cc4000 - 0x7fff88d05fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff88d06000 - 0x7fff88d43ff7 libFontRegistry.dylib ??? (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff88d44000 - 0x7fff88d45ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff88d46000 - 0x7fff89079fe7 com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8907a000 - 0x7fff8907dfff 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
    0x7fff8907e000 - 0x7fff8907fff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.21f4
    Graphics: ATI Radeon HD 2600 Pro, ATI,RadeonHD2600, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST3500630AS Q, 465.76 GB
    Parallel ATA Device: OPTIARC DVD RW AD-5630A
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa200000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0707, 0xfa220000
    USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa210000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x1a100000
    FireWire Device: d2 quadra (button), LaCie, Up to 800 Mb/sec
    FireWire Device: FreeAgent FW, Seagate, Up to 800 Mb/sec
    Any ideas, anyone??
    Thanks.

    PS, the Dashboard Client also crashes unprompted. I've tried both repairing disk permissions and rebooting.
    Process: DashboardClient [369]
    Path: /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
    Identifier: com.apple.dashboard.client
    Version: 1.7 (1.7)
    Build Info: Dock-7690000~30
    Code Type: X86-64 (Native)
    Parent Process: Dock [128]
    Date/Time: 2010-06-29 12:14:12.892 +0100
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 14420 sec
    Crashes Since Last Report: 33
    Per-App Interval Since Last Report: 11 sec
    Per-App Crashes Since Last Report: 7
    Anonymous UUID: FBE1D085-23EC-4139-90F2-A474D677B97C
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000003
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.WebCore 0x00007fff80fdfb40 WebCore::TextResourceDecoder::checkForCSSCharset(char const*, unsigned long, bool&) + 0
    1 com.apple.WebCore 0x00007fff80e0dd54 WebCore::Page::userStyleSheet() const + 372
    2 com.apple.WebCore 0x00007fff80e0daa6 WebCore::Document::pageUserSheet() + 70
    3 com.apple.WebCore 0x00007fff80e0d9d0 WebCore::Document::createStyleSelector() + 96
    4 com.apple.WebCore 0x00007fff80e4e7fe WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1438
    5 com.apple.WebCore 0x00007fff80dfeb4f WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 223
    6 com.apple.WebCore 0x00007fff80e4ba63 WebCore::Document::updateStyleSelector() + 131
    7 com.apple.WebCore 0x00007fff80e4b48d WebCore::Page::userStyleSheetLocationChanged() + 381
    8 com.apple.WebKit 0x00007fff807b8d86 -[WebView(WebPrivate) _preferencesChangedNotification:] + 2790
    9 com.apple.Foundation 0x00007fff8553384e nsnotecallback + 167
    10 com.apple.CoreFoundation 0x00007fff858a0a90 __CFXNotificationPost + 1008
    11 com.apple.CoreFoundation 0x00007fff8588d008 _CFXNotificationPostNotification + 200
    12 com.apple.Foundation 0x00007fff8552a7b8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
    13 ...e.dashboardclient.framework 0x00000001000185d7 -[DBCWidget initWithPath:uid:wid:manager:serverPort:widgetPort:startupURL:] + 1793
    14 ...e.dashboardclient.framework 0x000000010001ada2 -[DBCWidgetProcess _fetchWidgetsFromServer:] + 756
    15 com.apple.Foundation 0x00007fff8553384e nsnotecallback + 167
    16 com.apple.CoreFoundation 0x00007fff858a0a90 __CFXNotificationPost + 1008
    17 com.apple.CoreFoundation 0x00007fff8588d008 _CFXNotificationPostNotification + 200
    18 com.apple.Foundation 0x00007fff8552a7b8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
    19 com.apple.AppKit 0x00007fff82b3e832 -[NSApplication _postDidFinishNotification] + 100
    20 com.apple.AppKit 0x00007fff82b3e767 -[NSApplication _sendFinishLaunchingNotification] + 66
    21 com.apple.AppKit 0x00007fff82c09719 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 219
    22 com.apple.AppKit 0x00007fff82c09395 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 77
    23 com.apple.Foundation 0x00007fff8556214a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    24 com.apple.Foundation 0x00007fff85561f7a _NSAppleEventManagerGenericHandler + 114
    25 com.apple.AE 0x00007fff85442323 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    26 com.apple.AE 0x00007fff8544221c dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    27 com.apple.AE 0x00007fff85442123 aeProcessAppleEvent + 210
    28 com.apple.HIToolbox 0x00007fff8041f741 AEProcessAppleEvent + 48
    29 com.apple.AppKit 0x00007fff82b0e481 _DPSNextEvent + 1191
    30 com.apple.AppKit 0x00007fff82b0dbed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    31 com.apple.AppKit 0x00007fff82ad38d3 -[NSApplication run] + 395
    32 com.apple.dashboard.client 0x0000000100004e71 0x100000000 + 20081
    33 com.apple.dashboard.client 0x0000000100001380 0x100000000 + 4992
    Thread 1: Dispatch queue: com.apple.CFURLCACHEworkqueue
    0 libSystem.B.dylib 0x00007fff85139d0a fsync + 10
    1 libsqlite3.dylib 0x00007fff88106827 unixSync + 71
    2 libsqlite3.dylib 0x00007fff8810962e syncJournal + 494
    3 libsqlite3.dylib 0x00007fff8811a086 sqlite3PagerCommitPhaseOne + 1478
    4 libsqlite3.dylib 0x00007fff8811ffae sqlite3BtreeCommitPhaseOne + 558
    5 libsqlite3.dylib 0x00007fff88148113 sqlite3VdbeHalt + 3107
    6 libsqlite3.dylib 0x00007fff88183ba4 sqlite3VdbeExec + 6340
    7 libsqlite3.dylib 0x00007fff8818d778 sqlite3_step + 1384
    8 libsqlite3.dylib 0x00007fff8818e2c5 sqlite3_exec + 341
    9 com.apple.CFNetwork 0x00007fff81fcaf18 __CFURLCache::PostDatabaseOpenPragmaExecute() + 54
    10 com.apple.CFNetwork 0x00007fff81fc4c46 __CFURLCache::OpenDatabase() + 124
    11 com.apple.CFNetwork 0x00007fff81fc4753 ProcessCacheTasks(__CFURLCache*) + 635
    12 com.apple.CFNetwork 0x00007fff81fc4063 _CFURLCacheTimerCallback(void*) + 282
    13 libSystem.B.dylib 0x00007fff851341b0 dispatch_call_block_andrelease + 15
    14 libSystem.B.dylib 0x00007fff85112d52 dispatch_queuedrain + 251
    15 libSystem.B.dylib 0x00007fff85112bb4 dispatch_queueinvoke + 57
    16 libSystem.B.dylib 0x00007fff8511275e dispatch_workerthread2 + 252
    17 libSystem.B.dylib 0x00007fff85112088 pthreadwqthread + 353
    18 libSystem.B.dylib 0x00007fff85111f25 start_wqthread + 13
    Thread 2: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8511108a kevent + 10
    1 libSystem.B.dylib 0x00007fff85112f5d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff85112c34 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8511275e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff85112088 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85111f25 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000003 rbx: 0x0000000100605050 rcx: 0x00007fff5fbfce7f rdx: 0x0000000000000096
    rdi: 0x0000000100605050 rsi: 0x000000010043de30 rbp: 0x00007fff5fbfceb0 rsp: 0x00007fff5fbfce08
    r8: 0x0000000000000068 r9: 0x0000000000000074 r10: 0x000000010010b800 r11: 0x0000000000000000
    r12: 0x0000000100610f00 r13: 0x00007fff5fbfcf10 r14: 0x0000000000000096 r15: 0x000000010043de30
    rip: 0x00007fff80fdfb40 rfl: 0x0000000000010246 cr2: 0x0000000000000003
    Binary Images:
    0x100000000 - 0x100006fff com.apple.dashboard.client 1.7 (1.7) <90F16B2C-EAA0-3FDC-EA02-EFB9E00F4148> /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
    0x10000c000 - 0x100025ff7 com.apple.dashboardclient.framework 1.7 (767) <13EB307F-2D12-15F1-FBF4-EB3DBDC3EE7F> /System/Library/PrivateFrameworks/DashboardClient.framework/Versions/A/Dashboar dClient
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff8003bfef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
    0x7fff80045000 - 0x7fff8004aff7 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
    0x7fff80075000 - 0x7fff800c4fef libTIFF.dylib ??? (???) <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff80103000 - 0x7fff8019dfff com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff80356000 - 0x7fff8036cff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8036d000 - 0x7fff803eafef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff803eb000 - 0x7fff806e9fe7 com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff806ea000 - 0x7fff8079ffe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff807ad000 - 0x7fff80929ff7 com.apple.WebKit 6533 (6533.16) <B0C2B2F5-9BC1-5907-17A7-E2039C1EF57B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8092a000 - 0x7fff809bafff 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
    0x7fff809bb000 - 0x7fff809e6ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff809e7000 - 0x7fff80aa4ff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff80ac1000 - 0x7fff80ba7fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff80bb4000 - 0x7fff80bd4ff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff80c20000 - 0x7fff80d37fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff80d4a000 - 0x7fff80d60fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff80d92000 - 0x7fff80ddbfef libGLU.dylib ??? (???) <34D118CD-F9EE-D023-FEBF-74581DEF31CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff80ddc000 - 0x7fff81a4bfe7 com.apple.WebCore 6533 (6533.16) <8F1CAEF4-34FC-49D0-3DF2-937EE69B05D8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff81a4c000 - 0x7fff81a93ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff81b0e000 - 0x7fff81b1fff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff81b20000 - 0x7fff81eb9ff7 com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81fb4000 - 0x7fff82084ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <AA6EB690-6CCF-603D-AAC2-35B9E05D1593> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff82085000 - 0x7fff821c3fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff821f4000 - 0x7fff82249fef com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8224a000 - 0x7fff82251fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8236c000 - 0x7fff823caff7 com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff823cb000 - 0x7fff824dafe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff82aa4000 - 0x7fff82ac9fe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff82aca000 - 0x7fff834c0fff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff834c1000 - 0x7fff834dffff libPng.dylib ??? (???) <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff835a2000 - 0x7fff835b6fff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff835b7000 - 0x7fff83621fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff83731000 - 0x7fff83779ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8377a000 - 0x7fff837bbfef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff83948000 - 0x7fff83a08fff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff83ad3000 - 0x7fff83ad3ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff83c47000 - 0x7fff83c4dff7 IOSurface ??? (???) <EB2019F6-7C5C-3D59-E11F-6119466C12A9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff83c4e000 - 0x7fff83c5dff7 com.apple.opengl 1.6.8 (1.6.8) <0CDC4F98-7981-A114-1778-AF171075138E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83d3f000 - 0x7fff83d40fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff83d41000 - 0x7fff83df7fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff83df8000 - 0x7fff83e0efff 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
    0x7fff83e2a000 - 0x7fff83f43fef libGLProgrammability.dylib ??? (???) <B057FC52-6A97-F450-48D8-325A70423A53> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff83f44000 - 0x7fff83f44ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83f45000 - 0x7fff83f45ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83f46000 - 0x7fff83f77fff libGLImage.dylib ??? (???) <2F18DB77-CF77-1311-9E20-FE460090C166> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff83f78000 - 0x7fff83ff6fff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff84189000 - 0x7fff84198fff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff842f4000 - 0x7fff842faff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff842fb000 - 0x7fff842fdfff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8430a000 - 0x7fff844f4fe7 com.apple.JavaScriptCore 6533 (6533.13) <C2D33B72-06F1-B789-6FD3-FB09EEB6C907> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8453a000 - 0x7fff845bffff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff845c0000 - 0x7fff845c0ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff84714000 - 0x7fff84714ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff84715000 - 0x7fff84729ff7 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
    0x7fff849b0000 - 0x7fff84ad5fef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff84ad6000 - 0x7fff84f19fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8501f000 - 0x7fff85040fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff85041000 - 0x7fff850f6fe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff850f7000 - 0x7fff852b7fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    0x7fff852b8000 - 0x7fff852bbff7 libCoreVMClient.dylib ??? (???) <DBB2C09F-4BF4-326C-B775-B7A128C501E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff852bc000 - 0x7fff852c9fe7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8543f000 - 0x7fff8547afff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff854d3000 - 0x7fff854d3ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff854d4000 - 0x7fff854e9ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff85523000 - 0x7fff857a4fef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff85848000 - 0x7fff859bdff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff859ca000 - 0x7fff859e5ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff859e6000 - 0x7fff85a09fff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff85a0a000 - 0x7fff85a0aff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff85a0b000 - 0x7fff85a55ff7 com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff85fd6000 - 0x7fff85fe8fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff85ff0000 - 0x7fff866ed067 com.apple.CoreGraphics 1.543.50 (???) <46A7D60C-0500-B96C-ECAD-1D658487D213> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8684f000 - 0x7fff868a0fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff868a1000 - 0x7fff870abfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff870ac000 - 0x7fff870afff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8711f000 - 0x7fff87121fff libRadiance.dylib ??? (???) <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff87122000 - 0x7fff87130ff7 libkxld.dylib ??? (???) <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib
    0x7fff87131000 - 0x7fff872e7fef com.apple.ImageIO.framework 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff8739a000 - 0x7fff873b3fff 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
    0x7fff873d5000 - 0x7fff87484fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff87485000 - 0x7fff87490ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff876d4000 - 0x7fff87a49fe7 com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff87a71000 - 0x7fff87cf7ff7 com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87cf8000 - 0x7fff87eb6fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x7fff8809b000 - 0x7fff880c3fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff88101000 - 0x7fff881bafff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff8824b000 - 0x7fff882d7fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff882d8000 - 0x7fff883b2ff7 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
    0x7fff8868c000 - 0x7fff886dbff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff886dc000 - 0x7fff88728fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff88737000 - 0x7fff887d7fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff887ef000 - 0x7fff887f3ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff888c0000 - 0x7fff888c5fff libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff888e1000 - 0x7fff88907fe7 libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff88a0f000 - 0x7fff88a14fff libGFXShared.dylib ??? (???) <1265FAEF-1C97-B339-28A4-4510589B067B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff88c44000 - 0x7fff88cc3fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88cc4000 - 0x7fff88d05fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff88d44000 - 0x7fff88d45ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff88d46000 - 0x7fff89079fe7 com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8907a000 - 0x7fff8907dfff 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
    0x7fff8907e000 - 0x7fff8907fff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.21f4
    Graphics: ATI Radeon HD 2600 Pro, ATI,RadeonHD2600, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.3f8, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST3500630AS Q, 465.76 GB
    Parallel ATA Device: OPTIARC DVD RW AD-5630A
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa200000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0707, 0xfa220000
    USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa210000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x1a100000
    FireWire Device: d2 quadra (button), LaCie, Up to 800 Mb/sec
    FireWire Device: FreeAgent FW, Seagate, Up to 800 Mb/sec

  • Had to disabled add ons but it seems to have caused YouTube to insist I upgrade Adobe Flash Player. Did so several times, rebooted and reinstalled Foxfire but still can't play any videos on YouTube with Firefox. Chrome works fine. Please fix.

    Youtube on Firefox won't recognize Adobe Flash Player.

    What is your current Flash Player version: http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html ?
    What is your display adapter, driver version & date?  See http://forums.adobe.com/thread/945765

  • HT1351 Music imported from  CDs will not synch to my iphone or ipad - even though it's ticked and set up correctly. Looking at other posts this seems ot have been an issue for ages. The latest itunes software update hasn't fixed it

    This has now been ongoing for over a month - the lastest software release hasn't fixed it.
    I can import music from CDs - the tracks are ticked for synching and all the associated rigmarole is correct.
    Problem is when I synch, apps go across but imported music doesn't. It just gets to step 5 - waiting for changes to be applied  - and then does nothing until it eventually finishes synching but no music has come across.
    Same issue on my iphone.
    I have looked at some solutions on forums but they seem complicated and I don't understand why apple haven't yet fixed this (or why you can't contact them). Seems a basic fundamental service that they are not supplying.
    Having spoken to people in the family, its seems I'm not laone with this problem (unless you have a mac......)

    I had this same problem with my new MBP 15", but only with the USB port on the left side. The USB port on the right side worked fine. Perhaps the ports on the left don't have enough signal energy for the iPhone.
    Anyway, try using a different USB port, and if that doesn't work, perhaps you could try a powered USB hub.

  • IPod software upgrade seems to have disabled my iPod

    I plugged my iPod in and got asked if I wanted to update to the latest software. I clicked sure so now my iPod is apparently at version 1.2.2. Now none of my music or podcast show up on the iPod. I tried clicking the Synch and it chatted for a while then said it was done. Still no songs or podcasts. Based on the amount of memory available it looks like all my music is still on the iPod.
    I guess I can restore but it but I should not have to do that. Either way I wanted to let someone know that tis may be a bug.
    Thanks,
    Joel

    wow, im GLAD my ipod wouldnt update... it kept saying "the file is corrupt" so i came here to remember how to fix that (its happened b4)... but after reading this im just gona keep with the old version... besides it cant be that good of an update.
    and to answer your question... "I wonder why Apple of all people would choose not to support a MS OS" ...its because apple *** *** through a straw and i only trust them with my music. not only that... but they seem like a company that doesent like to look back because im sure your ipod would be fine if you got a new computer with their newest operating system (whats it called leprosy? or leapfrog?... something like that)
    too bad you cant just upgrade... nope! that would void your waranty!!!!
    lolz

  • IPad 2 upgrade to iOS 8 causing performance issues?

    I upgraded my iPad 2 to iOS 8 and it's now no longer functioning quickly enough to be usable.  For example, it takes several seconds for the screen to simply shift from portrait to landscape.  The delay in typing alone makes it unusable.  Anyone else having the same problem?  I tried to reinstall iOS 7 but wasn't successful.  Anyone figure out how to fix this?

    Adding more bellow.....
    (Same issue happening to my iPad.... plus....when apps are opened they take too long too load up, at times there is a black screen, not just blank, but a black coloured screen. Than after waiting for it to open, after a few minutes of using the app (any app) or if I put my iPad to sleep to go do something else and go back to the app it is frozen and can not be used... so I must close it, so either by four finger swipe up or double clicking the home button and closing app and reopening it to work. This happens while reading emails as well. What about iCloud account not working, rejecting the password that works on an iPhone but not on the iPad! Annoying! Has anyone escalated these problems so that the Apple people do something about it. My iPad also gets real hot...this has been happening from the first time I purchased it, this has not stopped it still heats up, I have called and spoken to apple about it, around 3 or 4 times, but they keep saying its normal, but it's not...other friends that have iPads, and I have quite a few friends who do have an iPad, their iPads do not heat up like mine, and we would be at same meeting using our iPads! HELP US APPLE....)
    Forgot to mention....multitasking gestures stop working...and that wifi gets disconnected on iPad to many times a day. the list is growing!! I think Apple is trying to get us to buy new iPada or iPhones, if they can add U2 album to your music list, then can do anything! I wonder....if we should all go get a windows based computer! My desktop is a dell..works just fine never had issues like these,

  • IMAQ Upgrade seems to have broken some code

    We recently upgraded from the IMAQ 4.0 to 4.5, and some pieces of labview code we wrote have broken. When i boot it up, it gives me warnings like the ones at the bottom. I figure the simplest fix is just to download the old .dll files and overwrite them somehow...does anybody have any ideas on how to do this?
    imgBufferElement.vi
        - The shared library expected to be at "imaq.dll" was loaded from "C:\WINDOWS\system32\imaq.dll".
    imgClose.vi
        - The shared library expected to be at "imaq.dll" was loaded from "C:\WINDOWS\system32\imaq.dll".
    imgCreateBufList.vi
        - The shared library expected to be at "imaq.dll" was loaded from "C:\WINDOWS\system32\imaq.dll".
    imgSessionAttribute.vi
        - The shared library expected to be at "imaq.dll" was loaded from "C:\WINDOWS\system32\imaq.dll".
    imgSessionLineTrigSource2.vi
        - The shared library expected to be at "imaq.dll" was loaded from "C:\WINDOWS\system32\imaq.dll".
    imgSessionTriggerConfigure2.vi
        - The shared library expected to be at "imaq.dll" was loaded from "C:\WINDOWS\system32\imaq.dll".
    imgSetRoi.vi
        - The shared library expected to be at "imaq.dll" was loaded from "C:\WINDOWS\system32\imaq.dll".
    SessionLookUp.vi
        - The shared library expected to be at "imaq.dll" was loaded from "C:\WINDOWS\system32\imaq.dll".

    gswang wrote:
    Oops, sorry, actually. I'm not sure what version it used to be, but it currently is 4.1. Is there a way to determine what we upgraded from?
    No and those errors are no errors but warnings and as such in fact a bit overreacting. What it says is that a Call Library Node trying to load imaq.dll (which without path means to load it from the one of the Windows standard search paths where the system directory is also part of) has been redirected to load said DLL from the system directory. A rather strange message in fact as those are virtually the same for a properly configured Windows system. Bascially you can ignore this specific warning completely as it informs you of something that Windows will do anyhow, unless you start to copy and move DLLs that were originally installed in the system directory.
    What LabVIEW version is that?
    Rolf Kalbermatter
    Message Edited by rolfk on 08-11-2009 09:00 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Latest version of Flash (10.3) seems to have caused loss of ALL sound!

    First, here are my specifics:  I have a HP 2140 Notebook (32-bit system) running Windows XP, Firefox 5.0.
    Here is what I did:  yesterday, I downloaded the latest version (10.3) of Flash.  I didn't do anything else differently.
    Sometime later (the problem did NOT happen immediately), I realized that I had NO sound at all on my computer--i.e, not just Flash sounds, but no alerts, no startup/shut-down sounds, no NOTHING!
    Hours & hours of research and trial & errior have led me to connect this problem to Flash.  I have actually restored the sound TWICE--I believe through deleting & reinstalling Flash as well as delecting Macromedia cookies, etc.--but both times, after a period of time in which I didn't do ANYTHING else, the sound went away again.
    As you might be able to tell, I am extremely frustrated at this point!  Right now, I have uninstalled Flash and left it off, but still, no sound.  This can't be a problem with my computer or my sound card--the drivers are updated, all components are reported to be functioning normally, etc.
    Someone, please help!  I am fairly computer-savvy about the basics, but not about technical stuff, so please, if you know what the issue might be, step-by-step instructions would be awesome, and I would be extremely grateful!!!

    That's the problem--my computer is NOT a Pavillion machine.  However, after I replied last night, I realized that instead of the using the model number (HP 2140), I could use the product number which was also located on the bottom of my machine (a longer, more random string of numbers).  When I did this, the correct HP Notebook 2140 came up, even though this model is not otherwise listed on the site.  After that, I was able to access the driver info.
    Unfortunately, by that time it was almost midnight, and I had to work today!   But I will try to download the appropriate driver as soon as I get home this afternoon.
    You said you are not convinced that the audio drivers are the problem--is there something else that you can think of?  Do you think that my problem is related to Flash as I suspected?  What about the fact that I DID actually restore sound on two separate occasions--wouldn't that suggest at least that my speakers are working?
    Thank you again for sticking with me on this!!!

  • Security Update 2008-5 seems to have generated no issues

    Just updated 2 of my 3 boxes to the latest Update - third one just finished. I used the software updater, not the manual DL for this one.
    I see no posts about it, so it seems that things are settling down.
    This one is related to some hackers and the DNS system, among other things.
    Another reason not to bother with AV software - - yet. Apple seems to be on top of most of these things.
    Again, if this update comes along with an iTunes update I strongly suggest doing the iTunes first (no reboot required) and then doing the Security update (requires reboot). Both require admin authentication and I never trust doing simultaneous multiple updates.
    Message was edited by: nerowolfe

    In my case there was an issue. My Powerbook is up to date and the iTunes update was separately applied prior to this (without problems). I Repair Permissions before and after doing updates. And I do a fresh Restart of the machine immediately prior to running Software Update.
    In my case the Security Update was applied by Software Update. It downloaded without problems, moved to the Restart phase, installed there without problems, and then proceeded to shutdown and Restart.
    During the Restart, I got as far as the white screen with the gray Apple logo and the spinning gear. Thirty minutes later it was still sitting there and a careful listen revealed that there was no disc activity going on.
    So I did a forced shutdown of the Powerbook (hold power button for 10 seconds).
    Then I did a Safe Mode reboot which worked fine, an immediate shutdown (no login) at the end of that, and then a reboot with reset of PRAM, which also worked fine. (The shutdown from the Safe Mode boot briefly put up the message that the Boot Cache files were being updated.)
    At this point the machine continued to boot up normally. I did a Repair Permissions and Verify Disk, neither of which reported any problems, and looked in the Console but could find no messages that appeared relevant up to the point of the failed reboot or during the subsequent Safe Mode reboot and PRAM reset reboot.
    Running Software Update does not offer the Security Update again and so Software Update thinks it is done -- as makes sense since the Console included the messages recording the update as having completed.
    As best I can tell, my system seems to be functioning just fine at this point. Normal Restarts and all applications work without problem.
    I can only assume there was something in the cache files that the original Restart was not happy with, which the Safe Mode reboot cleaned out of the way.
    This was the first time I've had an issue like this with Restart after a Software Update.
    --Bob

  • 10.4.9 Upgrade Seems to Have Broken Sieve Filters in Squirrel Mail

    I upgraded to 10.4.9 (thanks to all of Alex's good advice and excellent help), the upgrade went well after forcing an install of MIME::Base64 and Net::Server.
    However, the Sieve Filters in Squirrel no longer work properly. To be exact, it looks like the filters themselves continue to work, but when you use a browser to go to the filter's page, it's blank.
    My system has some tweaks due to a BuildSmart install and a few other modules, so this problem may only relate to my server.
    Anyway, can someone suggest a place to start in tracking this down?
    From the httpd error log:
    [Fri Mar 16 12:12:57 2007] [error] PHP Notice: Object of class ContentType could not be converted to int in /usr/share/squirrelmail/class/mime/Rfc822Header.class.php on line 61
    [Fri Mar 16 12:51:11 2007] [error] PHP Fatal error: Call to undefined function sqmb_listencodings() in /usr/share/squirrelmail/functions/imaputf7local.php on line 27
    [Fri Mar 16 12:51:36 2007] [error] PHP Fatal error: Call to undefined function sqmb_listencodings() in /usr/share/squirrelmail/functions/imaputf7local.php on line 27

    OK. I fixed the trouble.
    Before the 10.4.9 update, I was running SquirrelMail 1.4.9a (I had upgraded using Alex's upgrade instructions at http://osx.topicdesk.com/downloads/). I had used Ian Butler's instructions for installing avelsieve at http://discussions.apple.com/thread.jspa?messageID=660096#660096
    However, after the 10.4.9 upgrade, SquirrelMail was back to running 1.4.5.
    So, I reinstalled version 1.4.9a and copied the old avelsieve directory from a pre-10.4.9 boot clone back-up I had into /usr/share/squirrelmail/plugins.
    After running /etc/squirrelmail/config/conf.pl and re-enabling the avelsieve plugin, all is well.

  • Mavericks upgrade seems to have erased printer utility

    Have just done a clean install of Marverick on my Mac and downloaded and installed the software update that allowed me to get the printer (HP photosmart C309a series) to scan. Printed fine after loading Maverick but I can't find the printer utility that was there before that shows ink levels and cleaning of print heads, etc.

    Problem with HP Photosmart C5180 All-in-One scanner no more and no longer sees the photo paper tray. The problem is solved using the scanner Anteprima.App matter scanner, but what about the second problem I just have to attach the printer to another computer Window XP, I hope HP Update for OS X Mavericks.
    Spoiler (Highlight to read)
    Spoiler (Highlight to read)

  • I seem to have a sound issue some of my tones and alerts have no sound and my volume keys on the side of my 4s dont work why???

    anyone have a solution to problems with sound alerts or lack of them and side volume keys not working?????????????

    sunshinesunshine wrote:
    So basically if a iphone has a fault after the 1 year warranty period is over, there is nothing the consumer can do but purchase a new phone??
    Pretty much. Except that Apple will replace it for a fixed fee that is far less than the cost of a new phone. In the US the replacement cost for an iPhone 4 is $149. It is comparable in the UK. Unless you can prove that the fault was present at the time of purchase. A switch wearing out would probably be considered normal wear and tear, not a "fault".

  • I had Zotero connect to this with my older Version, it automaticlly upgraded and now I seem to have lost it, how do I get it back?

    I need to get my zotero back. It has all my sources for my master's thesis which is due in two to three weeks. www.zotero.com is no help. The button for it no longer shows in the bottom of the screen when I open up Firefox. The automatic Firefox upgrade seems to have destroyed my zotero files with all of my bibliographic entries. I need to get this back ASAP! I really do not want to have to take the time to redo the entire thing. www.zotero.com is no help. I sign in and my library has nothing in it. They are no help as they just tell me to down load it again.
    Heather McLaughlin
    [email protected]
    520-248-0654

    See:
    *https://support.mozilla.org/kb/what-happened-to-the-add-on-bar
    See also:
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    *https://support.mozilla.org/kb/how-to-make-new-firefox-look-like-old-firefox
    *The Addon Bar (restored): https://addons.mozilla.org/firefox/addon/the-addon-bar/
    *Tabs On Bottom: https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
    *Classic Theme Restorer: https://addons.mozilla.org/firefox/addon/classicthemerestorer/

  • Illustrator crashing after 16.0.1update, 16.0.2 update seems to have fixed it

    I am running win7 with latest updates, running Illustrator (64-bit) from CS6 Web and Design Premium Suite.
    Illustrator crashed 6 times this week after installing the updates from the end of last week (update 16.0.1). The updates that were released today seem to have fixed it, although I cannot absolutely confirm this.
    I have spent the past hour trying to break the software doing the same tasks that caused crashes earlier this week, and then far more extreme tasks then I would ever actually do or need to do, and have not been able to recreate the same crash problems.
    I have been using Illustrator for nearly 15 years, it's been very rare that I've ever experienced an illustrator crash like what was happening after the 16.0.1 update. I didn't have time to troubleshoot the issue until today, fortunately the 16.0.2 update seems to have resolved the issue. If the issue returns I will follow up with another post - it's rare though that I find an article that says "I've had this problem, but it looks like you fixed it". Thank you Adobe for the fix.

    my apps still dont work =[
    new ones i download work but the old ones dont!!
    how do i fix this? i dont want to uninstall every single app
    and i have tris.. how can i re-download that?! i cant if i take it off
    anyone know how to make my old apps work?

Maybe you are looking for