<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>72280</bug_id>
          
          <creation_ts>2011-11-14 08:51:32 -0800</creation_ts>
          <short_desc>REGRESSION (r100037): Frequent crashes in 32-bit due to incompatibility between DemandExecutableAllocator and MAP_JIT</short_desc>
          <delta_ts>2011-11-14 12:30:47 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac (Intel)</rep_platform>
          <op_sys>OS X 10.7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Art">artmeakin</reporter>
          <assigned_to name="Gavin Barraclough">barraclough</assigned_to>
          <cc>ap</cc>
    
    <cc>barraclough</cc>
    
    <cc>ggaren</cc>
    
    <cc>mrowe</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>501957</commentid>
    <comment_count>0</comment_count>
    <who name="Art">artmeakin</who>
    <bug_when>2011-11-14 08:51:32 -0800</bug_when>
    <thetext>Process:         WebProcess [4223]
Path:            /Applications/WebKit.app/Contents/Frameworks/10.7/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcess
Identifier:      com.apple.WebProcess
Version:         535+ (535.8+)
Code Type:       X86 (Native)
Parent Process:  Safari [4215]

Date/Time:       2011-11-14 10:47:20.612 -0600
OS Version:      Mac OS X 10.7.2 (11C74)
Report Version:  9

Interval Since Last Report:          128680 sec
Crashes Since Last Report:           50
Per-App Interval Since Last Report:  103247 sec
Per-App Crashes Since Last Report:   48
Anonymous UUID:                      E1D937F0-FE31-45B1-8316-D3C1C1912ABA

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000bbadbeef

VM Regions Near 0xbbadbeef:
    Stack                  00000000b0526000-00000000b05a7000 [  516K] rw-/rwx SM=COW  
--&gt; 
    Stack                  00000000bc08d000-00000000bf88d000 [ 56.0M] ---/rwx SM=NUL  

Application Specific Information:
objc[4223]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.JavaScriptCore      	0x005878d8 WTF::OSAllocator::reserveAndCommit(unsigned long, WTF::OSAllocator::Usage, bool, bool, bool) + 120
1   com.apple.JavaScriptCore      	0x0058782a WTF::OSAllocator::reserveUncommitted(unsigned long, WTF::OSAllocator::Usage, bool, bool, bool) + 58
2   com.apple.JavaScriptCore      	0x004d30f7 JSC::DemandExecutableAllocator::allocateNewSpace(unsigned long&amp;) + 135
3   com.apple.JavaScriptCore      	0x004684ac WTF::MetaAllocator::allocate(unsigned long) + 204
4   com.apple.JavaScriptCore      	0x004d3008 JSC::ExecutableAllocator::allocate(JSC::JSGlobalData&amp;, unsigned long) + 40
5   com.apple.JavaScriptCore      	0x004e6f4e JSC::JIT::privateCompile(JSC::MacroAssemblerCodePtr*) + 2206
6   com.apple.JavaScriptCore      	0x004d017d JSC::FunctionExecutable::compileForCallInternal(JSC::ExecState*, JSC::ScopeChainNode*, JSC::JITCode::JITType) + 269
7   com.apple.JavaScriptCore      	0x004e0b0e JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;) + 478
8   com.apple.JavaScriptCore      	0x00491e58 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&amp;, JSC::JSValue, JSC::ArgList const&amp;) + 88
9   com.apple.JavaScriptCore      	0x00541f5d JSObjectCallAsFunction + 573
10  com.apple.Safari.framework    	0x9763f0ae callJSMethodWithArguments(OpaqueJSContext const*, OpaqueJSValue*, char const*, OpaqueJSValue const* const*, unsigned long, ReportExceptionsOrNot) + 91
11  com.apple.Safari.framework    	0x974a40a1 Safari::ArticleFinderJSController::readerIsAvailable() + 73
12  com.apple.Safari.framework    	0x976863a8 Safari::ReaderAvailabilityControllerBase::determineAvailability() + 48
13  com.apple.Safari.framework    	0x976863ce Safari::ReaderAvailabilityControllerBase::checkAvailabilityIfNeeded() + 24
14  com.apple.Safari.framework    	0x97686034 Safari::ReaderAvailabilityController::detectAvailabilityNow(Safari::STimer&lt;Safari::ReaderAvailabilityController&gt;*) + 30
15  com.apple.Safari.framework    	0x97686129 Safari::STimer&lt;Safari::ReaderAvailabilityController&gt;::fire() + 43
16  com.apple.Safari.framework    	0x976df823 Safari::STimerBase::fireTimer(unsigned long) + 143
17  com.apple.Safari.framework    	0x976dfe15 Safari::STimerBase::runLoopTimerFired(__CFRunLoopTimer*, void*) + 69
18  com.apple.CoreFoundation      	0x9a93a996 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
19  com.apple.CoreFoundation      	0x9a93a327 __CFRunLoopDoTimer + 743
20  com.apple.CoreFoundation      	0x9a9193e0 __CFRunLoopRun + 1888
21  com.apple.CoreFoundation      	0x9a9188ec CFRunLoopRunSpecific + 332
22  com.apple.CoreFoundation      	0x9a918798 CFRunLoopRunInMode + 120
23  com.apple.HIToolbox           	0x9146fa7f RunCurrentEventLoopInMode + 318
24  com.apple.HIToolbox           	0x91476d9b ReceiveNextEventCommon + 381
25  com.apple.HIToolbox           	0x91476c0a BlockUntilNextEventMatchingListInMode + 88
26  com.apple.AppKit              	0x93942040 _DPSNextEvent + 678
27  com.apple.AppKit              	0x939418ab -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
28  com.apple.AppKit              	0x9393dc22 -[NSApplication run] + 911
29  com.apple.WebKit2             	0x0021e09d RunLoop::run() + 139
30  com.apple.WebKit2             	0x00269cea WebKit::WebProcessMain(WebKit::CommandLine const&amp;) + 632
31  com.apple.WebKit2             	0x00239727 WebKitMain + 313
32  com.apple.WebProcess          	0x0008eebb main + 253
33  com.apple.WebProcess          	0x0008edb5 start + 53

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x9825d90a kevent + 10
1   libdispatch.dylib             	0x993aec58 _dispatch_mgr_invoke + 969
2   libdispatch.dylib             	0x993ad6a7 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib        	0x9825d02e __workq_kernreturn + 10
1   libsystem_c.dylib             	0x959ecccf _pthread_wqthread + 773
2   libsystem_c.dylib             	0x959ee6fe start_wqthread + 30

