Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

WSOD when reloading Brackets with dev tools open #4522

Closed
njx opened this issue Jul 19, 2013 · 14 comments
Closed

WSOD when reloading Brackets with dev tools open #4522

njx opened this issue Jul 19, 2013 · 14 comments
Assignees
Milestone

Comments

@njx
Copy link
Contributor

njx commented Jul 19, 2013

Only tried on Mac, haven't tried on Windows.

  1. Start Brackets
  2. Cmd-Alt-I to open dev tools
  3. Type a character in a JS file
  4. Cmd-R to reload
  5. In the save changes dialog, choose to discard changes

Result: Brackets Helper crashes. If it doesn't happen the first time, try a few more times with the same running instance of Brackets.

Stack trace:

Process:         Brackets Helper [42693]
Path:            /Users/USER/*/Brackets.app/Contents/Frameworks/Brackets Helper.app/Contents/MacOS/Brackets Helper
Identifier:      org.cef.cefclient.helper
Version:         ???
Code Type:       X86 (Native)
Parent Process:  Brackets [42690]
User ID:         501

Date/Time:       2013-07-19 15:37:15.727 -0700
OS Version:      Mac OS X 10.8.3 (12D78)
Report Version:  10

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

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000013

VM Regions Near 0x13:
--> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/*/Brackets.app/Contents/Frameworks/Brackets Helper.app/Contents/MacOS/Brackets Helper
    VM_ALLOCATE            0000000000001000-0000000000030000 [  188K] ---/--- SM=NUL  

Thread 0 Crashed:: CrRendererMain  Dispatch queue: com.apple.main-thread
0   libcef.dylib                    0x023444a1 0x55000 + 36631713
1   libcef.dylib                    0x02239559 0x55000 + 35538265
2   libcef.dylib                    0x01d8b165 0x55000 + 30630245
3   libcef.dylib                    0x0009b7da cef_v8value_create_array + 26
4   org.cef.cefclient.helper        0x0004a691 CefV8Value::CreateArray(int) + 17
5   org.cef.cefclient.helper        0x00036685 ClientApp::OnProcessMessageReceived(CefRefPtr<CefBrowser>, cef_process_id_t, CefRefPtr<CefProcessMessage>) + 1061
6   org.cef.cefclient.helper        0x00037a99 non-virtual thunk to ClientApp::OnProcessMessageReceived(CefRefPtr<CefBrowser>, cef_process_id_t, CefRefPtr<CefProcessMessage>) + 41
7   org.cef.cefclient.helper        0x00046da8 render_process_handler_on_process_message_received(_cef_render_process_handler_t*, _cef_browser_t*, cef_process_id_t, _cef_process_message_t*) + 136
8   libcef.dylib                    0x0008cbde 0x55000 + 228318
9   libcef.dylib                    0x01d7677e 0x55000 + 30545790
10  libcef.dylib                    0x01d76643 0x55000 + 30545475
11  libcef.dylib                    0x01d7773b 0x55000 + 30549819
12  libcef.dylib                    0x0177d677 0x55000 + 24282743
13  libcef.dylib                    0x01bba83d 0x55000 + 28727357
14  libcef.dylib                    0x01bba744 0x55000 + 28727108
15  libcef.dylib                    0x01afcc52 0x55000 + 27950162
16  libcef.dylib                    0x0073a514 0x55000 + 7230740
17  libcef.dylib                    0x0073c1e9 0x55000 + 7238121
18  libcef.dylib                    0x00808b38 0x55000 + 8076088
19  libcef.dylib                    0x00808f3a 0x55000 + 8077114
20  libcef.dylib                    0x007d4905 0x55000 + 7862533
21  com.apple.CoreFoundation        0x95b9a05f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
22  com.apple.CoreFoundation        0x95b99a89 __CFRunLoopDoSources0 + 233
23  com.apple.CoreFoundation        0x95bbf836 __CFRunLoopRun + 934
24  com.apple.CoreFoundation        0x95bbf02a CFRunLoopRunSpecific + 378
25  com.apple.CoreFoundation        0x95bbee9b CFRunLoopRunInMode + 123
26  com.apple.HIToolbox             0x9005ef5a RunCurrentEventLoopInMode + 242
27  com.apple.HIToolbox             0x9005ecc9 ReceiveNextEventCommon + 374
28  com.apple.HIToolbox             0x9005eb44 BlockUntilNextEventMatchingListInMode + 88
29  com.apple.AppKit                0x995319aa _DPSNextEvent + 724
30  com.apple.AppKit                0x995311dc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
31  com.apple.AppKit                0x9952763c -[NSApplication run] + 855
32  libcef.dylib                    0x007d4d27 0x55000 + 7863591
33  libcef.dylib                    0x007d47fc 0x55000 + 7862268
34  libcef.dylib                    0x008084c8 0x55000 + 8074440
35  libcef.dylib                    0x00820eee 0x55000 + 8175342
36  libcef.dylib                    0x00807b3a 0x55000 + 8071994
37  libcef.dylib                    0x017b2885 0x55000 + 24500357
38  libcef.dylib                    0x01db0ae3 0x55000 + 30784227
39  libcef.dylib                    0x01db17c9 0x55000 + 30787529
40  libcef.dylib                    0x01db0670 0x55000 + 30783088
41  libcef.dylib                    0x01d133ae 0x55000 + 30139310
42  libcef.dylib                    0x00056bef cef_execute_process + 239
43  org.cef.cefclient.helper        0x0003eea8 CefExecuteProcess(CefMainArgs const&, CefRefPtr<CefApp>) + 152
44  org.cef.cefclient.helper        0x0003d7e5 main + 149
45  org.cef.cefclient.helper        0x00033635 start + 53

