MacDownApp/macdown

Repeated crashing in MacOS Sierra

Open

#659 opened on 2016年9月22日

GitHub で見る
 (11 comments) (0 reactions) (0 assignees)Objective-C (930 forks)batch import
bughelp wanted

Repository metrics

Stars
 (7,686 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

MacDown is crashing frequently on a MacBookPro Retina under MacOS Sierra. It seems to be graphics related...

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

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

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

VM Regions Near 0x28:
--> 
    __TEXT                 000000010f6a4000-000000010f73f000 [  620K] r-x/rwx SM=COW  /Applications/MacDown.app/Contents/MacOS/MacDown

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreGraphics          0x00007fff8bcc461c CGColorSpaceGetNumberOfComponents + 15
1   com.apple.QuartzCore            0x00007fff90f6d639 CABackingStoreUpdate_ + 525
2   com.apple.QuartzCore            0x00007fff9108abcc ___ZN2CA5Layer8display_Ev_block_invoke + 75
3   com.apple.QuartzCore            0x00007fff9108a846 CA::Layer::display_() + 1748
4   com.apple.AppKit                0x00007fff8937bc2c -[NSTileLayer display] + 119
5   com.apple.AppKit                0x00007fff89b46a7b -[_NSTiledLayerContents update:shouldCallPrepareContent:] + 5174
6   com.apple.AppKit                0x00007fff892fe5de -[_NSTiledLayer display] + 389
7   com.apple.QuartzCore            0x00007fff9107e9a6 CA::Layer::display_if_needed(CA::Transaction*) + 572
8   com.apple.QuartzCore            0x00007fff9107ead1 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
9   com.apple.QuartzCore            0x00007fff910742e8 CA::Context::commit_transaction(CA::Transaction*) + 280
10  com.apple.QuartzCore            0x00007fff90f6b5e5 CA::Transaction::commit() + 475
11  com.apple.QuartzCore            0x00007fff90f6bf46 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 108
12  com.apple.CoreFoundation        0x00007fff8b470f67 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
13  com.apple.CoreFoundation        0x00007fff8b470ed7 __CFRunLoopDoObservers + 391
14  com.apple.CoreFoundation        0x00007fff8b4515d6 CFRunLoopRunSpecific + 454
15  com.apple.HIToolbox             0x00007fff8a9f2f6c RunCurrentEventLoopInMode + 240
16  com.apple.HIToolbox             0x00007fff8a9f2ca9 ReceiveNextEventCommon + 184
17  com.apple.HIToolbox             0x00007fff8a9f2bd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
18  com.apple.AppKit                0x00007fff890e95f5 _DPSNextEvent + 1093
19  com.apple.AppKit                0x00007fff897f98eb -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637
20  com.apple.AppKit                0x00007fff890ddfbd -[NSApplication run] + 926
21  com.apple.AppKit                0x00007fff890a8a8a NSApplicationMain + 1237
22  libdyld.dylib                   0x00007fffa0491255 start + 1

コントリビューターガイド