Thread 3:
0   libsystem_kernel.dylib        	0x9825d02e __workq_kernreturn + 10
1   libsystem_c.dylib             	0x959ecccf _pthread_wqthread + 773
2   libsystem_c.dylib             	0x959ee6fe start_wqthread + 30

Thread 4:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	0x9825ac22 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x9825a1f6 mach_msg + 70
2   com.apple.CoreFoundation      	0x9a9100ea __CFRunLoopServiceMachPort + 170
3   com.apple.CoreFoundation      	0x9a919214 __CFRunLoopRun + 1428
4   com.apple.CoreFoundation      	0x9a9188ec CFRunLoopRunSpecific + 332
5   com.apple.CoreFoundation      	0x9a918798 CFRunLoopRunInMode + 120
6   com.apple.Foundation          	0x9c57a21c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
7   com.apple.Foundation          	0x9c56df7d -[NSThread main] + 45
8   com.apple.Foundation          	0x9c56df2d __NSThread__main__ + 1582
9   libsystem_c.dylib             	0x959eaed9 _pthread_start + 335
10  libsystem_c.dylib             	0x959ee6de thread_start + 34

Thread 5:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x9825cb42 __select + 10
1   com.apple.CoreFoundation      	0x9a967195 __CFSocketManager + 1557
2   libsystem_c.dylib             	0x959eaed9 _pthread_start + 335
3   libsystem_c.dylib             	0x959ee6de thread_start + 34

Thread 6:: JavaScriptCore::Marking
0   libsystem_kernel.dylib        	0x9825c83e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x959eee21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9599f42c pthread_cond_wait$UNIX2003 + 71
3   com.apple.JavaScriptCore      	0x0060984d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 157
4   com.apple.JavaScriptCore      	0x00609777 JSC::MarkStackThreadSharedData::markingThreadMain() + 295
5   com.apple.JavaScriptCore      	0x0060992f JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 15
6   com.apple.JavaScriptCore      	0x005eb737 _ZN3WTFL16threadEntryPointEPv + 71
7   libsystem_c.dylib             	0x959eaed9 _pthread_start + 335
8   libsystem_c.dylib             	0x959ee6de thread_start + 34

Thread 7:: JavaScriptCore::Marking
0   libsystem_kernel.dylib        	0x9825c83e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x959eee21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9599f42c pthread_cond_wait$UNIX2003 + 71
3   com.apple.JavaScriptCore      	0x0060984d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 157
4   com.apple.JavaScriptCore      	0x00609777 JSC::MarkStackThreadSharedData::markingThreadMain() + 295
5   com.apple.JavaScriptCore      	0x0060992f JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 15
6   com.apple.JavaScriptCore      	0x005eb737 _ZN3WTFL16threadEntryPointEPv + 71
7   libsystem_c.dylib             	0x959eaed9 _pthread_start + 335
8   libsystem_c.dylib             	0x959ee6de thread_start + 34

Thread 8:: JavaScriptCore::Marking
0   libsystem_kernel.dylib        	0x9825c83e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x959eee21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9599f42c pthread_cond_wait$UNIX2003 + 71
3   com.apple.JavaScriptCore      	0x0060984d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 157
4   com.apple.JavaScriptCore      	0x00609777 JSC::MarkStackThreadSharedData::markingThreadMain() + 295
5   com.apple.JavaScriptCore      	0x0060992f JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 15
6   com.apple.JavaScriptCore      	0x005eb737 _ZN3WTFL16threadEntryPointEPv + 71
7   libsystem_c.dylib             	0x959eaed9 _pthread_start + 335
8   libsystem_c.dylib             	0x959ee6de thread_start + 34

Thread 9:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib        	0x9825c83e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x959eee21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9599f3e0 pthread_cond_timedwait$UNIX2003 + 70
3   com.apple.JavaScriptCore      	0x005ec15d WTF::ThreadCondition::timedWait(WTF::Mutex&amp;, double) + 125
4   com.apple.JavaScriptCore      	0x0060e222 JSC::Heap::blockFreeingThreadMain() + 210
5   com.apple.JavaScriptCore      	0x0060dc5f JSC::Heap::blockFreeingThreadStartFunc(void*) + 15
6   com.apple.JavaScriptCore      	0x005eb737 _ZN3WTFL16threadEntryPointEPv + 71
7   libsystem_c.dylib             	0x959eaed9 _pthread_start + 335
8   libsystem_c.dylib             	0x959ee6de thread_start + 34

Thread 10:
0   libsystem_kernel.dylib        	0x9825d02e __workq_kernreturn + 10
1   libsystem_c.dylib             	0x959ecccf _pthread_wqthread + 773
2   libsystem_c.dylib             	0x959ee6fe start_wqthread + 30

