The Crashers for Copies (or Even Cash!) Thread

This is unfortunately a known bug in OS X - you can see the same crash in Nisus Writer. The Ctrl-Cmd-D dictionary is all controlled by OS X code - there isn’t a line of code that touches this in Scrivener itself. The problem is that, for some obscure reason, a subclassed NSTextView will crash in this circumstance. Nisus and Scrivener both use custom, subclassed NSTextViews (NSTextView being the standard text editor on the Mac), which is why they crash but TextEdit (which uses a vanilla NSTextView) doesn’t.

I reported this to Apple in December 2012 and it is in their system as bug ID #12776187. I provided them with sample code that reproduces the crash. Their response was, “Please send a crash log so we can investigate.” I pointed out to them that they didn’t really need one since I had provided them with everything they needed to reproduce the crash for themselves, but sent them a crash log anyway. That was the last I heard from them - the bug report is still listed as “Open” on Apple’s system. Reporting bugs to Apple can be a hugely frustrating experience, as they often ask you for information you’ve already sent and then bugs go unfixed anyway…

Bleh. That’s annoying. Oh well, thanks anyway, Keith. I guess I’ll stick with the “So, don’t do that!” workaround until Apple gets around to fixing this.

(Aside: One would think that with coffers so full and self-professed fanatical devotion to perfection, Apple would hire more coders to form a larger bug-hunting division.)

Doubly annoying because the dictionary popover is a black box - there’s no access to it in publicly-declared coding methods and all hidden to non-Apple coders, so there isn’t even a way for me to work around the bug in my own code, which is usually possible.

Prolly nothing special, but here it is:

Hello,

Scrivener crashed on me. The following is a short description of what I was doing when Scrivener crashed:

  1. …Machine was idle

  2. …Machine went dormant

  3. …this process happened several times (wake, sleep, wake, sleep) over the course of the morning. Note that scrivener was actively running a project during this time and it was ‘live’ in so far as the icon on the task bar had the little dot underneath it.

  4. …Eventually went to use scrivener after waking up the machine. The little dot was now missing from below the icon. When i launched scriv I got this crash. This is the second time.

Note other applications still in memory (little dot under their icon on the menu bar) include photoshop (cs6), Mail, Google Chrome (it did have pages up) an adobe acrobat updater and finder, as always.

Using latest version of Maverick’s (Software OS X 10.9.1 (13B42))

Crash Report:

Hardware:

Hardware Overview:

  Model Name: MacBook Pro
  Model Identifier: MacBookPro10,1
  Processor Name: Intel Core i7
  Processor Speed: 2.3 GHz
  Number of Processors: 1
  Total Number of Cores: 4
  L2 Cache (per Core): 256 KB
  L3 Cache: 6 MB
  Memory: 8 GB
  Boot ROM Version: MBP101.00EE.B02
  SMC Version (system): 2.3f36

Crash report sent by version: 2.5 (25239)

Process: Scrivener [19733]
Path: /Applications/Scrivener.app/Contents/MacOS/Scrivener
Identifier: com.literatureandlatte.scrivener2
Version: 2.5 (2.5)
Code Type: X86 (Native)
Parent Process: launchd [282]
Responsible: Scrivener [19733]
User ID: 501

Date/Time: 2014-02-10 21:51:00.405 -0500
OS Version: Mac OS X 10.9.1 (13B42)
Report Version: 11
Anonymous UUID: E961045E-4CFC-D07E-1F24-B1806468FC87

Sleep/Wake UUID: 63FB4D27-A279-4D1B-8E82-E27E265DAAC5

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

Will send in the full crash report via standard bug reporting pop-up.

Never had this happen before. If you require any additional info, please let me know. Will fire off the crash report proper as well. FYI, the active project was undamaged.

Thanks. The crash report you sent suggests that the crash occurred when trying to show the tooltip that appears when you hover the mouse over the word count in the editor footer bar. If you try to show this tooltip again, does it crash again? Tooltips can be a little temperamental on OS X occasionally, but they shouldn’t cause a crash, but unfortunately the crash log doesn’t give many other clues.

All the best,
Keith

Scrivener has been crashing on me constantly with reference PDFs I’ve been using lately :frowning:

The steps are simple:

  1. Create a new scrivener project
  2. Drag one of my reference pdfs from the finder to the scrivener research folder
  3. Click on the pdf in the research folder and zoom in with the command +…crashes at around 3-5 zooms.

I’ve attached the pdf in this post along with the debug text.
-Dave
Scrivener PDF crash debug.txt (88.6 KB)
5Sanford(clust1).pdf (71.6 KB)

Thanks for this. I can reproduce the crash, although it seems to be coming deep from within OS X code rather than from within Scrivener. However, the same PDF isn’t crashing in Preview, Skim or DevonThink, which use the same PDF viewer as Scrivener, so there must be some extra trigger. It is going to take some extra investigation to get to the bottom of this, especially seeing as the crash log is indicating nothing in Scrivener’s code, so I have put this on my list for investigation and made a not of your post. I’ll get back to you when I have something to report.
Thanks and all the best,
Keith

Hello,

Scrivener crashed on me. The following is a short description of what I was doing when Scrivener crashed:

  1. Toggling between page view and normal view (Option-Shift-Command-P).

This has happened numerous times now, as you can probably tell by the number of crash reports I have submitted in the past hour or so via the automatic crash reporter. :slight_smile:

The crash happens with different Scrivener projects, different documents selected in the editor within any given project, and regardless whether I use the toolbar button, keyboard shortcut, or menu item to toggle between views.

It may be helpful to note that this crash happens on the first or second time I toggle views while showing documents in Scrivenings mode, but I can toggle views several times before the crash occurs if I am using single-document mode.

It may also be helpful to note that if I toggle the view several times, sometimes text will stop rendering in the editor on the last such switch before the crash occurs. In these cases, everything will start out looking fine. Then I toggle from page view to normal view (or vice versa) and suddenly all the text disappears from the editor, so that I am left staring at an apparently blank page. This will stay the case even if I bring up an entirely different document in the editor. Once this blank editor issue appears, the very next time I try to toggle between page view and normal view, a crash always occurs.

My suspicion is that there is some unpleasant memory leak happening with the text rendering when changing views in the editor. I’ve submitted a series of crash logs via Scrivener’s crash reporter so that you can examine them. but here is a typical example:

Hi,

Thanks for the bug report. Unfortunately, this is a known bug in El Capitan that I have submitted to Apple. If is triggered in the following situation:

  • It only affects 32-bit apps (Scrivener 2.x is 32-bit).
  • It occurs when a 32-bit app tries to access standard system/user fonts.
  • It only occurs if the user account has custom font settings in the global preferences file (e.g. an “NSFont” entry in the .GlobalPreferences.plist file).

We have instructions on how to clear the global preferences file in order to stop the crashes here:

scrivener.tenderapp.com/help/kb … -os-x-1011

I finally tracked the exact causes of this bug today and reproduced it in a simple test application that I have sent to Apple along with everything they need to reproduce it, so fingers crossed they fix it quickly, since the 64-bit version of Scrivener won’t be ready until next year some time.

All the best,
Keith

Thanks, Keith. Creating another admin user and then wiping out my entire .GlobalPreferences.plist as those instructions suggested seemed a bit overkill to me (.GlobalPreferences.plist also tracks favourite Finder tags, user defined text replacements, mouse behaviour preferences, etc., etc.). But I found that simply running the following command in Terminal and then logging out and back in again did the job nicely.

defaults delete .GlobalPreferences NSFont

No more crashes now. :slight_smile: You might want to update that knowledge base article to suggest that users try that first before moving on to the more draconian method.

Thanks for that! I wasn’t sure if that would work on its own or if the NSFixedPitchFont and NSSystemFont settings might cause problems too, but that’s great that it worked. I’ve updated our Knowledge Base article to suggest that as the first thing to try before deleting the .GlobalPreferences.plist file entirely. Thanks again!

All the best,
Keith

Hello,

I’m discovering Scrivener and began reading the tutorial project.
I opened and saved a new project to see how it looks.

Then I found (4) templates having a french translation.

I installed them (New project / Options / Import models) then started the project with the Scenario (Script) template.
But whenI closed the project window (red button) Scrivener crashed…

I can send the template files if needed.

Here is the beginning of the crash log (I’ll use the popup to send the whole log).


Hardware:

Hardware Overview:

  Model Name: Mac mini
  Model Identifier: Macmini6,2
  Processor Name: Intel Core i7
  Processor Speed: 2,3 GHz
  Number of Processors: 1
  Total Number of Cores: 4
  L2 Cache (per Core): 256 KB
  L3 Cache: 6 MB
  Memory: 16 GB
  Boot ROM Version: MM61.0106.B0A
  SMC Version (system): 2.8f0

Crash report sent by version: 2.70 (26106)

Process: Scrivener [6663]
Path: /Applications/Scrivener.app/Contents/MacOS/Scrivener
Identifier: com.literatureandlatte.scrivener2
Version: 2.7 (2.70)
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: Scrivener [6663]
User ID: 501

Date/Time: 2016-02-17 22:08:11.072 +0100
OS Version: Mac OS X 10.11.3 (15D21)
Report Version: 11
Anonymous UUID: 6DD9BCD1-07BB-B2CD-A648-EA85FB57FE03

Sleep/Wake UUID: 781C5EC3-ACE6-4C1E-AD5D-643C868D146A

Time Awake Since Boot: 950000 seconds
Time Since Wake: 19000 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000066736e61
Exception Note: EXC_CORPSE_NOTIFY

VM Regions Near 0x66736e61:
CoreAnimation 0000000024a32000-0000000024d84000 [ 3400K] rw-/rwx SM=PRV
–>
__TEXT 000000008fef0000-000000008ff25000 [ 212K] r-x/rwx SM=COW /usr/lib/dyld