Thread 1:
0   libsystem_kernel.dylib          0x95ea40ee __workq_kernreturn + 10
1   libsystem_c.dylib               0x940940ac _pthread_workq_return + 45
2   libsystem_c.dylib               0x94093e79 _pthread_wqthread + 448
3   libsystem_c.dylib               0x9407bd2a start_wqthread + 30

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x95ea49ae kevent + 10
1   libdispatch.dylib               0x945a1c71 _dispatch_mgr_invoke + 993
2   libdispatch.dylib               0x945a17a9 _dispatch_mgr_thread + 53

Thread 3:: Chrome_ChildIOThread
0   libsystem_kernel.dylib          0x95ea49ae kevent + 10
1   libcef.dylib                    0x00bd66e6 0x55000 + 12064486
2   libcef.dylib                    0x00bd4359 0x55000 + 12055385
3   libcef.dylib                    0x007d3861 0x55000 + 7858273
4   libcef.dylib                    0x008084c8 0x55000 + 8074440
5   libcef.dylib                    0x00820eee 0x55000 + 8175342
6   libcef.dylib                    0x00807b3a 0x55000 + 8071994
7   libcef.dylib                    0x00839621 0x55000 + 8275489
8   libcef.dylib                    0x008396bd 0x55000 + 8275645
9   libcef.dylib                    0x008340b5 0x55000 + 8253621
10  libsystem_c.dylib               0x940915b7 _pthread_start + 344
11  libsystem_c.dylib               0x9407bd4e thread_start + 34

Thread 4:: VC manager
0   libsystem_kernel.dylib          0x95ea38e2 __psynch_cvwait + 10
1   libsystem_c.dylib               0x94096280 _pthread_cond_wait + 833
2   libsystem_c.dylib               0x9411c095 pthread_cond_wait$UNIX2003 + 71
3   libcef.dylib                    0x0082cdd3 0x55000 + 8224211
4   libcef.dylib                    0x0082da5b 0x55000 + 8227419
5   libcef.dylib                    0x0082d862 0x55000 + 8226914
6   libcef.dylib                    0x0080c51c 0x55000 + 8090908
7   libcef.dylib                    0x008084c8 0x55000 + 8074440
8   libcef.dylib                    0x00820eee 0x55000 + 8175342
9   libcef.dylib                    0x00807b3a 0x55000 + 8071994
10  libcef.dylib                    0x00839621 0x55000 + 8275489
11  libcef.dylib                    0x008396bd 0x55000 + 8275645
12  libcef.dylib                    0x008340b5 0x55000 + 8253621
13  libsystem_c.dylib               0x940915b7 _pthread_start + 344
14  libsystem_c.dylib               0x9407bd4e thread_start + 34

Thread 5:: SamplerThread
0   libsystem_kernel.dylib          0x95ea180e semaphore_wait_trap + 10
1   libcef.dylib                    0x024f1afb 0x55000 + 38390523
2   libcef.dylib                    0x023dd5ac 0x55000 + 37258668
3   libcef.dylib                    0x024f1be5 0x55000 + 38390757
4   libcef.dylib                    0x024f1315 0x55000 + 38388501
5   libsystem_c.dylib               0x940915b7 _pthread_start + 344
6   libsystem_c.dylib               0x9407bd4e thread_start + 34

