Bug 113943 - Return keystrokes in phpBB causing a crash in CompositeEditCommand::insertNodeAt
Summary: Return keystrokes in phpBB causing a crash in CompositeEditCommand::insertNodeAt
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.5
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-04 10:16 PDT by nonegiven
Modified: 2013-04-08 09:25 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nonegiven 2013-04-04 10:16:09 PDT
A persistent and duplicatable problem ...

Whilst editing a post in phpBB, two return keystrokes will force all the open tabs to reload losing whatever content was in the editing pane.

The Mac has more than adequate new and good free memory and is not paging out. Have tried all the obvious remedies such as reinstalling, removing any plugins etc.

The problem has only arisen since the division of Safari into two processes. Whereas I appreciate crashes do happen, despite the nature of the two processes, however it would be good if all content was not lost when they did.

I am an admin of a number of phpBB forums and so this is a blocker for me. Unfortunately, whereas I do have a good general knowledge of Mac OS and web applications, I have no idea where to start debugging this at an application level.


Obviously, the phpBB developers hold them hands up and pass the blame onto Webkit/Apple. They have no idea and it is not being reported on other platforms.

Any pointers would help. 

It would be great for future developments if at least content was cached and not lost during accidental reloads.


Thank you
Comment 1 nonegiven 2013-04-04 10:18:07 PDT
Needless to say, this does not happen every time but it does occur on a regular, perhaps even daily basis.

Checking 'Activity Monitor/top', still after days, no swap is being used and no page in or outs happening.
Comment 2 Alexey Proskuryakov 2013-04-05 10:07:14 PDT
This sounds like a crash in WebKit. Could you please launch Console.app from Utilities folder, and see if there are any WebProcess crashes at the time when this happens?

Please attach such a crash log to this bug.
Comment 3 nonegiven 2013-04-07 09:56:41 PDT
OK, I think this is it. I'm not sure what I am looking for but the fault happened again ...

I've read "EXC_BAD_ACCESS (SIGBUS)" is a symptom of a failing RAM module, however, I have just replaced both SODIMMs with brand new Crucial 4GB chips. MEMTEST comes up with no faults. I cannot see how two strikes of the return key would cause that. No other crashing in other applications.

I don't use Flash plugin.

Thanks.


Process:         WebProcess [56903]
Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcess
Identifier:      com.apple.WebProcess
Version:         6534.58 (6534.58.2)
Build Info:      WebKit2-75345802~1
Code Type:       X86 (Native)
Parent Process:  Safari [56901]