Application Specific Information:
objc_msgSend() selector name: respondsToSelector:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x9b93fcc4 objc_msgSend + 52
1 com.apple.AppKit 0x9dc26aff -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shouldChangeFontReferenceColor:] + 1294
2 com.apple.AppKit 0x9dc264db __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 257
3 com.apple.AppKit 0x9dc26161 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2263
4 com.apple.AppKit 0x9dc25882 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 116
5 com.apple.AppKit 0x9dc25806 -[NSViewBackingLayer drawInContext:] + 65
6 com.apple.QuartzCore 0x9d8b495f backing_callback(CGContext*, void*) + 96
7 com.apple.QuartzCore 0x9d754fcf CABackingStoreUpdate
+ 3472
8 com.apple.QuartzCore 0x9d754237 __ZN2CA5Layer8display_Ev_block_invoke + 93
9 com.apple.QuartzCore 0x9d7541d2 x_blame_allocations + 84
10 com.apple.QuartzCore 0x9d7475c0 CA::Layer::display
() + 1608
11 com.apple.QuartzCore 0x9d746f70 -[CALayer _display] + 20
12 com.apple.QuartzCore 0x9d746f54 CA::Layer::display() + 184
13 com.apple.QuartzCore 0x9d746e97 -[CALayer display] + 20
14 com.apple.AppKit 0x9db91716 _NSBackingLayerDisplay + 683
15 com.apple.AppKit 0x9db91466 -[_NSBackingLayer display] + 26
16 com.apple.AppKit 0x9db8e90f -[_NSViewBackingLayer display] + 550
17 com.apple.QuartzCore 0x9d74589e CA::Layer::display_if_needed(CA::Transaction*) + 632
18 com.apple.QuartzCore 0x9d744f62 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 38
19 com.apple.QuartzCore 0x9d74442a CA::Context::commit_transaction(CA::Transaction*) + 308
20 com.apple.QuartzCore 0x9d744131 CA::Transaction::commit() + 597

Not a crash, only eternal cpu-burning and beach-balling.

  1. Select an email in OS X’s Mail by clicking somewhere right in the actual email in the main pane (not the pane that lists emails of the currently selected folder)
  2. Open an email a separate window via Cmd-O (-> window now has a nice icon as a handler; the icon doesn’t appear when the email was selected in the list pane)
  3. Drag this icon from the email’s window top bar and drop in onto Scrivener’s Research folder (-> Scrivener beachballs)
    Scrivener_2016-02-23-164107_abook3.hang.txt (11.9 KB)
    Scrivener_2016-02-23-161702_abook3.cpu_resource.diag.txt (14.5 KB)

Hi hallamann,

I’m not sure if you answered my post as I never mentioned any beachball and had several real crashes (I sent at least 2 of them directly through the dialog box opening when Scrivener launches).

I dare call them crashes because Scrivener quitted unexpectedly (no warning of any kind) which is not something other apps do (of course it might happen, but several times in some days…)

Scrivener has crashed on me about seven times tonight. it is normally my favorite piece of software. Today not so much. I am working against a publishing deadline. All I was doing was trying to compile a document into Word. It’s not even a terribly long or complex document at only 186 pages.

Process: Scrivener [45788]
Path: /Applications/Scrivener.app/Contents/MacOS/Scrivener
Identifier: com.literatureandlatte.scrivener2
Version: 2.8 (2.80.3)
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: Scrivener [45788]
User ID: 501

Date/Time: 2016-09-28 03:09:43.314 -0700
OS Version: Mac OS X 10.12 (16A323)
Report Version: 12
Anonymous UUID: FE1F1FC9-BFC4-1623-9024-6FA888D77F93

Sleep/Wake UUID: 095EE93D-639F-40A1-A732-A0B1624527DF

Time Awake Since Boot: 200000 seconds
Time Since Wake: 55000 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]

VM Regions Near 0:
–>
__TEXT 0000000000001000-0000000000370000 [ 3516K] r-x/rwx SM=COW /Applications/Scrivener.app/Contents/MacOS/Scrivener

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x9ed13dba objc::DenseMapBase<objc::DenseMap<DisguisedPtr<objc_object>, unsigned long, true, objc::DenseMapInfo<DisguisedPtr<objc_object> > >, DisguisedPtr<objc_object>, unsigned long, objc::DenseMapInfo<DisguisedPtr<objc_object> >, true>::moveFromOldBuckets(std::__1::pair<DisguisedPtr<objc_object>, unsigned long>, std::__1::pair<DisguisedPtr<objc_object>, unsigned long>) + 38
1 libobjc.A.dylib 0x9ed02569 objc::DenseMap<DisguisedPtr<objc_object>, unsigned long, true, objc::DenseMapInfo<DisguisedPtr<objc_object> > >::grow(unsigned int) + 131
2 libobjc.A.dylib 0x9ed03ea6 objc::DenseMapBase<objc::DenseMap<DisguisedPtr<objc_object>, unsigned long, true, objc::DenseMapInfo<DisguisedPtr<objc_object> > >, DisguisedPtr<objc_object>, unsigned long, objc::DenseMapInfo<DisguisedPtr<objc_object> >, true>::compact() + 46
3 libobjc.A.dylib 0x9ecff088 objc_object::sidetable_clearDeallocating() + 212
4 libobjc.A.dylib 0x9ecfede0 objc_destructInstance + 59
5 libobjc.A.dylib 0x9ed07920 _object_dispose(objc_object*) + 20
6 com.apple.AppKit 0x92658a29 -[NSRegion dealloc] + 65
7 libobjc.A.dylib 0x9ed02ae9 objc_object::sidetable_release(bool) + 291
8 libobjc.A.dylib 0x9ed00359 -[NSObject release] + 19
9 com.apple.AppKit 0x92658552 -[NSView _dirtyRect] + 688
10 com.apple.AppKit 0x92632fe6 -[NSTextView setNeedsDisplayInRect:avoidAdditionalLayout:] + 1134
11 com.apple.AppKit 0x926518ae -[NSTextView setNeedsDisplayInRect:] + 63
12 com.apple.AppKit 0x92556fef -[NSView setNeedsDisplay:] + 80
13 com.apple.AppKit 0x92582ba5 -[NSView(NSInternal) _updateLayerGeometryFromView] + 1321
14 com.apple.AppKit 0x9259b841 -[NSView setFrameSize:] + 1369
15 com.apple.AppKit 0x92634c4d -[NSTextView(NSPrivate) _setFrameSize:forceScroll:] + 1088
16 com.apple.AppKit 0x92634751 -[NSTextView setFrameSize:] + 173
17 com.apple.AppKit 0x92633e52 -[NSTextView setConstrainedFrameSize:] + 688
18 com.apple.UIFoundation 0x9d217338 -[NSLayoutManager(NSPrivate) _resizeTextViewForTextContainer:] + 1013
19 com.apple.UIFoundation 0x9d214275 _enableTextViewResizing + 236
20 com.apple.UIFoundation 0x9d215108 +[NSLayoutManager(NSPrivate) _doSomeBackgroundLayout] + 879
21 com.apple.UIFoundation 0x9d214b96 _NSPostBackgroundLayout + 496
22 com.apple.CoreFoundation 0x9458042e CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 30
23 com.apple.CoreFoundation 0x94580387 __CFRunLoopDoObservers + 391
24 com.apple.CoreFoundation 0x945608d6 __CFRunLoopRun + 1398
25 com.apple.CoreFoundation 0x945600fa CFRunLoopRunSpecific + 506
26 com.apple.CoreFoundation 0x9455feeb CFRunLoopRunInMode + 123
27 com.apple.HIToolbox 0x93c681c2 RunCurrentEventLoopInMode + 268
28 com.apple.HIToolbox 0x93c67fae ReceiveNextEventCommon + 494
29 com.apple.HIToolbox 0x93c67da7 _BlockUntilNextEventMatchingListInModeWithFilter + 83
30 com.apple.AppKit 0x9257848f _DPSNextEvent + 1193
31 com.apple.AppKit 0x92c76ce9 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1423
32 com.apple.AppKit 0x92c76752 -[NSApplication(NSEvent) nextEventMatchingMask:untilDate:inMode:dequeue:] + 132
33 com.apple.AppKit 0x9256d17a -[NSApplication run] + 943
34 com.apple.AppKit 0x9253a299 NSApplicationMain + 1368
35 com.literatureandlatte.scrivener2 0x000024b5 0x1000 + 5301

Thread 1:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x9f68191e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9f680e93 mach_msg + 51
2 com.apple.CoreFoundation 0x94561556 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x94560988 __CFRunLoopRun + 1576
4 com.apple.CoreFoundation 0x945600fa CFRunLoopRunSpecific + 506
5 com.apple.CoreFoundation 0x9455feeb CFRunLoopRunInMode + 123
6 com.apple.AppKit 0x926b85b7 _NSEventThread + 235
7 libsystem_pthread.dylib 0x9f76a11b _pthread_body + 184
8 libsystem_pthread.dylib 0x9f76a063 _pthread_start + 243
9 libsystem_pthread.dylib 0x9f76993e thread_start + 34