Thread 6:: v8:SweeperThrea
0   libsystem_kernel.dylib          0x95ea180e semaphore_wait_trap + 10
1   libcef.dylib                    0x024f1afb 0x55000 + 38390523
2   libcef.dylib                    0x0243cf8f 0x55000 + 37650319
3   libcef.dylib                    0x024f1315 0x55000 + 38388501
4   libsystem_c.dylib               0x940915b7 _pthread_start + 344
5   libsystem_c.dylib               0x9407bd4e thread_start + 34

Thread 7:: v8:SweeperThrea
0   libsystem_kernel.dylib          0x95ea180e semaphore_wait_trap + 10
1   libcef.dylib                    0x024f1afb 0x55000 + 38390523
2   libcef.dylib                    0x0243cf8f 0x55000 + 37650319
3   libcef.dylib                    0x024f1315 0x55000 + 38388501
4   libsystem_c.dylib               0x940915b7 _pthread_start + 344
5   libsystem_c.dylib               0x9407bd4e thread_start + 34

Thread 8:: v8:SweeperThrea
0   libsystem_kernel.dylib          0x95ea180e semaphore_wait_trap + 10
1   libcef.dylib                    0x024f1afb 0x55000 + 38390523
2   libcef.dylib                    0x0243cf8f 0x55000 + 37650319
3   libcef.dylib                    0x024f1315 0x55000 + 38388501
4   libsystem_c.dylib               0x940915b7 _pthread_start + 344
5   libsystem_c.dylib               0x9407bd4e thread_start + 34

Thread 9:: v8:SweeperThrea
0   libsystem_kernel.dylib          0x95ea180e semaphore_wait_trap + 10
1   libcef.dylib                    0x024f1afb 0x55000 + 38390523
2   libcef.dylib                    0x0243cf8f 0x55000 + 37650319
3   libcef.dylib                    0x024f1315 0x55000 + 38388501
4   libsystem_c.dylib               0x940915b7 _pthread_start + 344
5   libsystem_c.dylib               0x9407bd4e thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x00000002  ecx: 0x03480578  edx: 0x7c90aa00
  edi: 0x00000104  esi: 0x0348046c  ebp: 0xbffcc368  esp: 0xbffcc350
   ss: 0x00000023  efl: 0x00010286  eip: 0x023444a1   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0x00000013
Logical CPU: 6

Binary Images:
   0x30000 -    0x4dff7 +org.cef.cefclient.helper (???) <BE1CFDEE-3EF0-351F-B2E1-16AF7C88DB0E> /Users/USER/*/Brackets.app/Contents/Frameworks/Brackets Helper.app/Contents/MacOS/Brackets Helper
   0x55000 -  0x32f6feb +libcef.dylib (31279.5.173) <410DAE45-7DE4-3A87-A80E-689062DF4635> /Users/USER/*/Brackets.app/Contents/Frameworks/Chromium Embedded Framework.framework/Libraries/libcef.dylib
 0x47d4000 -  0x47e1ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x8fe2f000 - 0x8fe61e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