Thread 11:
0   libsystem_kernel.dylib        	0x9825d02e __workq_kernreturn + 10
1   libsystem_c.dylib             	0x959ecccf _pthread_wqthread + 773
2   libsystem_c.dylib             	0x959ee6fe start_wqthread + 30

Thread 12:
0   libsystem_kernel.dylib        	0x9825d02e __workq_kernreturn + 10
1   libsystem_c.dylib             	0x959ecccf _pthread_wqthread + 773
2   libsystem_c.dylib             	0x959ee6fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000001  ebx: 0xc008af00  ecx: 0xc008ade8  edx: 0x00000000
  edi: 0x40000000  esi: 0xffffffff  ebp: 0x00004000  esp: 0xc008ae80
   ss: 0x00000023  efl: 0x00010286  eip: 0x005878d8   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0xbbadbeef
Logical CPU: 3

Binary Images:
   0x8e000 -    0x8effd  com.apple.WebProcess (535+ - 535.8+) &lt;95B5969C-6D2E-3ECE-9945-882432F5CDA0&gt; /Applications/WebKit.app/Contents/Frameworks/10.7/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcess
   0x9c000 -    0x9cfff +WebProcessShim.dylib (535.8.0 - compatibility 1.0.0) &lt;7E05976E-D2EA-3519-8342-40E77270CEFC&gt; /Applications/WebKit.app/Contents/Frameworks/10.7/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcessShim.dylib
  0x200000 -   0x342ffb  com.apple.WebKit2 (535+ - 535.8+) &lt;E36E0B67-5B51-3A0B-ACC0-E6066C0C4D0D&gt; /Applications/WebKit.app/Contents/Frameworks/10.7/WebKit2.framework/WebKit2
  0x466000 -   0x692ff3  com.apple.JavaScriptCore (535+ - 535.8+) &lt;F9B163EB-9340-37C5-81B5-025F234D71F0&gt; /Applications/WebKit.app/Contents/Frameworks/10.7/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x70e000 -  0x1281fff  com.apple.WebCore (535+ - 535.8+) &lt;CD676E83-1B09-3523-A908-A010A6E678D7&gt; /Applications/WebKit.app/Contents/Frameworks/10.7/WebCore.framework/Versions/A/WebCore
 0x2a63000 -  0x2a6fff7 +com.rogueamoeba.audio_hijack_server.hermes (4.1.0 - 4.1.0) &lt;22816B56-DE09-F2D0-88E1-845D60D4A92C&gt; /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
 0x3e23000 -  0x3f33ffb  com.apple.WebKit (r100099 - 535.8+) &lt;0EB01D3C-D8E7-3E66-9106-EC8C9190BF0B&gt; /Applications/WebKit.app/Contents/Frameworks/10.7/WebKit.framework/Versions/A/WebKit
0x8fe8d000 - 0x8febf9c7  dyld (195.5 - ???) &lt;134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2&gt; /usr/lib/dyld
0x90005000 - 0x90009ff3  libsystem_network.dylib (??? - ???) &lt;62EBADDA-FC72-3275-AAB3-5EDD949FEFAF&gt; /usr/lib/system/libsystem_network.dylib
0x9000a000 - 0x901beff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) &lt;6AD14A51-AEA8-3732-B07B-DEA37577E13A&gt; /usr/lib/libicucore.A.dylib
0x901bf000 - 0x90223fff  com.apple.framework.IOKit (2.0 - ???) &lt;D14460ED-2B6C-375D-B3A4-B8C82E922666&gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x902b5000 - 0x902b6ffd  libCVMSPluginSupport.dylib (??? - ???) &lt;96F2F2F4-E7A9-36C8-B1CF-D58AA3DB2B44&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x90337000 - 0x90351fff  com.apple.Kerberos (1.0 - 1) &lt;D7920A1C-FEC4-3460-8DD0-D02491578CBB&gt; /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9037b000 - 0x9037effb  com.apple.help (1.3.2 - 42) &lt;DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9038a000 - 0x9038afff  com.apple.Accelerate (1.7 - Accelerate 1.7) &lt;4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90395000 - 0x90395ff2  com.apple.CoreServices (53 - 53) &lt;7CB7AA95-D5A7-366A-BB8A-035AA9E582F8&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x910ee000 - 0x910f6ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) &lt;A1BFC320-616A-30AA-A41E-29D7904FC4C7&gt; /usr/lib/system/libcopyfile.dylib
0x910f7000 - 0x910f7fff  com.apple.Carbon (153 - 153) &lt;6FF98F0F-2CDE-3888-A304-4ED447D24CE3&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91184000 - 0x91211ff7  com.apple.CoreText (220.11.0 - ???) &lt;4F98D709-75AC-35F0-AD88-8F2C4BD744C0&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91262000 - 0x91269ffd  com.apple.NetFS (4.0 - 4.0) &lt;D0D59145-D211-3E7C-9062-35A2833FA99B&gt; /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9126a000 - 0x9127eff7  com.apple.CFOpenDirectory (10.7 - 144) &lt;665CDF77-F0C9-3AFF-8CF8-64257268B7DD&gt; /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x912b4000 - 0x91304ff4  libTIFF.dylib (??? - ???) &lt;E86EA22A-82C0-3E77-9EAF-739F385790D9&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91434000 - 0x91435fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) &lt;B04592B1-0924-3422-82FF-976B339DF567&gt; /usr/lib/system/libsystem_blocks.dylib
0x91436000 - 0x9146cff7  com.apple.AE (527.7 - 527.7) &lt;7BAFBF18-3997-3656-9823-FD3B455056A4&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9146d000 - 0x917adffb  com.apple.HIToolbox (1.8 - ???) &lt;DFED9BD0-E142-397B-BE16-16EBCF3CE1EB&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x917ae000 - 0x91891ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) &lt;BD913D3B-388D-33AE-AA5E-4810C743C28F&gt; /usr/lib/libcrypto.0.9.8.dylib
0x918c6000 - 0x918cffff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) &lt;FEB5330E-AD5D-37A0-8AB2-0820F311A2C8&gt; /usr/lib/libc++abi.dylib
0x919d8000 - 0x91a31ffb  com.apple.coreui (1.2.1 - 164.1) &lt;890E0BE9-3360-3B56-BE46-5A2421875A40&gt; /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x91a46000 - 0x91ad0ffb  com.apple.SearchKit (1.4.0 - 1.4.0) &lt;CF074082-64AB-3A1F-831E-582DF1667827&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91ad1000 - 0x91c23fff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) &lt;7646E131-08EE-3D72-ADA2-4A61C562B36E&gt; /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x92edc000 - 0x93351ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) &lt;312D0F58-B8E7-3F61-8A83-30C95F2EBEAA&gt; /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x93352000 - 0x93396ff3  com.apple.framework.CoreWLAN (2.1.1 - 211.3) &lt;48490EAB-CFD4-33A5-86E6-DE9CA59296A8&gt; /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x9388e000 - 0x93890ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) &lt;637660EA-8D12-3B79-B644-041FEADC9C33&gt; /usr/lib/system/libdyld.dylib
0x93891000 - 0x938f6ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) &lt;4B4B32D2-4F66-3B0D-BD61-FA8429FF8507&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9392c000 - 0x93937ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) &lt;11726E50-E6FC-3AB0-8750-DDDCCF2B8534&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x93938000 - 0x943c6ffe  com.apple.AppKit (6.7.2 - 1138.23) &lt;ADFA8D70-601E-3B5C-96FD-F45F52055CC8&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x943c7000 - 0x944affff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) &lt;ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5&gt; /usr/lib/libxml2.2.dylib
0x944b0000 - 0x944e3fef  libtidy.A.dylib (??? - ???) &lt;E962D8EC-6B9D-35B7-B586-F07D92302ADD&gt; /usr/lib/libtidy.A.dylib
0x944e4000 - 0x944e7ffc  libMatch.1.dylib (??? - ???) &lt;ABD23513-6184-3946-875F-03A5E4F03987&gt; /usr/lib/libMatch.1.dylib
0x944e8000 - 0x94545ffb  com.apple.htmlrendering (76 - 1.1.4) &lt;743C2943-40BC-36FB-A45C-3421A394F081&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x94558000 - 0x94580ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) &lt;FCAC685A-724F-3FE7-8416-146108DF75FB&gt; /usr/lib/libxslt.1.dylib
0x94581000 - 0x945a0fff  com.apple.RemoteViewServices (1.2 - 39) &lt;C7B638D2-2F8B-3A45-916A-73103FADC822&gt; /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x946b6000 - 0x946bfff3  com.apple.CommonAuth (2.1 - 2.0) &lt;D49B41B1-A5DD-366A-8C30-49E9B875AA13&gt; /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x946c0000 - 0x946ddfff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) &lt;95AE43ED-6C52-3B39-89B6-54C81C62F1FF&gt; /usr/lib/libresolv.9.dylib
0x9476d000 - 0x9479bff7  com.apple.DictionaryServices (1.2.1 - 158.2) &lt;DA16A8B2-F359-345A-BAF7-8E6A5A0741A1&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x947de000 - 0x947deff0  com.apple.ApplicationServices (41 - 41) &lt;BED33E1D-C95C-3654-9A3A-0CB3607F9F10&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x947df000 - 0x947f2ffb  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) &lt;3D94520B-C976-370F-AF56-278002BCF11D&gt; /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x94832000 - 0x94836ffd  IOSurface (??? - ???) &lt;97E875C2-9F1A-3FBA-B80C-594892A02621&gt; /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x94837000 - 0x94837fff  com.apple.Cocoa (6.6 - ???) &lt;650273EF-1ABC-334E-B745-B75AF028F9F4&gt; /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94838000 - 0x9483cffa  libcache.dylib (47.0.0 - compatibility 1.0.0) &lt;98A82BC5-0DD9-3212-9CAE-35A77278EEB6&gt; /usr/lib/system/libcache.dylib
0x9483d000 - 0x94844ff5  libsystem_dnssd.dylib (??? - ???) &lt;B3217FA8-A7D6-3C90-ABFC-2E54AEF33547&gt; /usr/lib/system/libsystem_dnssd.dylib
0x94848000 - 0x94849fff  liblangid.dylib (??? - ???) &lt;C8C204E9-1785-3785-BBD7-22D59493B98B&gt; /usr/lib/liblangid.dylib
0x9484e000 - 0x94b00ff7  com.apple.security (7.0 - 55010) &lt;BE0350C5-5221-3BFF-B674-646AB1BA0F2E&gt; /System/Library/Frameworks/Security.framework/Versions/A/Security
0x94bb8000 - 0x94c20ff3  com.apple.ISSupport (1.9.8 - 56) &lt;963339C2-020F-337E-AFB9-176090F818EC&gt; /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x94c32000 - 0x94c3ffff  libGL.dylib (??? - ???) &lt;30E6DED6-0213-3A3B-B2B3-310E33301CCB&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94c40000 - 0x94c7efff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) &lt;0AE59D4F-FFA7-3539-8B86-AD8993894AA0&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94c7f000 - 0x94ca4ff7  libsandbox.1.dylib (??? - ???) &lt;5E4527F2-AE51-3B56-8A40-183A0646F6F7&gt; /usr/lib/libsandbox.1.dylib
0x94cb0000 - 0x94cbeff7  libxar.1.dylib (??? - ???) &lt;9BD02F7B-6688-3504-B53E-4158F61C1249&gt; /usr/lib/libxar.1.dylib
0x951f9000 - 0x95209ff7  libCRFSuite.dylib (??? - ???) &lt;CE616EF3-756A-355A-95AD-3472A876BEB9&gt; /usr/lib/libCRFSuite.dylib
0x9520a000 - 0x95220ffe  libxpc.dylib (77.17.0 - compatibility 1.0.0) &lt;E01E0074-0830-3F20-8703-EA7722BFD358&gt; /usr/lib/system/libxpc.dylib
0x95747000 - 0x9583eff3  com.apple.PubSub (1.0.5 - 65.28) &lt;711EF95C-BE58-34A0-AF80-B7EAD17218E7&gt; /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x95844000 - 0x95848fff  com.apple.CommonPanels (1.2.5 - 94) &lt;3A988595-DE53-34ED-9367-C9A737E2AF38&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x958c2000 - 0x958c3fff  libDiagnosticMessagesClient.dylib (??? - ???) &lt;DB3889C2-2FC2-3087-A2A2-4C319455E35C&gt; /usr/lib/libDiagnosticMessagesClient.dylib
0x958c4000 - 0x958c9ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) &lt;56A34E97-518E-307E-8218-C5D43A33EE34&gt; /usr/lib/system/libmacho.dylib
0x958ca000 - 0x95911fff  com.apple.SystemConfiguration (1.11.1 - 1.11) &lt;CA6CE2B6-DC18-31FF-9668-70BB2FD8D7BB&gt; /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x95912000 - 0x9598dffb  com.apple.ApplicationServices.ATS (317.5.0 - ???) &lt;D5AC5C21-CE1E-333D-94F7-F0F534FD4DC7&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9598e000 - 0x95a59fff  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) &lt;1B0A12B3-DAFA-31E2-8F82-E98D620E4D72&gt; /usr/lib/system/libsystem_c.dylib
0x95b75000 - 0x95b9effe  com.apple.opencl (1.50.63 - 1.50.63) &lt;C4EC60D6-9A7C-3CE9-AA80-2F81D9BB4465&gt; /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x95b9f000 - 0x95c09ff3  com.apple.CoreSymbolication (2.1 - 66) &lt;B11C9057-1611-36A5-81F6-2C97A7047321&gt; /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x95c0a000 - 0x95ce0a5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) &lt;A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3&gt; /usr/lib/libobjc.A.dylib
0x95ce1000 - 0x95ce1ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) &lt;7F0E8EE2-9E8F-366F-9988-E2F119DB9A82&gt; /usr/lib/system/libkeymgr.dylib
0x95ce2000 - 0x9638beeb  com.apple.CoreGraphics (1.600.0 - ???) &lt;322FC806-0B9F-3A58-8C88-D477E32A50F8&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9638c000 - 0x963a9ff3  com.apple.openscripting (1.3.3 - ???) &lt;31A51238-0CA1-38C7-9F0E-8A6676EE3241&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9644d000 - 0x96458ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) &lt;4A7FCD28-9C09-3120-980A-BDF6EDFAAC62&gt; /usr/lib/libbz2.1.0.dylib
0x96459000 - 0x964c8fff  com.apple.Heimdal (2.1 - 2.0) &lt;DE626683-DF32-341B-8997-AE63309590C7&gt; /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x964eb000 - 0x9651aff7  libsystem_info.dylib (??? - ???) &lt;B86A363D-6EA2-3A69-A6CB-18B7F98FC61A&gt; /usr/lib/system/libsystem_info.dylib
0x9651b000 - 0x96529fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) &lt;E73A4025-835C-3F73-9853-B08606E892DB&gt; /usr/lib/libz.1.dylib
0x9652a000 - 0x96535fff  libkxld.dylib (??? - ???) &lt;088640F2-429D-3368-AEDA-3C308C4EB80C&gt; /usr/lib/system/libkxld.dylib
0x967bc000 - 0x96c98ff6  libBLAS.dylib (??? - ???) &lt;134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x96ec6000 - 0x96fd5ffb  com.apple.DesktopServices (1.6.1 - 1.6.1) &lt;9F02752A-617B-3AC7-BCA1-F040C105EDDE&gt; /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96fd6000 - 0x97038ffb  com.apple.datadetectorscore (3.0 - 179.4) &lt;12EF80E0-35CC-30A7-942F-2F9E87C4C98C&gt; /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9711b000 - 0x97125ff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) &lt;D23C4761-6492-3974-B4D2-495082B8B7A6&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x97126000 - 0x97128ffb  libRadiance.dylib (??? - ???) &lt;4721057E-5A1F-3083-911B-200ED1CE7678&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x97129000 - 0x971b0fff  com.apple.print.framework.PrintCore (7.1 - 366.1) &lt;BD9120A6-BFB0-3796-A903-05F627F696DF&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x971b1000 - 0x971b1fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) &lt;22997C20-BEB7-301D-86C5-5BFB3B06D212&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x971b2000 - 0x972c1ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) &lt;90D36793-04A5-3BFF-BE83-EEEDCBEDC756&gt; /usr/lib/libsqlite3.dylib
0x972cc000 - 0x97324fff  com.apple.HIServices (1.10 - ???) &lt;76B50B43-6CFD-3067-A085-11420FD4FAA6&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97325000 - 0x97381ff3  com.apple.Symbolication (1.2 - 83.1) &lt;E651A2F1-CC13-3DDD-9B0A-09180014966B&gt; /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x97382000 - 0x97385ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) &lt;69357047-7BE0-3360-A36D-000F55E39336&gt; /usr/lib/system/libmathCommon.A.dylib
0x97392000 - 0x97461fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) &lt;8B8A3DD3-BB3D-33FC-A714-81E1B883B155&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x97462000 - 0x97484ffe  com.apple.framework.familycontrols (3.0 - 300) &lt;F87D87EF-553A-3165-9C9A-6E117C537FE9&gt; /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x97485000 - 0x977f7ffb  com.apple.Safari.framework (7534 - 7534.51.22) &lt;600DA933-8F1A-3079-98BC-62B6921C710D&gt; /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
0x977f8000 - 0x9781aff1  com.apple.PerformanceAnalysis (1.10 - 10) &lt;45B10D4C-9B3B-37A6-982D-687A6F9EEA28&gt; /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9781b000 - 0x9797cffb  com.apple.QuartzCore (1.7 - 270.0) &lt;0916DA83-6400-3FEA-BC53-5F4BA4D126EC&gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x979fa000 - 0x97a87fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) &lt;F2A8BBA3-6431-3CED-8CD3-0953410B6F96&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x97a88000 - 0x97b2cfff  com.apple.QD (3.12 - ???) &lt;68CBE425-43BA-3E6D-8668-A4A67396E20D&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x97b2d000 - 0x97b58fff  com.apple.GSS (2.1 - 2.0) &lt;05A0171B-76EA-3E4C-8A36-65D1A978AF4B&gt; /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x97efa000 - 0x97f38fff  com.apple.NavigationServices (3.6 - 192) &lt;CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x97f39000 - 0x97f79ff3  com.apple.corelocation (330.12 - 330.12) &lt;3F6542AA-B0ED-399A-ABD0-AE7205A8B7BA&gt; /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x97f7a000 - 0x97f9fff9  libJPEG.dylib (??? - ???) &lt;743578F6-8C0C-39CC-9F15-3A01E1616EAE&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x97fe4000 - 0x97fe5ff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) &lt;9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6&gt; /usr/lib/system/libremovefile.dylib
0x98040000 - 0x9804bffc  com.apple.NetAuth (1.0 - 3.0) &lt;C07853C0-AF32-3633-9CEF-2480860C12C5&gt; /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x980a7000 - 0x980e3fff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) &lt;AA56493C-D7C6-3D4F-8DC8-855405AFF57B&gt; /usr/lib/libcups.2.dylib
0x981bb000 - 0x981bbfff  com.apple.vecLib (3.7 - vecLib 3.7) &lt;8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A&gt; /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x981bc000 - 0x9820cfff  libFontRegistry.dylib (??? - ???) &lt;81E03B82-1F31-3702-97DC-BE20298E326F&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x98244000 - 0x98262ff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) &lt;D32C2E9C-8184-3FAF-8694-99FC619FC71B&gt; /usr/lib/system/libsystem_kernel.dylib
0x98263000 - 0x9838fff9  com.apple.CFNetwork (520.2.5 - 520.2.5) &lt;02193949-50A8-3CBC-9920-5FCDB8EBE17A&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x98390000 - 0x98391ff7  libsystem_sandbox.dylib (??? - ???) &lt;BC0A04E9-4F28-3BC8-AA7B-63C3451E9212&gt; /usr/lib/system/libsystem_sandbox.dylib
0x98392000 - 0x983a1fff  SyndicationUI (??? - ???) &lt;F6C2DFA5-66CF-3B98-81BB-D81E5185AE62&gt; /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
0x983fa000 - 0x983fdff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) &lt;7F6C14CC-0169-3F1B-B89C-372F67F1F3B5&gt; /usr/lib/system/libcompiler_rt.dylib
0x98448000 - 0x98450fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) &lt;28D5D8B5-14E8-3DA1-9085-B9BC96835ACF&gt; /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9850c000 - 0x9850eff9  com.apple.securityhi (4.0 - 1) &lt;BD367302-73C3-32F4-8080-E389AE89E434&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9851b000 - 0x9852bfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) &lt;6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9874c000 - 0x987e3ff3  com.apple.securityfoundation (5.0 - 55005) &lt;F5A98CC2-11C6-34F3-8F72-75B642627630&gt; /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x987e4000 - 0x98811ff7  com.apple.securityinterface (5.0 - 55004) &lt;93C0285A-A266-3F21-82C9-434CBD3FA712&gt; /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x98812000 - 0x98818ffd  com.apple.CommerceCore (1.0 - 17) &lt;71641C17-1CA7-3AC9-974E-AAC9EB641035&gt; /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x98cb8000 - 0x98ce6fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) &lt;07D9A827-9567-34C2-9022-AF4BF975C9A7&gt; /usr/lib/libSystem.B.dylib
0x98d2b000 - 0x98d53ff0  com.apple.CoreServicesInternal (113.8 - 113.8) &lt;9930695C-1C48-329F-93FD-5AEEE2EF942C&gt; /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x98d54000 - 0x98dc9fff  com.apple.Metadata (10.7.0 - 627.20) &lt;1E7C8194-8CE4-3103-A3D1-8913238AF923&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x98dca000 - 0x98dd8fff  com.apple.opengl (1.7.5 - 1.7.5) &lt;81166D23-DE8E-3938-AAD3-29B1FA5E446E&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x98dd9000 - 0x98ddafff  com.apple.TrustEvaluationAgent (2.0 - 1) &lt;4BB39578-2F5E-3A50-AD59-9C0AB99472EB&gt; /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x98e2d000 - 0x98e35ff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) &lt;CD470A1E-0147-3CB1-B44D-0B61F9061826&gt; /usr/lib/system/liblaunch.dylib
0x98e36000 - 0x98e4bfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) &lt;92AADDB0-BADF-3B00-8941-B8390EDC931B&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x98f95000 - 0x98fa6fff  libbsm.0.dylib (??? - ???) &lt;54ACF696-87C6-3652-808A-17BE7275C230&gt; /usr/lib/libbsm.0.dylib
0x98fa7000 - 0x990c7fec  com.apple.vImage (5.1 - 5.1) &lt;008B989F-F080-398E-ACB1-FBF5BA107D6D&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x990c8000 - 0x9915cff7  com.apple.LaunchServices (480.21 - 480.21) &lt;E3621817-B627-3EEC-A7F9-0D45583B7FE8&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9915d000 - 0x99199ffd  libGLImage.dylib (??? - ???) &lt;8251242B-E04E-3467-BD0F-834578B18AC0&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9919a000 - 0x991d0fff  com.apple.DebugSymbols (2.1 - 85) &lt;0F996A4A-16A7-3C90-8037-0E2958D1FB16&gt; /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x99344000 - 0x9938dff7  libGLU.dylib (??? - ???) &lt;AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x993ac000 - 0x993bafff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) &lt;B50C62AD-0B5B-34C3-A491-ECFD72ED505E&gt; /usr/lib/system/libdispatch.dylib
0x993d6000 - 0x994c6ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) &lt;9E5F86A3-8405-3774-9E0C-3A074273C96D&gt; /usr/lib/libiconv.2.dylib
0x994d8000 - 0x994d9ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) &lt;70782AEC-8933-3EB4-91CA-E44C0E768C90&gt; /usr/lib/system/libquarantine.dylib
0x994da000 - 0x994dfffd  libGFXShared.dylib (??? - ???) &lt;820D744C-C641-3918-A72A-AC2E5276BCB6&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9a235000 - 0x9a23bffb  com.apple.print.framework.Print (7.1 - 247.1) &lt;5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9a23c000 - 0x9a63eff6  libLAPACK.dylib (??? - ???) &lt;00BE0221-8564-3F87-9F6B-8A910CF2F141&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9a71a000 - 0x9a722ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) &lt;E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5&gt; /usr/lib/system/libunwind.dylib
0x9a723000 - 0x9a72eff4  com.apple.CrashReporterSupport (10.7.2 - 347) &lt;7352D11E-5A9E-3D59-A8C5-F393AA6BA793&gt; /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9a72f000 - 0x9a7caff3  com.apple.ink.framework (1.3.2 - 110) &lt;9F6F37F9-999E-30C5-93D0-E48D4B5E20CD&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9a7cb000 - 0x9a8c3ff7  libFontParser.dylib (??? - ???) &lt;83E7E71E-D217-3DEE-B288-F5BAE7E118C5&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9a8c4000 - 0x9a8ddfff  libPng.dylib (??? - ???) &lt;A83B66DC-302C-3A4C-8107-0E5560708024&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9a8de000 - 0x9aab4fe3  com.apple.CoreFoundation (6.7.1 - 635.15) &lt;AC9F6462-6315-3D89-8075-D048DB4DBF7E&gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9aab5000 - 0x9ab17ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) &lt;266CE9B3-526A-3C41-BA58-7AE66A3B15FD&gt; /usr/lib/libstdc++.6.dylib
0x9ae29000 - 0x9ae2aff0  libunc.dylib (24.0.0 - compatibility 1.0.0) &lt;BCD277D0-4271-3E96-A4A2-85669DBEE2E2&gt; /usr/lib/system/libunc.dylib
0x9ae77000 - 0x9b060ff7  com.apple.CoreData (104 - 358.12) &lt;F8AD7990-2C30-31A4-8E78-FA8DD5CF03CC&gt; /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9b061000 - 0x9b172ff7  libJP2.dylib (??? - ???) &lt;35D120D4-3304-3A02-9259-EB933E74E63A&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9b253000 - 0x9b256ffd  libCoreVMClient.dylib (??? - ???) &lt;2D135537-F9A6-33B1-9B01-6ECE7E929C00&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9b257000 - 0x9b297ff7  libauto.dylib (??? - ???) &lt;984C81BE-FA1C-3228-8F7E-2965E7E5EB85&gt; /usr/lib/libauto.dylib
0x9b2cf000 - 0x9b542fff  com.apple.CoreImage (7.82 - 1.0.1) &lt;6C99F458-E83A-3538-9B71-2C8BD0C9DCD5&gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x9b549000 - 0x9b56cfff  com.apple.CoreVideo (1.7 - 70.1) &lt;3520F013-DF91-364E-88CF-ED252A7BD0AE&gt; /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9b56d000 - 0x9b62dff3  com.apple.ColorSync (4.7.0 - 4.7.0) &lt;A39EA668-D042-377F-BC81-26748CD57ADC&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9b62e000 - 0x9b695fff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) &lt;3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96&gt; /usr/lib/libc++.1.dylib
0x9b696000 - 0x9b6a1ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) &lt;17C11291-5B27-3BE2-8614-7A806745EE8A&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9bd3f000 - 0x9c041fff  com.apple.CoreServices.CarbonCore (960.18 - 960.18) &lt;8094724D-591D-3CC2-81DE-4E3029624E11&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9c073000 - 0x9c073fff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) &lt;2E71E880-25D1-3210-8D26-21EC47ED810C&gt; /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9c074000 - 0x9c078ff7  com.apple.OpenDirectory (10.7 - 146) &lt;3D3D30CE-6D82-3681-AA98-4E3AEFFA4229&gt; /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9c079000 - 0x9c095ff5  com.apple.GenerationalStorage (1.0 - 125) &lt;F1D67293-9192-367D-AE74-2732B23E7E77&gt; /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9c096000 - 0x9c156fff  com.apple.CoreServices.OSServices (478.29 - 478.29) &lt;EAAAAC1B-2599-3875-9068-DF7E6B5760A8&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9c157000 - 0x9c17eff3  com.apple.framework.Apple80211 (7.1.1 - 711.1) &lt;E1813F93-544B-3C5F-9833-9F65E69D31E7&gt; /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x9c17f000 - 0x9c1d0ff9  com.apple.ScalableUserInterface (1.0 - 1) &lt;C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB&gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9c3ff000 - 0x9c414ff7  com.apple.ImageCapture (7.0 - 7.0) &lt;116BC0CA-428E-396F-85DF-52793034D2A0&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9c43f000 - 0x9c4a0ffb  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) &lt;089D78E0-46A6-38DB-9545-7F35CC815939&gt; /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9c50e000 - 0x9c818ff3  com.apple.Foundation (6.7.1 - 833.20) &lt;B5092554-485A-3A7D-904B-B04B1EE5C50C&gt; /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9c819000 - 0x9c820ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) &lt;47DB9E1B-A7D1-3818-A747-382B2C5D9E1B&gt; /usr/lib/system/libsystem_notify.dylib
0x9c821000 - 0x9c824ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) &lt;6FFDBD60-5EC6-3EFA-996B-EE030443C16C&gt; /usr/lib/libpam.2.dylib
0x9c84f000 - 0x9c853fff  libGIF.dylib (??? - ???) &lt;06E85451-F51C-31C4-B5A6-180819BD9738&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9c856000 - 0x9c856fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) &lt;959E5139-EB23-3529-8881-2BCB5724D1A9&gt; /usr/lib/system/libdnsinfo.dylib
0x9cabb000 - 0x9cafeffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) &lt;4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725&gt; /usr/lib/system/libcommonCrypto.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 3
    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: 1558
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=157.5M resident=174.0M(111%) swapped_out_or_unallocated=16777216.0T(11172135829504%)
Writable regions: Total=78.0M written=3216K(4%) resident=4580K(6%) swapped_out=0K(0%) unallocated=73.5M(94%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG shared images                    128K
CoreGraphics                          8K
CoreServices                       1928K
JS JIT generated code                16K
JS VM register file                4096K
JS garbage collector                112K
MALLOC                             42.4M
MALLOC guard page                    32K
Memory tag=242                       12K
SQLite page cache                   288K
Stack                              69.7M
VM_ALLOCATE                        16.7M
__CI_BITMAP                          80K
__DATA                             8508K
__DATA/__OBJC                       152K
__IMAGE                            1256K
__IMPORT                              4K
__LINKEDIT                         49.6M
__OBJC                             2020K
__OBJC/__DATA                        88K
__PAGEZERO                            4K
__TEXT                            107.9M
__UNICODE                           544K
mapped file                       128.4M
shared memory                       340K
shared pmap                        9656K
===========                      =======
TOTAL                             443.2M

Model: MacBookPro8,1, BootROM MBP81.0047.B24, 2 processors, Intel Core i7, 2.7 GHz, 8 GB, SMC 1.68f98
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3034352E4130304C4620
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3034352E4130304C4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.18)
Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: TOSHIBA MK5065GSXF, 500.11 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
USB Device: AK5370, 0x0556  (Asahi Kasei Microsystems Co., Ltd), 0x0001, 0xfa130000 / 6
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 4
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
USB Device: hub_device, apple_vendor_id, 0x911c, 0xfd120000 / 4
USB Device: S300-S400 Series, 0x043d  (Lexmark International Inc.), 0x0180, 0xfd123000 / 9
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd121000 / 6
USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfd121300 / 8
USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd121200 / 7
USB Device: Apple Cinema HD Display, apple_vendor_id, 0x921c, 0xfd122000 / 5
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>502019</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2011-11-14 09:49:51 -0800</bug_when>
    <thetext>A crash like this normally means running out of address space. I&apos;m not sure if this swapped_out_or_unallocated value is a smoking gun or not.

ReadOnly portion of Libraries: Total=157.5M resident=174.0M(111%) swapped_out_or_unallocated=16777216.0T(11172135829504%)
Writable regions: Total=78.0M written=3216K(4%) resident=4580K(6%) swapped_out=0K(0%) unallocated=73.5M(94%)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>502026</commentid>
    <comment_count>2</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2011-11-14 09:53:42 -0800</bug_when>
    <thetext>I think Gavin broke 32-bit Intel in r100037 as DemandExecutableAllocator is not compatible with MAP_JIT.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>502030</commentid>
    <comment_count>3</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2011-11-14 09:56:32 -0800</bug_when>
    <thetext>The obvious workaround for the meantime is to run Safari as 64-bit. There’s no good reason to run Safari as 32-bit on Lion.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>502181</commentid>
    <comment_count>4</comment_count>
    <who name="Gavin Barraclough">barraclough</who>
    <bug_when>2011-11-14 12:24:24 -0800</bug_when>
    <thetext>Ooops, resolved in r100175.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>502188</commentid>
    <comment_count>5</comment_count>
    <who name="Art">artmeakin</who>
    <bug_when>2011-11-14 12:30:47 -0800</bug_when>
    <thetext>Going to 64 bit solved the situation, however, some of the sites I go to regular require 32 bit due to old videos that cannot view with 64 bit Safari/Webkit. Thanks for the help!!!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>