Thread 2:
0 libsystem_kernel.dylib 0x9f689312 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9f76af84 _pthread_cond_wait + 647
2 libsystem_pthread.dylib 0x9f76cab4 pthread_cond_wait$UNIX2003 + 51
3 libc++.1.dylib 0x9e4008c8 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 62
4 com.apple.JavaScriptCore 0x96b5e440 void std::__1::condition_variable_any::wait<std::__1::unique_lockbmalloc::Mutex >(std::__1::unique_lockbmalloc::Mutex&) + 112
5 com.apple.JavaScriptCore 0x96b5e3bc bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::threadRunLoop() + 140
6 com.apple.JavaScriptCore 0x96b5e281 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::
)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>) + 17
7 com.apple.JavaScriptCore 0x96b5e54f void* std::__1::__thread_proxy<std::__1::tuple<void ()(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>> >(void) + 95
8 libsystem_pthread.dylib 0x9f76a11b _pthread_body + 184
9 libsystem_pthread.dylib 0x9f76a063 _pthread_start + 243
10 libsystem_pthread.dylib 0x9f76993e thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x9f689cbe __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9f769c89 _pthread_wqthread + 841
2 libsystem_pthread.dylib 0x9f76991a start_wqthread + 34

Thread 4:: JIT Worklist Worker Thread
0 libsystem_kernel.dylib 0x9f689312 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9f76af84 _pthread_cond_wait + 647
2 libsystem_pthread.dylib 0x9f76cab4 pthread_cond_wait$UNIX2003 + 51
3 libc++.1.dylib 0x9e4008c8 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 62
4 com.apple.JavaScriptCore 0x96b48ab9 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1ll, 1000000000ll> > >) + 2281
5 com.apple.JavaScriptCore 0x96974054 JSC::JITWorklist::runThread() + 260
6 com.apple.JavaScriptCore 0x96974544 std::__1::__function::__func<JSC::JITWorklist::JITWorklist()::$_0, std::__1::allocatorJSC::JITWorklist::JITWorklist()::$_0, void ()>::operator()() + 20
7 com.apple.JavaScriptCore 0x9643f51d WTF::threadEntryPoint(void*) + 173
8 com.apple.JavaScriptCore 0x9643f450 WTF::wtfThreadEntryPoint(void*) + 16
9 libsystem_pthread.dylib 0x9f76a11b _pthread_body + 184
10 libsystem_pthread.dylib 0x9f76a063 _pthread_start + 243
11 libsystem_pthread.dylib 0x9f76993e thread_start + 34

Thread 5:: WTF Parallel Helper Thread
0 libsystem_kernel.dylib 0x9f689312 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9f76af84 _pthread_cond_wait + 647
2 libsystem_pthread.dylib 0x9f76cab4 pthread_cond_wait$UNIX2003 + 51
3 libc++.1.dylib 0x9e4008c8 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 62
4 com.apple.JavaScriptCore 0x96b48ab9 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1ll, 1000000000ll> > >) + 2281
5 com.apple.JavaScriptCore 0x96b47f83 WTF::ParallelHelperPool::waitForClientWithTask(WTF::LockerWTF::LockBase const&) + 435
6 com.apple.JavaScriptCore 0x96b47ce5 WTF::ParallelHelperPool::helperThreadBody() + 69
7 com.apple.JavaScriptCore 0x96b481c4 std::__1::__function::__func<WTF::ParallelHelperPool::didMakeWorkAvailable(WTF::LockerWTF::LockBase const&)::$_0, std::__1::allocator<WTF::ParallelHelperPool::didMakeWorkAvailable(WTF::LockerWTF::LockBase const&)::$_0>, void ()>::operator()() + 20
8 com.apple.JavaScriptCore 0x9643f51d WTF::threadEntryPoint(void*) + 173
9 com.apple.JavaScriptCore 0x9643f450 WTF::wtfThreadEntryPoint(void*) + 16
10 libsystem_pthread.dylib 0x9f76a11b _pthread_body + 184
11 libsystem_pthread.dylib 0x9f76a063 _pthread_start + 243
12 libsystem_pthread.dylib 0x9f76993e thread_start + 34

Thread 6:: WTF Parallel Helper Thread
0 libsystem_kernel.dylib 0x9f689312 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9f76af84 _pthread_cond_wait + 647
2 libsystem_pthread.dylib 0x9f76cab4 pthread_cond_wait$UNIX2003 + 51
3 libc++.1.dylib 0x9e4008c8 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 62
4 com.apple.JavaScriptCore 0x96b48ab9 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1ll, 1000000000ll> > >) + 2281
5 com.apple.JavaScriptCore 0x96b47f83 WTF::ParallelHelperPool::waitForClientWithTask(WTF::LockerWTF::LockBase const&) + 435
6 com.apple.JavaScriptCore 0x96b47ce5 WTF::ParallelHelperPool::helperThreadBody() + 69
7 com.apple.JavaScriptCore 0x96b481c4 std::__1::__function::__func<WTF::ParallelHelperPool::didMakeWorkAvailable(WTF::LockerWTF::LockBase const&)::$_0, std::__1::allocator<WTF::ParallelHelperPool::didMakeWorkAvailable(WTF::LockerWTF::LockBase const&)::$_0>, void ()>::operator()() + 20
8 com.apple.JavaScriptCore 0x9643f51d WTF::threadEntryPoint(void*) + 173
9 com.apple.JavaScriptCore 0x9643f450 WTF::wtfThreadEntryPoint(void*) + 16
10 libsystem_pthread.dylib 0x9f76a11b _pthread_body + 184
11 libsystem_pthread.dylib 0x9f76a063 _pthread_start + 243
12 libsystem_pthread.dylib 0x9f76993e thread_start + 34

Thread 7:: WTF Parallel Helper Thread
0 libsystem_kernel.dylib 0x9f689312 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9f76af84 _pthread_cond_wait + 647
2 libsystem_pthread.dylib 0x9f76cab4 pthread_cond_wait$UNIX2003 + 51
3 libc++.1.dylib 0x9e4008c8 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 62
4 com.apple.JavaScriptCore 0x96b48ab9 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1ll, 1000000000ll> > >) + 2281
5 com.apple.JavaScriptCore 0x96b47f83 WTF::ParallelHelperPool::waitForClientWithTask(WTF::LockerWTF::LockBase const&) + 435
6 com.apple.JavaScriptCore 0x96b47ce5 WTF::ParallelHelperPool::helperThreadBody() + 69
7 com.apple.JavaScriptCore 0x96b481c4 std::__1::__function::__func<WTF::ParallelHelperPool::didMakeWorkAvailable(WTF::LockerWTF::LockBase const&)::$_0, std::__1::allocator<WTF::ParallelHelperPool::didMakeWorkAvailable(WTF::LockerWTF::LockBase const&)::$_0>, void ()>::operator()() + 20
8 com.apple.JavaScriptCore 0x9643f51d WTF::threadEntryPoint(void*) + 173
9 com.apple.JavaScriptCore 0x9643f450 WTF::wtfThreadEntryPoint(void*) + 16
10 libsystem_pthread.dylib 0x9f76a11b _pthread_body + 184
11 libsystem_pthread.dylib 0x9f76a063 _pthread_start + 243
12 libsystem_pthread.dylib 0x9f76993e thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00008000 ebx: 0x19740000 ecx: 0x00000000 edx: 0xa504a4c4
edi: 0x19700000 esi: 0x00001000 ebp: 0xbfffdba8 esp: 0xbfffdb90
ss: 0x00000023 efl: 0x00010206 eip: 0x9ed13dba cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x00000000

Logical CPU: 1
Error Code: 0x00000006
Trap Number: 14