Date/Time:       2013-04-07 16:24:54.396 +0100
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000024
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   com.apple.WebCore             	0x920a618a WebCore::CompositeEditCommand::insertNodeAt(WTF::PassRefPtr<WebCore::Node>, WebCore::Position const&) + 58
1   com.apple.WebCore             	0x920e5ff1 WebCore::InsertLineBreakCommand::doApply() + 6177
2   com.apple.WebCore             	0x92080968 WebCore::EditCommand::apply() + 72
3   com.apple.WebCore             	0x920ab26a WebCore::CompositeEditCommand::applyCommandToComposite(WTF::PassRefPtr<WebCore::EditCommand>) + 42
4   com.apple.WebCore             	0x920e477f WebCore::TypingCommand::insertLineBreak() + 95
5   com.apple.WebCore             	0x920e463d WebCore::TypingCommand::insertLineBreak(WebCore::Document*, unsigned int) + 77
6   com.apple.WebCore             	0x92148acc WebCore::Editor::insertLineBreak() + 220
7   com.apple.WebCore             	0x921263ab WebCore::Editor::handleTextEvent(WebCore::TextEvent*) + 203
8   com.apple.WebCore             	0x921262d0 WebCore::EventHandler::defaultTextInputEventHandler(WebCore::TextEvent*) + 32
9   com.apple.WebCore             	0x91cc4dd0 WebCore::Node::defaultEventHandler(WebCore::Event*) + 1280
10  com.apple.WebCore             	0x91cc3fd5 WebCore::EventDispatcher::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 949
11  com.apple.WebCore             	0x91cc3bd9 WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 41
12  com.apple.WebCore             	0x91cc3a59 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WebCore::EventDispatchMediator const&) + 41
13  com.apple.WebCore             	0x91cc39d7 WebCore::Node::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 55
14  com.apple.WebCore             	0x91eeb3fa WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&) + 122
15  com.apple.WebCore             	0x92142031 WebCore::EventHandler::handleTextInputEvent(WTF::String const&, WebCore::Event*, WebCore::TextEventInputType) + 225
16  com.apple.WebCore             	0x92141ede WebCore::executeInsertNewline(WebCore::Frame*, WebCore::Event*, WebCore::EditorCommandSource, WTF::String const&) + 110
17  com.apple.WebCore             	0x9207f48d WebCore::Editor::Command::execute(WTF::String const&, WebCore::Event*) const + 109
18  com.apple.WebCore             	0x920d2048 WebCore::Editor::Command::execute(WebCore::Event*) const + 40
19  com.apple.WebKit2             	0x95fc2960 WebKit::WebPage::executeKeypressCommandsInternal(WTF::Vector<WebCore::KeypressCommand, 0ul> const&, WebCore::KeyboardEvent*) + 298
20  com.apple.WebKit2             	0x95fc2c75 WebKit::WebPage::handleEditingKeyboardEvent(WebCore::KeyboardEvent*, bool) + 469
21  com.apple.WebKit2             	0x95fe846a WebKit::WebEditorClient::handleKeyboardEvent(WebCore::KeyboardEvent*) + 36
22  com.apple.WebCore             	0x920d1cb6 WebCore::EventHandler::defaultKeyboardEventHandler(WebCore::KeyboardEvent*) + 198
23  com.apple.WebCore             	0x91cc4b4b WebCore::Node::defaultEventHandler(WebCore::Event*) + 635
24  com.apple.WebCore             	0x91cc3fd5 WebCore::EventDispatcher::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 949
25  com.apple.WebCore             	0x91cc3bd9 WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 41
26  com.apple.WebCore             	0x91cc3a59 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WebCore::EventDispatchMediator const&) + 41
27  com.apple.WebCore             	0x91cc39d7 WebCore::Node::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 55
28  com.apple.WebCore             	0x91eeb3fa WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&) + 122
29  com.apple.WebCore             	0x920d1100 WebCore::EventHandler::keyEvent(WebCore::PlatformKeyboardEvent const&) + 2336
30  com.apple.WebKit2             	0x95fba0bf WebKit::WebPage::keyEvent(WebKit::WebKeyboardEvent const&) + 275
31  com.apple.WebKit2             	0x95fea79e void CoreIPC::handleMessage<Messages::WebPage::KeyEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebKeyboardEvent const&)>(CoreIPC::ArgumentDecoder*, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebKeyboardEvent const&)) + 117
32  com.apple.WebKit2             	0x95f47b8c CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::ArgumentDecoder>&) + 146
33  com.apple.WebKit2             	0x95f47ae7 CoreIPC::Connection::dispatchMessages() + 103
34  com.apple.WebKit2             	0x95f44d24 RunLoop::performWork() + 114
35  com.apple.WebKit2             	0x95f44c82 RunLoop::performWork(void*) + 92
36  com.apple.CoreFoundation      	0x97fb542b __CFRunLoopDoSources0 + 1563
37  com.apple.CoreFoundation      	0x97fb2eef __CFRunLoopRun + 1071
38  com.apple.CoreFoundation      	0x97fb23c4 CFRunLoopRunSpecific + 452
39  com.apple.CoreFoundation      	0x97fb21f1 CFRunLoopRunInMode + 97
40  com.apple.HIToolbox           	0x99cade04 RunCurrentEventLoopInMode + 392
41  com.apple.HIToolbox           	0x99cadbb9 ReceiveNextEventCommon + 354
42  com.apple.HIToolbox           	0x99cada3e BlockUntilNextEventMatchingListInMode + 81
43  com.apple.AppKit              	0x96606595 _DPSNextEvent + 847
44  com.apple.AppKit              	0x96605dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
45  com.apple.AppKit              	0x965c81f3 -[NSApplication run] + 821
46  com.apple.WebKit2             	0x95fa1c03 RunLoop::run() + 99
47  com.apple.WebKit2             	0x95fd4c9a WebKit::WebProcessMain(WebKit::CommandLine const&) + 571
48  com.apple.WebKit2             	0x95fb761a WebKitMain + 257
49  com.apple.WebProcess          	0x00001eb0 0x1000 + 3760
50  com.apple.WebProcess          	0x00001d91 0x1000 + 3473

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib             	0x932d7382 kevent + 10
1   libSystem.B.dylib             	0x932d7a9c _dispatch_mgr_invoke + 215
2   libSystem.B.dylib             	0x932d6f59 _dispatch_queue_invoke + 163
3   libSystem.B.dylib             	0x932d6cfe _dispatch_worker_thread2 + 240
4   libSystem.B.dylib             	0x932d6781 _pthread_wqthread + 390
5   libSystem.B.dylib             	0x932d65c6 start_wqthread + 30

Thread 2:  WebCore: LocalStorage
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932e03f8 pthread_cond_wait$UNIX2003 + 73
3   com.apple.JavaScriptCore      	0x9372cfd1 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
4   libSystem.B.dylib             	0x932de259 _pthread_start + 345
5   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 3:  JavaScriptCore::Marking
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932e03f8 pthread_cond_wait$UNIX2003 + 73

Thread 4:  JavaScriptCore::BlockFree
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932de2b1 pthread_cond_timedwait$UNIX2003 + 72
3   com.apple.JavaScriptCore      	0x9372d01c WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 156