0x90007000 - 0x903eafff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x903eb000 - 0x903eeff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
0x903ef000 - 0x90446ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90447000 - 0x90454ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x90741000 - 0x90744ffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x90745000 - 0x90751ffe  libkxld.dylib (2050.22.13) <ED37AAAA-B1C0-3ADF-A897-3D580A845843> /usr/lib/system/libkxld.dylib
0x909c0000 - 0x909e9ff7  libRIP.A.dylib (331.0.4) <FE496AFC-420A-3712-BC79-FC8C63ADB73D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x909ea000 - 0x90a38ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x90a39000 - 0x90a62fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
0x90a6a000 - 0x90a7cfff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
0x90a7d000 - 0x90a83fff  libGFXShared.dylib (8.7.25) <4268BFAF-4529-3B40-A8B9-66F176AC20CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x90a84000 - 0x90a86ffd  libCVMSPluginSupport.dylib (8.7.25) <C8FC6227-5209-3138-89CD-03CAD11F3EC3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x90a87000 - 0x90accff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x90b25000 - 0x90dc8ff3  com.apple.CoreImage (8.2.4 - 1.0.1) <BA4EE8D7-FE72-3CC3-801F-B69D8A8B426F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x90dc9000 - 0x90de9ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x90e84000 - 0x91189ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <356AE2DF-ABB0-319C-8B5B-2F33D693889F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9118a000 - 0x911f9ffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x911fa000 - 0x9128cffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9128d000 - 0x912acff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x912ad000 - 0x912c0ff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x912c5000 - 0x914dcfff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x914dd000 - 0x9150efff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9150f000 - 0x91524fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x91525000 - 0x915bdfff  com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x915be000 - 0x915ccfff  com.apple.opengl (1.8.7 - 1.8.7) <0631EC1D-833B-39D2-A907-A9F7617E5504> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x91628000 - 0x91629fff  libsystem_sandbox.dylib (220.2) <61A79095-1978-3AAA-B0E0-658BC8E5F045> /usr/lib/system/libsystem_sandbox.dylib
0x91660000 - 0x916bbfff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x916be000 - 0x916c6fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
0x916c7000 - 0x9181fffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <0D36953C-9897-3E9B-8C70-847E90B203A2> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91820000 - 0x91822fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
0x918a3000 - 0x918a4fff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
0x918a5000 - 0x918abfff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x918ac000 - 0x91980ff3  com.apple.backup.framework (1.4.2 - 1.4.2) <0473EB45-E9BF-3C10-B235-A6E2B960A88F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x91981000 - 0x919e9ff7  com.apple.framework.IOKit (2.0.1 - 755.22.5) <F9A70D23-1108-3616-9DE3-6C5730CA7AB2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x919ea000 - 0x91a01fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x91a02000 - 0x91cc2ff3  com.apple.security (7.0 - 55179.11) <165A3105-9ADF-329B-93FC-3C8EFAEDDD13> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91cc3000 - 0x91cdaff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x91cdb000 - 0x91ce2ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x91ce3000 - 0x91ceafff  libsystem_dnssd.dylib (379.37) <49A44FB3-559D-3C7E-AA40-23F5A8E612AC> /usr/lib/system/libsystem_dnssd.dylib
0x91ceb000 - 0x91cf4ff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x91cf5000 - 0x91cf9ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
0x91cfa000 - 0x91d74ff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x91d75000 - 0x921b7ff3  com.apple.CoreGraphics (1.600.0 - 331.0.4) <BC041647-FB5A-3D07-A253-F3D34E25BF6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x921b8000 - 0x921c2fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
0x921ff000 - 0x922a9fff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x922aa000 - 0x922c0fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x922c1000 - 0x922defff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
0x922df000 - 0x922f4fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9233b000 - 0x92345ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x92346000 - 0x92346fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x92347000 - 0x92454057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
0x92455000 - 0x92479fff  libJPEG.dylib (849) <CD42C17E-6B13-35BE-B585-9AE69CEA534F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9251c000 - 0x92540fff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x92541000 - 0x92632ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
0x92633000 - 0x92633fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92634000 - 0x92634fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x92635000 - 0x92636ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9266d000 - 0x926b4ff3  com.apple.CoreMedia (1.0 - 926.87) <713B7213-D695-3162-9852-DBC114C26178> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x926b5000 - 0x9282dff5  com.apple.QuartzCore (1.8 - 304.2) <FB737C74-C460-32A3-9107-D2112BAE6EBC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9282e000 - 0x92832ffc  libGIF.dylib (849) <2F1DE1C6-4779-35A6-8ED5-BBF8ADD5962A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x92859000 - 0x928a5fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
0x928a6000 - 0x928b2ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
0x928b3000 - 0x928b4ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
0x928b5000 - 0x928b8ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
0x928b9000 - 0x928c3fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x93060000 - 0x930c2fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
0x930c3000 - 0x930cafff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
0x9339e000 - 0x93435ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93467000 - 0x93483fff  libPng.dylib (849) <BF2CB6F5-A2F1-35A4-93F7-ACA6D7F02084> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x93484000 - 0x935d2fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <EC7EF37B-B00E-374D-9E8F-E4E22D741059> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x935d3000 - 0x9360efef  libGLImage.dylib (8.7.25) <6C0B2148-032A-3911-AB21-2E07606E3D9A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9360f000 - 0x93613ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
0x93614000 - 0x9366bff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9366c000 - 0x9367aff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
0x9367b000 - 0x936e1fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x936e2000 - 0x936fbfff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9370b000 - 0x93719fff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
0x9371a000 - 0x9375cff7  libcups.2.dylib (327.3) <C7A4A315-FA15-354B-8BC9-BE824C4EFF6D> /usr/lib/libcups.2.dylib
0x937e6000 - 0x937f4ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
0x937f5000 - 0x938f3ff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9394b000 - 0x9394bfff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9394c000 - 0x93958ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x93959000 - 0x93959fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
0x9395a000 - 0x939beff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
0x939bf000 - 0x939ecffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
0x939ed000 - 0x93a47ffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x93a48000 - 0x93a90ff5  com.apple.opencl (2.2.18 - 2.2.18) <004A1DE4-49C6-3938-8B54-CD1DC23BDBE5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x93a91000 - 0x93aecff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x93af8000 - 0x93affffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
0x93b03000 - 0x93becff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
0x93c3f000 - 0x93c43fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x93c44000 - 0x93c66fff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
0x93d51000 - 0x93d54ff9  libCGXType.A.dylib (331.0.4) <981B13D6-4E8B-3468-92D3-FE436B48C0DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x93d55000 - 0x93d9fff7  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <1D7CB11D-C28C-3A25-865A-4AD6EE40D493> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x93dd4000 - 0x93e3cfe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x93e3d000 - 0x93e8cff6  libTIFF.dylib (849) <229EBA67-A2D3-30B7-8177-3CA5503360EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93ed0000 - 0x93ef5ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x93f1d000 - 0x9407affb  com.apple.QTKit (7.7.1 - 2599.24) <39CC892D-2874-33FE-BE30-87FE07D875BD> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x9407b000 - 0x94138feb  libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
0x94139000 - 0x94139ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
0x94194000 - 0x94194ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <D35BA73D-1E56-3A1D-9F9F-971F3BF8C136> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94195000 - 0x942a0ff7  libJP2.dylib (849) <B2D0E844-C390-376C-91D9-F3501B5C7A83> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x942e0000 - 0x94355ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x94356000 - 0x94380ff9  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <69AD5C5E-14A2-3E2B-AE28-2C7A7E4F5D0A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x94381000 - 0x944b4ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x944b5000 - 0x944e1ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
0x944e2000 - 0x944e2fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9459b000 - 0x9459cfff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
0x9459d000 - 0x945afff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
0x945b7000 - 0x945b9fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x947eb000 - 0x94808ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
0x94809000 - 0x9483cffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9483d000 - 0x94ab9ff7  com.apple.QuickTime (7.7.1 - 2599.24) <5B1CA228-A6B3-39DF-A5CC-F981E59DAD1D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94baf000 - 0x94ceaff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x94ceb000 - 0x94d2dffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x94fc1000 - 0x950ceff3  com.apple.ImageIO.framework (3.2.0 - 849) <B34C2380-51F6-38B1-BB6C-C2E5185D90EF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x950cf000 - 0x950d0fff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
0x9513d000 - 0x9513dfff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
0x951dc000 - 0x951f9fff  libxpc.dylib (140.42) <1E419D55-C5C1-33FF-B52E-6C7FFBEA5E1F> /usr/lib/system/libxpc.dylib
0x951fa000 - 0x951fafff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
0x951fb000 - 0x955f7feb  com.apple.VideoToolbox (1.0 - 926.87) <D6460276-E1CF-317D-B32F-80EAE916168C> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x956cf000 - 0x9572dff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <953DD669-8C6E-387D-AB3F-D8C8965347DF> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9572e000 - 0x9575bffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9575c000 - 0x95792ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x95793000 - 0x9582efff  com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9582f000 - 0x9594bffb  com.apple.desktopservices (1.7.3 - 1.7.3) <7157C51D-C695-3C9E-B532-F551E7E55B56> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9594e000 - 0x959fdff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x959fe000 - 0x95b87ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95b88000 - 0x95d70ffb  com.apple.CoreFoundation (6.8 - 744.18) <68AFEE40-0078-347E-9DEE-32CFE0062A10> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x95d71000 - 0x95d7dffa  com.apple.CrashReporterSupport (10.8.3 - 417) <A4A45B14-8992-3739-82BC-3C5E5C2686F9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x95e8f000 - 0x95ea9ffc  libsystem_kernel.dylib (2050.22.13) <70C520E8-0394-3DFB-823B-FE8C251C169A> /usr/lib/system/libsystem_kernel.dylib
0x95eaa000 - 0x95ebaff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x95ec9000 - 0x95ed2ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x95ed3000 - 0x95edcfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x95edd000 - 0x95ee7fff  libCSync.A.dylib (331.0.4) <71A7B331-C8A2-322C-AFB0-062EE9C3B848> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x95f30000 - 0x95fd0ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9634a000 - 0x9634bfff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
0x9634c000 - 0x9634ffff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96350000 - 0x966e3ff3  com.apple.MediaToolbox (1.0 - 926.87) <F3623474-03AD-3A7F-8BD1-46A44A12E74E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x966e4000 - 0x966e8fff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x966e9000 - 0x9670effb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9670f000 - 0x96751ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
0x96752000 - 0x96761fff  libGL.dylib (8.7.25) <818E3E6B-9B00-3117-8157-9E95CB59A47B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9676d000 - 0x96b8afff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x96b8b000 - 0x96c49ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96c4a000 - 0x96c55fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
0x974d4000 - 0x97524ff7  com.apple.CoreMediaIO (307.0 - 4155) <49D36F54-D414-3745-8194-69FC3B632ED3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x97525000 - 0x97525fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97526000 - 0x9752afff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9762c000 - 0x9762dfff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
0x9762e000 - 0x97cbaff3  com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x97cbb000 - 0x97d1ffff  com.apple.datadetectorscore (4.1 - 269.2) <B4D53047-C613-32F8-9E08-0154EA81B487> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x97d20000 - 0x97d3eff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x97d3f000 - 0x97d80ff7  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D9479FFE-2D79-373C-9F73-E746664ACD5C> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x97d81000 - 0x97e79ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
0x97eab000 - 0x97f30ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x981be000 - 0x9823aff3  com.apple.Metadata (10.7.0 - 707.5) <F2BC2AB4-A87A-3D37-A496-AC21EF3E1244> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9823b000 - 0x983f7ffd  libicucore.A.dylib (491.11.2) <59A23F06-16AD-35F8-BA58-D17305232402> /usr/lib/libicucore.A.dylib
0x9843b000 - 0x98495fff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x98496000 - 0x984e4ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x984e5000 - 0x984eefff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x984ef000 - 0x98533ff7  libGLU.dylib (8.7.25) <0CC1A4D8-C095-3F2B-B55C-FDEBEA0E9CFE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9926d000 - 0x99385ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x99389000 - 0x9938cff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x9938d000 - 0x9938dfff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9938e000 - 0x993cdff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x993ce000 - 0x99f8aff7  com.apple.AppKit (6.8 - 1187.37) <6FBB3467-04F9-395F-8EA8-C84347C5BE43> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x99f8b000 - 0x9a2a9ff3  com.apple.Foundation (6.8 - 945.16) <C4D95341-B4FF-30AC-815A-A23C019C57A3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9a2aa000 - 0x9a662ffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9a664000 - 0x9a666ffb  libRadiance.dylib (849) <EAF7C74F-2A71-3A07-82E1-4FADEAFCF201> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9a667000 - 0x9a71bfff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

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