Binary Images:
0x1000 - 0x36fff7 +com.literatureandlatte.scrivener2 (2.8 - 2.80.3) <073EC7B5-0C23-3A9C-ACD1-34F7375A73ED> /Applications/Scrivener.app/Contents/MacOS/Scrivener
0x3d6000 - 0x3f3ffb +org.andymatuschak.Sparkle (1.6 git - 409b35c) <1AA4B926-6F4A-32D5-BD50-E6913F340B30> /Applications/Scrivener.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x407000 - 0x427fff com.apple.contacts.ContactsPersistence (1.0 - 2250) <95BF9FAC-25EA-3555-A4C4-464465A2D6AD> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x44b000 - 0x455fff com.apple.DirectoryService.Framework (10.12 - 194) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x45e000 - 0x465fff com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x46d000 - 0x47eff7 libsasl2.2.dylib (209) /usr/lib/libsasl2.2.dylib
0x489000 - 0x4c2ba7 dyld (421.1) /usr/lib/dyld
0x501000 - 0x665ffb +com.literatureandlatte.ScrAppKit (1.0) <3B103D29-BA03-3FE2-8DA2-F02DE170CCAC> /Applications/Scrivener.app/Contents/Frameworks/ScrAppKit.framework/Versions/A/ScrAppKit
0x6e3000 - 0x93fff3 com.apple.AddressBook.framework (10.0 - 1756) <2D41F434-7F40-3DC5-BF8D-33816FCA9950> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0xb16000 - 0xb3dfff com.apple.CalendarAgentLink (8.0 - 250) /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0xb63000 - 0xbaefff com.apple.AddressBook.ContactsFoundation (8.0 - 2250) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0xbf9000 - 0xc20fff com.apple.contacts.vCard (1.0 - 2250) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0xc42000 - 0xc6aff3 com.apple.securityinterface (10.0 - 55079.1.1) <66C11E94-43DA-3BFE-81B3-D6341E937BE3> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0xc88000 - 0xcbcfff com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x2704000 - 0x2793fff com.apple.CloudDocs (1.0 - 483.2) /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x8db1000 - 0x8db2fff com.apple.AddressBook.LocalSourceBundle (10.0 - 1756) <94679A33-AEDA-35B4-8FF0-16131F50FEB0> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
0x9800000 - 0x9db1fff com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.18.65 - 10.1.8) /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0xa3ed000 - 0xa3f0fff com.apple.DirectoryServicesSource (10.0 - 1756) /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
0xd7ce000 - 0xd7e5ff7 +com.eSellerate.EWSMac83886081 (5.0.0.1 - 5.0.0.1) <09AA44B9-0E04-9472-10B3-E0EE79EBE40E> /Users/USER/Library/Frameworks/EWSMac.framework/EWSMac83886081
0xd967000 - 0xd9c7fff com.apple.AddressBook.CardDAVPlugin (10.9 - 520) /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
0xd9e7000 - 0xda40ffb com.apple.coredav (1.0.1 - 317) <8FFF7D4A-0F63-3FC6-8FC7-F2B3AF33AD79> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
0xda80000 - 0xda8dfff com.apple.KerberosHelper (4.0 - 1.0) <321FBBF9-2002-3B49-9404-7F1B2B4B6019> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0xea59000 - 0xea5dff7 libFontRegistryUI.dylib (196) <7640CABB-C614-3E9E-8A27-1AA7D124C6EF> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x153a4000 - 0x153c4fff com.apple.CoreNLP (1.0 - 78) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x16dee000 - 0x16defffb +cl_kernels (???) <8B8067D0-8B64-4C61-80DA-7218AB286F0E> cl_kernels
0x90028000 - 0x9037bffb com.apple.RawCamera.bundle (7.00 - 874) <5AD4DA3D-013E-3629-99B2-DB2267C6C571> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x91508000 - 0x916abff7 com.apple.avfoundation (2.0 - 1183.3) <7C4980E6-CD55-300F-8C17-977C10AA4DCB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x916ac000 - 0x91754fff com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x91755000 - 0x91755fff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91756000 - 0x9176dff3 libCGInterfaces.dylib (331.4) <9B2D01CB-255B-31D0-AA37-AC2BBCF016DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x9176e000 - 0x91dd4fe7 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91dd5000 - 0x91f21ff7 libBLAS.dylib (1185) <5427A4D8-E7B6-318E-A4AA-6360A897E4F4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91f22000 - 0x91f34ffb libBNNS.dylib (14) <074FE791-33E4-30FC-A9CA-2E635AA20222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x91f35000 - 0x922d0fff libLAPACK.dylib (1185) <6BC652A3-0B24-327C-B535-AAC398EAB45E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x922d1000 - 0x922e7ff7 libLinearAlgebra.dylib (1185) <830ECD62-F6AF-3459-9477-C4FD7886A7D9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x922e8000 - 0x92302ff7 libSparseBLAS.dylib (1185) <986FB661-8202-335F-A063-EA3211AF2846> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x92303000 - 0x92450feb libvDSP.dylib (600) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x92451000 - 0x92532fef libvMisc.dylib (600) <5A6450C5-F8B5-3D5C-B542-966BC86E0435> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x92533000 - 0x92533fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <4A23E654-6435-3BDF-8AD9-914A9B828A80> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x92534000 - 0x931a1ff7 com.apple.AppKit (6.9 - 1504) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x931a2000 - 0x931a2fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x931a3000 - 0x93211fff com.apple.ApplicationServices.ATS (377 - 422) <2F722264-3943-304D-820C-39373CF321CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x932aa000 - 0x933d7ff7 libFontParser.dylib (194) <6725C140-8121-33CD-8724-3F2E570406E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x933d8000 - 0x93423ffb libFontRegistry.dylib (196) <28DB14B1-F153-3240-88E0-C6E5382B5825> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x93424000 - 0x93456ffb libTrueTypeScaler.dylib (194) <117705C2-CD40-372A-B491-1B2B14456188> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x934c2000 - 0x93572ff7 com.apple.ColorSync (4.12.0 - 502) <4F99AAFA-ADFC-3342-9624-334AF30EEBFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93573000 - 0x935c9ff7 com.apple.HIServices (1.22 - 589) <91A58803-68CC-3B88-9EE6-D2A67A7D2C9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x935ca000 - 0x935d9ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x935da000 - 0x93632ffb com.apple.print.framework.PrintCore (12 - 491) <3E1C2274-5845-30D7-A32E-19EB414C9347> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x93633000 - 0x936cdff3 com.apple.QD (3.12 - 310) <99379D99-FEE4-3955-94EC-9F2A6A4C9CAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x936ce000 - 0x936daff3 com.apple.speech.synthesis.framework (6.0.15 - 6.0.15) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x936db000 - 0x938c7ffb com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x938c8000 - 0x938c8fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x938c9000 - 0x93c2eff7 com.apple.CFNetwork (807.0.4 - 807.0.4) <313F21F5-898E-36E2-B1F1-DFF4D8EE9F93> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x93c2f000 - 0x93c2ffff com.apple.Carbon (154 - 157) <020906DA-F74A-3AEB-AF7B-C6315880D39F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x93c30000 - 0x93c39ff3 com.apple.audio.SoundManager (4.2 - 4.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x93c3a000 - 0x93c3eff3 com.apple.CommonPanels (1.2.6 - 98) <3CCCCE9C-1CB2-35F0-8292-7A7F1EDC3D4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x93c3f000 - 0x93fd7ff7 com.apple.HIToolbox (2.1.1 - 855) <8DC50483-FB21-3D1F-A802-A0773DBC6B01> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93fd8000 - 0x9402bff3 com.apple.htmlrendering (77 - 1.1.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9402c000 - 0x9402ffff com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x94030000 - 0x94035ffb com.apple.ImageCapture (9.0 - 9.0) <79C2CE5F-B888-36F2-A9CB-FC80AA9A7AE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x94036000 - 0x940d5fff com.apple.ink.framework (10.9 - 219) <3F883447-0C91-3D72-A3F8-70A6A2E1EC72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x940d6000 - 0x94111fff com.apple.NavigationServices (3.8 - 225) <13E5F701-204C-3DEF-8BE6-CEB612116181> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94112000 - 0x9412effb com.apple.openscripting (1.7 - 172) <524EBB38-902E-30CA-B772-8A3F866CC397> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9412f000 - 0x94134ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x94135000 - 0x94137fff com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x94138000 - 0x9413eff3 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <7C4EE904-9CD5-3B10-B5AE-9734FBF9F1F6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9413f000 - 0x9413ffff com.apple.Cocoa (6.11 - 22) <65D7E4E6-447F-3894-ABA0-EE95CAE4B035> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94140000 - 0x941d9ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <157CF73B-8B24-31C7-8806-5CA025B9E2EE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x941da000 - 0x941ecff3 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x941ed000 - 0x944d3fff com.apple.CoreData (120 - 752.2) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x944d4000 - 0x944dafff com.apple.CoreDisplay (1.0 - 1) <971E0C5A-E805-3AA7-9316-4D9D2985D445> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x944db000 - 0x9497bfff com.apple.CoreFoundation (6.9 - 1348.1) <98E55F8F-66AC-31B6-BE34-8A20CC71F0D6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9497c000 - 0x9501dff7 com.apple.CoreGraphics (2.0 - 1070) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9501e000 - 0x95251ff3 com.apple.CoreImage (12.0.0 - 451) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x952b6000 - 0x95362fff com.apple.CoreMedia (1.0 - 1903.7) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x95363000 - 0x953b2fff com.apple.CoreMediaIO (801.0 - 4922) <8CA2B3E2-0B67-382D-92F9-6783B67A07C5> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x953b3000 - 0x953b3fff com.apple.CoreServices (775.8 - 775.8) <9564B4EC-F056-308C-AF22-3BBC0610D97D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x953b4000 - 0x95405fff com.apple.AE (712 - 712) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x95406000 - 0x956e7ffb com.apple.CoreServices.CarbonCore (1159 - 1159) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x956e8000 - 0x9571bffb com.apple.DictionaryServices (1.2 - 274) <4393260A-D5BD-3A92-9CB5-3DFEFCA33EF5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9571c000 - 0x95723fff com.apple.CoreServices.FSEvents (1230 - 1230) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x95724000 - 0x95846ffb com.apple.LaunchServices (775.8 - 775.8) <0FBE7FF9-90E5-3615-B84C-76AC0E627FA6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x95847000 - 0x958f5fff com.apple.Metadata (10.7.0 - 1075) <948AC0FC-2DCC-344B-B256-9A227BD9FD93> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x958f6000 - 0x95956fff com.apple.CoreServices.OSServices (775.8 - 775.8) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95957000 - 0x959c8fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x959c9000 - 0x95a0fffb com.apple.coreservices.SharedFileList (38 - 38) <1E657B57-AF5A-346A-B576-BD66AAE8B447> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x95a10000 - 0x95b52fff com.apple.CoreText (352.0 - 544) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x95b53000 - 0x95b8affb com.apple.CoreVideo (1.8 - 234.0) <0BB575AD-DEF9-31EA-82E3-A02C8ECA3C23> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x95b8b000 - 0x95bfaff3 com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <75772B76-BB7D-3E3B-A822-7CC7A75E1B7D> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x95bfb000 - 0x95c04ff7 com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x95c08000 - 0x95f75ff3 com.apple.Foundation (6.9 - 1349) <81CF3276-8D44-3137-8B91-E0FE3E684F12> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x95f76000 - 0x95fa6ffb com.apple.GSS (4.0 - 2.0) <793CD806-F2CC-3092-AB04-A306B131BF6C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x95fa7000 - 0x96049ff3 com.apple.Bluetooth (5.0.0 - 5.0.0f18) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x9604a000 - 0x960e4ff7 com.apple.framework.IOKit (2.0.2 - 1324.1.7) <50BE062E-02C7-3512-AA9A-316EAF041453> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x960e5000 - 0x960ebfff com.apple.IOSurface (152 - 152) <02614C76-5401-3538-840C-1A9AFE86EBCE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x960ec000 - 0x9613fffb com.apple.ImageCaptureCore (7.0 - 7.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x96140000 - 0x96299ffb com.apple.ImageIO.framework (3.3.0 - 1570.1) <641EDB68-4C10-3525-9674-F10C10F3EDEB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9629a000 - 0x9629dffb libGIF.dylib (1570.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9629e000 - 0x96396ffb libJP2.dylib (1570.1) <79B063F7-BE2E-3457-B421-652629FF4659> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x96397000 - 0x963baff7 libJPEG.dylib (1570.1) <29332648-2A41-367D-92A1-BF19AC502C00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x963bb000 - 0x963e1ff3 libPng.dylib (1570.1) <4E08AE1B-438D-3C0E-A402-F9B5F7FB4AC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x963e2000 - 0x963e4ffb libRadiance.dylib (1570.1) <1C4DE04C-263B-3619-ACA4-5CC66FB193F7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x963e5000 - 0x9643bffb libTIFF.dylib (1570.1) <97EE44E9-8CAE-3D1E-9DD0-78363DC25317> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9643c000 - 0x96bcfff3 com.apple.JavaScriptCore (12602 - 12602.1.50.0.5) <43D7EEAA-C4F3-3473-B74D-B0A8B0477FAB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x96bd0000 - 0x96be8fff com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96be9000 - 0x96bf0fff com.apple.MediaAccessibility (1.0 - 97.1.1) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x96bf1000 - 0x9714dfff com.apple.MediaToolbox (1.0 - 1903.7) <8E481A46-FC12-3D84-95D0-A73E397E1688> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9714e000 - 0x9719efff com.apple.Metal (85.82 - 85.82) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x9719f000 - 0x971a7fff com.apple.NetFS (6.0 - 4.0) <5C7E8AD8-8CE2-36AB-821F-CE31BD1C586F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x971a8000 - 0x971b0ff7 libcldcpuengine.dylib (2.8.4) <27C753A5-933B-3044-B1D9-1F7217006281> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x971b1000 - 0x9729cff7 unorm8_bgra.dylib (2.8.4) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x9729d000 - 0x97383ff7 unorm8_rgba.dylib (2.8.4) <77BBE6EB-17C4-3409-9189-D0F07397887F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x97384000 - 0x973d0fff com.apple.opencl (2.8.6 - 2.8.6) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x973d1000 - 0x973eafff com.apple.CFOpenDirectory (10.12 - 194) <80A91747-A1D4-359A-B33B-0E5A00078E91> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x973eb000 - 0x973f6fff com.apple.OpenDirectory (10.12 - 194) <6A80FC88-1259-3BE1-ADF2-428F9DD61A06> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x973f7000 - 0x973f9fff libCVMSPluginSupport.dylib (12.4.2.1) <99D98DD3-1630-32C0-B5C1-756B8E20B03F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x973fa000 - 0x973fdfff libCoreFSCache.dylib (148) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x973fe000 - 0x97401fff libCoreVMClient.dylib (148) <5A9AA19A-F9E3-3DED-A4FD-163A26E25EB9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x97402000 - 0x9740aff7 libGFXShared.dylib (12.4.2.1) <6227D2BF-7F4D-3281-AFF3-E95000AF971B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9740b000 - 0x97417fff libGL.dylib (12.4.2.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x97418000 - 0x97455ffb libGLImage.dylib (12.4.2.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x97456000 - 0x975daff7 libGLProgrammability.dylib (12.4.2.1) <288A22D3-6FEE-353A-9669-82E31992DB5D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x975db000 - 0x9761efff libGLU.dylib (12.4.2.1) <84618503-7B3C-3087-A9A0-F2AC4280CA2C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x97fed000 - 0x97ffbfff com.apple.opengl (12.4.2 - 12.4.2) <38BDEDE7-A1BD-3875-94AB-E4C1F0118398> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x97ffc000 - 0x98198ffb GLEngine (12.4.2.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x98199000 - 0x981c5ff7 GLRendererFloat (12.4.2.1) <998E32D1-AABE-380E-B1E3-C695CB8B40D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x981c6000 - 0x98318ff3 com.apple.QTKit (7.7.3 - 2974) <950159A8-F25E-317D-AFA5-967139D32A96> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x98319000 - 0x98573ffb com.apple.imageKit (3.0 - 1016) <30539ABC-CEE1-3AFF-996F-68522CB29417> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x98574000 - 0x98628fff com.apple.PDFKit (1.0 - 1) <3C47924A-3D38-3AC0-8FE7-679350E17C9F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x98629000 - 0x98b53ff7 com.apple.QuartzComposer (5.1 - 351) <987D8366-9513-370B-9B24-869F9D7B9A85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x98b54000 - 0x98b76ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <9BD2D36F-7884-35DF-A722-AE839B70228B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x98b77000 - 0x98c5aff7 com.apple.QuickLookUIFramework (5.0 - 720) <5643C137-6F15-3C0B-8CC8-B387C188C2EE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x98c5b000 - 0x98c5bfff com.apple.quartzframework (1.5 - 21) <7F5010C4-576C-387F-8EB7-BDA0A0915526> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x98c5c000 - 0x98e59fff com.apple.QuartzCore (1.11 - 449.39) <95604874-D118-3D04-9AD0-3A771FE39EEC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x98e5a000 - 0x98eacff3 com.apple.QuickLookFramework (5.0 - 720) <22060CE2-0CEA-30B9-A34E-EFE706F7D8C8> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x98ead000 - 0x9910cff3 com.apple.QuickTime (7.7.3 - 2974) <23D1D103-3731-39CE-BC21-DACA2275E8BF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9910d000 - 0x9910efff com.apple.SafariServices.framework (12602 - 12602.1.50.0.10) <80732CEF-8A4E-3317-9645-B5CB60C8D9B3> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x9910f000 - 0x99446ff3 com.apple.security (7.0 - 57740.1.18) <1EB22F8F-52C8-3F77-A8E1-B8FC3C0C9231> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x99447000 - 0x994baff7 com.apple.securityfoundation (6.0 - 55132.1.1) <405606D8-DB15-3776-8019-E4F8714171F3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x994bb000 - 0x994befff com.apple.xpc.ServiceManagement (1.0 - 1) <7842B55E-6505-3526-8123-20E1922CC92E> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x994bf000 - 0x99531fff com.apple.SystemConfiguration (1.14 - 1.14) <853C9A96-B1CE-3AB7-90CB-4D65AC3AA77E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x99532000 - 0x998c7ff7 com.apple.VideoToolbox (1.0 - 1903.7) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x998c8000 - 0x9aaabffb com.apple.WebCore (12602 - 12602.1.50.0.6) <31837510-232A-3C47-826D-F2CD8877EF1E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9aaac000 - 0x9abe9ff3 com.apple.WebKitLegacy (12602 - 12602.1.50.0.10) <986AC083-CBE7-31F5-9BC4-84D5D2826C0F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x9abea000 - 0x9aec6fff com.apple.WebKit (12602 - 12602.1.50.0.10) <4A728DF0-DD1F-3C24-AB96-0FBA226648F8> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9b25d000 - 0x9b278fff com.apple.AppContainer (4.0 - 307.1.1) <2D2065C8-8200-32A1-8D96-577F23093E66> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x9b279000 - 0x9b286fff com.apple.AppSandbox (4.0 - 307.1.1) <64570F8B-B14F-35F9-9D16-5BB0F1505730> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x9b287000 - 0x9b2abff3 com.apple.framework.Apple80211 (12.0 - 1200.33) <21C5BA74-E4E9-32B9-A51E-400331C11D1C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x9b2ac000 - 0x9b2b6fff com.apple.AppleFSCompression (88 - 1.0) <5E01D3E8-1867-34EB-A291-9A6CB0EF9F4C> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x9b382000 - 0x9b3bfff7 com.apple.AppleJPEG (1.0 - 1) <8B5A8728-5D17-341D-843A-796625A817DD> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x9b3c0000 - 0x9b3d9ff7 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x9b3da000 - 0x9b3e3fff com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x9b3e4000 - 0x9b3e7fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <95F6E7A6-4B6F-3E02-9198-CB013562B903> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9b3e8000 - 0x9b438fff com.apple.AppleVAFramework (5.0.34 - 5.0.34) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9b439000 - 0x9b4bcff7 com.apple.backup.framework (1.8 - 1.8) <4BC1A8B5-1B8B-370F-B87C-9A6DFC295619> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9b4fc000 - 0x9b505fff com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9b513000 - 0x9b82afef com.apple.CoreAUC (224.0.0 - 224.0.0) <69040788-6C72-365A-875C-DE900487A932> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9b82b000 - 0x9b85cffb com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x9b85d000 - 0x9b865fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <74A1037B-5FAA-30A2-A937-CD6FA8814E42> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x9b866000 - 0x9b877ff3 com.apple.CoreEmoji (1.0 - 40) <7892BD56-CA02-3CB2-B60D-81FDC7B55489> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x9b878000 - 0x9b88eff7 com.apple.CoreMediaAuthoring (2.2 - 955) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9b88f000 - 0x9b914ffb com.apple.CorePDF (4.0 - 4) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9b915000 - 0x9b946ff7 com.apple.CoreServicesInternal (276 - 276) <6490077F-203A-3AAA-A907-51A1BF75C9A2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9b947000 - 0x9b9d1ffb com.apple.CoreSymbolication (61050) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9b9d2000 - 0x9bafdff3 com.apple.coreui (2.1 - 424.1) <911C988B-68E7-3708-B7DA-29850B9A2FF9> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9bafe000 - 0x9bb8bfff com.apple.CoreUtils (4.3 - 430.70) <9C2E74E9-B696-37A2-B779-3738A83FC37C> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x9bb8c000 - 0x9bbecff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x9bbed000 - 0x9bbf9fff com.apple.CrashReporterSupport (10.12 - 815) <35F98D41-A818-3CF9-BB54-EC885245F91B> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9bbfa000 - 0x9bc6cff3 com.apple.datadetectorscore (7.0 - 539) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9bc6d000 - 0x9bcadff3 com.apple.DebugSymbols (137 - 137) <8580D279-7FD5-34FF-90CA-2B7956909C03> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9bcae000 - 0x9bdcdffb com.apple.desktopservices (1.11 - 1.11) <4E78AE16-AF8E-3E34-9D9B-AEEDD92EEB9F> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9bdd0000 - 0x9bddaffb com.apple.DisplayServicesFW (3.1 - 380) <20A170D8-46C3-3593-9BE8-21B5F4181EF8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9be2d000 - 0x9c25eff3 com.apple.vision.FaceCore (3.3.2 - 3.3.2) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x9c25f000 - 0x9c25ffff libmetal_timestamp.dylib (600.0.48.25) <957CD379-A50F-33D4-B852-23B811521F65> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x9c26b000 - 0x9c275ffb libGPUSupportMercury.dylib (12.4.2.1) <8845842B-011B-3EF3-B15E-1319380118D0> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x9c276000 - 0x9c291ffb com.apple.GenerationalStorage (2.0 - 259) <30538C02-C625-3999-8223-ADDE32A4E32D> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9c8fe000 - 0x9c972ffb com.apple.Heimdal (4.0 - 2.0) <7D41A4D1-8B53-3055-B826-D89D351B650D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9cb08000 - 0x9cb0efff com.apple.IOAccelerator (288.13 - 288.13) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x9cb0f000 - 0x9cb35ff7 com.apple.IconServices (74.1 - 74.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x9cb36000 - 0x9cb46fff com.apple.IntlPreferences (2.0 - 216) <73FF3AED-724A-3F65-9642-548F45AA5EA4> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x9cb47000 - 0x9cd03fff com.apple.LanguageModeling (1.0 - 123) <889386AE-EE29-3306-A82D-EF89C6CFB882> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x9cd06000 - 0x9cd2dfff com.apple.MultitouchSupport.framework (367.6 - 367.6) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9cd2e000 - 0x9cd38fff com.apple.NetAuth (6.0 - 6.0) <747FCFFD-3212-3110-892D-26E9AD6BAE2E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9cd39000 - 0x9cd76ff7 com.apple.PerformanceAnalysis (1.145 - 145) <3ACDFBE7-FB15-31AB-BC2E-E4CC845D9470> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9cd77000 - 0x9cd90fff com.apple.ProtocolBuffer (1 - 249) <48A2A59F-41A4-3A5D-9347-F824F2AB8732> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x9cd91000 - 0x9cda0fff com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x9cda1000 - 0x9cdc4ffb com.apple.RemoteViewServices (2.0 - 124) <024B640F-8EDC-311B-AB6B-581B591BD32C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x9cdc5000 - 0x9cdc7fff com.apple.SecCodeWrapper (4.0 - 307.1.1) <3B757166-CBC0-3C07-8CC0-723FA9E75EB8> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x9cdc8000 - 0x9cdf5ff7 com.apple.Sharing (659.1.6 - 659.1.6) <41C3BB75-5636-37DC-B63A-4B13FB6C1801> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x9ce15000 - 0x9ce90fff com.apple.SkyLight (1.600.0 - 100) <07A0E474-24DB-3C47-A2E3-00BA56AC1AD4> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x9ce91000 - 0x9ce9eff7 com.apple.SpeechRecognitionCore (3.0.15 - 3.0.15) <770178AA-A29C-3CC3-9A60-1F7D626F5A38> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x9ce9f000 - 0x9cf06ff7 com.apple.Symbolication (61080.2) <93389575-501F-346E-85EF-741F3FD16B48> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9cf07000 - 0x9cf0dfff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x9cf0e000 - 0x9d120fff com.apple.TextureIO (1.31 - 1.31) <3C354E30-E608-34BB-BB98-F4B5A41F37F4> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x9d121000 - 0x9d122fff com.apple.TrustEvaluationAgent (2.0 - 28) <0F065514-91E7-37D6-B630-48F19ABA4027> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9d123000 - 0x9d295fff com.apple.UIFoundation (1.0 - 489) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x9d478000 - 0x9d522ff7 com.apple.ViewBridge (265.1 - 265.1) <88F12B37-E92A-3F20-A778-808AC211A8EA> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x9d523000 - 0x9d529fff com.apple.XPCService (2.0 - 1) <90E2DE01-699D-3FCB-927C-D3A9AB80AC22> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x9d52a000 - 0x9d52cfff com.apple.loginsupport (1.0 - 1) <36F9FE15-A52F-3D85-8254-32A05F27CBD9> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x9e028000 - 0x9e043ffb libCRFSuite.dylib (34) <66E63967-8344-36DA-A49B-F7E7B89C8E45> /usr/lib/libCRFSuite.dylib
0x9e044000 - 0x9e04dff7 libChineseTokenizer.dylib (21) <61786B6B-424D-35CB-AC86-55F44E0C255B> /usr/lib/libChineseTokenizer.dylib
0x9e04e000 - 0x9e04ffff libDiagnosticMessagesClient.dylib (102) <6D00EEF3-EF16-3B1B-AB18-B8F797B468A2> /usr/lib/libDiagnosticMessagesClient.dylib
0x9e050000 - 0x9e281ffb libFosl_dynamic.dylib (16.37) <11339181-1ED5-33AD-A7A3-D122314BF29F> /usr/lib/libFosl_dynamic.dylib
0x9e282000 - 0x9e289fff libMatch.1.dylib (27) <72C45F20-D6D4-30F1-B4E6-E339AE0015A5> /usr/lib/libMatch.1.dylib
0x9e28a000 - 0x9e28afff libOpenScriptingUtil.dylib (172) /usr/lib/libOpenScriptingUtil.dylib
0x9e28b000 - 0x9e28efff libScreenReader.dylib (477.1.5) <9967CD8E-E95C-3C40-A24C-45DF39C33E35> /usr/lib/libScreenReader.dylib
0x9e28f000 - 0x9e290fff libSystem.B.dylib (1238) <7190DFDC-71C3-3702-B0CE-4A5A98123A99> /usr/lib/libSystem.B.dylib
0x9e291000 - 0x9e2bdff7 libarchive.2.dylib (41.1.1) <0CB56285-DD97-3EB5-8DB3-C97F033FAB2F> /usr/lib/libarchive.2.dylib
0x9e2be000 - 0x9e3d8fc3 libate.dylib (1.12.12) <374893F6-3928-39A2-AD77-177C288A8EDF> /usr/lib/libate.dylib
0x9e3d9000 - 0x9e3d9ff3 libauto.dylib (187) <0DB50ACB-BFB1-3A23-BD39-4C3AFD597D29> /usr/lib/libauto.dylib
0x9e3da000 - 0x9e3eafff libbsm.0.dylib (34) <6B938CF1-9249-3466-8A0C-477718FD2C7B> /usr/lib/libbsm.0.dylib
0x9e3eb000 - 0x9e3f8ff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
0x9e3f9000 - 0x9e44ffff libc++.1.dylib (307.4) /usr/lib/libc++.1.dylib
0x9e450000 - 0x9e473ff3 libc++abi.dylib (307.2) <14434F90-C6BA-38DC-8193-EED9BC3A3292> /usr/lib/libc++abi.dylib
0x9e474000 - 0x9e485ff7 libcmph.dylib (6) <04896475-3BC1-30FC-B34B-F091AF65E1CD> /usr/lib/libcmph.dylib
0x9e486000 - 0x9e499ff7 libcompression.dylib (34) <52D0A919-C275-34EC-9CED-8E1B27F357A3> /usr/lib/libcompression.dylib
0x9e49a000 - 0x9e49afff libcoretls.dylib (121.1.1) <7E85AE79-9EA7-3372-B43C-1AF0DC0AB34A> /usr/lib/libcoretls.dylib
0x9e49b000 - 0x9e49cff7 libcoretls_cfhelpers.dylib (121.1.1) /usr/lib/libcoretls_cfhelpers.dylib
0x9e53f000 - 0x9e62efff libcrypto.0.9.8.dylib (64) <4380BF59-E5A9-3576-A9D2-067B4215F5AB> /usr/lib/libcrypto.0.9.8.dylib
0x9e62f000 - 0x9e684fff libcups.2.dylib (450) <69ACE50F-46C4-3B5F-AF7B-1BFFC48D6708> /usr/lib/libcups.2.dylib
0x9e685000 - 0x9e685fff libenergytrace.dylib (15) <0A18EAA7-EF49-312B-82A2-31A2A7C93860> /usr/lib/libenergytrace.dylib
0x9e687000 - 0x9e68bfff libheimdal-asn1.dylib (498) /usr/lib/libheimdal-asn1.dylib
0x9e68c000 - 0x9e77cff3 libiconv.2.dylib (50) <34E6F33E-A727-3A53-8661-3F6380019B65> /usr/lib/libiconv.2.dylib
0x9e77d000 - 0x9e999ff7 libicucore.A.dylib (57131.0.1) <6F43ADC3-4A6F-3A09-9B50-FEE34EB6B770> /usr/lib/libicucore.A.dylib
0x9e99a000 - 0x9e99bfff liblangid.dylib (126) /usr/lib/liblangid.dylib
0x9e99c000 - 0x9e9b5ff7 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib
0x9e9b6000 - 0x9e9cbff3 libmarisa.dylib (5) <4CB11A15-6F11-3CF9-937B-7CA7DBE970FA> /usr/lib/libmarisa.dylib
0x9e9cc000 - 0x9ec81ffb libmecabra.dylib (744) <44652EF9-3647-389E-94BE-77863A60905C> /usr/lib/libmecabra.dylib
0x9ec82000 - 0x9ecf9fff libnetwork.dylib (856.1.8) /usr/lib/libnetwork.dylib
0x9ecfa000 - 0x9f0bdc93 libobjc.A.dylib (706) <36E48972-15DA-37A0-939B-159296C7CD58> /usr/lib/libobjc.A.dylib
0x9f0be000 - 0x9f0c1fff libpam.2.dylib (21) /usr/lib/libpam.2.dylib
0x9f0c2000 - 0x9f0f0ff7 libpcap.A.dylib (67) <37BAAB9C-8C32-3DD7-85D2-5E4DEA10B2DA> /usr/lib/libpcap.A.dylib
0x9f0f1000 - 0x9f10dffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x9f10e000 - 0x9f145fff libsandbox.1.dylib (592.1.3) /usr/lib/libsandbox.1.dylib
0x9f146000 - 0x9f288ff7 libsqlite3.dylib (252) <851CC492-184C-35BC-BC06-FD2A3B3AFC70> /usr/lib/libsqlite3.dylib
0x9f2e5000 - 0x9f335fff libstdc++.6.dylib (104.1) /usr/lib/libstdc++.6.dylib
0x9f367000 - 0x9f375ff7 libxar.1.dylib (354) /usr/lib/libxar.1.dylib
0x9f376000 - 0x9f45aff7 libxml2.2.dylib (30.11) <0E7EC5F2-B06D-3D04-9C88-4C90142C21B7> /usr/lib/libxml2.2.dylib
0x9f45b000 - 0x9f483ff3 libxslt.1.dylib (15.8) <8B3591C4-5082-3DF4-85F4-A4C567871334> /usr/lib/libxslt.1.dylib
0x9f484000 - 0x9f492ff7 libz.1.dylib (67) <6545D126-B808-3930-9225-547325D7158E> /usr/lib/libz.1.dylib
0x9f4a1000 - 0x9f4a5fff libcache.dylib (79) <273514C9-84F4-3EA1-B7E9-10FD5ACBE6DA> /usr/lib/system/libcache.dylib
0x9f4a6000 - 0x9f4b0ff3 libcommonCrypto.dylib (60092.1.2) /usr/lib/system/libcommonCrypto.dylib
0x9f4b1000 - 0x9f4b6ff3 libcompiler_rt.dylib (62) <4E3D63AE-7E55-3A11-8E9F-C3D6EAAF3FF6> /usr/lib/system/libcompiler_rt.dylib
0x9f4b7000 - 0x9f4bfff7 libcopyfile.dylib (138) <9D7C6151-FFF2-38CF-B6C2-C884833D0293> /usr/lib/system/libcopyfile.dylib
0x9f4c0000 - 0x9f525ffb libcorecrypto.dylib (442.1.3) <21BC60AF-6A0A-3D93-A991-0A4A155CFCC4> /usr/lib/system/libcorecrypto.dylib
0x9f526000 - 0x9f554ff3 libdispatch.dylib (703.1.4) <00295AC7-1717-3AD9-A92C-038A2FFF522D> /usr/lib/system/libdispatch.dylib
0x9f555000 - 0x9f55aff7 libdyld.dylib (421.1) /usr/lib/system/libdyld.dylib
0x9f55b000 - 0x9f55bfff libkeymgr.dylib (28) <9A7B3C22-0970-3A06-895D-C134CC211912> /usr/lib/system/libkeymgr.dylib
0x9f55c000 - 0x9f568ff7 libkxld.dylib (3789.1.32) <99894E4F-F586-3279-9F4B-960B75CD15EB> /usr/lib/system/libkxld.dylib
0x9f569000 - 0x9f569fff liblaunch.dylib (972.1.5) <4C6B7285-514D-3B04-8A4A-DCD384A294D2> /usr/lib/system/liblaunch.dylib
0x9f56a000 - 0x9f570ff7 libmacho.dylib (894) <5037228C-2287-39A5-901B-B814165BF8C7> /usr/lib/system/libmacho.dylib
0x9f571000 - 0x9f573fff libquarantine.dylib (85) /usr/lib/system/libquarantine.dylib
0x9f574000 - 0x9f575fff libremovefile.dylib (45) <1EA2C22E-9758-38EA-B4D3-C6965A550A8B> /usr/lib/system/libremovefile.dylib
0x9f576000 - 0x9f58dff7 libsystem_asl.dylib (349.1.1) <44C54853-3B9D-3981-9142-5FDF50704026> /usr/lib/system/libsystem_asl.dylib
0x9f58e000 - 0x9f58efff libsystem_blocks.dylib (67) /usr/lib/system/libsystem_blocks.dylib
0x9f58f000 - 0x9f61dff3 libsystem_c.dylib (1158.1.2) <955170B3-2C2B-3F44-BE8A-11FCBEABC1CF> /usr/lib/system/libsystem_c.dylib
0x9f61e000 - 0x9f621fff libsystem_configuration.dylib (888.1.2) <7191CFF2-0252-3B47-820A-768E79FFD9E3> /usr/lib/system/libsystem_configuration.dylib
0x9f622000 - 0x9f625fff libsystem_coreservices.dylib (41.1) /usr/lib/system/libsystem_coreservices.dylib
0x9f626000 - 0x9f63effb libsystem_coretls.dylib (121.1.1) <9E33DD82-31E6-3BE5-8138-86C707F94E4E> /usr/lib/system/libsystem_coretls.dylib
0x9f63f000 - 0x9f645ffb libsystem_dnssd.dylib (765.1.2) <0459C5C8-6547-3C54-841E-3C370F105761> /usr/lib/system/libsystem_dnssd.dylib
0x9f646000 - 0x9f66dfff libsystem_info.dylib (503) <8011723E-DFE9-3F09-A3D0-F91D9E863161> /usr/lib/system/libsystem_info.dylib
0x9f66e000 - 0x9f68fff3 libsystem_kernel.dylib (3789.1.32) <5CD8A31D-53FC-377D-8C0B-9998D8655117> /usr/lib/system/libsystem_kernel.dylib
0x9f690000 - 0x9f6dcffb libsystem_m.dylib (3121.4) <016AE549-B137-3A5E-B90E-C9879360F572> /usr/lib/system/libsystem_m.dylib
0x9f6dd000 - 0x9f6f7ffb libsystem_malloc.dylib (116) <3309510C-5F80-385F-A298-D1F025F84C58> /usr/lib/system/libsystem_malloc.dylib
0x9f6f8000 - 0x9f74bff3 libsystem_network.dylib (856.1.8) <03DB04E6-6EA7-37AE-A384-FE207D91065B> /usr/lib/system/libsystem_network.dylib
0x9f74c000 - 0x9f755fff libsystem_networkextension.dylib (563.1.11) <04FAE958-8C22-3FAC-BFA2-D7FF3AE4C1EB> /usr/lib/system/libsystem_networkextension.dylib
0x9f756000 - 0x9f75eff3 libsystem_notify.dylib (165) /usr/lib/system/libsystem_notify.dylib
0x9f75f000 - 0x9f765ffb libsystem_platform.dylib (126.1.2) <3180EFEB-5420-309B-9112-2B22D6266926> /usr/lib/system/libsystem_platform.dylib
0x9f766000 - 0x9f76ffff libsystem_pthread.dylib (218.1.3) <999CFF8D-10B7-3E77-A665-E79E6F6B1600> /usr/lib/system/libsystem_pthread.dylib
0x9f770000 - 0x9f773ff3 libsystem_sandbox.dylib (592.1.3) <65C7772F-83F6-34BA-B153-D92C6097F5B8> /usr/lib/system/libsystem_sandbox.dylib
0x9f774000 - 0x9f775fff libsystem_secinit.dylib (24) <51B19A10-92C5-3CEF-9284-B25DF4E524EF> /usr/lib/system/libsystem_secinit.dylib
0x9f776000 - 0x9f77dff7 libsystem_symptoms.dylib (532.1.1) <9EDA74A7-9651-3EB0-8E78-EF5046A91A7E> /usr/lib/system/libsystem_symptoms.dylib
0x9f77e000 - 0x9f79efff libsystem_trace.dylib (518.1.16) /usr/lib/system/libsystem_trace.dylib
0x9f79f000 - 0x9f7a5ffb libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x9f7a6000 - 0x9f7ccfff libxpc.dylib (972.1.5) <28A5B595-3231-36CE-A10D-0A62C7576250> /usr/lib/system/libxpc.dylib
0xc0000000 - 0xc000aff7 +com.growl.growlframework (1.2.1 - 1.2.1) <6DDF5398-7B11-2132-4818-5F96B6E061D5> /Applications/Scrivener.app/Contents/Frameworks/Growl.framework/Versions/A/Growl

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

VM Region Summary:
ReadOnly portion of Libraries: Total=262.1M resident=0K(0%) swapped_out_or_unallocated=262.1M(100%)
Writable regions: Total=3.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=3.2G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 4
Activity Tracing 256K 2
CG backing stores 6932K 9
CG image 1596K 101
CoreAnimation 12.0M 100
CoreData 4K 2
CoreImage 160K 2
CoreUI image data 2324K 27
CoreUI image file 480K 7
Foundation 28K 3
Image IO 1076K 71
Kernel Alloc Once 8K 2
MALLOC 3.1G 179
MALLOC guard page 48K 10
Memory Tag 242 12K 2
Memory Tag 249 156K 3
OpenCL 16K 3
OpenGL GLSL 128K 3
SQLite page cache 896K 10
Stack 11.5M 9
Stack Guard 56.0M 9
VM_ALLOCATE 744K 115
WebKit Malloc 14.1M 28
__DATA 13.0M 270
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__IMPORT 8K 3
__LINKEDIT 54.3M 28
__OBJC 5192K 116
__TEXT 207.7M 278
__UNICODE 556K 2
mapped file 275.2M 166
shared memory 16.4M 12
=========== ======= =======
TOTAL 3.8G 1547

Model: Macmini7,1, BootROM MM71.0220.B07, 2 processors, Intel Core i5, 2.6 GHz, 16 GB, SMC 2.24f32
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x4544464232333241314D412D47442D460000
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x4544464232333241314D412D47442D460000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x13B), Broadcom BCM43xx 1.0 (7.21.171.10.1a16)
Bluetooth: Version 5.0.0f18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
USB Device: USB 3.0 Bus
USB Device: USB 2.0 Hub
USB Device: Imation
USB Device: Expansion
USB Device: IR Receiver
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Yeti Stereo Microphone
USB Device: HD Pro Webcam C920
Thunderbolt Bus: Mac mini, Apple Inc., 26.1

Crash after creating comment when Inspector is locked on other editor

Initial state: Editor split vertically; inspector locked on the “alt” view

  1. Modified tool bar (adds and deletes)
  2. Started named snapshot, but cancelled
  3. In primary editor, highlighted word and clicked on comment icon on tool bar (Word appeared to be commented on, but with the Inspector locked on the other editor I saw nothing there)
  4. Unlocked Inspector
  5. In primary editor, single clicked on the highlighted/commented word, and Scrivener crashed with what looks like a null pointer.

Process: Scrivener [13052]
Path: /Applications/Scrivener.app/Contents/MacOS/Scrivener
Identifier: com.literatureandlatte.scrivener2
Version: 2.8 (2.80.3)
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: Scrivener [13052]
User ID: 502

Date/Time: 2016-12-04 12:10:03.187 -0500
OS Version: Mac OS X 10.12.1 (16B2555)
Report Version: 12
Anonymous UUID: E9F91EFD-CFE5-4256-D5F6-47A7B3B90485

Sleep/Wake UUID: 76EC249A-1B81-4975-898D-0D5D2265FAA4

Time Awake Since Boot: 2700000 seconds
Time Since Wake: 22000 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]

VM Regions Near 0:
–>
__TEXT 0000000000001000-0000000000370000 [ 3516K] r-x/rwx SM=COW /Applications/Scrivener.app/Contents/MacOS/Scrivener

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.literatureandlatte.ScrAppKit 0x0057e593 -[KBTextCommentsView selectCommentIndexes:byExtendingSelection:] + 466
1 com.literatureandlatte.ScrAppKit 0x0057ca1d -[KBTextCommentsView goToComment:] + 147
2 com.literatureandlatte.ScrAppKit 0x0057ca72 -[KBTextCommentsView goToComment:expandingIfNecessary:] + 43
3 com.literatureandlatte.scrivener2 0x000a4863 0x1000 + 669795
4 com.literatureandlatte.scrivener2 0x00094047 0x1000 + 602183
5 com.apple.AppKit 0x92ce1db1 -[NSTextView clickedOnLink:atIndex:] + 104
6 com.apple.AppKit 0x929133da -[NSTextView mouseDown:] + 4051
7 com.literatureandlatte.ScrAppKit 0x00547154 -[KBBaseTextView mouseDown:] + 591
8 com.literatureandlatte.scrivener2 0x0018db38 0x1000 + 1624888
9 com.apple.AppKit 0x92dd983f -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 5864
10 com.apple.AppKit 0x92dd72fb -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 5876
2016-12-04-Scrivener SIGSEGV on comment.txt (62 KB)

Hello, I think my crash pertains to the 2. memory crash.

I had one manuscript open, then opened another from a previous version and it upgraded the document. I closed the upgraded file with the CMD + W shortcut, then the whole application closed. Please see the code below.

I’m using Scrivener 3.01, Mac 10.13.3 Beta (17D25b)

I’ll email you the report. Thanks!

Please note that this thread is seven years and several versions of Scrivener old. Please send an email to our support address if you are experiencing a crash with the current version of Scrivener.

Also, please try to confirm that the crash also occurs with the current release version of Mac OS.

Katherine

Created a new note
Added a new text
Start a bullet list
Hit return
Hit return (so now 2 empty bullets)
Backspace

Mick

Exception Name: NSRangeException

Exception Reason: NSMutableRLEArray objectAtIndex:effectiveRange:: Out of bounds

0 CoreFoundation 0x00007fff2a81100b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff513edc76 objc_exception_throw + 48
2 CoreFoundation 0x00007fff2a8a2c9d +[NSException raise:format:] + 205
3 Foundation 0x00007fff2c88e6ef -[NSRLEArray objectAtIndex:effectiveRange:] + 140
4 Foundation 0x00007fff2c8b2ba2 -[NSAttributedString attribute:atIndex:effectiveRange:] + 33
5 AppKit 0x00007fff28599406 -[NSTextView(NSKeyBindingCommands) _unnestListAtIndex:markerRange:] + 186
6 AppKit 0x00007fff2859a112 -[NSTextView(NSKeyBindingCommands) insertBacktab:] + 624
7 AppKit 0x00007fff27f0a0ff -[NSTextView doCommandBySelector:] + 200
8 AppKit 0x00007fff27f0a013 -[NSTextInputContext(NSInputContext_WithCompletion) doCommandBySelector:completionHandler:] + 118
9 AppKit 0x00007fff27eeb55a -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:] + 2898
10 AppKit 0x00007fff28784523 __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke.1109 + 360
11 AppKit 0x00007fff28784352 __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke_3 + 79
12 AppKit 0x00007fff27ef2d95 -[NSTextInputContext tryHandleEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:] + 92
13 AppKit 0x00007fff287842d1 __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke.1099 + 251
14 HIToolbox 0x00007fff29ad2b7e __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_5 + 70
15 HIToolbox 0x00007fff29ad1a36 ___ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec_block_invoke + 110
16 AppKit 0x00007fff2877cd30 __55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke.320 + 580
17 AppKit 0x00007fff27eec8eb __55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke_2 + 79
18 AppKit 0x00007fff27eec86e -[NSTextInputContext tryHandleTSMEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:] + 92
19 AppKit 0x00007fff27eec3d1 -[NSTextInputContext handleTSMEvent:completionHandler:] + 1722
20 AppKit 0x00007fff27eebca1 _NSTSMEventHandler + 311
21 HIToolbox 0x00007fff29a7b814 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1541
22 HIToolbox 0x00007fff29a7ab5d _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 374
23 HIToolbox 0x00007fff29a7a9d3 SendEventToEventTargetWithOptions + 45
24 HIToolbox 0x00007fff29acec89 SendTSMEvent_WithCompletionHandler + 389
25 HIToolbox 0x00007fff29acf154 __SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler_block_invoke + 403
26 HIToolbox 0x00007fff29acefb2 __SendFilterTextEvent_WithCompletionHandler_block_invoke + 219
27 HIToolbox 0x00007fff29acecd8 SendTSMEvent_WithCompletionHandler + 468
28 HIToolbox 0x00007fff29acead7 SendFilterTextEvent_WithCompletionHandler + 233
29 HIToolbox 0x00007fff29ace796 SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler + 290
30 HIToolbox 0x00007fff29ace54a __utDeliverTSMEvent_WithCompletionHandler_block_invoke_2 + 289
31 HIToolbox 0x00007fff29ace3cb __utDeliverTSMEvent_WithCompletionHandler_block_invoke + 405
32 HIToolbox 0x00007fff29ace1b8 TSMKeyEvent_WithCompletionHandler + 636
33 HIToolbox 0x00007fff29acdefc __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_4 + 262
34 HIToolbox 0x00007fff29acdd17 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_3 + 263
35 HIToolbox 0x00007fff29acda52 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_2 + 288
36 HIToolbox 0x00007fff29acd7a8 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke + 280
37 HIToolbox 0x00007fff29accd9f TSMProcessRawKeyEventWithOptionsAndCompletionHandler + 3433
38 AppKit 0x00007fff2878414d __84-[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:]_block_invoke.1090 + 115
39 AppKit 0x00007fff2878351b __204-[NSTextInputContext tryTSMProcessRawKeyEvent_orSubstitution:dispatchCondition:setupForDispatch:furtherCondition:doubleSpaceSubstitutionCondition:doubleSpaceSubstitutionWork:dispatchTSMWork:continuation:]_block_invoke.1016 + 120
40 AppKit 0x00007fff28783384 -[NSTextInputContext tryTSMProcessRawKeyEvent_orSubstitution:dispatchCondition:setupForDispatch:furtherCondition:doubleSpaceSubstitutionCondition:doubleSpaceSubstitutionWork:dispatchTSMWork:continuation:] + 255
41 AppKit 0x00007fff28783b91 -[NSTextInputContext _handleEvent:options:allowingSyntheticEvent:completionHandler:] + 1237
42 AppKit 0x00007fff28783211 -[NSTextInputContext _handleEvent:allowingSyntheticEvent:] + 114
43 AppKit 0x00007fff27eea74a -[NSView interpretKeyEvents:] + 209
44 AppKit 0x00007fff27eea56e -[NSTextView keyDown:] + 724
45 AppKit 0x00007fff286a2029 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 5040
46 AppKit 0x00007fff286a085c -[NSWindow(NSEventRouting) sendEvent:] + 497
47 AppKit 0x00007fff28501fa3 -[NSApplication(NSEvent) sendEvent:] + 2751
48 Scrivener 0x000000010c67ef8f Scrivener + 475023
49 AppKit 0x00007fff27d62d9d -[NSApplication run] + 812
50 AppKit 0x00007fff27d31f1a NSApplicationMain + 804
51 libdyld.dylib 0x00007fff51fdd115 start + 1
52 ??? 0x0000000000000001 0x0 + 1