Thread 5:
0   libSystem.B.dylib             	0x932b0afa mach_msg_trap + 10
1   libSystem.B.dylib             	0x932b1267 mach_msg + 68
2   com.apple.CoreFoundation      	0x97fb32df __CFRunLoopRun + 2079
3   com.apple.CoreFoundation      	0x97fb23c4 CFRunLoopRunSpecific + 452
4   com.apple.CoreFoundation      	0x97fb21f1 CFRunLoopRunInMode + 97
5   com.apple.Foundation          	0x987d5224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6   com.apple.Foundation          	0x9879c4c4 -[NSThread main] + 45
7   com.apple.Foundation          	0x9879c474 __NSThread__main__ + 1499
8   libSystem.B.dylib             	0x932de259 _pthread_start + 345
9   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 6:  com.apple.CFSocket.private
0   libSystem.B.dylib             	0x932cfac6 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation      	0x97ff2c53 __CFSocketManager + 1091
2   libSystem.B.dylib             	0x932de259 _pthread_start + 345
3   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 7:  WebCore: LocalStorage
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932e03f8 pthread_cond_wait$UNIX2003 + 73
3   com.apple.JavaScriptCore      	0x9372cfd1 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
4   libSystem.B.dylib             	0x932de259 _pthread_start + 345
5   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x932b0afa mach_msg_trap + 10
1   libSystem.B.dylib             	0x932b1267 mach_msg + 68
2   com.apple.CoreFoundation      	0x97fb32df __CFRunLoopRun + 2079
3   com.apple.CoreFoundation      	0x97fb23c4 CFRunLoopRunSpecific + 452
4   com.apple.CoreFoundation      	0x97fb8304 CFRunLoopRun + 84
5   com.apple.CoreMedia           	0x9306637e FigThreadGlobalNetworkBufferingRunloop + 149
6   libSystem.B.dylib             	0x932de259 _pthread_start + 345
7   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 9:  com.apple.coremedia.asyncio
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932e03f8 pthread_cond_wait$UNIX2003 + 73
3   com.apple.CoreMedia           	0x93067c6f WaitOnCondition + 19
4   com.apple.CoreMedia           	0x93067f4d FigSemaphoreWaitRelative + 173
5   com.apple.MediaToolbox        	0x9981a1a5 FigAIORequestThread + 438
6   com.apple.CoreMedia           	0x93068f7b figThreadMain + 340
7   libSystem.B.dylib             	0x932de259 _pthread_start + 345
8   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 10:
0   libSystem.B.dylib             	0x932b0afa mach_msg_trap + 10
1   libSystem.B.dylib             	0x932b1267 mach_msg + 68
2   com.apple.CoreFoundation      	0x97fb32df __CFRunLoopRun + 2079
3   com.apple.CoreFoundation      	0x97fb23c4 CFRunLoopRunSpecific + 452
4   com.apple.CoreFoundation      	0x97fb8304 CFRunLoopRun + 84
5   com.apple.QuickTime           	0x9761ac22 QTSNetworkThread_RunThread + 117
6   libSystem.B.dylib             	0x932de259 _pthread_start + 345
7   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 11:
0   libSystem.B.dylib             	0x932d6412 __workq_kernreturn + 10
1   libSystem.B.dylib             	0x932d69a8 _pthread_wqthread + 941
2   libSystem.B.dylib             	0x932d65c6 start_wqthread + 30

Thread 12:
0   libSystem.B.dylib             	0x932d6412 __workq_kernreturn + 10
1   libSystem.B.dylib             	0x932d69a8 _pthread_wqthread + 941
2   libSystem.B.dylib             	0x932d65c6 start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xffffffff  ebx: 0x00000000  ecx: 0x0004d270  edx: 0x00000013
  edi: 0xbfffda5c  esi: 0x00000000  ebp: 0xbfffd7a8  esp: 0xbfffd740
   ss: 0x0000001f  efl: 0x00010296  eip: 0x920a618a   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000024

Binary Images:
    0x1000 -     0x1ff7  com.apple.WebProcess 6534.58 (6534.58.2) <1A2B8000-1CA0-E293-E7A9-E1BD36A13921> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcess
    0x5000 -     0x5ff7  WebProcessShim.dylib 534.58.2 (compatibility 1.0.0) <0F8367D2-2B94-89CB-AC17-319E0A9A55F0> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcessShim.dylib
   0xf8000 -    0xf8ff0 +com.google.GearsEnabler ??? (1.0) <C5B680AD-0957-59FD-B95F-A79C89E04678> /Library/InputManagers/GearsEnabler/GearsEnabler.bundle/Contents/MacOS/GearsEnabler
  0x700000 -   0x7b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
  0x7fb000 -   0x7fcffb +com.cooliris.safariplugin Cooliris Plugin (1.11) <D819245D-DCC5-E405-2267-197D6CC7D73C> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