VM Region Summary:
ReadOnly portion of Libraries: Total=187.1M resident=75.7M(40%) swapped_out_or_unallocated=111.3M(60%)
Writable regions: Total=262.0M written=136.3M(52%) resident=149.8M(57%) swapped_out=4140K(2%) unallocated=112.2M(43%)

REGION TYPE                      VIRTUAL
===========                      =======
CG raster data                     2148K
CG shared images                   1216K
CoreServices                       5452K
MALLOC                            153.4M
MALLOC guard page                    48K
Memory tag=242                       12K
Memory tag=255                     65.2M
Memory tag=255 (reserved)           512K        reserved VM address space (unallocated)
Memory tag=35                      6356K
Stack                              81.4M
TC malloc                           208K
VM_ALLOCATE                        16.3M
WebCore purgeable data              364K
__DATA                             7652K
__DATA/__OBJC                       248K
__IMAGE                             528K
__LINKEDIT                         30.5M
__OBJC                             1604K
__OBJC/__DATA                       120K
__PAGEZERO                            4K
__TEXT                            156.5M
__UNICODE                           544K
mapped file                       143.9M
shared memory                       308K
===========                      =======
TOTAL                             674.0M
TOTAL, minus reserved VM space    673.5M
@njx
Copy link
Contributor Author

