Created
September 2, 2020 07:32
-
-
Save zzamboni/f6a1f83eaab437d311cf1777e41ba8ee to your computer and use it in GitHub Desktop.
Emacs native-comp crash when opening SVG files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: Emacs [71042] | |
Path: /Users/USER/*/Emacs.app/Contents/MacOS/Emacs | |
Identifier: org.gnu.Emacs | |
Version: Version 28.0.50 (9.0) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Emacs [71042] | |
User ID: 3212163 | |
Date/Time: 2020-09-02 09:08:09.893 +0200 | |
OS Version: Mac OS X 10.15.6 (19G2021) | |
Report Version: 12 | |
Bridge OS Version: 4.6 (17P6610) | |
Anonymous UUID: F5BD5F2F-87D0-A7B5-A40C-DE92A7117019 | |
Time Awake Since Boot: 4600 seconds | |
System Integrity Protection: enabled | |
Crashed Thread: 0 Dispatch queue: com.apple.main-thread | |
Exception Type: EXC_CRASH (SIGABRT) | |
Exception Codes: 0x0000000000000000, 0x0000000000000000 | |
Exception Note: EXC_CORPSE_NOTIFY | |
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread | |
0 libsystem_kernel.dylib 0x00007fff6bee933a __pthread_kill + 10 | |
1 libsystem_pthread.dylib 0x00007fff6bfa5e60 pthread_kill + 430 | |
2 libsystem_c.dylib 0x00007fff6be0093e raise + 26 | |
3 org.gnu.Emacs 0x0000000106adb478 terminate_due_to_signal + 152 | |
4 org.gnu.Emacs 0x0000000106adbe0b emacs_abort + 15 | |
5 org.gnu.Emacs 0x0000000106aa2330 ns_term_shutdown + 80 | |
6 org.gnu.Emacs 0x000000010697b384 shut_down_emacs + 340 | |
7 org.gnu.Emacs 0x0000000106adb446 terminate_due_to_signal + 102 | |
8 org.gnu.Emacs 0x000000010699c0ee handle_fatal_signal + 14 | |
9 org.gnu.Emacs 0x000000010699c171 deliver_thread_signal + 129 | |
10 org.gnu.Emacs 0x000000010699ab09 deliver_fatal_thread_signal + 9 | |
11 libsystem_platform.dylib 0x00007fff6bf9a5fd _sigtramp + 29 | |
12 dyld 0x000000010731c5d0 GCC_except_table78 + 32 | |
13 dyld 0x000000010731b58f abort_with_payload + 9 | |
14 dyld 0x0000000107318bf4 dyld::halt(char const*) + 463 | |
15 dyld 0x00000001072a0bc3 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 140 | |
16 libdyld.dylib 0x00007fff6bda0692 dyld_stub_binder + 282 | |
17 ??? 0x00000001088d9710 0 + 4438464272 | |
18 libglib-2.0.0.dylib 0x00000001087f400f open_converter + 31 | |
19 libglib-2.0.0.dylib 0x00000001087f3f37 g_convert + 71 | |
20 libglib-2.0.0.dylib 0x00000001087f47e5 convert_checked + 165 | |
21 libglib-2.0.0.dylib 0x00000001087f46c5 g_locale_to_utf8 + 133 | |
22 libglib-2.0.0.dylib 0x000000010883ea66 g_strerror + 230 | |
23 libglib-2.0.0.dylib 0x00000001088026b5 g_dir_open + 149 | |
24 libgio-2.0.0.dylib 0x000000010866b153 g_io_modules_scan_all_in_directory_with_scope + 51 | |
25 libgio-2.0.0.dylib 0x000000010866bd62 _g_io_modules_ensure_loaded + 242 | |
26 libgio-2.0.0.dylib 0x000000010866c366 _g_io_module_get_default + 118 | |
27 libgio-2.0.0.dylib 0x0000000108651123 g_file_new_for_path + 19 | |
28 org.gnu.Emacs 0x0000000106a9876b svg_load_image + 75 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment