IPhone Safari crash when accessing a site.

I'm developing a iPhone app that there is one module which using the UIWebview to load a web page.
The site is : http://answeb.bctechlab.com/c/live.kzemi/main/mobile
When the app try to open the link above, the application crashes.
I also use the iPhone's default Safari application to open this site, the Safari also crashes.
And then I try to use the Safari to access the ustream's homepage, www.ustream.tv, in iOS 5.0, it crashes,
but in the iOS 4.0.2, the Safari can open the page sucessfully.
Could someone please tell me the reason why this happen?
Is it a bug in iOS 5.0 ?
Now I'm trying to debug the Javascript on the page.
The crash report are as follow:
Incident Identifier: B69D54F2-0BB4-4EB6-A60C-E815A9CBC76A
CrashReporter Key:   a78d5b118551fb122356b7b7b5f6b508ae5665bf
Hardware Model:      iPod4,1
Process:         MobileSafari [4962]
Path:            /Applications/MobileSafari.app/MobileSafari
Identifier:      MobileSafari
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]
Date/Time:       2011-11-21 16:16:15.986 +0900
OS Version:      iPhone OS 5.0 (9A334)
Report Version:  104
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000
Crashed Thread:  2
Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib                  0x32781010 mach_msg_trap + 20
1   libsystem_kernel.dylib                  0x32781206 mach_msg + 50
2   CoreFoundation                          0x3256841c __CFRunLoopServiceMachPort + 120
3   CoreFoundation                          0x3256711a __CFRunLoopRun + 818
4   CoreFoundation                          0x324ea4d6 CFRunLoopRunSpecific + 294
5   CoreFoundation                          0x324ea39e CFRunLoopRunInMode + 98
6   GraphicsServices                        0x37c2bfe6 GSEventRunModal + 150
7   UIKit                                   0x30e3573c UIApplicationMain + 1084
8   MobileSafari                            0x000b192c 0xaf000 + 10540
9   MobileSafari                            0x000b1144 0xaf000 + 8516
Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib                  0x327813b4 kevent + 24
1   libdispatch.dylib                       0x36e52e78 _dispatch_mgr_invoke + 708
2   libdispatch.dylib                       0x36e52b96 _dispatch_mgr_thread + 30
Thread 2 name:  WebThread
Thread 2 Crashed:
0   ???                                     0000000000 0 + 0
1   WebCore                                 0x374d8a96 WebCore::SocketStreamHandle::SocketStreamHandle(WebCore::KURL const&, WebCore::SocketStreamHandleClient*) + 334
2   WebCore                                 0x3754f066 WebCore::WebSocketChannel::connect() + 42
3   WebCore                                 0x3754de64 WebCore::WebSocket::connect(***::String const&, ***::String const&, int&) + 2564
4   WebCore                                 0x3754deb2 WebCore::WebSocket::connect(***::String const&, int&) + 14
5   WebCore                                 0x37429508 WebCore::JSWebSocketConstructor::constructJSWebSocket(JSC::ExecState*) + 452
6   JavaScriptCore                          0x36d77fb4 JITStubThunked_op_construct_NotJSConstruct + 260
7   JavaScriptCore                          0x36d77ea4 cti_op_construct_NotJSConstruct + 4
8   JavaScriptCore                          0x36db3564 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 48
9   WebCore                                 0x36fbc20a WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 778
10  WebCore                                 0x36fbbece WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 274
11  WebCore                                 0x36ec3aee WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 138
12  WebCore                                 0x36fcfeee WebCore::EventTarget::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 50
13  WebCore                                 0x36fcfe92 WebCore::XMLHttpRequestProgressEventThrottle::dispatchEvent(***::PassRefPtr<Web Core::Event>, WebCore::ProgressEventAction) + 34
14  WebCore                                 0x36fcfd50 WebCore::XMLHttpRequest::callReadyStateChangeListener() + 172
15  WebCore                                 0x36fdec64 WebCore::XMLHttpRequest::didFinishLoading(unsigned long, double) + 244
16  WebCore                                 0x36fdeb5e non-virtual thunk to WebCore::DocumentThreadableLoader::didFinishLoading(WebCore::SubresourceLoader* , double) + 42
17  WebCore                                 0x36f56fa4 WebCore::SubresourceLoader::didFinishLoading(double) + 160
18  WebCore                                 0x36f55734 WebCore::didFinishLoading(_CFURLConnection*, void const*) + 48
19  CFNetwork                               0x335c98fc URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnect ionEventQueue*) + 188
20  CFNetwork                               0x335be59c URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 420
21  CFNetwork                               0x335be690 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 664
22  CFNetwork                               0x335be29a URLConnectionClient::processEvents() + 102
23  CFNetwork                               0x335be1d0 MultiplexerSource::perform() + 152
24  CoreFoundation                          0x32568afe __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 10
25  CoreFoundation                          0x325682ca __CFRunLoopDoSources0 + 210
26  CoreFoundation                          0x32567070 __CFRunLoopRun + 648
27  CoreFoundation                          0x324ea4d8 CFRunLoopRunSpecific + 296
28  CoreFoundation                          0x324ea3a0 CFRunLoopRunInMode + 100
29  WebCore                                 0x36f0512a RunWebThread(void*) + 398
30  libsystem_c.dylib                       0x36abfc18 _pthread_start + 316
31  libsystem_c.dylib                       0x36abfad4 thread_start + 4
Thread 3 name:  com.apple.NSURLConnectionLoader
Thread 3:
0   libsystem_kernel.dylib                  0x32781010 mach_msg_trap + 20
1   libsystem_kernel.dylib                  0x32781206 mach_msg + 50
2   CoreFoundation                          0x3256841c __CFRunLoopServiceMachPort + 120
3   CoreFoundation                          0x32567154 __CFRunLoopRun + 876
4   CoreFoundation                          0x324ea4d6 CFRunLoopRunSpecific + 294
5   CoreFoundation                          0x324ea39e CFRunLoopRunInMode + 98
6   Foundation                              0x376a0bc2 +[NSURLConnection(Loader) _resourceLoadLoop:] + 302
7   Foundation                              0x376a0a8a -[NSThread main] + 66
8   Foundation                              0x3773459a __NSThread__main__ + 1042
9   libsystem_c.dylib                       0x36abfc16 _pthread_start + 314
10  libsystem_c.dylib                       0x36abfad0 thread_start + 0
Thread 4 name:  Safari::SafeBrowsingManager
Thread 4:
0   libsystem_kernel.dylib                  0x32781010 mach_msg_trap + 20
1   libsystem_kernel.dylib                  0x32781206 mach_msg + 50
2   CoreFoundation                          0x3256841c __CFRunLoopServiceMachPort + 120
3   CoreFoundation                          0x32567154 __CFRunLoopRun + 876
4   CoreFoundation                          0x324ea4d6 CFRunLoopRunSpecific + 294
5   CoreFoundation                          0x324ea39e CFRunLoopRunInMode + 98
6   MobileSafari                            0x000ca31e 0xaf000 + 111390
7   MobileSafari                            0x000ca23a 0xaf000 + 111162
8   libsystem_c.dylib                       0x36abfc16 _pthread_start + 314
9   libsystem_c.dylib                       0x36abfad0 thread_start + 0
Thread 5 name:  WebCore: CFNetwork Loader
Thread 5:
0   libsystem_kernel.dylib                  0x32781010 mach_msg_trap + 20
1   libsystem_kernel.dylib                  0x32781206 mach_msg + 50
2   CoreFoundation                          0x3256841c __CFRunLoopServiceMachPort + 120
3   CoreFoundation                          0x32567154 __CFRunLoopRun + 876
4   CoreFoundation                          0x324ea4d6 CFRunLoopRunSpecific + 294
5   CoreFoundation                          0x324ea39e CFRunLoopRunInMode + 98
6   WebCore                                 0x36f2e69e WebCore::runLoaderThread(void*) + 122
7   libsystem_c.dylib                       0x36abfc16 _pthread_start + 314
8   libsystem_c.dylib                       0x36abfad0 thread_start + 0
Thread 6 name:  com.apple.CFSocket.private
Thread 6:
0   libsystem_kernel.dylib                  0x32791570 __select + 20
1   CoreFoundation                          0x3256c66a __CFSocketManager + 726
2   libsystem_c.dylib                       0x36abfc16 _pthread_start + 314
3   libsystem_c.dylib                       0x36abfad0 thread_start + 0
Thread 7 name:  Dispatch queue: com.apple.CFURLCACHE_work_queue
Thread 7:
0   libsystem_kernel.dylib                  0x32782ac4 fsync + 8
1   libsqlite3.dylib                        0x336f774e sqlite3_free_table + 29986
2   libsqlite3.dylib                        0x336f758c sqlite3_free_table + 29536
3   libsqlite3.dylib                        0x336ed448 sqlite3_value_text + 10320
4   libsqlite3.dylib                        0x336cfb64 sqlite3_finalize + 2020
5   libsqlite3.dylib                        0x336e2dac sqlite3_step + 7704
6   libsqlite3.dylib                        0x336e17c6 sqlite3_step + 2098
7   libsqlite3.dylib                        0x336c082a sqlite3_exec + 366
8   CFNetwork                               0x3361af38 __CFURLCache::ExecSQLStatement_NoLock(sqlite3*, char const*, int (*)(void*, int, char**, char**), void*, long) + 32
9   CFNetwork                               0x3361dcb0 _CFURLCacheTimerCallback(void*) + 320
10  libdispatch.dylib                       0x36e5421e _dispatch_source_invoke + 510
11  libdispatch.dylib                       0x36e51b70 _dispatch_queue_invoke$VARIANT$up + 40
12  libdispatch.dylib                       0x36e51caa _dispatch_queue_drain + 202
13  libdispatch.dylib                       0x36e51b66 _dispatch_queue_invoke$VARIANT$up + 30
14  libdispatch.dylib                       0x36e5276c _dispatch_worker_thread2 + 208
15  libsystem_c.dylib                       0x36aba1c8 _pthread_wqthread + 288
16  libsystem_c.dylib                       0x36aba09c start_wqthread + 0
Thread 8:
0   libsystem_kernel.dylib                  0x32791cd4 __workq_kernreturn + 8
1   libsystem_c.dylib                       0x36aba30a _pthread_wqthread + 610
2   libsystem_c.dylib                       0x36aba09c start_wqthread + 0
Thread 9:
0   libsystem_kernel.dylib                  0x32791cd4 __workq_kernreturn + 8
1   libsystem_c.dylib                       0x36aba30a _pthread_wqthread + 610
2   libsystem_c.dylib                       0x36aba09c start_wqthread + 0
Thread 10:
0   libsystem_kernel.dylib                  0x32791cd4 __workq_kernreturn + 8
1   libsystem_c.dylib                       0x36aba30a _pthread_wqthread + 610
2   libsystem_c.dylib                       0x36aba09c start_wqthread + 0
Thread 2 crashed with ARM Thread State:
    r0: 0x0ec42c90    r1: 0x002d0320      r2: 0x002990b0      r3: 0x00000000
    r4: 0x05d7b438    r5: 0x05d7b43c      r6: 0x06d28e90      r7: 0x018ac7b8
    r8: 0x06d213f0    r9: 0x00000141     r10: 0x058de2a8     r11: 0x06d1dab0
    ip: 0x3f63e2e8    sp: 0x018ac774      lr: 0x374d9865      pc: 0x00000000
  cpsr: 0x60000010
Binary Images:
   0xaf000 -   0x16dfff +MobileSafari armv7  <569d7e26e8563409a69b64ad4874e96a> /Applications/MobileSafari.app/MobileSafari
0x5714000 -  0x5714fff  PhoneNumbers armv7  <77a7bb77fd1f361990fce9bb7cafabe1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/PlugIns/PhoneNumb ers.plugin/PhoneNumbers
0x2feae000 - 0x2fecffff  dyld armv7  <be7c0b491a943054ad12eb5060f1da06> /usr/lib/dyld
0x30050000 - 0x3005dfff  libbsm.0.dylib armv7  <a6414b0a5fd53df58c4f0b2f8878f81f> /usr/lib/libbsm.0.dylib
0x3005e000 - 0x30063fff  libGPUSupportMercury.dylib armv7  <2066fe9b4ee73d1d83f5801b6d0bb432> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dyl ib
0x30182000 - 0x30182fff  libgcc_s.1.dylib armv7  <69d8dab7388b33d38b30708fd6b6a340> /usr/lib/libgcc_s.1.dylib
0x30183000 - 0x30249fff  GLEngine armv7  <0231a8c1fa3f3cfe82e83fc53c0cf5d8> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x30261000 - 0x3029dfff  iCalendar armv7  <59d80290d8733df8a6310da65b497fc9> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x302d9000 - 0x3030efff  DataAccess armv7  <26ef3aa5d3613987bcb5b5a8644a55bb> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x30351000 - 0x30356fff  libcopyfile.dylib armv7  <49003f67c59730c9ac9c499517a3bb8b> /usr/lib/system/libcopyfile.dylib
0x30363000 - 0x30372fff  OpenGLES armv7  <6d1afb451f50310895ec59864739e781> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x3076a000 - 0x30772fff  MobileWiFi armv7  <f07cb8d6dadf36919bae8ef6e5ce1749> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x307c2000 - 0x307c4fff  MobileInstallation armv7  <4c0648df13af341e88ddca80be687794> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallati on
0x308a9000 - 0x30a41fff  CoreData armv7  <75030d6f36f9394592dd35af610e8960> /System/Library/Frameworks/CoreData.framework/CoreData
0x30a42000 - 0x30aa6fff  MessageUI armv7  <1da68e2025c938d1bcbb8d2cff5e5032> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x30aa7000 - 0x30b17fff  CoreImage armv7  <b1d0678497f43769840f173c0f9dce20> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x30b7e000 - 0x30bbbfff  IOKit armv7  <284ee3241c4a3b43b81b9ff514997013> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x30bde000 - 0x30be4fff  liblockdown.dylib armv7  <4e3671438f71326bbc507cb197a31322> /usr/lib/liblockdown.dylib
0x30c09000 - 0x30c09fff  liblangid.dylib armv7  <342170169bf232a0888912f5ef97112d> /usr/lib/liblangid.dylib
0x30d1f000 - 0x30d26fff  MailServices armv7  <a5e048e513b237b78d62fb3996a85fa9> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x30d47000 - 0x30d47fff  libCVMSPluginSupport.dylib armv7  <85582e1094633fccb52b50ca13c5a5d0> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x30e04000 - 0x3129dfff  UIKit armv7  <87348d5d0d043aa095840765b6d73999> /System/Library/Frameworks/UIKit.framework/UIKit
0x31390000 - 0x313a6fff  libmis.dylib armv7  <fd046316dedc34dd81a6601ea3b1e8a6> /usr/lib/libmis.dylib
0x313f4000 - 0x314a1fff  libxml2.2.dylib armv7  <78462273eb5b38d1a0873b02f0e35e23> /usr/lib/libxml2.2.dylib
0x314a2000 - 0x314adfff  AccountSettings armv7  <090bb6a4f97433089b5cabc6a40c619a> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x314f3000 - 0x314f7fff  IOMobileFramebuffer armv7  <c2e6bd6dafde3097b47bc255a8c871ef> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu ffer
0x314f8000 - 0x31507fff  SpringBoardServices armv7  <083fb830455f3cd0869bf54bfd91108c> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices
0x31508000 - 0x315d7fff  libGLProgrammability.dylib armv7  <474da5704ecb3d30b7937121794474e3> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x31629000 - 0x31672fff  ManagedConfiguration armv7  <80836b34a3ef389d82f0fa55cadccc61> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration
0x3167e000 - 0x31680fff  libCoreVMClient.dylib armv7  <6ddb7cf8a93830628787a5b83eea0f1d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x31681000 - 0x317c6fff  CoreGraphics armv7  <649b7b4a430a340b8c2b85c6fb4e1369> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x317c7000 - 0x317fefff  Security armv7  <195ed72ea7583470958d72652bd84f03> /System/Library/Frameworks/Security.framework/Security
0x317ff000 - 0x3183efff  QuickLook armv7  <2f7ad2dfd31f3473a89156da7f70740c> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x318d7000 - 0x31e1bfff  FaceCoreLight armv7  <cc2edb3645d2390dbca5471d35f1bf6e> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
0x31e5c000 - 0x31e5cfff  libkeymgr.dylib armv7  <791bb8b832943b2392c0c35228f52e09> /usr/lib/system/libkeymgr.dylib
0x31e5d000 - 0x31f26fff  Celestial armv7  <f704f5baa8e932289bebd666acecebfa> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x31f2b000 - 0x31f3cfff  libxpc.dylib armv7  <637167f4fa5c3cee99418295843e1580> /usr/lib/system/libxpc.dylib
0x31f3d000 - 0x31f4cfff  MobileDeviceLink armv7  <09c637a85e3d3af488e59ced95a5a916> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x31f91000 - 0x31f9dfff  Accounts armv7  <d45636e9d2263676b17c2c33ec7e91d3> /System/Library/Frameworks/Accounts.framework/Accounts
0x31fab000 - 0x31faffff  AggregateDictionary armv7  <cfd957904957310381369729bfd9b2b0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio nary
0x31fb8000 - 0x31ff4fff  IMFoundation armv7  <782ea3e246093c56a7bc04f60c8ca1b3> /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.fram ework/IMFoundation
0x31ff5000 - 0x32039fff  MobileCoreServices armv7  <e05a113469ed345f98f306965abb30dc> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x32043000 - 0x3204ffff  CoreVideo armv7  <474c89eb09fe3464851a20d76052341b> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x32050000 - 0x3213efff  libiconv.2.dylib armv7  <0f52661fd7af3a448b95f8d93d20f3f7> /usr/lib/libiconv.2.dylib
0x32142000 - 0x32145fff  CaptiveNetwork armv7  <c3a5b1659eb0302eb205498ffacb09f1> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x32146000 - 0x32407fff  libLAPACK.dylib armv7  <5490a87fe5153771b9c67940292842ba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
0x324db000 - 0x325f2fff  CoreFoundation armv7  <a2dbc131fdc0364e822339ca2926b6e8> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x32664000 - 0x3270afff  AddressBookUI armv7  <90b13f7f5d6c38f68efba5944faa2ad4> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x3270b000 - 0x32754fff  CoreMedia armv7  <16e247e3f4a43fc5a72695092cf8ba96> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x32762000 - 0x3277ffff  libsystem_info.dylib armv7  <8e5dd82833293382a08f11517e9dcb9b> /usr/lib/system/libsystem_info.dylib
0x32780000 - 0x32796fff  libsystem_kernel.dylib armv7  <ac287acb68d032118cd824a51011638d> /usr/lib/system/libsystem_kernel.dylib
0x328e3000 - 0x328e9fff  XPCObjects armv7  <efaf263941313a1cb0e4908e46beee95> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x333bc000 - 0x333bdfff  CoreSurface armv7  <fcb6a869daef3a3abc4300c28b218e9f> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x333be000 - 0x333c1fff  ActorKit armv7  <8c167170891238b3940f9f54105b6eb9> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x333c2000 - 0x333c9fff  AssetsLibraryServices armv7  <f6d1bb9e4b60392f834d4e0ee35105cc> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibrary Services
0x333ca000 - 0x333cefff  CertUI armv7  <49cd072db1c7362383e0f5b15c039025> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x333cf000 - 0x33432fff  IMCore armv7  <8dbf71fc51af3424ac33348db251ba0a> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x33433000 - 0x33434fff  libremovefile.dylib armv7  <77460820431837d68f19c81d53b6ca83> /usr/lib/system/libremovefile.dylib
0x335ba000 - 0x33691fff  CFNetwork armv7  <794a80e086d23041bfdec139b01e80a2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x33692000 - 0x33692fff  libunwind.dylib armv7  <d21222aad8c93d6c9580f9bf47071946> /usr/lib/system/libunwind.dylib
0x3369a000 - 0x336b0fff  DictionaryServices armv7  <ff80b6648c24360583e5e624efda4815> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic es
0x336ba000 - 0x33739fff  libsqlite3.dylib armv7  <cdd807e0d8523476b666a9dc63750bb7> /usr/lib/libsqlite3.dylib
0x33753000 - 0x337d6fff  CoreMotion armv7  <5e0f8a464b0736cfaa6cf3a0c1f33f2c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x337da000 - 0x337f3fff  libRIP.A.dylib armv7  <ad22ea5ee99a358691f9820e62c85058> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x337f7000 - 0x3380afff  DataDetectorsCore armv7  <2df5f2299dc8351f80ea3e79de8706a9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x3380b000 - 0x3380ffff  Marco armv7  <5a1a8ed254ec3fb899ae70121a9c69b9> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x33873000 - 0x3387dfff  libvMisc.dylib armv7  <b93ee3136d1c3d44b1e513a56bb0f86c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vMisc.dylib
0x3395e000 - 0x33971fff  Notes armv7  <b2cb7346cb2b36eca53d22534c53b508> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x33985000 - 0x3398afff  libsystem_dnssd.dylib armv7  <11ce894432a73b9485cce6f5b1ea6488> /usr/lib/system/libsystem_dnssd.dylib
0x339a9000 - 0x339adfff  FTClientServices armv7  <0f8bfadbf83a35c39f4ac39045ca569d> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x33a47000 - 0x33a8cfff  GeoServices armv7  <6c9eb6372f723a57852cfc9ed7b78e31> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x33b19000 - 0x33b5cfff  libcommonCrypto.dylib armv7  <be9a231cfe6e3ae387abb444a098bce9> /usr/lib/system/libcommonCrypto.dylib
0x33b5e000 - 0x33c3dfff  RawCamera armv7  <4fb932b6a2d83c4eadfcecf53220699a> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x33c52000 - 0x33c67fff  libresolv.9.dylib armv7  <2e35ec83cc823bbebf107dc4867e61d7> /usr/lib/libresolv.9.dylib
0x33deb000 - 0x33decfff  libdnsinfo.dylib armv7  <1dadb6191d1835e5b078594218ce14f3> /usr/lib/system/libdnsinfo.dylib
0x33ded000 - 0x33e48fff  StoreServices armv7  <01e6b5e7449d39b8bc11e39fc217e645> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x33e49000 - 0x33e52fff  libMobileGestalt.dylib armv7  <bf524f1f6e8237369795867c7e2b4e67> /usr/lib/libMobileGestalt.dylib
0x33e53000 - 0x33f9cfff  libicucore.A.dylib armv7  <1bc960f75d633190a09b093209a9f0c5> /usr/lib/libicucore.A.dylib
0x33fde000 - 0x3408cfff  Message armv7  <4cc5b8bc0ec53e638635de6fe5ff12a4> /System/Library/PrivateFrameworks/Message.framework/Message
0x3408d000 - 0x34096fff  WebUI armv7  <d377c1d742b836e094716d4ca25c4a3c> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x340ec000 - 0x340edfff  libsystem_sandbox.dylib armv7  <b8612b4ce18535aaa94f4b75c730e090> /usr/lib/system/libsystem_sandbox.dylib
0x340ee000 - 0x34145fff  CoreAudio armv7  <d0d388a7373036a08561809242f5a5f6> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x34191000 - 0x341e2fff  CoreText armv7  <23150093d39b393e9bc5f8230176df47> /System/Library/Frameworks/CoreText.framework/CoreText
0x342d4000 - 0x343a3fff  IMGSGX535GLDriver armv7  <b155127091d03e05adaff6bd12836639> /System/Library/Extensions/IMGSGX535GLDriver.bundle/IMGSGX535GLDriver
0x343a4000 - 0x343a6fff  OAuth armv7  <c2a13b4c4dfd34efb60e89dafa87273c> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x343be000 - 0x343cafff  libCRFSuite.dylib armv7  <ea460e3f1ac338a9885d5752864dbffb> /usr/lib/libCRFSuite.dylib
0x343cb000 - 0x343f3fff  AppleAccount armv7  <f7d060ae5a7834bea114e9a3a032d3e1> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x343f4000 - 0x343f7fff  libmacho.dylib armv7  <d7f346d1c62d35b18fec919efc67eb84> /usr/lib/system/libmacho.dylib
0x343f8000 - 0x343fbfff  libsystem_network.dylib armv7  <48fe217ed667308bb9413c11f5b5b31d> /usr/lib/system/libsystem_network.dylib
0x343fc000 - 0x34415fff  Twitter armv7  <f9fe42c3e54835ccb2685e92d94c62fe> /System/Library/Frameworks/Twitter.framework/Twitter
0x3468b000 - 0x346aefff  MobileSync armv7  <f95bb1140fb730d09fe7d83cd1b2c78b> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x34711000 - 0x3472cfff  libJapaneseConverter.dylib armv7  <397aede6877d35be865b14af18ee4be4> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x3472d000 - 0x34731fff  libAccessibility.dylib armv7  <ee734c0e964934a887a66d170270b114> /usr/lib/libAccessibility.dylib
0x34732000 - 0x34735fff  libcompiler_rt.dylib armv7  <414332f9a55238bab2cbec323e0fc8da> /usr/lib/system/libcompiler_rt.dylib
0x34749000 - 0x34789fff  libGLImage.dylib armv7  <9440420d838a382caa175399d74a5044> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x347d3000 - 0x3481dfff  CoreTelephony armv7  <7cb3680db3bb36a0b59b6d8e8cecf374> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x3482f000 - 0x3485ffff  ContentIndex armv7  <e610e7e8c8653d728dcc3c8fb471a994> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x34860000 - 0x348a9fff  libc++.1.dylib armv7  <ad15503487243836b7c296f3439ba0c1> /usr/lib/libc++.1.dylib
0x348c2000 - 0x348ccfff  libbz2.1.0.dylib armv7  <28583efb9f1b38e7ae83c667b07dbd08> /usr/lib/libbz2.1.0.dylib
0x34970000 - 0x34974fff  libGFXShared.dylib armv7  <0a36fb9d60a43479943bafb2f81313b1> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x34975000 - 0x34a65fff  QuartzCore armv7  <c77ceeffd75e3bcc9df3bbe91e2dac98> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x34a80000 - 0x34aa5fff  OpenCL armv7  <051a834ba5583f47876f0c8b9a1e3dda> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x34ad0000 - 0x34ba0fff  WebKit armv7  <b79a797a66723db89d6c2f89c0925cf8> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x34cb2000 - 0x34cfbfff  AddressBook armv7  <9ac3368232663b5786382e33c3773678> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x34cfc000 - 0x34d1ffff  PrintKit armv7  <279fb51deec3377ab9f820af2da4d915> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x34d8b000 - 0x34d91fff  MobileIcons armv7  <2f4c13053206306996726629b0b7eb01> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x34dfa000 - 0x34fb6fff  ImageIO armv7  <df300f66a317352e92354a8a48af3453> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x35169000 - 0x3517bfff  DataDetectorsUI armv7  <141aad29d5ef31f093a392120d22a778> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x35189000 - 0x35198fff  GenerationalStorage armv7  <c581bffc87013530b3c2d017142395e6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalSto rage
0x351c7000 - 0x351ccfff  CrashReporterSupport armv7  <ae0aa5856c093beaa792b34cafaa55df> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterS upport
0x351e3000 - 0x353c0fff  AudioToolbox armv7  <59dd50551a893636b94bf4505a62ef97> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x353e2000 - 0x3542dfff  CoreLocation armv7  <77f81f93c6483079b547b3552b0247d2> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x3542e000 - 0x3547ffff  libstdc++.6.dylib armv7  <dc2061145c1a3307829d4f3bfc547c1a> /usr/lib/libstdc++.6.dylib
0x35480000 - 0x35481fff  libsystem_blocks.dylib armv7  <4bb9797771d037879bec814fe750d86d> /usr/lib/system/libsystem_blocks.dylib
0x35482000 - 0x35487fff  ApplePushService armv7  <2e620a6e8ee8387ba2771cfd7870c90e> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x354ec000 - 0x3551ffff  MIME armv7  <c1ab6129b28b30c2a21cf33775bdf1d7> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x35997000 - 0x359bafff  Bom armv7  <0e6087f75a81345ea81751197ccb712c> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x359dc000 - 0x35a26fff  libvDSP.dylib armv7  <d8489a4ce77933abac52394c43ff5513> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
0x35a57000 - 0x35cb1fff  MediaToolbox armv7  <f1f929e78e753147bb4a638e95d29669> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x35d4c000 - 0x35d6cfff  libxslt.1.dylib armv7  <f37418b7e89137bba433677d61cd779d> /usr/lib/libxslt.1.dylib
0x35d6d000 - 0x35d73fff  liblaunch.dylib armv7  <8d5c3270e68e3dbbb2a72efd71314bf6> /usr/lib/system/liblaunch.dylib
0x35d96000 - 0x35d97fff  DataMigration armv7  <4179a9f217a8300d93c14b6fd87e5c31> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x35f60000 - 0x35f66fff  MobileKeyBag armv7  <18472eec0dfa3aa993f4ae7f34ec5c52> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x35f7f000 - 0x35f83fff  libcache.dylib armv7  <607095842baf3c41be3127ed773582ea> /usr/lib/system/libcache.dylib
0x35faf000 - 0x35fb5fff  libnotify.dylib armv7  <19d7596821403d998017f03678d40514> /usr/lib/system/libnotify.dylib
0x360d7000 - 0x360eefff  WebBookmarks armv7  <7995d012ffbe394fb16888649b1e9742> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x360ef000 - 0x36168fff  ProofReader armv7  <09d057676f6837cd9e7a735444b67e77> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x3616b000 - 0x3617cfff  DataAccessExpress armv7  <2306f236fe113baba3934f1884d36a47> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x3617d000 - 0x36180fff  CoreTime armv7  <e2f02260f2a63359b9a0a47c69f59c9e> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x362c6000 - 0x362c7fff  libdyld.dylib armv7  <f1963e7ef64e39a58ec1e39ed7c74849> /usr/lib/system/libdyld.dylib
0x362c8000 - 0x362e7fff  libSystem.B.dylib armv7  <17803796ac1d31bdab85e651a74d5e0d> /usr/lib/libSystem.B.dylib
0x362e8000 - 0x362e8fff  vecLib armv7  <106ef8294b0d3c2d89e9230527846227> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
0x362f7000 - 0x362f7fff  Accelerate armv7  <a62771c826753815a5cae96eaa60ffd7> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x36303000 - 0x363ddfff  vImage armv7  <42a5e58ff1b9350cad90de36bd3ceb09> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
0x363de000 - 0x363f4fff  EAP8021X armv7  <3f7bd850face343495b2c542ef63d44d> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x363f5000 - 0x364bbfff  libobjc.A.dylib armv7  <d503b4ad04313023bbe76ededd30ed70> /usr/lib/libobjc.A.dylib
0x36517000 - 0x365c1fff  libBLAS.dylib armv7  <9aabff01422f3cb8960f93d11d2b6de1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
0x365ca000 - 0x365cefff  IOSurface armv7  <0f003f50b18e3dbf87607d819e0ac6b9> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x366c6000 - 0x366d2fff  libz.1.dylib armv7  <8e4095644cc33c97aa5f9f0620387f88> /usr/lib/libz.1.dylib
0x36890000 - 0x36928fff  EventKit armv7  <77cfeb04c70c377aa484024bf2fbe980> /System/Library/Frameworks/EventKit.framework/EventKit
0x36929000 - 0x36964fff  libCGFreetype.A.dylib armv7  <1f70c1e94e333f0bb0866143b2abb0a7> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dyl ib
0x36ab0000 - 0x36b3dfff  libsystem_c.dylib armv7  <2eb267ac3b5e32b0a43a61ccb98e6dd1> /usr/lib/system/libsystem_c.dylib
0x36b3e000 - 0x36b40fff  libCoreFSCache.dylib armv7  <1ece4be587ca397b8f0494c56ed46976> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x36c73000 - 0x36cacfff  VideoToolbox armv7  <49f9f09f23f7396b94a29bb1280759fe> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x36cad000 - 0x36ce2fff  SystemConfiguration armv7  <68dbad71a3cc32e5941ad70820f88caa> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x36ce3000 - 0x36d20fff  FTServices armv7  <9defdfb8c14239638d3a8efc9c4382de> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x36d21000 - 0x36e45fff  JavaScriptCore armv7  <322e347adc08308ca55fc7de9598248c> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x36e46000 - 0x36e5cfff  libdispatch.dylib armv7  <86ed1499ae1e3f5ba389e657f6a23ced> /usr/lib/system/libdispatch.dylib
0x36e5d000 - 0x37614fff  WebCore armv7  <5a60e1e3f68331e5b426dd4dfeb3def8> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x37690000 - 0x3780efff  Foundation armv7  <c1afe35de1f63b0db5b7ced0dec7163f> /System/Library/Frameworks/Foundation.framework/Foundation
0x3780f000 - 0x3784bfff  AppSupport armv7  <202262953e2d343cbf489fe1e308dba4> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x37a54000 - 0x37a5bfff  libc++abi.dylib armv7  <f769ce305c3033ee90e8c2ecc4846619> /usr/lib/libc++abi.dylib
0x37abc000 - 0x37ad0fff  PersistentConnection armv7  <47b0ba3bcfd230a192119445de86cef1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection
0x37af5000 - 0x37ba1fff  MediaControlSender armv7  <4c0982b21ecf35aead8e0bef55d842b0> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSend er
0x37ba2000 - 0x37bcefff  libtidy.A.dylib armv7  <f0eca72c10c537fa89b17fd97e003faf> /usr/lib/libtidy.A.dylib
0x37c0d000 - 0x37c14fff  ProtocolBuffer armv7  <00599097fff03d02896974966dee6dda> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x37c28000 - 0x37c33fff  GraphicsServices armv7  <08bfaa5766853884a09cd70f5ae37017> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices

I ran on OS X in Safari 6.0.4 with the user agent set to Safari iOS 5.1 - iPhone and it worked fine.  The console did show this error.
Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.dyhas.com/css/images/arrows_h.gif
I also ran in the iOS Simulator v6.0 simulating iOS 6.1 iPhone. No crash but the page layout and navigation is definitely not optimized for the small window.
Have you examined the the diagnostic log on the iPhone to see why Safari crashed? The information is not hugely informative if you are not the app developer, but it sometimes can provide clues such as when an app is forced closed due to excessive memory usage.
Settings > General > About > Diagnostics & Usage Data.
Look for LatestCrash and LatestCrash-MobileSafari.  Also see whether there is a LowMemory log with a nearby timestamp.

Similar Messages

  • Safari crash when opening top sites

    hi i need help, does anybody else have this problem?
    for the past 2 days, everytime i try opening my top sites, safari crashes. i keep sending the crash report but nothing happens. i already tried reinstalling the safari application but i still have the same problem. opening a new tab that automatically opens my top sites also causes safari to crash so i already set my preferences to just open to a blank tab.
    wat's wrong with my mac? wat should i do? pls advice. thanks
    joe

    Hi and welcome.....
    When sending a crash report to Apple, that goes to the developers. You will not receive a reply. In order to get help, you need to copy/paste the entire contents of the Crash Reporter window into your Reply here.
    If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.
    Before you post the crash report, you may want to check for third party Safari add ons which could cause Safari to crash, help here for that.
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    Carolyn

  • Safari crashes when visiting certain sites

    I recently downloaded Safari and it keeps crashing when visiting certain websites - www.ebay.com & www.animalcrossingcommunity.com
    I also encountered the crash when visiting these forums and clicking Log In.
    It also crashes after a few minutes no matter what website I'm on.
    I'm using Mozilla Firefox right now, which is the only way I could access this webpage. I like Safari and want to stick with it.

    File a bug report to https://bugreport.apple.com/
    Please attach user.dmp file from Dr. Watson: http://webkit.org/quality/crashlogs.html

  • FF 3.6.8, Snow Leopard, Flash 10.1.82.76 Crashes when accessing a site with Flash. But when using other browsers (Safari, Camino) no crash. Still an Adobe problem???

    Snow Leopard 10.6.4.
    FireFox 3.6.8 (new install)
    Shockwave Flash 10.1.82.76 (New install)
    example web site: WUCF.org
    Only crashes in FireFox not in Safari or Camino.
    Disable Flash and no crash. (disabled as of this post)

    Hello there.
    If you're having a problem with a specific plugin, you need to contact its author for support. If you have problems with all your plugins, then it's a different matter. Is that the case?

  • Safari crashes when accessing secure websites

    Hi, all you Discussion-eers!
    I downloaded the new Safari for Windows Beta today, since I thought that it would be really neat to have the opportunity to actually use that nice web browser on a Windows platform.
    It can successfully launch and load a good deal of websites for me.
    What isn't working quite so well, however, is accessing secure pages, like logging into the Discussions, or logging into accounts on other websites.
    When I attempt to access any secure website, it either:
    - Promptly closes the browser on its own, without any errors
    - "Encounters a problem and needs to close"
    - Completely freezes up while loading the page, to the point where I cannot close the program by clicking the "x" on the program window. (I must end it through Task Manager)
    - Displays this error message when attempting to load the webpage.
    I have tried completely deleting all program/installer files off the computer (hopefully, at least), and installing another copy of SafariSetup, as well as restarting, to no avail.
    Any ideas as to what's causing this? I currently use IE (Internet Explorer) 6 for accessing websites.
    If you need, I'd be happy to provide any other info about my issue that might help.
    Thanks in advance!
    -Kylene

    Good to know it's not just me than. Started happening to me at the same time as everyone else too. Did the usual: messed about with Safaris preferences files, reset Safari, repaired permissions, installed latest (for my system) security update 2007-008, restarted and then repaired permissions again and voila.....still crashing.
    Old youtube pages in Safrari history still loaded but couldn't navigate from them.
    Using Firefox now which seems to be fine.
    Would be intersting to know what's happened though.

  • Safari crashes when loging into sites

    I can't log into sites like flickr because safari keeps crashing.
    I also can't log onto aol because of a 404 error.
    Help - please.

    please?

  • Firefox crashes when accessing secure sites

    The problem began yesterday, and now I have to change to Chrome after using Firefox for many years.
    Dell Inspiron 15R, Windows 8, Firefox 19.0

    hello dennis, unfortunately this seems to be a crash that is appearing in firefox 19 on windows 8 with AMD Radeon HD 6XXX/7XXX graphics cards - developers are investigating the causes of it...
    the best option probably is to downgrade to the to the former version at the moment until this gets sorted out: [[Install an older version of Firefox]]
    ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/18.0.2/win32/
    the auto-update in firefox 18 for the affected systems is now disabled and will be turned back on when a fix is available.

  • Why does Safari crash when I click on the video ads in the Apple site?

    My iMac is two weeks old. When I launch the Apple site, Safari crashes when I click on the iPhone ad or the pc/mac ads within the Apple site. Is this a Quicktime error or a problem with Safari? I can watch videos within Google but not the Apple site. Safari also crashes when I try to open the Mac-OSX icon in my dock.
    Please advise!
    jsbsf

    jsbsf, have you run Software Update to update any Apple software? Updated the Flash Player plugin? Java and JavaScript enabled?

  • Safari crashing on certain web sites

    My friends' iMac G4, running OS 10.3.9 has started acting strangely including Safari crashing on certain web sites. I had them clean out the cache, remove the cookies, delete the history and run disk utility--things they never did on their own. But the problem has persisted. I plan on having them reset safari and trash the safari preferences but I'm concerned it may be more of a system wide problem rahter than a problem with safari alone. They did email me the crash log, could someone comment on this and determine if it helps point to the root cause of the problem. Incidently I also plan on running disk warrior when I get over there in the near future. Here is the crash log...
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xffffffff
    Thread 0 Crashed:
    0 com.apple.JavaScriptCore 0x961d1f64 compile_branch + 0x2dc
    Thread 1:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d068 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c74 -[NSRunLoop run] + 0x4c
    6 com.apple.WebKit 0x94ff2e6c +[WebFileDatabase _syncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a3c8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d068 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c74 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a97f0c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
    7 com.apple.Foundation 0x90a6a3c8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x9000b42c select + 0xc
    1 com.apple.Foundation 0x90a22874 _loadRunLoop + 0xd4
    2 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d068 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c74 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a9844c +[NSURLCache _diskCacheSyncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a3c8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 5:
    0 libSystem.B.dylib 0x9000b42c select + 0xc
    1 com.apple.CoreFoundation 0x901c7668 __CFSocketManager + 0x1fc
    2 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 6:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d068 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c74 -[NSRunLoop run] + 0x4c
    6 com.apple.Safari 0x000368f8 0x1000 + 0x358f8
    7 com.apple.Foundation 0x90a6a3c8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x961d1f64 srr1: 0x0200f030 vrsave: 0xfff00000
    cr: 0x22222242 xer: 0x00000004 lr: 0x961d2018 ctr: 0x961d1f5c
    r0: 0x961d1f5c r1: 0xbfffca20 r2: 0xffffffff r3: 0x00000001
    r4: 0xbfffcef0 r5: 0x00000000 r6: 0x0024ff03 r7: 0xfeffff87
    r8: 0xfeffff07 r9: 0x000001f0 r10: 0x00000000 r11: 0x016b2216
    r12: 0x00000000 r13: 0x00000000 r14: 0xbfffcb54 r15: 0xffffffff
    r16: 0xbfffcb58 r17: 0xbfffcb5c r18: 0xbfffd30c r19: 0x08000800
    r20: 0x00000000 r21: 0xbfffcef0 r22: 0xbfffd3b0 r23: 0x06baea1a
    r24: 0x06baea17 r25: 0x00000000 r26: 0x0000002d r27: 0x0000fee5
    r28: 0x016b2212 r29: 0x0000007c r30: 0x06baea3b r31: 0x961d1cb8
    Binary Images Description:
    0x1000 - 0xcdfff com.apple.Safari 1.3.2 (312.6) /Applications/Safari.app/Contents/MacOS/Safari
    0x1710000 - 0x1712fff com.apple.PDFImporter 1.3.1 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x4ed2000 - 0x51e6fff com.macromedia.Flash Player.plugin 9.0.28 (1.0.4f22) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x6919000 - 0x691bfff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x41410000 - 0x414affff com.apple.QuickTimeImporters.component 7.2 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x73230000 - 0x73233fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x76c02000 - 0x76c12fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x806c0000 - 0x806e9fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x88100000 - 0x88236fff com.apple.vImage 1.0.0 (1.2.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x88ee0000 - 0x88eecfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x8fc90000 - 0x8fc90fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.9 (299.37) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.9 (558) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90610000 - 0x9069afff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90702000 - 0x9073afff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9074e000 - 0x9078afff com.apple.LDAPFramework 1.3.3 (37.3.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x907ae000 - 0x907b9fff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x907c7000 - 0x907cffff libbsm.dylib /usr/lib/libbsm.dylib
    0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x908c2000 - 0x90910fff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x909f0000 - 0x90a0afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.10 (500.63) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c32000 - 0x90c46fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90c60000 - 0x90cc2fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d00000 - 0x90d1bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90d60000 - 0x90d6bfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90d70000 - 0x90da1fff com.apple.securityinterface 1.0 (39) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e77000 - 0x90e87fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x90e8b000 - 0x90e9afff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x90ea1000 - 0x90eb4fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910c8000 - 0x910c9fff com.apple.securityfoundation 1.0 (6) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x910e0000 - 0x91134fff com.apple.bom 1.2.8 (64.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x914fdfff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91551000 - 0x9155cfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x915a2000 - 0x915bcfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x915e0000 - 0x91699fff com.apple.QD 3.4.74 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x916ef000 - 0x916f8fff libz.1.dylib /usr/lib/libz.1.dylib
    0x916fc000 - 0x91714fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91a2f000 - 0x91a55fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x92170000 - 0x92358fff com.apple.security 2.5 (29780) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x924b3000 - 0x924c3fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x924f2000 - 0x92565fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92684000 - 0x9274bfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.6 (71.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9283f000 - 0x9284efff com.apple.DSObjCWrappers.Framework 1.0 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x92856000 - 0x9286afff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.11 (743.43) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9366d000 - 0x936a5fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x938be000 - 0x9392dfff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x939f0000 - 0x93ad7fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93b3c000 - 0x93ba5fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93ebd000 - 0x94195fff com.apple.CoreGraphics 1.203.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94dba000 - 0x94e4dfff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94fe0000 - 0x95078fff com.apple.WebKit 312.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95e22000 - 0x95e32fff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95e40000 - 0x95eadfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95ec2000 - 0x95edcfff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96074000 - 0x960d3fff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x961b0000 - 0x96292fff com.apple.JavaScriptCore 1.1 (312.3.3) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x96a04000 - 0x96a73fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96ade000 - 0x96af5fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96b01000 - 0x96b1bfff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96c00000 - 0x96c8cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96e12000 - 0x96e25fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96e80000 - 0x96e90fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97146000 - 0x97152fff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9715c000 - 0x97169fff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x97900000 - 0x97bf2fff com.apple.WebCore 315.15 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x99000000 - 0x990b8fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99106000 - 0x99106fff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99108000 - 0x9916ffff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x991af000 - 0x991ccfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x991de000 - 0x994fdfff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x995e1000 - 0x995f7fff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99604000 - 0x9a1cafff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents

    Bob
    including Safari crashing on certain web sites … Here is the crash log...
    Thread 0 Crashed:
    0 com.apple.JavaScriptCore 0x961d1f64 compile_branch + 0x2dc
    I would guess that the web sites causing problems use javascript. It is strange that javascript should crash straight away, so I'm wondering it they have the correct version for 10.3.9?
    There isn't an easy way to access this information except via Terminal (or Property List Editor if you have Developer tools installed). Here's the command you need, although I can see it will be tricky for you to copy and paste this command into another machine (you could always log on from that I suppose).
    defaults read /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/Resources/Info CFBundleVersion(that's all one line, by the way).
    In 10.3.9, the version I have is 312.3.2, while in 10.4.10 I have 418.6.1.
    If what you get from this is nonsense, I think you would be looking at an Archive & Install. An alternative would be to rerun the 10.3.9 Combo Update and the Security Updates that followed that, and then make sure to re-run the "SafariUpdate1.3.1.pkg 18/8/2005" and the "SafariUpdate1.3.2.pkg 5/1/2006" because both of those updated JavaScriptCore.

  • Safari crashes when trying to enter in password field

    Hi Apple Community!
    My Safari crashes when trying to enter the password to a certain online forum. This is not happening to Google Chrome. I have tried disabling extensions and third-party plugins but it doesn't seem to work. See below for the error log.
    EDIT: I have tried resetting Safari and the problem persists.
    Thank you!
    Cheers,
    Daryl
    =====
    Process:         com.apple.WebKit.WebContent [2681]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:      com.apple.WebKit.WebContent
    Version:         9537 (9537.77.4)
    Build Info:      WebKit2-7537077004000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Responsible:     Safari [2672]
    User ID:         501
    Date/Time:       2014-07-06 14:57:40.601 +0800
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  8ACE00CA-6CDB-25D5-2453-03900567B440
    Sleep/Wake UUID: A0B33EA1-9A1F-4798-B69E-D1E0652751DC
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000106c50000-0000000106c51000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.Safari.framework     0x00007fff93749322 Safari::WK::BundleFrame::jsWrapper(Safari::WK::BundleNodeHandle const&, Safari::WK::BundleScriptWorld const&) const + 12
    1   com.apple.Safari.framework     0x00007fff939a56f4 -[WBSFormMetadataController getMetadataForTextField:inFrame:textFieldMetadata:formMetadata:canAutoComplete: ] + 107
    2   com.apple.Safari.framework     0x00007fff93801d9f -[FormMetadataController passwordFieldFocused:inFrame:] + 63
    3   com.apple.Safari.framework     0x00007fff939a6021 -[WBSFormMetadataController textFieldFocused:inFrame:] + 186
    4   com.apple.Safari.framework     0x00007fff9374b020 Safari::WK::didFocusTextField(OpaqueWKBundlePage const*, OpaqueWKBundleNodeHandle const*, OpaqueWKBundleFrame const*, void const*) + 97
    5   com.apple.WebKit2             0x00007fff93fd3594 WebKit::InjectedBundlePageFormClient::didFocusTextField(WebKit::WebPage*, WebCore::HTMLInputElement*, WebKit::WebFrame*) + 72
    6   com.apple.WebCore             0x00007fff9699e10a WebCore::Document::setFocusedElement(***::PassRefPtr<WebCore::Element>, WebCore::FocusDirection) + 1754
    7   com.apple.WebCore             0x00007fff968dd565 WebCore::FocusController::setFocusedElement(WebCore::Element*, ***::PassRefPtr<WebCore::Frame>, WebCore::FocusDirection) + 1029
    8   com.apple.WebCore             0x00007fff968d6128 WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 696
    9   com.apple.WebCore             0x00007fff968dc5e0 WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 1552
    10  com.apple.WebKit2             0x00007fff93fd4658 WebKit::handleMouseEvent(WebKit::WebMouseEvent const&, WebKit::WebPage*, bool) + 207
    11  com.apple.WebKit2             0x00007fff93fd454d WebKit::WebPage::mouseEvent(WebKit::WebMouseEvent const&) + 221
    12  com.apple.WebKit2             0x00007fff93fd430a void CoreIPC::handleMessage<Messages::WebPage::MouseEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)>(CoreIPC::MessageDecoder&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)) + 83
    13  com.apple.WebKit2             0x00007fff93fa29b8 WebKit::WebPage::didReceiveWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 1248
    14  com.apple.WebKit2             0x00007fff93f8c5ab CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 125
    15  com.apple.WebKit2             0x00007fff93f8c490 WebKit::WebProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 28
    16  com.apple.WebKit2             0x00007fff93f8c3f9 CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    17  com.apple.WebKit2             0x00007fff93f8c322 CoreIPC::Connection::dispatchOneMessage() + 106
    18  com.apple.WebCore             0x00007fff96627c9e WebCore::RunLoop::performWork() + 270
    19  com.apple.WebCore             0x00007fff96627b72 WebCore::RunLoop::performWork(void*) + 34
    20  com.apple.CoreFoundation       0x00007fff92fa15b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    21  com.apple.CoreFoundation       0x00007fff92f92c62 __CFRunLoopDoSources0 + 242
    22  com.apple.CoreFoundation       0x00007fff92f923ef __CFRunLoopRun + 831
    23  com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    24  com.apple.HIToolbox           0x00007fff8f467a0d RunCurrentEventLoopInMode + 226
    25  com.apple.HIToolbox           0x00007fff8f4677b7 ReceiveNextEventCommon + 479
    26  com.apple.HIToolbox           0x00007fff8f4675bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    27  com.apple.AppKit               0x00007fff97bbe24e _DPSNextEvent + 1434
    28  com.apple.AppKit               0x00007fff97bbd89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    29  com.apple.AppKit               0x00007fff97bb199c -[NSApplication run] + 553
    30  com.apple.AppKit               0x00007fff97b9c783 NSApplicationMain + 940
    31  com.apple.XPCService           0x00007fff8ce7ec0f _xpc_main + 385
    32  libxpc.dylib                   0x00007fff93bb2bde xpc_main + 399
    33  com.apple.WebKit.WebContent   0x0000000106c50ba0 0x106c50000 + 2976
    34  libdyld.dylib                 0x00007fff961385fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8dffa662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff93e8c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff93e8c136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff97d5e05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 3:: WebCore: Scrolling
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff93047811 CFRunLoopRun + 97
    6   com.apple.WebCore             0x00007fff966d46f4 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8e381967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8e38176b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255116 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x00007fff8c254c35 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007ff8b9e27700  rbx: 0x00007ff8bc02a9f0  rcx: 0x0000000000000000  rdx: 0x00007ff8b9e27700
      rdi: 0x000000010a1146e8  rsi: 0x0000000000000000  rbp: 0x00007fff58fad730  rsp: 0x00007fff58fad730
       r8: 0x0000000000000007   r9: 0x000000010a1146e8  r10: 0x00007ff8bc09abb0  r11: 0x00007fff7cf9bb28
      r12: 0x00007fff58fad7e8  r13: 0x000000010d694780  r14: 0x00007fff58fad7f0  r15: 0x0000000000000000
      rip: 0x00007fff93749322  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x106c50000 -        0x106c50ff4  com.apple.WebKit.WebContent (9537 - 9537.77.4) <B93A6BB6-F13F-3DF9-A728-6384CEC6B516> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x106c56000 -        0x106c56fff  WebProcessShim.dylib (7537.77.4) <5033C8DE-6FDC-3885-A4B6-357095992A43> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x108eea000 -        0x108ef2ff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10abd9000 -        0x10ac01ffb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10c692000 -        0x10c695ffa  libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x10e83b000 -        0x10e846fff  libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
        0x123400000000 -     0x12340034dff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.15 - 8.2.4) <1D246FBA-B34D-3B45-BDBE-F7CC6B6DEF2D> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff69945000 -     0x7fff69978817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8b426000 -     0x7fff8b473fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8b48b000 -     0x7fff8b48cfff  libquit.dylib (161.2) <7B9C07B6-8993-32C8-89C2-23D2E7FA85BA> /usr/lib/libquit.dylib
        0x7fff8b6c9000 -     0x7fff8b6cbfff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8b6cc000 -     0x7fff8b929ffa  com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8b92a000 -     0x7fff8b946fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8b947000 -     0x7fff8b94affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b99f000 -     0x7fff8ba63ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8ba64000 -     0x7fff8ba8eff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
        0x7fff8ba8f000 -     0x7fff8bd63fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8bd64000 -     0x7fff8bd69fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8bd6a000 -     0x7fff8bd81ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8bd82000 -     0x7fff8bd8cff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
        0x7fff8bda7000 -     0x7fff8bdd5ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8bdd6000 -     0x7fff8c0a7ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8c0a8000 -     0x7fff8c0ddffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8c0de000 -     0x7fff8c12affe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8c150000 -     0x7fff8c19efff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8c241000 -     0x7fff8c5b8ff6  com.apple.JavaScriptCore (9537 - 9537.77.1) <F588191A-25E6-31AC-A325-B7779DC6D1EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8c5b9000 -     0x7fff8c5e8fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8c5e9000 -     0x7fff8c6d7fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c6d8000 -     0x7fff8c730ff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8c731000 -     0x7fff8c74aff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8c8b4000 -     0x7fff8c8e3ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c8e4000 -     0x7fff8c8f5ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8c8f6000 -     0x7fff8c8faff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
        0x7fff8c8fb000 -     0x7fff8c95effb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c96f000 -     0x7fff8c96fff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8c9d1000 -     0x7fff8cac2ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8cac3000 -     0x7fff8cac4ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff8cac5000 -     0x7fff8caf5fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8cbb1000 -     0x7fff8cbd9ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8cbda000 -     0x7fff8ce34ff9  com.apple.security (7.0 - 55471.14.8) <EA03E140-2509-3A07-8440-2DC97C0D478B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8ce35000 -     0x7fff8ce37ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8ce3a000 -     0x7fff8ce63ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8ce64000 -     0x7fff8ce6fff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ce7d000 -     0x7fff8ce83ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8ced4000 -     0x7fff8cf19fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
        0x7fff8cf1a000 -     0x7fff8cf22ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8cf33000 -     0x7fff8cf3cff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8cf3d000 -     0x7fff8cf48fff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
        0x7fff8cf49000 -     0x7fff8cf64ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8cfae000 -     0x7fff8cff3ff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8d8b8000 -     0x7fff8d8b8fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d8b9000 -     0x7fff8d998fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8d999000 -     0x7fff8da83fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8da84000 -     0x7fff8da88ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8da89000 -     0x7fff8dac7ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8dac8000 -     0x7fff8dbacfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8dc83000 -     0x7fff8dc93fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8dc94000 -     0x7fff8dcb9ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8dcba000 -     0x7fff8dcc0fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8dcc1000 -     0x7fff8dd34fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8dd35000 -     0x7fff8ddfffff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8de00000 -     0x7fff8de19ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8de1a000 -     0x7fff8de27ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8de28000 -     0x7fff8de63fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8de64000 -     0x7fff8de66fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8de67000 -     0x7fff8de74ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8df46000 -     0x7fff8df46fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8df84000 -     0x7fff8dfe3fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8dfe4000 -     0x7fff8e000ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8e001000 -     0x7fff8e05cffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e05d000 -     0x7fff8e05dfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8e05e000 -     0x7fff8e066fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff8e067000 -     0x7fff8e0efff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8e0f9000 -     0x7fff8e128fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8e1be000 -     0x7fff8e2c4ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8e2c7000 -     0x7fff8e31afff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8e31b000 -     0x7fff8e619fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8e61a000 -     0x7fff8e621ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff8e622000 -     0x7fff8e623fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8e8b6000 -     0x7fff8e8bfffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8e8c0000 -     0x7fff8e8f8ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8e908000 -     0x7fff8e91efff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8e91f000 -     0x7fff8e929ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8e937000 -     0x7fff8e93fff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8e940000 -     0x7fff8e967ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8e968000 -     0x7fff8ea39ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D85430A6-1410-3B5F-9D11-17E2440B786E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8ea3a000 -     0x7fff8ea66fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8ea67000 -     0x7fff8eb29ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8eb2a000 -     0x7fff8eb39ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8eb5e000 -     0x7fff8eb75ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8eb76000 -     0x7fff8edbeff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8edbf000 -     0x7fff8f196fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f197000 -     0x7fff8f1e5ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8f1e6000 -     0x7fff8f1e6fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8f439000 -     0x7fff8f6e3ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8fabe000 -     0x7fff8facbfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8facc000 -     0x7fff8fc3aff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8fcb6000 -     0x7fff8fd81fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8fd82000 -     0x7fff8feb8ffd  com.apple.WebKit (9537 - 9537.77.4) <A0291E16-4ED9-30E8-B9A2-DB836778EE9E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8feb9000 -     0x7fff8fed7ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8fed9000 -     0x7fff8fedaffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8fedb000 -     0x7fff8ff24fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8ff25000 -     0x7fff90306ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9035f000 -     0x7fff9040fff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff90410000 -     0x7fff90439fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff90684000 -     0x7fff906e2ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff907a1000 -     0x7fff907a2fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff907d4000 -     0x7fff907d4ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff907d5000 -     0x7fff907e6ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff9083d000 -     0x7fff908c6fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff908c7000 -     0x7fff90a74f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff90a7b000 -     0x7fff90eaeffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff90eaf000 -     0x7fff90eb6fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff90eb7000 -     0x7fff90f1dfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff90f2d000 -     0x7fff90faefff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff90fb2000 -     0x7fff90fbdfff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff90fc1000 -     0x7fff90fd3fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff9100a000 -     0x7fff91025ff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff91026000 -     0x7fff9106dff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff9106e000 -     0x7fff91070fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff91071000 -     0x7fff910d6ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff910d7000 -     0x7fff910dafff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff9117c000 -     0x7fff911bdfff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff911be000 -     0x7fff911c6fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff911ee000 -     0x7fff912ddfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff91c9b000 -     0x7fff91cccfff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff91ccd000 -     0x7fff91d56ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff91d59000 -     0x7fff91de5ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff91e50000 -     0x7fff91e68ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff91e69000 -     0x7fff91e6dfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff91eb5000 -     0x7fff9201bfff  libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff9201c000 -     0x7fff92170ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff92171000 -     0x7fff9217dff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff921e2000 -     0x7fff921e2fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff921e3000 -     0x7fff921f5ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9220e000 -     0x7fff9220ffff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff92224000 -     0x7fff9226bfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff9226c000 -     0x7fff9226cffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff9226d000 -     0x7fff92354ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff92355000 -     0x7fff9235efff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff9235f000 -     0x7fff92517ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
        0x7fff9251c000 -     0x7fff92525ff7  libcldcpuengine.dylib (2.3.58) <E3A84FEC-4060-39C2-A469-159A443D2B6D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff9253b000 -     0x7fff925f3ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff925f4000 -     0x7fff92f1432b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff92f1c000 -     0x7fff92f21fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff92f22000 -     0x7fff93107fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff93108000 -     0x7fff93159ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff93214000 -     0x7fff933b4ff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff933b5000 -     0x7fff933b9ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff933ba000 -     0x7fff933c1ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff9345e000 -     0x7fff93468ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff93469000 -     0x7fff93627fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff9364e000 -     0x7fff93661ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff93662000 -     0x7fff93b68ffb  com.apple.Safari.framework (9537 - 9537.77.4) <4DA7F240-5451-3C23-9ADA-CFE34FB51FDB> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff93b69000 -     0x7fff93b93ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff93b94000 -     0x7fff93b9efff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff93b9f000 -     0x7fff93bc3fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff93bc4000 -     0x7fff93bc4fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff93bc5000 -     0x7fff93bc6ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93e89000 -     0x7fff93ea3fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff93ef3000 -     0x7fff93f5ffff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff93f60000 -     0x7fff94151ff3  com.apple.WebKit2 (9537 - 9537.77.4) <5090816E-BD02-350C-B4CE-613A246532F5> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff941e9000 -     0x7fff941ebfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff941ec000 -     0x7fff9427cff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff9446c000 -     0x7fff944d0fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff944e0000 -     0x7fff94505ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff94506000 -     0x7fff94535ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff94536000 -     0x7fff945c1fff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
        0x7fff945c2000 -     0x7fff945e6ff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff94c5c000 -     0x7fff94f46fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff94fad000 -     0x7fff95024fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff95025000 -     0x7fff9535bfff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff9535c000 -     0x7fff953b5fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff953b6000 -     0x7fff95423fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff957bd000 -     0x7fff957bfffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff95810000 -     0x7fff958abff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff958d2000 -     0x7fff958d9ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff95903000 -     0x7fff95d51fef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff95d52000 -     0x7fff95d60fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff95da2000 -     0x7fff95da6fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff95e64000 -     0x7fff95f86fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff95f89000 -     0x7fff95f90fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff95f91000 -     0x7fff96000ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff960d6000 -     0x7fff96107ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff96108000 -     0x7fff9610afff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9610b000 -     0x7fff96134fff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff96135000 -     0x7fff96138ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
        0x7fff9615b000 -     0x7fff9618ffff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff96246000 -     0x7fff963e2ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff963e3000 -     0x7fff96512fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff96513000 -     0x7fff96519ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff965c4000 -     0x7fff965ceff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff965fd000 -     0x7fff97450ffb  com.apple.WebCore (9537 - 9537.77.4) <9C4E816A-0DAC-31B2-85C3-910164F3E741> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff9747e000 -     0x7fff97486ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff97487000 -     0x7fff974a4ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff974a5000 -     0x7fff974f7fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff97505000 -     0x7fff97506ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff97510000 -     0x7fff9751aff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff97618000 -     0x7fff97628ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff97629000 -     0x7fff97662ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff97663000 -     0x7fff9767eff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff97680000 -     0x7fff97683fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff97684000 -     0x7fff97685ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff97766000 -     0x7fff9777eff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff9777f000 -     0x7fff97783ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff97784000 -     0x7fff97786fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff977d4000 -     0x7fff9783bff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff97842000 -     0x7fff9784fff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff9796b000 -     0x7fff97a9bff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff97a9c000 -     0x7fff97ac3ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff97b9a000 -     0x7fff98710ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff98711000 -     0x7fff98750fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff988ad000 -     0x7fff988b2ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff988b3000 -     0x7fff98900ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff98901000 -     0x7fff9890dffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff9891f000 -     0x7fff98924ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff98925000 -     0x7fff98927ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff98928000 -     0x7fff9892aff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff9892b000 -     0x7fff9896dff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff9896e000 -     0x7fff98adeff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff98adf000 -     0x7fff98ae0fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff9904b000 -     0x7fff9904efff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 3627
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=214.4M resident=119.4M(56%) swapped_out_or_unallocated=95.1M(44%)
    Writable regions: Total=1.2G written=53.2M(4%) resident=94.0M(8%) swapped_out=0K(0%) unallocated=1.1G(92%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG image                              260K
    CG share

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

  • Itunes crashes when accessed by apple tv

    My itunes on my mac crashes when accessed through home sharing on an apple tv 2. ( actually from 3 different apple tv's). I have reinstalled itunes, tried new content, new user, reinstalled lion and started fresh. Works for awhile then crashes. Please help!!
    System log:
    Mar 16 13:24:23 Admins-iMac iTunes[501]: The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    Mar 16 13:24:43 Admins-iMac [0x0-0x29029].com.apple.iTunes[501]: Successfully connected to the Intel plugin
    Mar 16 13:24:43 Admins-iMac [0x0-0x29029].com.apple.iTunes[501]: Version from driver for Certificates 1
    Mar 16 13:25:15 Admins-iMac mds[36]: (Error) LSOF: File '/private/var/run/utmpx' (fd=4) left open on device 234881026
    Mar 16 13:25:15 Admins-iMac mds[36]: (Error) LSOF: File '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/Resources/tokru leLE.data' (fd=15) left open on device 234881026
    Mar 16 13:25:15 Admins-iMac mds[36]: (Error) LSOF: File '/usr/share/langid/langid.inv' (fd=19) left open on device 234881026
    Mar 16 13:25:15 Admins-iMac mds[36]: (Error) LSOF: File '/usr/share/germantok/german.index' (fd=20) left open on device 234881026
    Mar 16 13:26:19 Admins-iMac mds[36]: (/.Spotlight-V100/Store-V2/C9ED60C7-C95B-48B9-8816-4EA2B3118612)(Normal) IndexGeneral in openReverseStore:Shadowing reverse store on open
    Mar 16 13:27:44 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x69909eb0, fPowerNotifyPort= 0x6991ecd0
    Mar 16 13:27:44 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x1116f0, fPowerNotifyPort= 0x1063e0
    Mar 16 13:28:30 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x13d900, fPowerNotifyPort= 0x138930
    Mar 16 13:28:30 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6a34c300, fPowerNotifyPort= 0x6a34b240
    Mar 16 13:28:30 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6a555510, fPowerNotifyPort= 0x6a55e910
    Mar 16 13:28:30 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6a55f570, fPowerNotifyPort= 0x6a55d450
    Mar 16 13:28:30 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6a14cdd0, fPowerNotifyPort= 0x6a14aa40
    Mar 16 13:28:30 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6a14c050, fPowerNotifyPort= 0x6a14c030
    Mar 16 13:28:53 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6b956340, fPowerNotifyPort= 0x6b95c380
    Mar 16 13:28:53 Admins-iMac [0x0-0x8008].com.apple.Safari[250]: DVFreeThread - CFMachPortCreateWithPort hack = 0x143380, fPowerNotifyPort= 0x1434b0
    Mar 16 13:29:56 Admins-iMac com.apple.launchctl.Background[532]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.netgear.wutility
    Mar 16 13:30:13 Admins-iMac com.apple.launchctl.Background[542]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.netgear.wutility
    Mar 16 13:30:16 Admins-iMac iTunes[539]: The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    Mar 16 13:30:19 Admins-iMac com.apple.launchctl.Background[549]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.netgear.wutility
    Mar 16 13:30:22 Admins-iMac mds[36]: (/.Spotlight-V100/Store-V2/C9ED60C7-C95B-48B9-8816-4EA2B3118612)(Warning) IndexStore in setAttributes:Items's transaction id 3 is too low for the current index 4. Discarding oid 1188d0.
    Mar 16 13:30:25 Admins-iMac [0x0-0x34034].com.apple.iTunes[539]: iTunes(539,0x109414000) malloc: *** error for object 0x7fac324aa838: incorrect checksum for freed object - object was probably modified after being freed.
    Mar 16 13:30:25 Admins-iMac [0x0-0x34034].com.apple.iTunes[539]: *** set a breakpoint in malloc_error_break to debug
    Mar 16 13:30:28 Admins-iMac com.apple.launchd.peruser.503[233] ([0x0-0x34034].com.apple.iTunes[539]): Job appears to have crashed: Abort trap: 6
    Mar 16 13:30:29 Admins-iMac ReportCrash[556]: Saved crash report for iTunes[539] version 10.6 (10.6) to /Users/krisbergesen/Library/Logs/DiagnosticReports/iTunes_2012-03-16-133029_Adm ins-iMac.crash
    crash log:
    Process:         iTunes [539]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.6 (10.6)
    Build Info:      iTunes-10604001~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [233]
    Date/Time:       2012-03-16 13:30:25.308 -0700
    OS Version:      Mac OS X 10.7.3 (11D50)
    Report Version:  9
    Interval Since Last Report:          274703 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  260965 sec
    Per-App Crashes Since Last Report:   19
    Anonymous UUID:                      D32380B4-54F7-4322-8D86-E26913CCF3DC
    Crashed Thread:  31
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[539]: garbage collection is OFF
    *** error for object 0x7fac324aa838: incorrect checksum for freed object - object was probably modified after being freed.
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.HIToolbox                     0x00007fff87c4a31f RunCurrentEventLoopInMode + 277
    6   com.apple.HIToolbox                     0x00007fff87c515c9 ReceiveNextEventCommon + 355
    7   com.apple.HIToolbox                     0x00007fff87c51456 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                        0x00007fff85dd5f5d _DPSNextEvent + 659
    9   com.apple.AppKit                        0x00007fff85dd5861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    10  com.apple.AppKit                        0x00007fff85dd219d -[NSApplication run] + 470
    11  com.apple.iTunes                        0x0000000100454e88 0x100451000 + 16008
    12  com.apple.iTunes                        0x0000000100454cc8 0x100451000 + 15560
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff87fe67e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff848ba5be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff848b914e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff87fe6192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8cee9594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8ceeab85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff87fe6192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8cee9594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8ceeab85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8d16c38f CFRunLoopRun + 95
    6   com.apple.iTunes                        0x000000010045ad17 0x100451000 + 40215
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010046b5a1 0x100451000 + 107937
    4   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    5   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8d16c38f CFRunLoopRun + 95
    6   com.apple.iTunes                        0x00000001004738c4 0x100451000 + 141508
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010045ae00 0x100451000 + 40448
    4   com.apple.iTunes                        0x0000000100e099e0 0x100451000 + 10193376
    5   com.apple.iTunes                        0x0000000100e09a05 0x100451000 + 10193413
    6   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    7   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.iTunes                        0x0000000100543ceb 0x100451000 + 994539
    3   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff87fe547a __accept + 10
    1   com.apple.iTunes                        0x0000000100c6dc27 0x100451000 + 8506407
    2   com.apple.iTunes                        0x0000000100c549e9 0x100451000 + 8403433
    3   com.apple.iTunes                        0x0000000100c54b8c 0x100451000 + 8403852
    4   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    5   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff87fe547a __accept + 10
    1   com.apple.iTunes                        0x0000000100c6dc27 0x100451000 + 8506407
    2   com.apple.iTunes                        0x0000000100c549e9 0x100451000 + 8403433
    3   com.apple.iTunes                        0x0000000100c54b8c 0x100451000 + 8403852
    4   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    5   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff87fe5df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8d1a5cdb __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8d16c38f CFRunLoopRun + 95
    6   com.apple.iTunes                        0x000000010045ad17 0x100451000 + 40215
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb2a6 _pthread_cond_wait + 890
    2   com.apple.iTunes                        0x0000000100cae3d0 0x100451000 + 8770512
    3   com.apple.iTunes                        0x0000000100cae237 0x100451000 + 8770103
    4   com.apple.iTunes                        0x0000000100cae2e1 0x100451000 + 8770273
    5   com.apple.iTunes                        0x000000010047c15a 0x100451000 + 176474
    6   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    7   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8d16c38f CFRunLoopRun + 95
    6   com.apple.iTunes                        0x000000010045ad17 0x100451000 + 40215
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8d16c38f CFRunLoopRun + 95
    6   com.apple.iTunes                        0x000000010045ad17 0x100451000 + 40215
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff87fe6192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8cee9594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8ceeab85 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8d16c38f CFRunLoopRun + 95
    6   com.apple.iTunes                        0x000000010045ad17 0x100451000 + 40215
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 18:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff81c5c5a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff8d4d16ba ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
    4   com.apple.WebCore                       0x00007fff8d4d1613 WebCore::LocalStorageThread::threadEntryPoint() + 99
    5   com.apple.WebCore                       0x00007fff8d4d155b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
    6   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 19:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff81c5c5f7 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x00007fff81e88ccf JSC::Heap::blockFreeingThreadMain() + 319
    4   com.apple.JavaScriptCore                0x00007fff81e88d09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 20:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff849bcffb +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff849b174e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff849b16c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 21:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff81c5c5a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff8d4d16ba ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
    4   com.apple.WebCore                       0x00007fff8d4d1613 WebCore::LocalStorageThread::threadEntryPoint() + 99
    5   com.apple.WebCore                       0x00007fff8d4d155b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
    6   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff87fe5df2 __select + 10
    1   com.apple.iTunes                        0x0000000100c6df0e 0x100451000 + 8507150
    2   com.apple.iTunes                        0x0000000100c62978 0x100451000 + 8460664
    3   com.apple.iTunes                        0x0000000100c633b3 0x100451000 + 8463283
    4   com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    5   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    6   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010045ae00 0x100451000 + 40448
    4   com.apple.iTunes                        0x0000000100c63160 0x100451000 + 8462688
    5   com.apple.iTunes                        0x0000000100c6330a 0x100451000 + 8463114
    6   com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010045ae00 0x100451000 + 40448
    4   com.apple.iTunes                        0x0000000100c63160 0x100451000 + 8462688
    5   com.apple.iTunes                        0x0000000100c6330a 0x100451000 + 8463114
    6   com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010045ae00 0x100451000 + 40448
    4   com.apple.iTunes                        0x0000000100c63160 0x100451000 + 8462688
    5   com.apple.iTunes                        0x0000000100c6330a 0x100451000 + 8463114
    6   com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010045ae00 0x100451000 + 40448
    4   com.apple.iTunes                        0x0000000100c63160 0x100451000 + 8462688
    5   com.apple.iTunes                        0x0000000100c6330a 0x100451000 + 8463114
    6   com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010045ae00 0x100451000 + 40448
    4   com.apple.iTunes                        0x0000000100c63160 0x100451000 + 8462688
    5   com.apple.iTunes                        0x0000000100c6330a 0x100451000 + 8463114
    6   com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010045ae00 0x100451000 + 40448
    4   com.apple.iTunes                        0x0000000100c63160 0x100451000 + 8462688
    5   com.apple.iTunes                        0x0000000100c6330a 0x100451000 + 8463114
    6   com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb274 _pthread_cond_wait + 840
    2   com.apple.iTunes                        0x000000010045aec4 0x100451000 + 40644
    3   com.apple.iTunes                        0x000000010045ae00 0x100451000 + 40448
    4   com.apple.iTunes                        0x0000000100c63160 0x100451000 + 8462688
    5   com.apple.iTunes                        0x0000000100c6330a 0x100451000 + 8463114
    6   com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff87fe467a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87fe3d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8d1546fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8d15ce64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8d15c676 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8d16c38f CFRunLoopRun + 95
    6   com.apple.iTunes                        0x000000010045ad17 0x100451000 + 40215
    7   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    8   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 31 Crashed:
    0   libsystem_kernel.dylib                  0x00007fff87fe5ce2 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8cee97d2 pthread_kill + 95
    2   libsystem_c.dylib                       0x00007fff8cedaa7a abort + 143
    3   libsystem_c.dylib                       0x00007fff8cefc4ac szone_error + 459
    4   libsystem_c.dylib                       0x00007fff8cefc4e8 free_list_checksum_botch + 29
    5   libsystem_c.dylib                       0x00007fff8cefc625 tiny_free_list_remove_ptr + 158
    6   libsystem_c.dylib                       0x00007fff8cf0055d szone_free_definite_size + 1713
    7   libsystem_c.dylib                       0x00007fff8cf39789 free + 194
    8   com.apple.ImageIO.framework             0x00007fff84809181 writeOnePng + 2399
    9   com.apple.ImageIO.framework             0x00007fff848093b1 _CGImagePluginWritePNG + 100
    10  com.apple.ImageIO.framework             0x00007fff847ecb74 CGImageDestinationFinalize + 147
    11  com.apple.iTunes                        0x000000010084cd55 0x100451000 + 4177237
    12  com.apple.iTunes                        0x0000000100a02a71 0x100451000 + 5970545
    13  com.apple.iTunes                        0x0000000100a0dc9b 0x100451000 + 6016155
    14  com.apple.iTunes                        0x0000000100a0ed48 0x100451000 + 6020424
    15  com.apple.iTunes                        0x000000010047c1ea 0x100451000 + 176618
    16  com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    17  libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    18  libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff87fe5bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8ceeb2a6 _pthread_cond_wait + 890
    2   com.apple.iTunes                        0x0000000100cae3d0 0x100451000 + 8770512
    3   com.apple.iTunes                        0x0000000100cae237 0x100451000 + 8770103
    4   com.apple.iTunes                        0x0000000100cae2e1 0x100451000 + 8770273
    5   com.apple.iTunes                        0x000000010047c15a 0x100451000 + 176474
    6   com.apple.iTunes                        0x0000000100ce385a 0x100451000 + 8988762
    7   libsystem_c.dylib                       0x00007fff8cee78bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8ceeab75 thread_start + 13
    Thread 31 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000109413798  rdx: 0x0000000000000000
      rdi: 0x000000000001650b  rsi: 0x0000000000000006  rbp: 0x00000001094137c0  rsp: 0x0000000109413798
       r8: 0x00007fff72bd7fb8   r9: 0x0000000000000000  r10: 0x00007fff87fe5d0a  r11: 0xffffff80002d8220
      r12: 0x00000001018b3000  r13: 0x000000010817a000  r14: 0x0000000109414000  r15: 0x000000010817a0c0
      rip: 0x00007fff87fe5ce2  rfl: 0x0000000000000246  cr2: 0x000000010817d000
    Logical CPU: 0
    Binary Images:
           0x100451000 -        0x1015f0fe7  com.apple.iTunes (10.6 - 10.6) <A7AC514C-E3C4-B6E4-522A-D3FE410790C6> /Applications/iTunes.app/Contents/MacOS/iTunes
           0x1018b8000 -        0x10193dfff  com.apple.iTunes.iPodUpdater (10.4 - 10.4) <57271DCB-BB7A-136A-DA36-A4B8BD741132> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
           0x10198e000 -        0x1019baff7  com.apple.avfoundationcf (2.0 - 63.1) <B36CB7A2-C5EB-3BB6-924B-531868A092EB> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF
           0x1019ee000 -        0x1019f4fff  com.apple.agl (3.1.4 - AGL-3.1.4) <088639B9-02F5-3137-B1BF-3BE6210442A5> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1019fb000 -        0x101a01fff  com.apple.iPod (1.7 - 19) <8F1B8246-F053-3CD1-9040-29440BDB19D7> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
           0x101a09000 -        0x101d35ff7 +libgnsdk_dsp.1.9.5.dylib (1.9.5 - compatibility 1.9.5) <14636B08-4D26-54CA-3EE8-247B2B708AF0> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.5.dylib
           0x101d62000 -        0x101d99ff7 +libgnsdk_musicid.1.9.5.dylib (1.9.5 - compatibility 1.9.5) <C034C2ED-6A46-315F-89C8-8D54A937B255> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.5.dylib
           0x101dab000 -        0x101e81fe7 +libgnsdk_sdkmanager.1.9.5.dylib (1.9.5 - compatibility 1.9.5) <D144E870-FABC-E19E-452E-A33D19595B19> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.5.dylib
           0x101ea2000 -        0x101ee5ff7 +libgnsdk_submit.1.9.5.dylib (1.9.5 - compatibility 1.9.5) <6689251D-098B-0F8D-08CC-785271E98540> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.5.dylib
           0x1033c7000 -        0x1038adfef  com.apple.CoreFP (2.1.34 - 2.1.34) <95920305-D9C6-2708-1425-1F1EEF075C09> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
           0x103a5e000 -        0x1050abfff  com.apple.CoreFP1 (1.14.34 - 1.14.34) <8D1AF265-5B28-C40D-9072-6078B85C23B5> /System/Library/PrivateFrameworks/CoreFP1.framework/CoreFP1
           0x106385000 -        0x106387fff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x1063bb000 -        0x1063bffff  com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <D4D40031-05D5-3D8B-A9A5-490D9483E188> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
           0x1063c4000 -        0x1063cafff  com.apple.audio.AppleHDAHALPlugIn (2.1.7 - 2.1.7f9) <CA4B5CB4-6F02-396A-B7CA-C9DE876544CD> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x106743000 -        0x10676afff  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <B0925A5D-5355-3ECE-BF2F-E576FF105F5A> /usr/lib/libssl.0.9.7.dylib
           0x10693b000 -        0x106a86ff7  com.apple.audio.units.Components (1.7.2 - 1.7.2) <DC2BA4BE-E91A-3680-A88A-D8A709C48909> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x106afa000 -        0x106b91fef  com.apple.mobiledevice (507.6 - 507.6) <4BA1CF9E-D65B-71E4-2754-AE9688DC943A> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
           0x106be1000 -        0x106cc4fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x106d1a000 -        0x106efbff7  com.apple.audio.codecs.Components (2.2 - 2.2) <377AABF6-6E0C-39C0-BAF2-054E9AEF76F7> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
        0x7fff60051000 -     0x7fff60085baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff81373000 -     0x7fff81374ff7  libsystem_sandbox.dylib (??? - ???) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff81375000 -     0x7fff8137bfff  IOSurface (??? - ???) <8114F62C-F75D-3123-99E9-268CB3AE74F7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff81531000 -     0x7fff81532fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff81533000 -     0x7fff81534fff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <92364334-3B11-360B-89D8-447185FEC653> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff81535000 -     0x7fff8156ffe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff81570000 -     0x7fff81574fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff81c51000 -     0x7fff81edcfff  com.apple.JavaScriptCore (7534.53 - 7534.53.8) <619D6392-D833-3C55-B1C0-4DAA0477796C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff82020000 -     0x7fff82028fff  libsystem_dnssd.dylib (??? - ???) <D0CEBE0E-956F-3CCF-9808-25FDEA42B9AF> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff82384000 -     0x7fff8241eff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8241f000 -     0x7fff82454fff  com.apple.securityinterface (5.0 - 55007) <D46E73F4-D8E9-3F53-A083-B9D71ED74492> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff824c3000 -     0x7fff824d6ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff82510000 -     0x7fff82646fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff82647000 -     0x7fff8269bff7  libFontRegistry.dylib (??? - ???) <F98926EF-FFA0-37C5-824C-02E436E21DD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8269e000 -     0x7fff826a8ff7  liblaunch.dylib (392.36.0 - compatibility 1.0.0) <CB8B5808-80C0-318E-AE12-96CA916442FE> /usr/lib/system/liblaunch.dylib
        0x7fff826a9000 -     0x7fff826d0fff  com.apple.framework.internetaccounts (1.2 - 3) <A3FFB4BD-77BE-388F-ADB1-9CA80A68B1F2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff82702000 -     0x7fff82754ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff82807000 -     0x7fff82862ff7  com.apple.HIServices (1.11 - ???) <DE8FA7FA-0A41-35D9-8473-5104F81DA934> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff82d86000 -     0x7fff82dc5fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff82dc6000 -     0x7fff82f2dff7  com.apple.CFNetwork (520.3.2 - 520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff82f39000 -     0x7fff82f64ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
        0x7fff82f65000 -     0x7fff83072fff  libJP2.dylib (??? - ???) <F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff83073000 -     0x7fff8307eff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8307f000 -     0x7fff830afff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff831df000 -     0x7fff83502ff7  com.apple.AddressBook.framework (6.1 - 1083) <9C23C164-B9E1-3F80-83F4-C027AF282DE6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff83503000 -     0x7fff8350eff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <48607E6E-8612-3267-9184-E948B1863B32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8350f000 -     0x7fff8351fff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff835f8000 -     0x7fff83751fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff83752000 -     0x7fff83805fff  com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff83806000 -     0x7fff83806fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff83807000 -     0x7fff8386fff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff83870000 -     0x7fff83876fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff8392d000 -     0x7fff83970ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff83b00000 -     0x7fff83e9efef  com.apple.MediaToolbox (1.0 - 705.61) <F48F2150-0573-354C-BBB2-BA52DD0FD0AB> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff83e9f000 -     0x7fff83eebff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <A14F3583-9CC0-397D-A50E-17217075953F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff83eec000 -     0x7fff84076ff7  com.apple.QTKit (7.7.1 - 2315) <BFC33B70-34F2-3940-A14A-3C51036589F0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff84077000 -     0x7fff84077fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff84078000 -     0x7fff84156fff  com.apple.DiscRecording (6.0.3 - 6030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff84157000 -     0x7fff841f9ff7  com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff84200000 -     0x7fff8425cff7  com.apple.QuickLookFramework (3.1 - 500.10) <35BF320E-26F5-310C-9FA9-D60919B218EC> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8425d000 -     0x7fff84277fff  com.apple.CoreMediaAuthoring (2.0 - 890) <7BE57576-8EF5-3473-95E6-6191E239E3F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff84278000 -     0x7fff8429eff7  com.apple.framework.familycontrols (3.0 - 300) <DC06CF3A-2F10-3867-9498-CADAE30D0CE4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8429f000 -     0x7fff842f3ff7  com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <68147E63-C211-361E-8B24-B5E0675B4297> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff842f4000 -     0x7fff84347fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff84348000 -     0x7fff84353ff7  com.apple.aps.framework (2.1 - 2.1) <C8EB8D68-5E33-325F-B64D-CEAFE2EBB60C> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff84354000 -     0x7fff8435dff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8435e000 -     0x7fff845d4ff7  com.apple.imageKit (2.1.1 - 1.0) <A4A58BBB-70BB-3A0F-84F0-49EC6113BF2F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff845d5000 -     0x7fff84667ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff84668000 -     0x7fff846a6fff  com.apple.bom (11.0 - 183) <F300B9EC-995E-33A7-9175-9F07D4B68F16> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff846ff000 -     0x7fff84723fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff84724000 -     0x7fff8473bfff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff84742000 -     0x7fff84747fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff84748000 -     0x7fff847bbfff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff847be000 -     0x7fff8489cfff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff848ad000 -     0x7fff848adfff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff848b7000 -     0x7fff848c5fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
        0x7fff848c6000 -     0x7fff848ccfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff848cd000 -     0x7fff84943fff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff84952000 -     0x7fff84956fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff84957000 -     0x7fff84c70ff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84c71000 -     0x7fff84c74fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff84c75000 -     0x7fff84cb0fff  com.apple.LDAPFramework (3.1 - 120.2) <19B714EB-104B-38D2-9ADD-155F71F6844B> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff84cb1000 -     0x7fff84cceff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff84ccf000 -     0x7fff85131ff7  com.apple.RawCamera.bundle (3.9.1 - 586) <1AA853F4-E429-33E3-B4A9-6B019CCCC5E4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff85132000 -     0x7fff852bcff7  com.apple.WebKit (7534.53 - 7534.53.11) <2969964C-2759-3407-9EBB-C1304A556755> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff852bd000 -     0x7fff853c4fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8542b000 -     0x7fff85448fff  libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib
        0x7fff8546a000 -     0x7fff854dfff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff8558f000 -     0x7fff85595ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff8576d000 -     0x7fff85a4ffff  com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Se

    I had this issue and tried everything i could find on the posts. What it turned out to be was one of my movies, that played fine on itunes, was somehow corrupted and would crash itunes when accessed by ATV2.
    To find out if all your movie files are OK, copy the entire itunes>music>movies folder onto your desktop.  Then delete all the moves from itunes. Then add the movies back from your copied folder into the itunes library (you can drag them in, or go through the alias that automatically adds them).  For me, when I reached the corrupted movie, it crashed itunes as I was adding it back to the library.
    he movie in question (a home movie saved as mp4) seemed fine outside of itunes - it played OK on Quicktime - but somehow couldnt be added to itunes without crashing it.  I had to reconvert it, using handbrake, which resulted in an m4v that now works fine.
    My guess is that ATV2 attempt to access and create artwork for all the movie files, but when it hits one that is a corrupted, it crashes itunes in doing so.

  • Safari Crashes when I try to play a youtube movie

    I am on an older computer system OX 10.4.11 and safari has made my computer unusable it crashes everytime I try to do anything especially when I try to watch a youtube movie and/or even try to open a youtube account.  I have tried to suggestions on the forum i.e. clean up cache, reset safari, clean up cookies, etc., etc. but my computer still crashes with Safari.  I tried to upload the 4.1.3 which I understand is the newest version my computer can take and reboot my computer but again safari crashes and I cannot get into youtube.   I would appreciate any suggestion --- other than buy a new computer  --- can't afford it.
    Thank you.

    Hi Jose...
    Unfortunately, most sites that support Flash require the latest version which is 11.2.202.221 which cannot run on Tiger v10.4.11 and Safari 4.1.3, which would explain why Safari crashes when you try to stream Flash content.
    Sorry to say but Tiger is several Mac OS X's behind..   Tiger v10.4 / Leopard v10.5 / Snow Leopard / 10.6 and Lion v10.7 and Mountain Lion is not far behind > http://www.apple.com/macosx/mountain-lion/

  • Safari crashing when I try to open University student portal

    Safari crashes when I try to open a portal (Lynx Self Service) through my University's website.
    I absolutely cannot figure out why...The inital homepage website for the school lets me log in just fine. But when I try to access anything further into the system, Safari "quits unexpectedly". WHY? help

    Safari crashes when I try to open a portal (Lynx Self Service) through my University's website.
    I absolutely cannot figure out why...The inital homepage website for the school lets me log in just fine. But when I try to access anything further into the system, Safari "quits unexpectedly". WHY? help

  • Safari crashes when deleting email on AOL

    I'm at wits end (which is saying little in my case). When I go to the
    AOL website, read email, select one or several emails, and then click
    on the "delete" trashcan icon Safari crashes immediately.
    I've tried repairing disk permissions, resetting Safari, cleaning out
    the plist file(s), deleting and reinstalling Safari and Java, and
    generally yelling, breaking pencils and making burnt offerings to
    Shiva using nearby CDs.
    Any help would be appreciated, by all in the household.
    Some details:
    The PowerBook G4 with OS X 10.4.4
    Safari 2.0.1 (412.5)
    Java 1.3.1, Java 1.4.2 and J2SE 5.0
    Scene of the crime: http://d02.webmail.aol.com/15106/aol/en-us/Mail/
    Result:
    Date/Time: 2006-02-05 09:48:06.135 -0800
    OS Version: 10.4.4 (Build 8G32)
    Report Version: 3
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [113]
    Version: 2.0.1 (412.5)
    Build Version: 8
    Project Name: WebBrowser
    Source Version: 4120500
    PID: 2666
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 com.apple.WebCore 0x955c986c
    khtml::RenderTableCell::collapsedBottomBorder() const + 232
    1 com.apple.WebCore 0x954857bc
    khtml::RenderTableCell::borderBottom() const + 52
    2 com.apple.WebCore 0x9552b6c4
    khtml::RenderBox::getOverflowClipRect(int, int) + 108
    3 com.apple.WebCore 0x954921a4
    khtml::RenderLayer::calculateRects(khtml::RenderLayer const*, QRect
    const&, QRect&, QRect&, QRect&) + 336
    4 com.apple.WebCore 0x954b11c4
    khtml::RenderLayer::hitTestLayer(khtml::RenderLayer*,
    khtml::RenderObject::NodeInfo&, int, int, QRect const&) + 100
    5 com.apple.WebCore 0x954b120c
    khtml::RenderLayer::hitTestLayer(khtml::RenderLayer*,
    khtml::RenderObject::NodeInfo&, int, int, QRect const&) + 172
    6 com.apple.WebCore 0x954b120c
    khtml::RenderLayer::hitTestLayer(khtml::RenderLayer*,
    khtml::RenderObject::NodeInfo&, int, int, QRect const&) + 172
    7 com.apple.WebCore 0x954b1100
    khtml::RenderLayer::hitTest(khtml::RenderObject::NodeInfo&, int, int)
    + 104
    8 com.apple.WebCore 0x955cef98
    DOM::DocumentImpl::prepareMouseEvent(bool, bool, int, int,
    DOM::NodeImpl::MouseEvent*) + 136
    9 com.apple.WebCore 0x954b06ac
    KHTMLView::viewportMouseMoveEvent(QMouseEvent*) + 680
    10 com.apple.WebCore 0x954afddc
    KWQKHTMLPart::mouseMoved(NSEvent*) + 212
    11 com.apple.WebKit 0x9520a770 -[WebHTMLView(WebPrivate)
    _updateMouseoverWithEvent:] + 644
    12 com.apple.WebKit 0x9520a4d4 -[WebHTMLView(WebPrivate)
    _updateMouseoverWithFakeEvent] + 312
    13 com.apple.WebKit 0x95212b30 -[WebHTMLView mouseUp:] +
    104
    14 com.apple.AppKit 0x936b4f20 -[NSWindow sendEvent:] +
    4728
    15 com.apple.Safari 0x0001d2c4 0x1000 + 115396
    16 com.apple.AppKit 0x9365def4 -[NSApplication
    sendEvent:] + 4172
    17 com.apple.Safari 0x0001a2a4 0x1000 + 103076
    18 com.apple.AppKit 0x93655330 -[NSApplication run] + 508
    19 com.apple.AppKit 0x93745e68 NSApplicationMain + 452
    20 com.apple.Safari 0x000021e4 0x1000 + 4580
    21 com.apple.Safari 0x00056e14 0x1000 + 351764
    Thread 1:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075e114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075da18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928e3664 -[NSRunLoop
    runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x928e359c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x951f3410 +[WebFileDatabase
    _syncLoop:] + 176
    7 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075e114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075da18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928fbb9c
    +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075e114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075da18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928fccdc +[NSURLCache
    _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f20c select + 12
    1 com.apple.CoreFoundation 0x907709a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap
    + 8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 com.apple.Foundation 0x928db840 -[NSConditionLock
    lockWhenCondition:] + 68
    3 com.apple.Syndication 0x98f8350c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap
    + 8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 com.apple.Foundation 0x928db840 -[NSConditionLock
    lockWhenCondition:] + 68
    3 com.apple.AppKit 0x936f5d2c -[NSUIHeartBeat
    _heartBeatThread:] + 324
    4 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075e114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075da18 CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x9076ce78 CFRunLoopRun + 52
    5 com.apple.QuickTime 0x8fae8f78 QTSNetworkThread_RunThread
    + 128
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000955c986c srr1: 0x000000000200f030
    vrsave: 0x0000000000000000
    cr: 0x44004244 xer: 0x0000000020000004 lr:
    0x00000000955c9844 ctr: 0x0000000095485788
    r0: 0x0000000009837498 r1: 0x00000000bfffe3e0 r2:
    0x0000000000000000 r3: 0x00000000bfffe420
    r4: 0x00000000bfffe4c0 r5: 0x00000000bfffe450 r6:
    0x00000000000000d0 r7: 0x0000000007a28a44
    r8: 0x0000000007e26e04 r9: 0x0000000009837498 r10:
    0x0000000000000006 r11: 0x0000000000000006
    r12: 0x0000000095485788 r13: 0x0000000000000000 r14:
    0x0000000000000100 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18:
    0x00000000bfffe91c r19: 0x00000000bfffe918
    r20: 0x0000000007f36fe0 r21: 0x00000000bfffe920 r22:
    0x00000000bfffe630 r23: 0x00000000bfffe5a0
    r24: 0x000000000000040e r25: 0x00000000000000d1 r26:
    0x0000000000000005 r27: 0x00000000bfffe420
    r28: 0x0000000007e25928 r29: 0x00000000bfffe4c0 r30:
    0x0000000007e26e04 r31: 0x00000000954b10a0
    Binary Images Description:
    0x1000 - 0xd8fff com.apple.Safari 2.0.1 (412.5)
    /Applications/Safari.app/Contents/MacOS/Safari
    0x5f93000 - 0x5f95fff com.apple.textencoding.unicode 2.0
    /System/Library/TextEncodings/Unicode
    Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x7f6bb20 - 0x7f6bbd2 CFMPriv_CoreFoundation PEF binary:
    CFMPriv_CoreFoundation
    0x7f6bde0 - 0x7f6be95 CFMPriv_DVComponentGlue PEF binary:
    CFMPriv_DVComponentGlue
    0x7f6c0d0 - 0x7f6c173 CFMPriv_QuickTime PEF binary:
    CFMPriv_QuickTime
    0x7f6c1f0 - 0x7f6c267 CFMPriv_System PEF binary: CFMPriv_System
    0x7f6c510 - 0x7f6c5e0 CFMPriv_CarbonSound PEF binary:
    CFMPriv_CarbonSound
    0x7f6c660 - 0x7f6c733 CFMPriv_CommonPanels PEF binary:
    CFMPriv_CommonPanels
    0x7f6c810 - 0x7f6c8cb CFMPriv_Help PEF binary: CFMPriv_Help
    0x7f6c8d0 - 0x7f6c99a CFMPriv_HIToolbox PEF binary:
    CFMPriv_HIToolbox
    0x7f6ca20 - 0x7f6caf6 CFMPriv_HTMLRendering PEF binary:
    CFMPriv_HTMLRendering
    0x7f6cb70 - 0x7f6cc43 CFMPriv_ImageCapture PEF binary:
    CFMPriv_ImageCapture
    0x7f6ccd0 - 0x7f6cdb5 CFMPriv_NavigationServices PEF binary:
    CFMPriv_NavigationServices
    0x7f6ce30 - 0x7f6cf06 CFMPriv_OpenScriptingMacBLib PEF binary:
    CFMPriv_OpenScriptingMacBLib
    0x7f6cfe0 - 0x7f6d09e CFMPriv_Print PEF binary: CFMPriv_Print
    0x7f6d0c0 - 0x7f6d18d CFMPriv_SecurityHI PEF binary:
    CFMPriv_SecurityHI
    0x7f6d210 - 0x7f6d2f2 CFMPriv_SpeechRecognition PEF binary:
    CFMPriv_SpeechRecognition
    0x7f6d370 - 0x7f6d443 CFMPriv_CarbonCore PEF binary:
    CFMPriv_CarbonCore
    0x7f6d4c0 - 0x7f6d593 CFMPriv_OSServices PEF binary:
    CFMPriv_OSServices
    0x7f6d670 - 0x7f6d732 CFMPriv_AE PEF binary: CFMPriv_AE
    0x7f6d740 - 0x7f6d805 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x7f6d880 - 0x7f6d957 CFMPriv_ColorSync PEF binary:
    CFMPriv_ColorSync
    0x7f6d9e0 - 0x7f6dac3 CFMPriv_FindByContent PEF binary:
    CFMPriv_FindByContent
    0x7f6db40 - 0x7f6dc1a CFMPriv_HIServices PEF binary:
    CFMPriv_HIServices
    0x7f6dc90 - 0x7f6dd70 CFMPriv_LangAnalysis PEF binary:
    CFMPriv_LangAnalysis
    0x7f6de00 - 0x7f6dee6 CFMPriv_LaunchServices PEF binary:
    CFMPriv_LaunchServices
    0x7f6dfc0 - 0x7f6e097 CFMPriv_PrintCore PEF binary:
    CFMPriv_PrintCore
    0x7f6e0a0 - 0x7f6e162 CFMPriv_QD PEF binary: CFMPriv_QD
    0x7f6e260 - 0x7f6e349 CFMPriv_SpeechSynthesis PEF binary:
    CFMPriv_SpeechSynthesis
    0x87bb000 - 0x87c8fff com.apple.quicktime.webplugin 7.0.4
    /Library/Internet Plug-Ins/QuickTime
    Plugin.webplugin/Contents/MacOS/QuickTime Plugin
    0x9039000 - 0x9148fff GLEngine
    /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/
    GLEngine
    0x9177000 - 0x9267fff com.apple.ATIRadeon9700GLDriver 1.4.18
    (4.1.8)
    /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS
    /ATIRadeon9700GLDriver
    0x9275000 - 0x928efff GLDriver
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDri
    ver.bundle/GLDriver
    0x9294000 - 0x92affff GLRendererFloat
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRen
    dererFloat.bundle/GLRendererFloat
    0x96e7000 - 0x96e9fff com.apple.PDFImporter 1.6 (???)
    /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImp
    orter
    0x9c46000 - 0x9d7ee45 Flash Player PEF binary: Flash Player
    0x9d7f000 - 0x9dce3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x9dce3d0 - 0x9de66bd Apple;Carbon;Multimedia PEF binary:
    Apple;Carbon;Multimedia
    0x9de7c00 - 0x9de998b Apple;Carbon;Networking PEF binary:
    Apple;Carbon;Networking
    0x8e6f8000 - 0x8e71ffff com.apple.QuickTime Plugin.plugin 7.0.4
    /Library/Internet Plug-Ins/QuickTime
    Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x8e7ee000 - 0x8e93bfff com.apple.QuickTimeStreaming.component
    7.0.4
    /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/
    QuickTimeStreaming
    0x8ed72000 - 0x8f731fff com.apple.QuickTimeComponents.component
    7.0.4
    /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS
    /QuickTimeComponents
    0x8fa14000 - 0x8fa50fff com.apple.QTKit 7.0.4
    /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4
    /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
    0x90000000 - 0x901b3fff libSystem.B.dylib
    /usr/lib/libSystem.B.dylib
    0x9020b000 - 0x90210fff libmathCommon.A.dylib
    /usr/lib/system/libmathCommon.A.dylib
    0x90212000 - 0x90265fff com.apple.CoreText 1.0.1 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ATS.framework/Versions/A/ATS
    0x90372000 - 0x906affff com.apple.CoreGraphics 1.256.30 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9073b000 - 0x90814fff com.apple.CoreFoundation 6.4.4 (368.25)
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFou
    ndation
    0x9085d000 - 0x9085dfff com.apple.CoreServices 10.4 (???)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServi
    ces
    0x9085f000 - 0x90961fff libicucore.A.dylib
    /usr/lib/libicucore.A.dylib
    0x909bb000 - 0x90a3ffff libobjc.A.dylib
    /usr/lib/libobjc.A.dylib
    0x90a69000 - 0x90ad7fff com.apple.framework.IOKit 1.4.1 (???)
    /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90aee000 - 0x90b00fff libauto.dylib /usr/lib/libauto.dylib
    0x90b07000 - 0x90ddffff com.apple.CoreServices.CarbonCore 681.3
    (671.2)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/CarbonCore.framework/Versions/A/CarbonCore
    0x90e45000 - 0x90ec5fff com.apple.CoreServices.OSServices 4.1
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/OSServices.framework/Versions/A/OSServices
    0x90f0f000 - 0x90f50fff com.apple.CFNetwork 10.4.4 (129.9)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/CFNetwork.framework/Versions/A/CFNetwork
    0x90f65000 - 0x90f7dfff com.apple.WebServices 1.1.2 (1.1.0)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/WebServicesCore.framework/Versions/A/WebServicesCore
    0x90f8d000 - 0x9100efff com.apple.SearchKit 1.0.5
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/SearchKit.framework/Versions/A/SearchKit
    0x91054000 - 0x9107efff com.apple.Metadata 10.4.4 (121.34)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/Metadata.framework/Versions/A/Metadata
    0x9108f000 - 0x9109dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x910a0000 - 0x91263fff com.apple.security 4.3 (25966)
    /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91366000 - 0x9136ffff com.apple.DiskArbitration 2.1
    /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskAr
    bitration
    0x91376000 - 0x9139dfff com.apple.SystemConfiguration 1.8.2
    /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/Sy
    stemConfiguration
    0x913b0000 - 0x913b8fff libgcc_s.1.dylib
    /usr/lib/libgcc_s.1.dylib
    0x913bd000 - 0x913defff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x913e4000 - 0x913ecfff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f0000 - 0x91470fff com.apple.audio.CoreAudio 3.0.2
    /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914af000 - 0x914affff com.apple.ApplicationServices 10.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Ap
    plicationServices
    0x914b1000 - 0x914e9fff com.apple.AE 1.5 (297)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/AE.framework/Versions/A/AE
    0x91504000 - 0x915d1fff com.apple.ColorSync 4.4.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ColorSync.framework/Versions/A/ColorSync
    0x91626000 - 0x916b9fff com.apple.print.framework.PrintCore 4.3
    (172.3)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/PrintCore.framework/Versions/A/PrintCore
    0x91700000 - 0x917bdfff com.apple.QD 3.8.18 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/QD.framework/Versions/A/QD
    0x917fb000 - 0x91859fff com.apple.HIServices 1.5.1 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/HIServices.framework/Versions/A/HIServices
    0x91887000 - 0x918abfff com.apple.LangAnalysis 1.6.1
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x918bf000 - 0x918e4fff com.apple.FindByContent 1.5
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/FindByContent.framework/Versions/A/FindByContent
    0x918f7000 - 0x91939fff com.apple.LaunchServices 10.4.6 (168.3)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x91955000 - 0x91969fff com.apple.speech.synthesis.framework
    3.3
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91977000 - 0x919b1fff com.apple.ImageIO.framework 1.4.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/ImageIO
    0x919c6000 - 0x91a8efff libcrypto.0.9.7.dylib
    /usr/lib/libcrypto.0.9.7.dylib
    0x91adc000 - 0x91af1fff libcups.2.dylib
    /usr/lib/libcups.2.dylib
    0x91af6000 - 0x91b13fff libJPEG.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b18000 - 0x91b87fff libJP2.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91b9e000 - 0x91ba2fff libGIF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ba4000 - 0x91bd5fff libRaw.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91bd9000 - 0x91c1cfff libTIFF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c23000 - 0x91c3cfff libPng.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c41000 - 0x91c44fff libRadiance.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c46000 - 0x91c46fff com.apple.Accelerate 1.1.1 (Accelerate
    1.1.1)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c48000 - 0x91d1efff com.apple.vImage 2.0
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vImage.framework/Versions/A/vImage
    0x91d26000 - 0x91d45fff com.apple.Accelerate.vecLib 3.1.1 (vecLib
    3.1.1)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/vecLib
    0x91db1000 - 0x91e16fff libvMisc.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libvMisc.dylib
    0x91e20000 - 0x91eb2fff libvDSP.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libvDSP.dylib
    0x91ecc000 - 0x9245cfff libBLAS.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libBLAS.dylib
    0x924a4000 - 0x927b4fff libLAPACK.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libLAPACK.dylib
    0x927e1000 - 0x9286dfff com.apple.DesktopServices 1.3.1
    /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versio
    ns/A/DesktopServicesPriv
    0x928af000 - 0x92ad9fff com.apple.Foundation 6.4.2 (567.21)
    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92bf7000 - 0x92cd5fff libxml2.2.dylib
    /usr/lib/libxml2.2.dylib
    0x92cf5000 - 0x92de3fff libiconv.2.dylib
    /usr/lib/libiconv.2.dylib
    0x92df5000 - 0x92e13fff libGL.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    .dylib
    0x92e1e000 - 0x92e78fff libGLU.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    U.dylib
    0x92e96000 - 0x92e96fff com.apple.Carbon 10.4 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92e98000 - 0x92eacfff com.apple.ImageCapture 3.0
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Imag
    eCapture.framework/Versions/A/ImageCapture
    0x92ec4000 - 0x92ed4fff com.apple.speech.recognition.framework
    3.4
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Spee
    chRecognition.framework/Versions/A/SpeechRecognition
    0x92ee0000 - 0x92ef5fff com.apple.securityhi 2.0 (203)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Secu
    rityHI.framework/Versions/A/SecurityHI
    0x92f07000 - 0x92f8efff com.apple.ink.framework 101.2 (69)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.
    framework/Versions/A/Ink
    0x92fa2000 - 0x92fadfff com.apple.help 1.0.3 (32)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help
    .framework/Versions/A/Help
    0x92fb7000 - 0x92fe4fff com.apple.openscripting 1.2.4 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Open
    Scripting.framework/Versions/A/OpenScripting
    0x92ffe000 - 0x9300efff com.apple.print.framework.Print 5.0
    (190.1)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Prin
    t.framework/Versions/A/Print
    0x9301a000 - 0x93080fff com.apple.htmlrendering 1.1.2
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTML
    Rendering.framework/Versions/A/HTMLRendering
    0x930b1000 - 0x93103fff com.apple.NavigationServices 3.4.2
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navi
    gationServices.framework/Versions/A/NavigationServices
    0x9312f000 - 0x9314cfff com.apple.audio.SoundManager 3.9
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Carb
    onSound.framework/Versions/A/CarbonSound
    0x9315e000 - 0x9316bfff com.apple.CommonPanels 1.2.2 (73)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Comm
    onPanels.framework/Versions/A/CommonPanels
    0x93174000 - 0x93486fff com.apple.HIToolbox 1.4.5 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HITo
    olbox.framework/Versions/A/HIToolbox
    0x935d2000 - 0x935defff com.apple.opengl 1.4.7
    /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935e3000 - 0x93604fff com.apple.DirectoryService.Framework
    3.0
    /System/Library/Frameworks/DirectoryService.framework/Versions/A/Direc
    toryService
    0x9361c000 - 0x93645fff com.apple.MediaKit 8.1 (319.1)
    /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaK
    it
    0x9364f000 - 0x9364ffff com.apple.Cocoa 6.4 (???)
    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93651000 - 0x93c84fff com.apple.AppKit 6.4.4 (824.33)
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94011000 - 0x94081fff com.apple.CoreData 80
    /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x940ba000 - 0x94184fff com.apple.audio.toolbox.AudioToolbox
    1.4.1
    /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioTool
    box
    0x941d8000 - 0x941d8fff com.apple.audio.units.AudioUnit 1.4
    /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x941da000 - 0x94352fff com.apple.QuartzCore 1.4.5
    /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9439c000 - 0x943d9fff libsqlite3.0.dylib
    /usr/lib/libsqlite3.0.dylib
    0x943e1000 - 0x94431fff libGLImage.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    Image.dylib
    0x944c1000 - 0x944f9fff com.apple.vmutils 4.0.0 (85)
    /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9453c000 - 0x94558fff com.apple.securityfoundation 2.1
    (24988)
    /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Sec
    urityFoundation
    0x9456c000 - 0x945b0fff com.apple.securityinterface 2.1 (24981)
    /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Secu
    rityInterface
    0x945d4000 - 0x945e3fff libCGATS.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x945eb000 - 0x945f7fff libCSync.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9463d000 - 0x94655fff libRIP.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9465c000 - 0x946dffff libstdc++.6.dylib
    /usr/lib/libstdc++.6.dylib
    0x9485f000 - 0x9498dfff com.apple.AddressBook.framework 4.0.3
    (483)
    /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBoo
    k
    0x94a1f000 - 0x94a2efff com.apple.DSObjCWrappers.Framework 1.1
    /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/
    DSObjCWrappers
    0x94a36000 - 0x94a63fff com.apple.LDAPFramework 1.4.1 (69.0.1)
    /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94a6a000 - 0x94a7afff libsasl2.2.dylib
    /usr/lib/libsasl2.2.dylib
    0x94a7e000 - 0x94aadfff libssl.0.9.7.dylib
    /usr/lib/libssl.0.9.7.dylib
    0x94abd000 - 0x94adafff libresolv.9.dylib
    /usr/lib/libresolv.9.dylib
    0x94ed3000 - 0x94ed3fff com.apple.DiscRecording 3.0.8 (???)
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscReco
    rding
    0x94ed5000 - 0x94f58fff com.apple.DiscRecordingEngine 3.0.8
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/Framewor
    ks/DiscRecordingEngine.framework/Versions/A/DiscRecordingEngine
    0x94f85000 - 0x94fcbfff com.apple.DiscRecordingContent 3.0.8
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/Framewor
    ks/DiscRecordingContent.framework/Versions/A/DiscRecordingContent
    0x951c0000 - 0x951e8fff libcurl.3.dylib
    /usr/lib/libcurl.3.dylib
    0x951f1000 - 0x9527dfff com.apple.WebKit 417.9
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x952d8000 - 0x953cdfff com.apple.JavaScriptCore 417.8
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/Java
    ScriptCore.framework/Versions/A/JavaScriptCore
    0x95409000 - 0x95713fff com.apple.WebCore 417.17
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebC
    ore.framework/Versions/A/WebCore
    0x9589a000 - 0x958c3fff libxslt.1.dylib
    /usr/lib/libxslt.1.dylib
    0x95fbe000 - 0x95fd4fff libJapaneseConverter.dylib
    /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96a61000 - 0x96a80fff com.apple.vecLib 3.1.1 (vecLib 3.1.1)
    /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97197000 - 0x97258fff libGLProgrammability.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    Programmability.dylib
    0x97283000 - 0x97284fff libGLSystem.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    System.dylib
    0x97286000 - 0x97293fff com.apple.agl 2.5.6 (AGL-2.5.6)
    /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x982a9000 - 0x983b1fff com.apple.DiskImagesFramework 10.4.3
    (112.5)
    /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x9842e000 - 0x9843bfff libbz2.1.0.dylib
    /usr/lib/libbz2.1.0.dylib
    0x98e7e000 - 0x98e7ffff com.apple.iokit.dvcomponentglue 1.7.9
    /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComp
    onentGlue
    0x98f80000 - 0x98fb6fff com.apple.Syndication 1.0.3 (49)
    /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syn
    dication
    0x98fd3000 - 0x98fe5fff com.apple.SyndicationUI 1.0.3 (49)
    /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/S
    yndicationUI
    Model: PowerBook5,9, BootROM 4.9.6f0, 1 processors, PowerPC G4 (1.5),
    1.67 GHz, 2 GB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 128 MB
    Memory Module: SODIMM0/J20STANDARD, 1 GB, DDR2 SDRAM, PC2-4200S-444
    Memory Module: SODIMM1/J23REVERSED, 1 GB, DDR2 SDRAM, PC2-4200S-444
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.7.0f18, 2 service, 0 devices, 1 incoming serial
    ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci106b,4318, sppci_othernetwork, SLOT-A
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    PCI Card: usb, usb, USB20
    PCI Card: usb, usb, USB20
    PCI Card: usb, ehci, USB20
    Parallel ATA Device: ST9120821A, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846, 324.73 MB
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to
    12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    PowerBook G4   Mac OS X (10.4.4)   1.67
    GHz w/ 2GB DDR2 SDRAM
    [ Edited by Apple Discussions Moderator; wrap long lines ]

    Hi All!
    This reply was posted to the originator of this thread, but is meant for All.
    I hope this is helpful!
    Deleting AOL Mail, crashes Safari/Consolidated
    It seems the most recent Safari, and or 10.4.4, update has created this problem.
    Apple & AOL are both aware of this, but, as far as I know, no correction has been implemented.
    Here are some of the work arounds, that I have been able to discern from the various posts regarding this issue.
    If I have missed anything, please correct, and or add.
    Use the FIREFOX BROWSER.
    Use your AOL Mail program.
    Use this utility AOL SERVICES UTILITY, to set up Apple Mail, to access AOL Mail.
    Access the AOL Mail thru Classic AOL Webmail.
    And here are links, to the various threads, discussing this issue.
    Safari and AOL
    AOL/ Delete/ Safari crash
    safari crashing with aol.com mail deletion
    AOL Webmail and Safari on 10.4.2 crashes on delete mail
    Update 10.4.4 causes crash
    Safari crashes when deleting email on AOL
    Safari Update
    Safari Crashes AOL mail
    ali b

  • Firefox 3.6.8 crashes when accessing Add-on Manager and Google Toolbar (v 7.1.20100723W) is enabled

    Well, as I said, Firefox 3.6.8 crashes when accessing Add-on Manager and Google Toolbar (v 7.1.20100723W) is enabled. This is on a 2010 white unibody macbook. I have a google toolbar, and all of a sudden, it keeps saying that it can't communicate with the toolbar. Now, I can't even uninstall it because whenever I go to the add on manager, it says there's an 'unresponsive script'. Could anyone help me? Thanks.

    I fixed it by running in Safe Mode, and uninstalling Personas. Thanks again!

Maybe you are looking for

  • Unable to play "some" songs on my iPod touch

    Hi there! I've got an iPod touch 8GB with 1.1.4 firmware (with SW upgrade purchased from Apple). I've got a MacBook running Leopard 10.52 & using iTunes 7.6.1 (9). My problem has just started today (Monday). The iPod touch was fine on Friday. The pro

  • Multiple eventlog errors after mailbox-move to Exchange SP1

    After a mailbox move completes on a Exchange 2013 SP1 server, multiple errors are logged in the eventlog. I opened a ticket with MS Support and they confirm this is a bug in SP1, but the moves itself aren't affected. They state the errors can be igno

  • SAP BWA 2 node high availability

    Hi All My Customer uses 2 node(48GB each) active SAP BWA for their production system. As this customer want High Availability for this BWA. He want to change it to 1 node active + 1 node stand by It uses OCFS2 for cluster file system. Is it possible

  • Why flash doesn't recognize Primesense/Kinect camera?

    Hello, I'd like to know if there is some documentation available to know how Flash detects webcams in order to know why it cannot get a Primesense/Kinect camera. Thanks.

  • Ordering Folders

    Hi, I've been trying to figure this out without success. Is it possible to organise the Folders section (left-hand side of the screen) by date, rather than by name alphabetically? This is the way I'd like to work, but I'm not sure it's possible. Chee