njx commented Jul 19, 2013

Marking medium priority for this sprint. Although it's a crash, I think it's not high-priority because (1) it only happens after you reload, so there's no data loss and (2) it only happens when dev tools are open, which is obviously a problem for us but not as much for general users.

@njx
Copy link
Contributor Author

njx commented Jul 19, 2013

I tried to look into this further by running the shell from Xcode (using the debug configuration), but I get an exception during startup--sometime after the project panel renders, but before the initial file appears in the editor window.

@njx
Copy link
Contributor Author

njx commented Jul 19, 2013

Yup, the act of opening a file in the editor seems to be what's causing the assertion when I run a debug build. It looks like it's dying when doing something with a text area, which suggests that it has to do with CodeMirror. But all of this is probably a red herring and not related to the actual original bug.

@njx
Copy link
Contributor Author

njx commented Jul 19, 2013

@gruehle Any thoughts on how I could debug this to get a better stack trace? I can't get the debug build to work in general (see my last couple of comments).

@JeffryBooher
Copy link
Contributor

@njx, nice work getting the recipe.

I'm no expert on debugging xcode crashes but we do have access to the release build symbols for cef on the Mac. Hopefully the build we are using with the Mac has symbols (there was a problem with the windows symbols) Otherwise you may need to open up the app and replace the cef dylib with one that has symbols.

The symbols are downloadable from here:
http://cefbuilds.com/

It sounds like you have a decent recipe for reproducing this. I wonder if i can prevent my crash by not having a file open. Hopefully these two crashes are related somehow.

@JeffryBooher
Copy link
Contributor

So @njx @gruehle NJ stumbled onto the fact that if he doesn't have files open then he doesn't get the WSOD and I'm seeing the same on the Windows 8 x86 crasher. If I don't have any files open when I switch languages and click the reload button then Brackets does not crash.

@njx
Copy link
Contributor Author

njx commented Jul 20, 2013

A little more info: it seems like the file type might matter. I wasn't able to get it to crash with plain text, Markdown, LESS, or CSS files, but I can get it to crash with JS and HTML files. So perhaps it's related to Tern somehow, although it doesn't look like the other Tern crashes (it's not in the worker).

@RaymondLim
Copy link
Contributor

I can't get a crash with Brackets src though even if I open a js file with dev tools open.

@njx
Copy link
Contributor Author

njx commented Jul 20, 2013

Have you tried reloading multiple times? Jason was able to repro it on the third reload within the same Brackets session.

@gruehle
Copy link
Member

gruehle commented Jul 20, 2013

I can reproduce, but it can take several reloads. I also tried running a debug build and ran into the same problems with it crashing after displaying the project panel.

My stack trace looks similar, but the symbols are completely different. I get symbols for libcef, but not for the helper app. I've tried several different combinations for building with symbols, but so far this is the best I can get:

Thread 0 Crashed:: CrRendererMain  Dispatch queue: com.apple.main-thread
0   libcef.dylib                    0x023184a1 v8::internal::Isolate::native_context() + 17 (objects-inl.h:1791)
1   libcef.dylib                    0x0220d559 v8::Context::GetCurrent() + 121 (api.cc:4669)
2   libcef.dylib                    0x01d5f165 CefV8Value::CreateArray(int) + 53 (v8_impl.cc:1129)
3   libcef.dylib                    0x0006f7da cef_v8value_create_array + 26 (v8value_cpptoc.cc:138)
4   org.cef.cefclient.helper        0x0001e46a 0x1000 + 119914
5   org.cef.cefclient.helper        0x0000834d 0x1000 + 29517
6   org.cef.cefclient.helper        0x000091e9 0x1000 + 33257
7   org.cef.cefclient.helper        0x0001a702 0x1000 + 104194
8   libcef.dylib                    0x00060bde CefRenderProcessHandlerCToCpp::OnProcessMessageReceived(CefRefPtr<CefBrowser>, cef_process_id_t, CefRefPtr<CefProcessMessage>) + 478 (render_process_handler_ctocpp.cc:259)
9   libcef.dylib                    0x01d4a77e CefBrowserImpl::OnRequest(Cef_Request_Params const&) + 270 (browser_impl.cc:598)
10  libcef.dylib                    0x01d4a643 CefBrowserImpl::OnMessageReceived(IPC::Message const&) + 803 (tuple.h:78)
11  libcef.dylib                    0x01d4b73b non-virtual thunk to CefBrowserImpl::OnMessageReceived(IPC::Message const&) + 27 (browser_impl.cc:576)
12  libcef.dylib                    0x01751677 content::RenderViewImpl::OnMessageReceived(IPC::Message const&) + 615 (render_view_impl.cc:979)
13  libcef.dylib                    0x01b8e83d content::MessageRouter::RouteMessage(IPC::Message const&) + 221 (message_router.cc:49)
14  libcef.dylib                    0x01b8e744 content::MessageRouter::OnMessageReceived(IPC::Message const&) + 180 (message_router.cc:42)
15  libcef.dylib                    0x01ad0c52 content::ChildThread::OnMessageReceived(IPC::Message const&) + 962 (child_thread.cc:274)
16  libcef.dylib                    0x0070e514 IPC::ChannelProxy::Context::OnDispatchMessage(IPC::Message const&) + 628 (trace_event_internal.h:980)
17  libcef.dylib                    0x007101e9 base::internal::Invoker<2, base::internal::BindState<base::internal::RunnableAdapter<void (IPC::ChannelProxy::Context::*)(IPC::Message const&)>, void (IPC::ChannelProxy::Context*, IPC::Message const&), void (IPC::ChannelProxy::Context*, IPC::Message)>, void ()(IPC::ChannelProxy::Context*, IPC::Message const&)>::Run(base::internal::BindStateBase*) + 41 (bind_internal.h:1257)
18  libcef.dylib                    0x007dcb38 MessageLoop::RunTask(base::PendingTask const&) + 1000 (stl_vector.h:400)
19  libcef.dylib                    0x007dcf3a MessageLoop::DoWork() + 522 (message_loop.cc:674)
20  libcef.dylib                    0x007a8905 base::MessagePumpCFRunLoopBase::RunWork() + 53 (message_pump_mac.mm:252)
21  com.apple.CoreFoundation        0x964f004f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
22  com.apple.CoreFoundation        0x964efa79 __CFRunLoopDoSources0 + 233
23  com.apple.CoreFoundation        0x96515826 __CFRunLoopRun + 934
24  com.apple.CoreFoundation        0x9651501a CFRunLoopRunSpecific + 378
25  com.apple.CoreFoundation        0x96514e8b CFRunLoopRunInMode + 123
26  com.apple.HIToolbox             0x9005ff5a RunCurrentEventLoopInMode + 242
27  com.apple.HIToolbox             0x9005fcc9 ReceiveNextEventCommon + 374
28  com.apple.HIToolbox             0x9005fb44 BlockUntilNextEventMatchingListInMode + 88
29  com.apple.AppKit                0x9990593a _DPSNextEvent + 724
30  com.apple.AppKit                0x9990516c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
31  com.apple.AppKit                0x998fb5cc -[NSApplication run] + 855
32  libcef.dylib                    0x007a8d27 base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) + 375 (message_pump_mac.mm:593)
33  libcef.dylib                    0x007a87fc base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 92 (message_pump_mac.mm:179)
34  libcef.dylib                    0x007dc4c8 MessageLoop::RunInternal() + 280 (message_loop.cc:434)
35  libcef.dylib                    0x007f4eee base::RunLoop::Run() + 30 (run_loop.cc:84)
36  libcef.dylib                    0x007dbb3a MessageLoop::Run() + 26 (message_loop.cc:314)
37  libcef.dylib                    0x01786885 content::RendererMain(content::MainFunctionParams const&) + 1605 (renderer_main.cc:227)
38  libcef.dylib                    0x01d84ae3 content::RunNamedProcessTypeMain(std::string const&, content::MainFunctionParams const&, content::ContentMainDelegate*) + 115 (content_main_runner.cc:455)
39  libcef.dylib                    0x01d857c9 content::ContentMainRunnerImpl::Run() + 377 (content_main_runner.cc:760)
40  libcef.dylib                    0x01d84670 content::ContentMain(int, char const**, content::ContentMainDelegate*) + 64 (content_main.cc:35)
41  libcef.dylib                    0x01ce73ae CefExecuteProcess(CefMainArgs const&, CefRefPtr<CefApp>) + 254 (context.cc:71)
42  libcef.dylib                    0x0002abef cef_execute_process + 239 (libcef_dll.cc:130)
43  org.cef.cefclient.helper        0x000106c8 0x1000 + 63176
44  org.cef.cefclient.helper        0x0000f0d5 0x1000 + 57557
45  org.cef.cefclient.helper        0x00005015 0x1000 + 16405

@njx
Copy link
Contributor Author

njx commented Jul 20, 2013

I don't know much about CEF, but maybe we could printf some useful information about the messages being processed by CefRenderProcessHandlerCToCpp::OnProcessMessageReceived(), and find out which one is being processed when it crashes.

@gruehle
Copy link
Member

gruehle commented Jul 20, 2013

Based on the two stack traces, I think the crash is happening in the "invokeCallback" code in client_app.cpp.

A similar "crash on reload" bug was fixed a while back: adobe/brackets-shell#249

In that case, we ignored incoming messages if the browser was deleted. This crash seems like we've handled the request, but are crashing in the callback. I'll see if a similar check can be put in for the callback handling.

@gruehle
Copy link
Member

gruehle commented Jul 22, 2013

FBNC @njx

@njx
Copy link
Contributor Author

njx commented Jul 23, 2013

Looks good--I tried 10 reloads and didn't get a crash. Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants