homebrew-emacsmacport icon indicating copy to clipboard operation
homebrew-emacsmacport copied to clipboard

Segmentation fault on MacOS 10.16/ MacOS 11 Big Sur Developer Beta 1

Open esjmb opened this issue 4 years ago • 0 comments

seg fault on build from this morning..(make and make install worked fine)

emacs-mac my-laptop $  /Applications/Emacs.app/Contents/MacOS/Emacs.sh 
Fatal error 11: Segmentation fault
Backtrace:
0   Emacs                               0x000000010e3f5a66 deliver_thread_signal + 54
1   Emacs                               0x000000010e3f4559 deliver_fatal_thread_signal + 9
2   Emacs                               0x000000010e3f5b68 handle_sigsegv + 168
3   libsystem_platform.dylib            0x00007fff6eb095bd _sigtramp + 29
4   ???                                 0x0000000000000000 0x0 + 0
5   Emacs                               0x000000010e4d6268 mac_clear_area + 88
6   Emacs                               0x000000010e51384b -[EmacsView drawRect:] + 283
7   Emacs                               0x000000010e513bab -[EmacsView updateLayer] + 411
8   AppKit                              0x00007fff2bc5631c _NSViewUpdateLayer + 98
9   AppKit                              0x00007fff2bb67f09 +[NSAppearance _performWithCurrentAppearance:usingBlock:] + 66
10  AppKit                              0x00007fff2bdc9157 __30-[_NSViewBackingLayer display]_block_invoke + 113
11  AppKit                              0x00007fff2bba6749 -[NSFocusStack performWithFocusView:inWindow:usingBlock:] + 96
12  AppKit                              0x00007fff2bc55c9d -[_NSViewBackingLayer display] + 382
13  QuartzCore                          0x00007fff391a67b2 _ZN2CA5Layer17display_if_neededEPNS_11TransactionE + 874
14  QuartzCore                          0x00007fff392d8379 _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 509
15  QuartzCore                          0x00007fff3918449d _ZN2CA11Transaction6commitEv + 775
16  Emacs                               0x000000010e507c22 -[EmacsFrameController setupOverlayView] + 242
17  Emacs                               0x000000010e50887a -[EmacsFrameController setupWindow] + 2266
18  Emacs                               0x000000010e5079f4 -[EmacsFrameController initWithEmacsFrame:] + 68
19  Emacs                               0x000000010e510d59 __mac_create_frame_window_block_invoke + 41
20  Emacs                               0x000000010e52dfd6 mac_gui_loop + 86
21  Emacs                               0x000000010e54df2e main.cold.1 + 14
22  Emacs                               0x000000010e52df11 main + 1089
23  libdyld.dylib                       0x00007fff6e8eac71 start + 1
24  ???                                 0x0000000000000001 0x0 + 1
Segmentation fault: 11

esjmb avatar Jun 23 '20 10:06 esjmb