0x14ccd000 - 0x14cd1ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x14cd6000 - 0x14cdcff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x14ce5000 - 0x14ce5ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
0x14ce8000 - 0x14cedfff  com.apple.AppleMPEG2Codec 1.0.2 (220.1) <CE69C1D8-796C-753F-AD3C-F1CC2B8C0AAD> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
0x17d64000 - 0x17d65ff7  ATSHI.dylib ??? (???) <8791C226-0725-314F-5897-BAAE57CA1EEE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x28394000 - 0x283a1ff7 +net.telestream.license 1.0.8.2-GC (1.0.8.2-GC) <A61005C5-E6A4-84A6-2A85-38E53CFBD6AF> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
0x28670000 - 0x28694fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x29629000 - 0x29665fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1793) <F30630F0-F731-12D3-3F24-D8C28BCEAED8> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
0x2aa49000 - 0x2ac3bff2 +net.telestream.wmv.import 2.3.8.1 (2.3.8.1) <21D9596D-BEE0-A591-F226-412C95FA21D4> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
0x2ac70000 - 0x2ade9feb  com.apple.QuickTimeStreaming.component 7.6.6 (1793) <810AA077-9717-D461-6E71-DA43684BB27D> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTimeStreaming
0x2b000000 - 0x2b295ffb +org.perian.Perian 1.2.1 (1.2.1) <7FBFA9CD-68D1-DFB5-6296-A11B06B62B37> /Library/QuickTime/Perian.component/Contents/MacOS/Perian
0x2b5e0000 - 0x2b7c6fef  com.apple.audio.codecs.Components 2.0.4 (2.0.4) <5D32DF8D-C577-EB6B-72FA-1ABDF1CED762> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
0x2b828000 - 0x2b9a1ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x2b9d3000 - 0x2bdd8fe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x2cbae000 - 0x2cbc9fef  com.apple.AppleIntermediateCodec 1.3.2 (153) <D42634C1-8BDA-31ED-5216-13CB19BA7D1B> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
0x2d130000 - 0x2d14dff7  libPDFRIP.A.dylib 545.0.0 (compatibility 64.0.0) <9AD51723-AE24-5C9F-FBD4-3621D1B40A87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x2df94000 - 0x2dfadfe7  com.apple.applepixletvideo 1.2.29 (1.2d29) <52810348-A138-D148-92E4-9E1D73EA18A0> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
0x2e4f9000 - 0x2e6bafe2 +net.telestream.wmv.advanced 2.3.8.1 (2.3.8.1) <C77F8347-4BBF-D78E-EC6B-3ECA0F7C1B83> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
0x2e6fe000 - 0x2e753fef  com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
0x2f000000 - 0x2f07afef  com.apple.AppleVAH264HW.component 2.0 (1.0) <E93F6103-8DD3-17D1-57EA-95BC12CDE518> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
0x53c00000 - 0x53d1bfe3  com.apple.AppleGVAFramework 1.2.44 (1.2.44) <6595EE22-663F-68BF-D349-15A79D6A9046> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
0x53d33000 - 0x53d60ff3  AVA_HD_VP3.dylib ??? (???) <B05FB9B4-C314-B48D-1CBD-465B5DE6FD43> /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AVA_HD_VP3.dylib
0x53e1c000 - 0x53ed5fff  com.apple.GeForceVADriver 1.6.36 (6.3.6) <3B64634D-DE64-0D17-1D55-DCBF55F3BADF> /System/Library/Extensions/GeForceVADriver.bundle/Contents/MacOS/GeForceVADriver
0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <412DBD1B-E9B5-E67C-99E4-820BF38239AC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
0x90003000 - 0x90013ffb  SyndicationUI ??? (???) <83669983-61AE-3150-C8A2-EABF25FA2331> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
0x9006f000 - 0x90072ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x90073000 - 0x900a4ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x90280000 - 0x902fafff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x902fb000 - 0x90306ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x903bf000 - 0x90477feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x90478000 - 0x90651fff  libType1Scaler.dylib ??? (???) <04AF2B34-81D4-97E9-BD56-387D37C16F46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x90652000 - 0x906effe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x906f8000 - 0x9073fffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x9097c000 - 0x90986ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x90987000 - 0x909c9ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x909ca000 - 0x9191dffb  com.apple.QuickTimeComponents.component 7.6.6 (1793) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x919fc000 - 0x91a4cff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x91c80000 - 0x929f8fe7  com.apple.WebCore 6534.58 (6534.58.2) <E39A8EB5-2D9F-0459-54E1-E172689616F5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x929f9000 - 0x92aedff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
0x92aee000 - 0x93000feb  com.apple.RawCamera.bundle 3.14.0 (646) <27962422-EA30-43CF-2B3E-E662BB4C46C7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x93001000 - 0x93045ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93046000 - 0x93083ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x93187000 - 0x931e4ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x931e5000 - 0x931e6ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x931e7000 - 0x93297fe3  com.apple.QuickTimeImporters.component 7.6.6 (1793) <62F95432-C6CE-12B0-4CD6-3F20029A3690> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x93298000 - 0x932aaff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x932b0000 - 0x93457ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
0x934c7000 - 0x934d2ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x934d3000 - 0x93513ff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x93514000 - 0x93516ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x935f6000 - 0x935fcfff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x935fd000 - 0x936b9fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x936ba000 - 0x936baff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x936c6000 - 0x936c6ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x93721000 - 0x93721ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x93722000 - 0x939d0fe7  com.apple.JavaScriptCore 6534.58 (6534.58.1) <8A25C759-F46B-D303-23D3-22BBFBDEEBDE> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x939d1000 - 0x9404cff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9404d000 - 0x94190fef  com.apple.QTKit 7.7 (1793) <C8BC0729-E670-0EFD-732A-A3AA582F1059> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x941b1000 - 0x94812fe7  com.apple.Safari.framework 6534 (6534.58.2) <8F517332-F257-AFF7-2ADE-C5621D725709> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
0x94813000 - 0x9484effb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9484f000 - 0x94884fe7  com.apple.framework.Apple80211 6.2.5 (625.6) <9F56E0EC-EB90-52F6-0ECF-C2E5DE85652E> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x94885000 - 0x94917fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94918000 - 0x9494bfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9494c000 - 0x949faff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94a70000 - 0x94a70ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94a71000 - 0x94a91fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
0x94a92000 - 0x94b2afe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94b64000 - 0x94b97ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94b98000 - 0x94bfcffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x94c09000 - 0x94c17fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
0x94c21000 - 0x94ca3ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x94ca4000 - 0x94d3ffe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x94d40000 - 0x94de8ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x94de9000 - 0x94e23fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
0x94e24000 - 0x94e30ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
0x94e31000 - 0x94e72ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94e73000 - 0x94fb0fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94ff9000 - 0x954b4ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x954b5000 - 0x954c5ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x954ee000 - 0x95503fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95526000 - 0x95527ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x955d7000 - 0x955e1fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x955e2000 - 0x95632fe7  libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x95633000 - 0x95694fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x95695000 - 0x95704ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95705000 - 0x95708ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x95733000 - 0x95740ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x95741000 - 0x95f30557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x95f31000 - 0x9606eff7  com.apple.WebKit2 6534.58 (6534.58.2) <8C8228EE-46E8-D66E-C774-49FAB41C0776> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
0x9606f000 - 0x96078ff7  com.apple.corelocation 12.3 (12.3) <11640844-4B96-4B4D-0419-B7845C4A40FF> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x96079000 - 0x964aeff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x964af000 - 0x9655cfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
0x9655d000 - 0x9655fff7  com.apple.QuickTimeH264.component 7.6.6 (1793) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
0x96577000 - 0x965bdff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x965be000 - 0x96ea1ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96ea2000 - 0x97108ff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x97109000 - 0x9728bfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
0x9728c000 - 0x97293ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x97294000 - 0x972b5fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x972b6000 - 0x972b6ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x97370000 - 0x97370ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x97371000 - 0x9766bfef  com.apple.QuickTime 7.6.6 (1793) <4DA006F6-08A5-7674-AA8C-A29943927B9D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9766c000 - 0x97737fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x977ef000 - 0x97815ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x97816000 - 0x97911fff  com.apple.PubSub 1.0.5 (65.28) <6F9B8187-DA37-878F-1760-89116A2B2BE0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x9799c000 - 0x97a17fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x97a39000 - 0x97af2fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x97af3000 - 0x97b12ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x97b13000 - 0x97b24ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x97b25000 - 0x97c05fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x97c06000 - 0x97c08ff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x97ca6000 - 0x97ceafe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x97ceb000 - 0x97cefff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x97ef3000 - 0x97f36ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x97f70000 - 0x97f75ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x97f76000 - 0x980f1fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x980f2000 - 0x9845dff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x98471000 - 0x984f1feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x984f2000 - 0x98506fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x98507000 - 0x98525fe7  libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x98526000 - 0x9864ffe7  com.apple.WebKit 6534.58 (6534.58.2) <D156AE52-5235-2C51-B522-FD3D90E474DA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x98685000 - 0x98785fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
0x98786000 - 0x989f7fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x98a16000 - 0x98b18fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
0x98b19000 - 0x98b27ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x98b28000 - 0x98b65ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x98b66000 - 0x98c12fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x98c13000 - 0x98c82ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x98c83000 - 0x98c86ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x98c87000 - 0x98d93fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x98fb7000 - 0x98ffaff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x99009000 - 0x99031ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
0x99032000 - 0x99056ff7  libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x99057000 - 0x9921afeb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9921b000 - 0x99224ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x99225000 - 0x99228fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x99369000 - 0x993b6feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x993b7000 - 0x993beff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x993bf000 - 0x993cefe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
0x993fa000 - 0x99455fff  MetadataLib.dylib 3.14.0 (compatibility 2.2.1) <B61417B2-CB99-1419-DE5F-B50636B69165> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dylib
0x9945c000 - 0x99474ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9948e000 - 0x997aeff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x99806000 - 0x99933ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x99996000 - 0x999b2fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x999b3000 - 0x999e9fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
0x999ea000 - 0x999eeff7  libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x999ef000 - 0x99b1dfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x99b9c000 - 0x99bd6ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
0x99c28000 - 0x99c35fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
0x99c79000 - 0x99f9dfef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x99f9e000 - 0x9a06ffe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x9a0fb000 - 0x9a10fffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9a14d000 - 0x9a16ffef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9a170000 - 0x9a17bff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9a17c000 - 0x9a1e6fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x9a1e7000 - 0x9a1e7ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9a414000 - 0x9a418ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9a419000 - 0x9a4f3fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9a54e000 - 0x9a54eff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9a54f000 - 0x9a5a2ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9a89d000 - 0x9a8a3fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9a8a4000 - 0x9acbaff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <49C72FD1-891C-23C4-40E7-63DE3368C306> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
Comment 4 Alexey Proskuryakov 2013-04-07 10:35:27 PDT
Thank you! This is certainly not bad RAM - looks like a WebKit bug, although could be triggered by Cooliris on Google Gears.

However, this crash log is from Safari 5.1.8, which is based on a very old version of WebKit. Can you reproduce this with Safari 6.0.3?
Comment 5 nonegiven 2013-04-07 14:14:37 PDT
It just happened again. I'll post this as the last example.

I'd be interested to learn how to read these, and what to look for, if there is a link to do so.

I understand that having an older version it is of limited interest.

Thanks.

Process:         WebProcess [83803]
Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcess
Identifier:      com.apple.WebProcess
Version:         6534.58 (6534.58.2)
Build Info:      WebKit2-75345802~1
Code Type:       X86 (Native)
Parent Process:  Safari [56901]

Date/Time:       2013-04-07 22:09:27.566 +0100
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000024
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   com.apple.WebCore             	0x920a618a WebCore::CompositeEditCommand::insertNodeAt(WTF::PassRefPtr<WebCore::Node>, WebCore::Position const&) + 58
1   com.apple.WebCore             	0x920e5ff1 WebCore::InsertLineBreakCommand::doApply() + 6177
2   com.apple.WebCore             	0x92080968 WebCore::EditCommand::apply() + 72
3   com.apple.WebCore             	0x920ab26a WebCore::CompositeEditCommand::applyCommandToComposite(WTF::PassRefPtr<WebCore::EditCommand>) + 42
4   com.apple.WebCore             	0x920e477f WebCore::TypingCommand::insertLineBreak() + 95
5   com.apple.WebCore             	0x92080968 WebCore::EditCommand::apply() + 72
6   com.apple.WebCore             	0x920e46b0 WebCore::TypingCommand::insertLineBreak(WebCore::Document*, unsigned int) + 192
7   com.apple.WebCore             	0x92148acc WebCore::Editor::insertLineBreak() + 220
8   com.apple.WebCore             	0x921263ab WebCore::Editor::handleTextEvent(WebCore::TextEvent*) + 203
9   com.apple.WebCore             	0x921262d0 WebCore::EventHandler::defaultTextInputEventHandler(WebCore::TextEvent*) + 32
10  com.apple.WebCore             	0x91cc4dd0 WebCore::Node::defaultEventHandler(WebCore::Event*) + 1280
11  com.apple.WebCore             	0x91cc3fd5 WebCore::EventDispatcher::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 949
12  com.apple.WebCore             	0x91cc3bd9 WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 41
13  com.apple.WebCore             	0x91cc3a59 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WebCore::EventDispatchMediator const&) + 41
14  com.apple.WebCore             	0x91cc39d7 WebCore::Node::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 55
15  com.apple.WebCore             	0x91eeb3fa WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&) + 122
16  com.apple.WebCore             	0x92142031 WebCore::EventHandler::handleTextInputEvent(WTF::String const&, WebCore::Event*, WebCore::TextEventInputType) + 225
17  com.apple.WebCore             	0x92141ede WebCore::executeInsertNewline(WebCore::Frame*, WebCore::Event*, WebCore::EditorCommandSource, WTF::String const&) + 110
18  com.apple.WebCore             	0x9207f48d WebCore::Editor::Command::execute(WTF::String const&, WebCore::Event*) const + 109
19  com.apple.WebCore             	0x920d2048 WebCore::Editor::Command::execute(WebCore::Event*) const + 40
20  com.apple.WebKit2             	0x95fc2960 WebKit::WebPage::executeKeypressCommandsInternal(WTF::Vector<WebCore::KeypressCommand, 0ul> const&, WebCore::KeyboardEvent*) + 298
21  com.apple.WebKit2             	0x95fc2c75 WebKit::WebPage::handleEditingKeyboardEvent(WebCore::KeyboardEvent*, bool) + 469
22  com.apple.WebKit2             	0x95fe846a WebKit::WebEditorClient::handleKeyboardEvent(WebCore::KeyboardEvent*) + 36
23  com.apple.WebCore             	0x920d1cb6 WebCore::EventHandler::defaultKeyboardEventHandler(WebCore::KeyboardEvent*) + 198
24  com.apple.WebCore             	0x91cc4b4b WebCore::Node::defaultEventHandler(WebCore::Event*) + 635
25  com.apple.WebCore             	0x91cc3fd5 WebCore::EventDispatcher::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 949
26  com.apple.WebCore             	0x91cc3bd9 WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 41
27  com.apple.WebCore             	0x91cc3a59 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WebCore::EventDispatchMediator const&) + 41
28  com.apple.WebCore             	0x91cc39d7 WebCore::Node::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 55
29  com.apple.WebCore             	0x91eeb3fa WebCore::EventTarget::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&) + 122
30  com.apple.WebCore             	0x920d1100 WebCore::EventHandler::keyEvent(WebCore::PlatformKeyboardEvent const&) + 2336
31  com.apple.WebKit2             	0x95fba0bf WebKit::WebPage::keyEvent(WebKit::WebKeyboardEvent const&) + 275
32  com.apple.WebKit2             	0x95fea79e void CoreIPC::handleMessage<Messages::WebPage::KeyEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebKeyboardEvent const&)>(CoreIPC::ArgumentDecoder*, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebKeyboardEvent const&)) + 117
33  com.apple.WebKit2             	0x95f47b8c CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::ArgumentDecoder>&) + 146
34  com.apple.WebKit2             	0x95f47ae7 CoreIPC::Connection::dispatchMessages() + 103
35  com.apple.WebKit2             	0x95f44d24 RunLoop::performWork() + 114
36  com.apple.WebKit2             	0x95f44c82 RunLoop::performWork(void*) + 92
37  com.apple.CoreFoundation      	0x97fb542b __CFRunLoopDoSources0 + 1563
38  com.apple.CoreFoundation      	0x97fb2eef __CFRunLoopRun + 1071
39  com.apple.CoreFoundation      	0x97fb23c4 CFRunLoopRunSpecific + 452
40  com.apple.CoreFoundation      	0x97fb21f1 CFRunLoopRunInMode + 97
41  com.apple.HIToolbox           	0x99cade04 RunCurrentEventLoopInMode + 392
42  com.apple.HIToolbox           	0x99cadbb9 ReceiveNextEventCommon + 354
43  com.apple.HIToolbox           	0x99cada3e BlockUntilNextEventMatchingListInMode + 81
44  com.apple.AppKit              	0x96606595 _DPSNextEvent + 847
45  com.apple.AppKit              	0x96605dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
46  com.apple.AppKit              	0x965c81f3 -[NSApplication run] + 821
47  com.apple.WebKit2             	0x95fa1c03 RunLoop::run() + 99
48  com.apple.WebKit2             	0x95fd4c9a WebKit::WebProcessMain(WebKit::CommandLine const&) + 571
49  com.apple.WebKit2             	0x95fb761a WebKitMain + 257
50  com.apple.WebProcess          	0x00001eb0 0x1000 + 3760
51  com.apple.WebProcess          	0x00001d91 0x1000 + 3473

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib             	0x932d7382 kevent + 10
1   libSystem.B.dylib             	0x932d7a9c _dispatch_mgr_invoke + 215
2   libSystem.B.dylib             	0x932d6f59 _dispatch_queue_invoke + 163
3   libSystem.B.dylib             	0x932d6cfe _dispatch_worker_thread2 + 240
4   libSystem.B.dylib             	0x932d6781 _pthread_wqthread + 390
5   libSystem.B.dylib             	0x932d65c6 start_wqthread + 30

Thread 2:  JavaScriptCore::Marking
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932e03f8 pthread_cond_wait$UNIX2003 + 73

Thread 3:  JavaScriptCore::BlockFree
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932de2b1 pthread_cond_timedwait$UNIX2003 + 72
3   com.apple.JavaScriptCore      	0x9372d01c WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 156

Thread 4:  WebCore: LocalStorage
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932e03f8 pthread_cond_wait$UNIX2003 + 73
3   com.apple.JavaScriptCore      	0x9372cfd1 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
4   libSystem.B.dylib             	0x932de259 _pthread_start + 345
5   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x932b0afa mach_msg_trap + 10
1   libSystem.B.dylib             	0x932b1267 mach_msg + 68
2   com.apple.CoreFoundation      	0x97fb32df __CFRunLoopRun + 2079
3   com.apple.CoreFoundation      	0x97fb23c4 CFRunLoopRunSpecific + 452
4   com.apple.CoreFoundation      	0x97fb21f1 CFRunLoopRunInMode + 97
5   com.apple.Foundation          	0x987d5224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6   com.apple.Foundation          	0x9879c4c4 -[NSThread main] + 45
7   com.apple.Foundation          	0x9879c474 __NSThread__main__ + 1499
8   libSystem.B.dylib             	0x932de259 _pthread_start + 345
9   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 6:  com.apple.CFSocket.private
0   libSystem.B.dylib             	0x932cfac6 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation      	0x97ff2c53 __CFSocketManager + 1091
2   libSystem.B.dylib             	0x932de259 _pthread_start + 345
3   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 7:  WebCore: LocalStorage
0   libSystem.B.dylib             	0x932deaa2 __semwait_signal + 10
1   libSystem.B.dylib             	0x932de75e _pthread_cond_wait + 1191
2   libSystem.B.dylib             	0x932e03f8 pthread_cond_wait$UNIX2003 + 73
3   com.apple.JavaScriptCore      	0x9372cfd1 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
4   libSystem.B.dylib             	0x932de259 _pthread_start + 345
5   libSystem.B.dylib             	0x932de0de thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x932d6412 __workq_kernreturn + 10
1   libSystem.B.dylib             	0x932d69a8 _pthread_wqthread + 941
2   libSystem.B.dylib             	0x932d65c6 start_wqthread + 30

Thread 9:
0   libSystem.B.dylib             	0x932d6412 __workq_kernreturn + 10
1   libSystem.B.dylib             	0x932d69a8 _pthread_wqthread + 941
2   libSystem.B.dylib             	0x932d65c6 start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xffffffff  ebx: 0x00000000  ecx: 0x0004d270  edx: 0x00000012
  edi: 0xbfffda0c  esi: 0x00000000  ebp: 0xbfffd758  esp: 0xbfffd6f0
   ss: 0x0000001f  efl: 0x00010296  eip: 0x920a618a   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000024

Binary Images:
    0x1000 -     0x1ff7  com.apple.WebProcess 6534.58 (6534.58.2) <1A2B8000-1CA0-E293-E7A9-E1BD36A13921> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcess
    0x5000 -     0x5ff7  WebProcessShim.dylib 534.58.2 (compatibility 1.0.0) <0F8367D2-2B94-89CB-AC17-319E0A9A55F0> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcessShim.dylib
   0xf8000 -    0xf8ff0 +com.google.GearsEnabler ??? (1.0) <C5B680AD-0957-59FD-B95F-A79C89E04678> /Library/InputManagers/GearsEnabler/GearsEnabler.bundle/Contents/MacOS/GearsEnabler
  0x700000 -   0x7b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
  0x7fb000 -   0x7fcffb +com.cooliris.safariplugin Cooliris Plugin (1.11) <D819245D-DCC5-E405-2267-197D6CC7D73C> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
0x15192000 - 0x151afff7  libPDFRIP.A.dylib 545.0.0 (compatibility 64.0.0) <9AD51723-AE24-5C9F-FBD4-3621D1B40A87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x1b01b000 - 0x1b01cff7  ATSHI.dylib ??? (???) <8791C226-0725-314F-5897-BAAE57CA1EEE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
0x90003000 - 0x90013ffb  SyndicationUI ??? (???) <83669983-61AE-3150-C8A2-EABF25FA2331> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
0x9006f000 - 0x90072ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x90073000 - 0x900a4ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x90280000 - 0x902fafff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x902fb000 - 0x90306ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x903bf000 - 0x90477feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x90478000 - 0x90651fff  libType1Scaler.dylib ??? (???) <04AF2B34-81D4-97E9-BD56-387D37C16F46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x90652000 - 0x906effe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x906f8000 - 0x9073fffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x9097c000 - 0x90986ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x90987000 - 0x909c9ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x909ca000 - 0x9191dffb  com.apple.QuickTimeComponents.component 7.6.6 (1793) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x919fc000 - 0x91a4cff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x91c80000 - 0x929f8fe7  com.apple.WebCore 6534.58 (6534.58.2) <E39A8EB5-2D9F-0459-54E1-E172689616F5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x92aee000 - 0x93000feb  com.apple.RawCamera.bundle 3.14.0 (646) <27962422-EA30-43CF-2B3E-E662BB4C46C7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x93001000 - 0x93045ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93046000 - 0x93083ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x93187000 - 0x931e4ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x931e5000 - 0x931e6ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93298000 - 0x932aaff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x932b0000 - 0x93457ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
0x934c7000 - 0x934d2ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x934d3000 - 0x93513ff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x93514000 - 0x93516ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x935f6000 - 0x935fcfff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x935fd000 - 0x936b9fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x936ba000 - 0x936baff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x936c6000 - 0x936c6ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x93721000 - 0x93721ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x93722000 - 0x939d0fe7  com.apple.JavaScriptCore 6534.58 (6534.58.1) <8A25C759-F46B-D303-23D3-22BBFBDEEBDE> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x939d1000 - 0x9404cff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9404d000 - 0x94190fef  com.apple.QTKit 7.7 (1793) <C8BC0729-E670-0EFD-732A-A3AA582F1059> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x941b1000 - 0x94812fe7  com.apple.Safari.framework 6534 (6534.58.2) <8F517332-F257-AFF7-2ADE-C5621D725709> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
0x94813000 - 0x9484effb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9484f000 - 0x94884fe7  com.apple.framework.Apple80211 6.2.5 (625.6) <9F56E0EC-EB90-52F6-0ECF-C2E5DE85652E> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x94885000 - 0x94917fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94918000 - 0x9494bfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9494c000 - 0x949faff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94a70000 - 0x94a70ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94a71000 - 0x94a91fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
0x94a92000 - 0x94b2afe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94b64000 - 0x94b97ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94b98000 - 0x94bfcffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x94c09000 - 0x94c17fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
0x94c21000 - 0x94ca3ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x94ca4000 - 0x94d3ffe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x94d40000 - 0x94de8ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x94de9000 - 0x94e23fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
0x94e24000 - 0x94e30ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
0x94e31000 - 0x94e72ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94e73000 - 0x94fb0fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94ff9000 - 0x954b4ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x954b5000 - 0x954c5ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x954ee000 - 0x95503fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95526000 - 0x95527ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x955d7000 - 0x955e1fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x955e2000 - 0x95632fe7  libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x95633000 - 0x95694fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x95695000 - 0x95704ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95705000 - 0x95708ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x95733000 - 0x95740ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x95741000 - 0x95f30557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x95f31000 - 0x9606eff7  com.apple.WebKit2 6534.58 (6534.58.2) <8C8228EE-46E8-D66E-C774-49FAB41C0776> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
0x9606f000 - 0x96078ff7  com.apple.corelocation 12.3 (12.3) <11640844-4B96-4B4D-0419-B7845C4A40FF> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x96079000 - 0x964aeff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x964af000 - 0x9655cfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
0x96577000 - 0x965bdff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x965be000 - 0x96ea1ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96ea2000 - 0x97108ff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x97109000 - 0x9728bfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
0x9728c000 - 0x97293ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x97294000 - 0x972b5fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x972b6000 - 0x972b6ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x97370000 - 0x97370ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x97371000 - 0x9766bfef  com.apple.QuickTime 7.6.6 (1793) <4DA006F6-08A5-7674-AA8C-A29943927B9D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9766c000 - 0x97737fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x977ef000 - 0x97815ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x97816000 - 0x97911fff  com.apple.PubSub 1.0.5 (65.28) <6F9B8187-DA37-878F-1760-89116A2B2BE0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x9799c000 - 0x97a17fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x97a39000 - 0x97af2fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x97af3000 - 0x97b12ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x97b13000 - 0x97b24ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x97b25000 - 0x97c05fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x97c06000 - 0x97c08ff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x97ca6000 - 0x97ceafe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x97ceb000 - 0x97cefff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x97ef3000 - 0x97f36ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x97f70000 - 0x97f75ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x97f76000 - 0x980f1fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x980f2000 - 0x9845dff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x98471000 - 0x984f1feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x984f2000 - 0x98506fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x98507000 - 0x98525fe7  libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x98526000 - 0x9864ffe7  com.apple.WebKit 6534.58 (6534.58.2) <D156AE52-5235-2C51-B522-FD3D90E474DA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x98685000 - 0x98785fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
0x98786000 - 0x989f7fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x98a16000 - 0x98b18fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
0x98b19000 - 0x98b27ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x98b28000 - 0x98b65ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x98b66000 - 0x98c12fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x98c13000 - 0x98c82ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x98c83000 - 0x98c86ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x98c87000 - 0x98d93fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x98fb7000 - 0x98ffaff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x99009000 - 0x99031ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
0x99032000 - 0x99056ff7  libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x99057000 - 0x9921afeb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9921b000 - 0x99224ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x99225000 - 0x99228fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x99369000 - 0x993b6feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x993b7000 - 0x993beff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x993bf000 - 0x993cefe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
0x9945c000 - 0x99474ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9948e000 - 0x997aeff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x99806000 - 0x99933ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x99996000 - 0x999b2fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x999b3000 - 0x999e9fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
0x999ea000 - 0x999eeff7  libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x999ef000 - 0x99b1dfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x99b9c000 - 0x99bd6ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
0x99c28000 - 0x99c35fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
0x99c79000 - 0x99f9dfef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9a0fb000 - 0x9a10fffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9a14d000 - 0x9a16ffef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9a170000 - 0x9a17bff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9a17c000 - 0x9a1e6fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x9a1e7000 - 0x9a1e7ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9a414000 - 0x9a418ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9a419000 - 0x9a4f3fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9a54e000 - 0x9a54eff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9a54f000 - 0x9a5a2ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9a89d000 - 0x9a8a3fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9a8a4000 - 0x9acbaff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <49C72FD1-891C-23C4-40E7-63DE3368C306> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib