* bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM
@ 2016-11-09 20:03 Gemini Lasswell
2016-11-10 16:30 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Gemini Lasswell @ 2016-11-09 20:03 UTC (permalink / raw)
To: 24911
[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]
Typing an example from the "Read Syntax for Circular Objects" section of
the manual into IELM can cause Emacs to hang or crash. I can reproduce
this fairly consistently with an Emacs built from master on my machine. It
took me several tries, but I was also able to reproduce it with the Emacs
25.1 installed by homebrew. Here are the steps:
emacs -Q
M-x ielm RET
#1=(a #1#) RET
C-p C-p RET
Result: (on OS X) rainbow spinning mouse cursor, unresponsive Emacs
There may be something timing-related going on, because these steps
don't work every time and they seem to work more consistently if I enter
the sequence of keystrokes quickly. If it doesn't happen the first time,
navigating again to a previous line and editing it by adding a quote
somewhere or another symbol and pressing RET again may cause it to
happen.
When I encountered this bug, I was working on one of my own branches
based on commit eb610f2 in master, and Emacs crashed and gave me a stack
trace, which I've attached. Since then I have not been able to reproduce
the crash, just the hang.
[-- Attachment #2: emacs-crash.txt --]
[-- Type: text/plain, Size: 59038 bytes --]
Process: Emacs [751]
Path: /Users/USER/*/Emacs.app/Contents/MacOS/Emacs
Identifier: org.gnu.Emacs
Version: Version 26.0.50 (9.0)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Emacs [751]
User ID: 501
Date/Time: 2016-11-04 11:08:21.055 -0700
OS Version: Mac OS X 10.11.6 (15G1004)
Report Version: 11
Anonymous UUID: 034CEC6F-7287-287B-5F5F-1413EE972D0D
Time Awake Since Boot: 64000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000003e0
Exception Note: EXC_CORPSE_NOTIFY
VM Regions Near 0x3e0:
-->
__TEXT 0000000100000000-0000000100213000 [ 2124K] r-x/rwx SM=COW /Users/USER/*/Emacs.app/Contents/MacOS/Emacs
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff92f258ea __kill + 10
1 org.gnu.Emacs 0x00000001000b99e9 terminate_due_to_signal + 153 (signal.h:116)
2 org.gnu.Emacs 0x00000001000d6723 emacs_abort + 19
3 org.gnu.Emacs 0x0000000100137444 signal_or_quit + 1380 (eval.c:1502)
4 org.gnu.Emacs 0x0000000100136edb Fsignal + 11
5 org.gnu.Emacs 0x00000001000b7719 xsignal + 9
6 org.gnu.Emacs 0x00000001001358fc xsignal1 + 28
7 org.gnu.Emacs 0x00000001001003c5 compile_pattern + 613
8 org.gnu.Emacs 0x00000001001009cf fast_string_match_internal + 31 (search.c:466)
9 org.gnu.Emacs 0x00000001000ed47f Ffind_file_name_handler + 191 (.lisp.h:4024)
10 org.gnu.Emacs 0x00000001000edcb7 Fexpand_file_name + 87 (.lisp.h:990)
11 org.gnu.Emacs 0x00000001000f4d9a Fdo_auto_save + 234 (fileio.c:5545)
12 org.gnu.Emacs 0x00000001000b9b8e shut_down_emacs + 222 (emacs.c:2036)
13 org.gnu.Emacs 0x00000001000b99b6 terminate_due_to_signal + 102 (emacs.c:376)
14 org.gnu.Emacs 0x00000001000d8046 deliver_fatal_thread_signal + 134
15 org.gnu.Emacs 0x00000001000d9388 handle_sigsegv + 168
16 libsystem_platform.dylib 0x00007fff96ccf52a _sigtramp + 26
17 ??? 000000000000000000 0 + 0
18 org.gnu.Emacs 0x000000010011ba46 mark_object + 422 (alloc.c:6555)
19 org.gnu.Emacs 0x000000010011a70b Fgarbage_collect + 683 (alloc.c:5759)
20 org.gnu.Emacs 0x0000000100137f8c Ffuncall + 348 (.lisp.h:3146)
21 org.gnu.Emacs 0x0000000100136daa internal_condition_case_n + 90 (eval.c:1396)
22 org.gnu.Emacs 0x0000000100022163 safe__call + 451 (xdisp.c:2565)
23 org.gnu.Emacs 0x0000000100021f88 safe_call + 152 (xdisp.c:2581)
24 org.gnu.Emacs 0x00000001000466b3 handle_fontified_prop + 419 (.lisp.h:1240)
25 org.gnu.Emacs 0x00000001000459f7 handle_stop + 119 (xdisp.c:3378)
26 org.gnu.Emacs 0x0000000100048c14 next_element_from_buffer + 868 (xdisp.c:8362)
27 org.gnu.Emacs 0x000000010001bb50 get_next_display_element + 48 (xdisp.c:6929)
28 org.gnu.Emacs 0x000000010002a868 display_line + 1048 (xdisp.c:20641)
29 org.gnu.Emacs 0x000000010002a296 try_window + 422 (xdisp.c:17293)
30 org.gnu.Emacs 0x00000001000502a7 redisplay_window + 12087 (xdisp.c:16730)
31 org.gnu.Emacs 0x000000010004ca79 redisplay_window_1 + 41 (xdisp.c:14479)
32 org.gnu.Emacs 0x0000000100136cbc internal_condition_case_1 + 76 (eval.c:1340)
33 org.gnu.Emacs 0x00000001000283df redisplay_internal + 4447 (xdisp.c:14107)
34 org.gnu.Emacs 0x00000001000c134f read_char + 2079 (keyboard.c:2488)
35 org.gnu.Emacs 0x00000001000beb5b read_key_sequence + 1979 (keyboard.c:9130)
36 org.gnu.Emacs 0x00000001000bd282 command_loop_1 + 1154 (keyboard.c:1376)
37 org.gnu.Emacs 0x0000000100136c56 internal_condition_case + 70 (eval.c:1316)
38 org.gnu.Emacs 0x00000001000cc3b0 command_loop_2 + 48 (keyboard.c:1118)
39 org.gnu.Emacs 0x00000001001367c6 internal_catch + 54 (eval.c:1082)
40 org.gnu.Emacs 0x00000001000bc4de command_loop + 158 (keyboard.c:1098)
41 org.gnu.Emacs 0x00000001000bc401 recursive_edit_1 + 113 (keyboard.c:704)
42 org.gnu.Emacs 0x00000001000bc61a Frecursive_edit + 218 (keyboard.c:775)
43 org.gnu.Emacs 0x00000001000bb2b8 main + 5784 (emacs.c:1659)
44 libdyld.dylib 0x00007fff8afa55ad start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff92f26efa kevent_qos + 10
1 libdispatch.dylib 0x00007fff8ac32165 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff8ac31dcd _dispatch_mgr_thread + 52
Thread 2:: gmain
0 libsystem_kernel.dylib 0x00007fff92f2607a __select + 10
1 libglib-2.0.0.dylib 0x000000010097b2be g_poll + 428
2 libglib-2.0.0.dylib 0x000000010096ee8a g_main_context_iterate + 326
3 libglib-2.0.0.dylib 0x000000010096ef39 g_main_context_iteration + 55
4 libglib-2.0.0.dylib 0x000000010096fff9 glib_worker_main + 53
5 libglib-2.0.0.dylib 0x0000000100990076 g_thread_proxy + 90
6 libsystem_pthread.dylib 0x00007fff9492199d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff9492191a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff9491f351 thread_start + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff92f2607a __select + 10
1 org.gnu.Emacs 0x00000001001ad57e -[EmacsApp fd_handler:] + 254 (nsterm.m:5513)
2 com.apple.Foundation 0x00007fff95b7ae64 __NSThread__start__ + 1351
3 libsystem_pthread.dylib 0x00007fff9492199d _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff9492191a _pthread_start + 168
5 libsystem_pthread.dylib 0x00007fff9491f351 thread_start + 13
Thread 4:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff92f1ff72 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff92f1f3b3 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9b0c01c4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9b0bf68c __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9b0beed8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff8c8fcd95 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff9492199d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff9492191a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff9491f351 thread_start + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff92f265e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff94921578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff9491f341 start_wqthread + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff92f265e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff94921578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff9491f341 start_wqthread + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff92f265e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff94921578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff9491f341 start_wqthread + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fff92f265e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff94921578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff9491f341 start_wqthread + 13
Thread 9:
0 libsystem_kernel.dylib 0x00007fff92f265e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff94921578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff9491f341 start_wqthread + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff92f265e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff94921578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff9491f341 start_wqthread + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff92f265e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff94921578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff9491f341 start_wqthread + 13
Thread 12:
0 libsystem_kernel.dylib 0x00007fff92f265e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff94921578 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff9491f341 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00000001006192a8 rdx: 0x0000000000000000
rdi: 0x00000000000002ef rsi: 0x0000000000000006 rbp: 0x00000001006192d0 rsp: 0x00000001006192a8
r8: 0x0000000100201151 r9: 0x0000000000000011 r10: 0x0000000000000000 r11: 0x0000000000000202
r12: 0x000000010061b3d0 r13: 0x0000000000006810 r14: 0x0000000000000028 r15: 0x0000000000000000
rip: 0x00007fff92f258ea rfl: 0x0000000000000202 cr2: 0x00000001002136c8
Logical CPU: 0
Error Code: 0x02000025
Trap Number: 133
Binary Images:
0x100000000 - 0x100212fff +org.gnu.Emacs (Version 26.0.50 - 9.0) <3B430FF9-E26E-3BFF-9D00-DA0FF3B3A008> /Users/USER/*/Emacs.app/Contents/MacOS/Emacs
0x10070a000 - 0x100736ff7 +libjpeg.8.dylib (0) <5DDAB24B-59F9-3E62-9905-39876B715B6A> /usr/local/opt/jpeg/lib/libjpeg.8.dylib
0x10073d000 - 0x100765ffb +librsvg-2.2.dylib (0) <D9411CA8-358E-328A-A318-2A3091F8DE4F> /usr/local/opt/librsvg/lib/librsvg-2.2.dylib
0x100773000 - 0x10086fff3 +libgio-2.0.0.dylib (0) <0657187A-82A3-3E3F-AD35-5B437ED3D302> /usr/local/opt/glib/lib/libgio-2.0.0.dylib
0x1008dd000 - 0x1008f3ff3 +libgdk_pixbuf-2.0.0.dylib (0) <BE4FF806-8B66-329A-BE51-58F4F2811DA7> /usr/local/opt/gdk-pixbuf/lib/libgdk_pixbuf-2.0.0.dylib
0x1008fd000 - 0x10092effb +libgobject-2.0.0.dylib (0) <C630DD08-EDE1-3449-A726-E57A76EF043B> /usr/local/opt/glib/lib/libgobject-2.0.0.dylib
0x100941000 - 0x100a09fff +libglib-2.0.0.dylib (0) <D0044800-2957-384D-9717-38DD8A778BDE> /usr/local/opt/glib/lib/libglib-2.0.0.dylib
0x100a2e000 - 0x100a36ff3 +libintl.8.dylib (0) <89A49B65-40E2-340A-A6B3-B344F7AEEB32> /usr/local/opt/gettext/lib/libintl.8.dylib
0x100a3b000 - 0x100ae6ff7 +libcairo.2.dylib (0) <CC70C3D3-97FD-3AAD-9A61-C979439B105C> /usr/local/opt/cairo/lib/libcairo.2.dylib
0x100b11000 - 0x100bfdfff +libMagickWand-6.Q16.2.dylib (0) <51D324F1-6242-3F87-80E8-C153D9A741CB> /usr/local/opt/imagemagick/lib/libMagickWand-6.Q16.2.dylib
0x100c16000 - 0x100d7affb +libMagickCore-6.Q16.2.dylib (0) <97480EF0-6775-35C8-A44D-3A749AA1E447> /usr/local/opt/imagemagick/lib/libMagickCore-6.Q16.2.dylib
0x100daf000 - 0x100e78fdb +libgnutls.30.dylib (0) <B48E80A4-1949-3630-B310-B01B5554E0A4> /usr/local/opt/gnutls/lib/libgnutls.30.dylib
0x100ead000 - 0x100ebdff7 +libz.1.dylib (0) <8E1D0F0F-8FDE-3C37-9BA5-2DB632CE7893> /usr/local/opt/zlib/lib/libz.1.dylib
0x100ec1000 - 0x100ecfffb +libpangocairo-1.0.0.dylib (0) <94EE51F0-E28E-3474-866D-CE6DC498ED8E> /usr/local/opt/pango/lib/libpangocairo-1.0.0.dylib
0x100edb000 - 0x100f0cfff +libpango-1.0.0.dylib (0) <270DC2F0-899A-3EB9-AE17-FCCDA5F3C1FC> /usr/local/opt/pango/lib/libpango-1.0.0.dylib
0x100f1e000 - 0x100f41ffb +libpng16.16.dylib (0) <E20FFBFB-7682-344D-8B29-F563F3F76603> /usr/local/opt/libpng/lib/libpng16.16.dylib
0x100f4a000 - 0x100f6eff7 +libcroco-0.6.3.dylib (0) <17A2CBAE-3567-3F82-8550-589057C8940E> /usr/local/opt/libcroco/lib/libcroco-0.6.3.dylib
0x100f7b000 - 0x100f7efff +libgmodule-2.0.0.dylib (0) <7BF73F99-31DA-3148-B3AF-D917D7CEE259> /usr/local/opt/glib/lib/libgmodule-2.0.0.dylib
0x100f81000 - 0x100feafff +libpcre.1.dylib (0) <9207835E-6878-3B8C-91D8-B1900147205E> /usr/local/opt/pcre/lib/libpcre.1.dylib
0x100fef000 - 0x100ff4fff +libffi.6.dylib (0) <C0E7B18A-9443-3272-A7E6-DA66BAE4B58A> /usr/local/opt/libffi/lib/libffi.6.dylib
0x100ff7000 - 0x101004fff +libpangoft2-1.0.0.dylib (0) <AE75E445-B5EA-3594-B2AA-54EBD93AF96E> /usr/local/Cellar/pango/1.40.3/lib/libpangoft2-1.0.0.dylib
0x10100f000 - 0x101011fff +libgthread-2.0.0.dylib (0) <137C7C84-5499-3726-8F90-48ECEE93E50E> /usr/local/opt/glib/lib/libgthread-2.0.0.dylib
0x101014000 - 0x10105bfff +libharfbuzz.0.dylib (0) <657E6128-4A0F-3906-8969-DAC77B7AF724> /usr/local/opt/harfbuzz/lib/libharfbuzz.0.dylib
0x101070000 - 0x10109dff7 +libfontconfig.1.dylib (0) <F7DD767D-B9D5-3F40-8A69-DD864B1C9124> /usr/local/opt/fontconfig/lib/libfontconfig.1.dylib
0x1010ad000 - 0x101120ff7 +libfreetype.6.dylib (0) <C43F73CC-30DC-3D6F-9EEA-209E072DB2D3> /usr/local/opt/freetype/lib/libfreetype.6.dylib
0x101137000 - 0x1011a2ff7 +libpixman-1.0.dylib (0) <7FF17FB2-D66B-30B7-882F-50354AB4C6C5> /usr/local/opt/pixman/lib/libpixman-1.0.dylib
0x1011b5000 - 0x1011cefff libexpat.1.dylib (12.60.1) <6BF318AC-F90F-3F16-99C2-6ADDE404E280> /usr/lib/libexpat.1.dylib
0x1011d8000 - 0x1011f4ff7 +liblzma.5.dylib (0) <9F5CEED0-E2FF-3C57-B66F-A1053E0312FE> /usr/local/opt/xz/lib/liblzma.5.dylib
0x1011fa000 - 0x1011fffff +libltdl.7.dylib (0) <79410FDB-53B2-39BE-9B0D-6F0F1E4ABCA9> /usr/local/opt/libtool/lib/libltdl.7.dylib
0x101203000 - 0x10120ffff +libtasn1.6.dylib (0) <8B5189BC-D236-31C8-B8A3-B7E1579A39EA> /usr/local/opt/libtasn1/lib/libtasn1.6.dylib
0x101213000 - 0x101239ff3 +libnettle.6.dylib (0) <E8BDA4D7-E948-3C40-888F-AC9273DECDE6> /usr/local/opt/nettle/lib/libnettle.6.dylib
0x101243000 - 0x10126afff +libhogweed.4.dylib (0) <802147DF-1C22-3FA5-8E17-B10EA6F5569E> /usr/local/opt/nettle/lib/libhogweed.4.dylib
0x101272000 - 0x1012d9ff7 +libgmp.10.dylib (0) <B9320BD1-8B2C-3874-8A73-A9F8FBCEA593> /usr/local/opt/gmp/lib/libgmp.10.dylib
0x1013fe000 - 0x1013fefe7 +cl_kernels (???) <BA2AF6BB-62CB-41CD-9572-50F510AE2933> cl_kernels
0x10fc26000 - 0x10fc27ff7 +cl_kernels (???) <4CCC9244-0253-49EC-9FB2-2036F4C15FE1> cl_kernels
0x110700000 - 0x110766ff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.14.73 - 10.1.4) <1D604442-B038-314D-84DE-476AC925C578> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x111000000 - 0x111103fff com.apple.GeForceMTLDriver (10.10.13 - 10.1.0) <72ECEEA5-0333-37F9-9A54-7FCEE36666E0> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x7fff6e754000 - 0x7fff6e78ba47 dyld (360.22) <DC81CC9D-651A-3A45-8809-928282052BD3> /usr/lib/dyld
0x7fff8681b000 - 0x7fff8681efff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff87a4f000 - 0x7fff87b5dff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff87c7f000 - 0x7fff87cf6ff7 com.apple.MMCS (1.3 - 357.1) <549FBEFC-55F7-3101-BF51-A0B1F7CF2B46> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fff87e9d000 - 0x7fff87e9ffff libCGXType.A.dylib (960.3) <70FA6D91-53BC-3DA6-92F3-7FEB33C73948> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff87ea0000 - 0x7fff87eb2fff libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
0x7fff87eb5000 - 0x7fff87f08ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff87f22000 - 0x7fff88207ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff88208000 - 0x7fff88231ffb libRIP.A.dylib (960.3) <702967FB-D16C-38C7-A3CC-0EC336740A69> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8827e000 - 0x7fff886acfff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff88712000 - 0x7fff88715ffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
0x7fff88716000 - 0x7fff8879efff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8879f000 - 0x7fff887bcff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <41378C0B-B56A-3A73-9BD0-E06FA1F87B8C> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff887bf000 - 0x7fff887d3fe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff88846000 - 0x7fff8888cff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff88898000 - 0x7fff8889cfff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8889d000 - 0x7fff88908ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff88909000 - 0x7fff88911ffb libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib
0x7fff88916000 - 0x7fff88916ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
0x7fff88917000 - 0x7fff88968ff7 libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib
0x7fff88b5f000 - 0x7fff88b81ff7 com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff894da000 - 0x7fff894f6ff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
0x7fff89504000 - 0x7fff8950fff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
0x7fff89884000 - 0x7fff8988dfff com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff8988e000 - 0x7fff89890fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff89928000 - 0x7fff8993bfff com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff89992000 - 0x7fff89adcff7 com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff89add000 - 0x7fff89adfff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
0x7fff89ae0000 - 0x7fff89e42f3f libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
0x7fff89eb0000 - 0x7fff89f25fff com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8a108000 - 0x7fff8a10fff7 libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
0x7fff8a110000 - 0x7fff8a113ff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff8a114000 - 0x7fff8a1b4fff com.apple.Metadata (10.7.0 - 972.34) <A58195C5-5D5C-32D5-8BBB-F4D32201E5AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8a1b5000 - 0x7fff8a1cffff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8a1d0000 - 0x7fff8a202ff7 libTrueTypeScaler.dylib (158.6) <469A7620-3B6F-3E06-80A7-8D89E5DD9C81> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff8a2ca000 - 0x7fff8a2e4ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
0x7fff8ac21000 - 0x7fff8ac29fff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8ac2a000 - 0x7fff8ac57fff libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
0x7fff8acf9000 - 0x7fff8ade9ff7 libJP2.dylib (1459) <5212E346-B7FC-31F4-B4F7-CF1DD9BBAFBB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8ae22000 - 0x7fff8ae23fff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
0x7fff8ae34000 - 0x7fff8af30ff7 libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8afa2000 - 0x7fff8afa5ffb libdyld.dylib (360.22) <25D28225-99AE-3A04-B98C-ACFF47D6D9B0> /usr/lib/system/libdyld.dylib
0x7fff8afad000 - 0x7fff8afb5fff libGFXShared.dylib (12.1) <5A0C2493-200C-30BE-97D5-8E8C0B8E604D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8afb6000 - 0x7fff8afb7fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8b8bd000 - 0x7fff8b8c9ff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8b8ca000 - 0x7fff8b8d8ff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff8b8d9000 - 0x7fff8bb6bffb com.apple.RawCamera.bundle (6.21 - 879) <4F0A10FB-7C96-31E8-9A70-E30F615B2565> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8bb7c000 - 0x7fff8bbabffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
0x7fff8bbc6000 - 0x7fff8bbcbff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
0x7fff8bbcc000 - 0x7fff8bc11ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff8be06000 - 0x7fff8be0efef libcldcpuengine.dylib (2.7.3) <385BE8CE-16D8-3FCB-8558-8EB744D3DFE6> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8be0f000 - 0x7fff8be0ffff com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8be1a000 - 0x7fff8be22fff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8be28000 - 0x7fff8be39fff libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff8c00f000 - 0x7fff8c033fff com.apple.MultitouchSupport.framework (304.12 - 304.12) <65CB7653-EACD-3ADB-ABB6-2E0671708301> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8c0dc000 - 0x7fff8c0defff com.apple.CoreDuetDebugLogging (1.0 - 1) <7C932160-AC9C-3173-900F-98138E829CB3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff8c4f6000 - 0x7fff8c4f8ff7 com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8c4f9000 - 0x7fff8c522ff7 libxslt.1.dylib (14.4) <72CD1CA4-1FBD-3672-ADCE-A89AB741689A> /usr/lib/libxslt.1.dylib
0x7fff8c523000 - 0x7fff8c528fff com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8c529000 - 0x7fff8c734fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
0x7fff8c75e000 - 0x7fff8d387ff7 com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8d40c000 - 0x7fff8d435ff7 libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib
0x7fff8d436000 - 0x7fff8d436fff com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8d437000 - 0x7fff8d4c4fef libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib
0x7fff8d4c5000 - 0x7fff8d4ecfff com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8d4f0000 - 0x7fff8d53cfff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8d53d000 - 0x7fff8d545fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8d548000 - 0x7fff8d56afff com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8d588000 - 0x7fff8d5a4ff7 libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
0x7fff8d60b000 - 0x7fff8d624fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8d625000 - 0x7fff8d6bafff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8d6bb000 - 0x7fff8d6e0ff7 libPng.dylib (1459) <F3A3BCAD-244C-3014-9D44-5ED179BD391D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8d723000 - 0x7fff8d728ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
0x7fff8d72f000 - 0x7fff8d72ffff com.apple.CoreServices (728.13 - 728.13) <E3DFECD2-ECEA-3242-972D-95B9646B57B8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8d8dc000 - 0x7fff8d8eafff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff8d8eb000 - 0x7fff8d8fcfff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
0x7fff8dbfb000 - 0x7fff8dc04ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8dc50000 - 0x7fff8dc8aff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8df9c000 - 0x7fff8dfcbff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8e09a000 - 0x7fff8e260ff7 com.apple.ImageIO.framework (3.3.0 - 1459) <228306DC-0C7F-3D69-92FA-B2E46E47AA9F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8e844000 - 0x7fff8e848fff libGIF.dylib (1459) <7C84B660-04BC-3D05-8C02-A7FBE51FD77B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8e849000 - 0x7fff8eaefff7 com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8eaf0000 - 0x7fff8eeecfff libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8ef16000 - 0x7fff8ef19ff3 libCGXCoreImage.A.dylib (960.3) <8DA6B68D-951C-3B71-A63B-2197A71E6FEE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff8ef1a000 - 0x7fff8f1a1fff com.apple.CFNetwork (760.6.3 - 760.6.3) <8CB9CB2E-D0FB-31D4-A1AE-2A5FE028AD6B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8f1a2000 - 0x7fff8f1f0fff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
0x7fff9016c000 - 0x7fff90195fff com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff90207000 - 0x7fff90218ff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
0x7fff90219000 - 0x7fff9021efff com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9021f000 - 0x7fff9027bfff libTIFF.dylib (1459) <1E1839C3-2C99-38B8-A729-788459576858> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff902d1000 - 0x7fff90313ff7 com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff9047a000 - 0x7fff9052afff com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff9059f000 - 0x7fff905d3ff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9062c000 - 0x7fff90648ff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
0x7fff9066c000 - 0x7fff9066effb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff9066f000 - 0x7fff90672ff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff90673000 - 0x7fff90841ff3 com.apple.QuartzCore (1.11 - 410.14) <076BDE58-8AED-3D47-84FD-548CF8E8EDB9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff90850000 - 0x7fff90851fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff90852000 - 0x7fff9085afff libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
0x7fff90b51000 - 0x7fff90b5bfff com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff914ef000 - 0x7fff91520fff com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff91521000 - 0x7fff9152aff3 libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
0x7fff915a3000 - 0x7fff915a4fff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
0x7fff915a5000 - 0x7fff91694ff7 libxml2.2.dylib (29.10) <B3B03292-7E1A-34AB-888C-3D49D63D60C6> /usr/lib/libxml2.2.dylib
0x7fff9170a000 - 0x7fff9170efff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
0x7fff91715000 - 0x7fff91717ff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
0x7fff91718000 - 0x7fff91764ffb com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff91959000 - 0x7fff91a2fffb com.apple.DiskImagesFramework (10.11.4 - 417.4) <B9525D22-6F0D-39C5-BA9B-9DF195FE1968> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff91a5e000 - 0x7fff91aedff7 libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib
0x7fff91aee000 - 0x7fff91c94ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff91c95000 - 0x7fff91c97ff7 libRadiance.dylib (1459) <43B09AB2-B747-3EA0-A0AF-9A33B3A449D2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff91ccb000 - 0x7fff91d42feb libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib
0x7fff91d43000 - 0x7fff91da1fff com.apple.SystemConfiguration (1.14 - 1.14) <D801FAD7-5A2D-3E5E-9F44-B6C9B8BEA747> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff91da2000 - 0x7fff91df4fff com.apple.CloudDocs (1.0 - 383.13) <5FD9138D-09D9-3B97-BBAD-5692E1687F30> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff91dfb000 - 0x7fff91e01fff com.apple.IOAccelerator (205.11 - 205.11) <C51BF724-F8E8-3B9F-806E-A00C65056445> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff91e09000 - 0x7fff91e96dd7 com.apple.AppleJPEG (1.0 - 1) <BF7EDBDB-A52D-37F7-BDE4-EAD49310D7A9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff91ed3000 - 0x7fff91f1fff7 com.apple.corelocation (1486.17 - 1615.38) <6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff92306000 - 0x7fff92311fff libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
0x7fff92a67000 - 0x7fff92a76ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff92aa7000 - 0x7fff92aa9fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff92d50000 - 0x7fff92ecefff com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff92f0f000 - 0x7fff92f2dff7 libsystem_kernel.dylib (3248.60.11) <A3F069EA-6A41-35CA-BDF8-187E0209B3E2> /usr/lib/system/libsystem_kernel.dylib
0x7fff92f2e000 - 0x7fff92fb7ff7 com.apple.PerformanceAnalysis (1.0 - 1) <9EF745B2-ECD5-33F8-912F-E96771C9E6F8> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff93391000 - 0x7fff933e2fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff934b0000 - 0x7fff934b0fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff93513000 - 0x7fff9357afff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff936f2000 - 0x7fff937acfff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff9491c000 - 0x7fff9491dfff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9491e000 - 0x7fff94927ff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
0x7fff94f36000 - 0x7fff94f77ff7 libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff94f78000 - 0x7fff94f84fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff95023000 - 0x7fff9502ffff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff95030000 - 0x7fff95034fff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
0x7fff9505e000 - 0x7fff9510efe7 libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff95224000 - 0x7fff95235ff7 libsystem_trace.dylib (201.10.3) <E9311C03-9E61-3B13-AF3F-A64956FFF269> /usr/lib/system/libsystem_trace.dylib
0x7fff95326000 - 0x7fff9532bfff com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9532c000 - 0x7fff9532cff7 libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
0x7fff95479000 - 0x7fff955a6ff3 com.apple.CoreText (352.0 - 494.12) <ADBE8355-D4F5-3316-A6C4-D641D615CEC4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9562c000 - 0x7fff95637fff libkxld.dylib (3248.60.11) <9F422A08-0212-36E1-BFF8-1491C70EBFCA> /usr/lib/system/libkxld.dylib
0x7fff95638000 - 0x7fff95653ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff9591a000 - 0x7fff95944ff7 libc++abi.dylib (307.2) <922EFB36-0E9E-315B-8270-E81AC43472C0> /usr/lib/libc++abi.dylib
0x7fff95945000 - 0x7fff95961fff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff95988000 - 0x7fff959a7ff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff959ad000 - 0x7fff95a13ff7 libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib
0x7fff95b06000 - 0x7fff95b44ff7 libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff95b45000 - 0x7fff95e99fff com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff95efe000 - 0x7fff95efeff7 liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib
0x7fff95eff000 - 0x7fff95efffff libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
0x7fff95f10000 - 0x7fff95f12fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff961b6000 - 0x7fff961cefef libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib
0x7fff961cf000 - 0x7fff9622dfff com.apple.CoreServices.OSServices (728.13 - 728.13) <27C12B92-7845-38DD-B82D-DC5B678352D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff967e5000 - 0x7fff96909fff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
0x7fff9698c000 - 0x7fff969b7ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff969b8000 - 0x7fff969ceff7 libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff969dc000 - 0x7fff96be9fff libicucore.A.dylib (551.51.4) <3899B146-3840-3D4A-8C4A-FE391D5D25C7> /usr/lib/libicucore.A.dylib
0x7fff96bea000 - 0x7fff96c3aff7 com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff96cb3000 - 0x7fff96cccfff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff96ccd000 - 0x7fff96cd5fef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
0x7fff96d6a000 - 0x7fff96d7afff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fff96dce000 - 0x7fff96e05ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff96e06000 - 0x7fff96e06fff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff96e59000 - 0x7fff96e69ff3 com.apple.ProtocolBuffer (1 - 243) <BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff96eb7000 - 0x7fff96f2bff3 com.apple.securityfoundation (6.0 - 55126) <DAA4FDD0-7F84-30AA-BE6F-96BB9F871F07> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff96f2c000 - 0x7fff972c1fdb com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff972f2000 - 0x7fff973d2ff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff973d3000 - 0x7fff97418ff3 libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff97419000 - 0x7fff9741affb libSystem.B.dylib (1226.10.1) <012548CD-614D-3AF0-B3B1-676F427D2CD6> /usr/lib/libSystem.B.dylib
0x7fff9741b000 - 0x7fff9741dfff libCVMSPluginSupport.dylib (12.1) <D81B3D8D-B83F-3918-BD4B-6C794A30AF9F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff97426000 - 0x7fff9747bfff com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff9747c000 - 0x7fff97487ff7 libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
0x7fff97490000 - 0x7fff97491ffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
0x7fff97576000 - 0x7fff97579fff libsystem_sandbox.dylib (460.60.2) <2A68B39C-B786-3A05-87A2-56E688469FB8> /usr/lib/system/libsystem_sandbox.dylib
0x7fff977c7000 - 0x7fff97880ff7 com.apple.cloudkit.CloudKit (482.29 - 482.29) <E235B37E-1491-3857-BDE8-38450D4FE8D0> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff978a8000 - 0x7fff97b9dfff com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff97bd1000 - 0x7fff97bdcfff libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff97c21000 - 0x7fff97d88fff libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff97d89000 - 0x7fff98fd4feb com.apple.CoreGraphics (1.600.0 - 960.3) <407FA367-204F-389E-8E33-0435E3B56D40> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9904b000 - 0x7fff99053fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff99054000 - 0x7fff9908efff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff99094000 - 0x7fff9909cfff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff9909d000 - 0x7fff99111ff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff99112000 - 0x7fff995adffb com.apple.GeoServices (1.0 - 1151.49.1) <2D887517-B73D-30FF-91DC-AF6AD91F96B9> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff995db000 - 0x7fff99871fff libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
0x7fff9987b000 - 0x7fff99b15ff3 com.apple.security (7.0 - 57337.60.2) <E2E553E7-28C4-3296-B3B6-BB1B3CA73943> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff99bbc000 - 0x7fff99bd3ff7 libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
0x7fff99bed000 - 0x7fff99cd3fef unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff99cf5000 - 0x7fff99cfaff3 libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
0x7fff99f70000 - 0x7fff99fa3ff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff9a037000 - 0x7fff9a03dff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff9a32d000 - 0x7fff9a332ff7 com.apple.AssetCacheServices (14.1 - 14.1) <5F249F84-660A-3E94-B073-6729E7ED56D9> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fff9a333000 - 0x7fff9a34afff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
0x7fff9a34b000 - 0x7fff9a379ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff9a77f000 - 0x7fff9a826fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff9a942000 - 0x7fff9a944ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff9a9a6000 - 0x7fff9a9deff7 com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff9aa15000 - 0x7fff9aafbff7 libcrypto.0.9.8.dylib (59.60.1) <D68067AD-D1E0-3196-9796-51BE9B969C8E> /usr/lib/libcrypto.0.9.8.dylib
0x7fff9b036000 - 0x7fff9b4acfff com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9b4ad000 - 0x7fff9b4adfff com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff9b4ae000 - 0x7fff9b4d2fff libJPEG.dylib (1459) <B274689A-56C5-3DBE-9E4E-049608BBD50B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff9b4f0000 - 0x7fff9b55eff7 com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff9b565000 - 0x7fff9b657ff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
0x7fff9bbfe000 - 0x7fff9bc94fff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff9bc96000 - 0x7fff9beb7ff7 com.apple.CoreImage (11.4.0 - 366.4.19) <F5B7B115-E43A-3C61-A6AD-EFCDE7FC43A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff9beb8000 - 0x7fff9beb9ff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff9c016000 - 0x7fff9c021fff com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff9c022000 - 0x7fff9c030fff com.apple.opengl (12.1.0 - 12.1.0) <0718DB60-BA4F-3CF7-A117-10A2515D931F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff9c0d0000 - 0x7fff9c0f9fff libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib
0x7fff9c0fa000 - 0x7fff9c169fff com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff9c188000 - 0x7fff9c1d7ff7 com.apple.opencl (2.7.0 - 2.7.0) <39581F1A-04FE-3CCA-9118-E9BB9053F7A1> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9c8ef000 - 0x7fff9c920ff7 libncurses.5.4.dylib (46) <D4C10699-3E8F-3F42-A695-7490EA4B6B32> /usr/lib/libncurses.5.4.dylib
0x7fff9c980000 - 0x7fff9c983fff com.apple.IOSurface (108.2.3 - 108.2.3) <52E51D16-42E9-3DDB-A16C-48225EF262C4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff9c98f000 - 0x7fff9c9a6ff7 libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
0x7fff9c9a7000 - 0x7fff9ca16fff com.apple.datadetectorscore (7.0 - 460) <E8616F01-90AC-3863-B18C-426E6DD1ACDE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff9caa2000 - 0x7fff9cbb1fe7 libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff9cc5d000 - 0x7fff9cc5dfff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
0x7fff9cc61000 - 0x7fff9cd05fff com.apple.Bluetooth (4.4.6 - 4.4.6f1) <F8E54D34-DAAB-319F-8AE7-F3C55CA0CC68> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9cd8c000 - 0x7fff9cda0fff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <1D60D60C-914A-3BAB-8607-79F68F4C712E> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff9cda1000 - 0x7fff9cec8fff com.apple.LaunchServices (728.13 - 728.13) <DF9A69C3-06AD-3062-A40A-50ED12CA18CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff9cec9000 - 0x7fff9cf81ff7 com.apple.CoreDuet (1.0 - 1) <FC1EAEE1-73A4-3B13-A634-1D2A94D0C0B7> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff9cfa8000 - 0x7fff9cfa8fff libmetal_timestamp.dylib (600.0.44.2) <DEEA1127-7A5D-3EF2-A4B2-AE125CBA5DB5> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 109
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: 27780
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=242.6M resident=0K(0%) swapped_out_or_unallocated=242.6M(100%)
Writable regions: Total=343.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=343.2M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate.framework 128K 2
Activity Tracing 2048K 2
CG backing stores 13.4M 7
CG image 136K 13
CG shared images 336K 8
CoreAnimation 228K 24
CoreUI image data 2124K 16
CoreUI image file 192K 3
Dispatch continuations 16.0M 2
Foundation 28K 3
Kernel Alloc Once 8K 3
MALLOC 160.2M 51
MALLOC guard page 32K 7
Memory Tag 242 12K 2
OpenCL 24K 3
Process Corpse Info 2048K 2
STACK GUARD 48K 13
Stack 13.7M 16
Stack (reserved) 56.0M 2 reserved VM address space (unallocated)
Stack Guard 4K 2
VM_ALLOCATE 52K 8
__DATA 96.6M 312
__IMAGE 528K 2
__LINKEDIT 94.2M 40
__TEXT 148.4M 258
__UNICODE 552K 2
mapped file 1.0G 30
shared memory 16.3M 7
=========== ======= =======
TOTAL 1.6G 812
TOTAL, minus reserved VM space 1.6G 812
Model: MacBookPro11,3, BootROM MBP112.0138.B17, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)
Bluetooth: Version 4.4.6f1 17910, 3 services, 27 devices, 1 incoming serial ports
Network Service: Broadcom NetXtreme Gigabit Ethernet Controller, Ethernet, en3
PCI Card: pci1b73,1100, USB eXtensible Host Controller, Thunderbolt@196,0,0
PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@195,0,0
PCI Card: Broadcom 57762-A1, Ethernet Controller, Thunderbolt@194,0,0
Serial ATA Device: APPLE SSD SM1024F, 1 TB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: USB PnP Sound Device
USB Device: Hub
USB Device: Hub
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: Apple Cinema HD Display
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
Thunderbolt Device: Express Dock, Belkin International, Inc., 3, 26.1
[-- Attachment #3: Type: text/plain, Size: 2690 bytes --]
In GNU Emacs 25.1.1 (x86_64-apple-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G1004))
of 2016-10-09 built on rainbow.local
Windowing system distributor 'Apple', version 10.3.1404
Configured using:
'configure --disable-dependency-tracking --disable-silent-rules
--enable-locallisppath=/usr/local/share/emacs/site-lisp
--infodir=/usr/local/Cellar/emacs/25.1/share/info/emacs
--prefix=/usr/local/Cellar/emacs/25.1 --without-x --with-xml2
--without-dbus --with-gnutls --with-imagemagick --with-rsvg --with-ns
--disable-ns-self-contained'
Configured features:
JPEG RSVG IMAGEMAGICK NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS
NS
Important settings:
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message dired format-spec rfc822 mml
mml-sec password-cache epg epg-config gnus-util mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util help-fns help-mode easymenu
cl-loaddefs pcase cl-lib mail-prsvr mail-utils time-date mule-util
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel ns-win ucs-normalize term/common-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese charscript case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote kqueue cocoa ns multi-tty
make-network-process emacs)
Memory information:
((conses 16 195998 6534)
(symbols 48 19735 0)
(miscs 40 50 176)
(strings 32 15069 5856)
(string-bytes 1 433667)
(vectors 16 32908)
(vector-slots 8 653890 4234)
(floats 8 158 12)
(intervals 56 213 0)
(buffers 976 18))
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM
2016-11-09 20:03 bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM Gemini Lasswell
@ 2016-11-10 16:30 ` Eli Zaretskii
2016-11-10 17:02 ` Gemini Lasswell
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2016-11-10 16:30 UTC (permalink / raw)
To: Gemini Lasswell; +Cc: 24911
> From: Gemini Lasswell <gazally@runbox.com>
> Date: Wed, 09 Nov 2016 12:03:47 -0800
>
> Typing an example from the "Read Syntax for Circular Objects" section of
> the manual into IELM can cause Emacs to hang or crash. I can reproduce
> this fairly consistently with an Emacs built from master on my machine. It
> took me several tries, but I was also able to reproduce it with the Emacs
> 25.1 installed by homebrew. Here are the steps:
>
> emacs -Q
> M-x ielm RET
> #1=(a #1#) RET
> C-p C-p RET
>
> Result: (on OS X) rainbow spinning mouse cursor, unresponsive Emacs
I get an error when I type the first line at IELM prompt:
*** Eval error *** Symbol’s function definition is void: a
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM
2016-11-10 16:30 ` Eli Zaretskii
@ 2016-11-10 17:02 ` Gemini Lasswell
2016-11-10 17:26 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Gemini Lasswell @ 2016-11-10 17:02 UTC (permalink / raw)
To: Eli Zaretskii, 24911
Eli Zaretskii <eliz@gnu.org> writes:
>
> I get an error when I type the first line at IELM prompt:
>
> *** Eval error *** Symbol’s function definition is void: a
Yes, so do I. The hang happens when I navigate back to the first line
after receiving the error message and either edit it and press RET, or
press RET again without editing it.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM
2016-11-10 17:02 ` Gemini Lasswell
@ 2016-11-10 17:26 ` Eli Zaretskii
2016-11-10 18:08 ` Gemini Lasswell
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2016-11-10 17:26 UTC (permalink / raw)
To: Gemini Lasswell; +Cc: 24911
> From: Gemini Lasswell <gazally@runbox.com>
> Cc:
> Date: Thu, 10 Nov 2016 09:02:13 -0800
>
> > I get an error when I type the first line at IELM prompt:
> >
> > *** Eval error *** Symbol’s function definition is void: a
>
> Yes, so do I. The hang happens when I navigate back to the first line
> after receiving the error message and either edit it and press RET, or
> press RET again without editing it.
When I do that, I get "end of file during parsing".
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM
2016-11-10 17:26 ` Eli Zaretskii
@ 2016-11-10 18:08 ` Gemini Lasswell
2016-11-10 18:52 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Gemini Lasswell @ 2016-11-10 18:08 UTC (permalink / raw)
To: Eli Zaretskii, 24911
Eli Zaretskii <eliz@gnu.org> writes:
>> > I get an error when I type the first line at IELM prompt:
>> >
>> > *** Eval error *** Symbol’s function definition is void: a
>>
>> Yes, so do I. The hang happens when I navigate back to the first line
>> after receiving the error message and either edit it and press RET, or
>> press RET again without editing it.
>
> When I do that, I get "end of file during parsing".
Yes, I've seen that too. Is that the correct behavior? Shouldn't it
repeat the same error message as before?
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM
2016-11-10 18:08 ` Gemini Lasswell
@ 2016-11-10 18:52 ` Eli Zaretskii
2016-11-10 19:25 ` Gemini Lasswell
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2016-11-10 18:52 UTC (permalink / raw)
To: Gemini Lasswell; +Cc: 24911
> From: Gemini Lasswell <gazally@runbox.com>
> Cc:
> Date: Thu, 10 Nov 2016 10:08:05 -0800
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> >> > I get an error when I type the first line at IELM prompt:
> >> >
> >> > *** Eval error *** Symbol’s function definition is void: a
> >>
> >> Yes, so do I. The hang happens when I navigate back to the first line
> >> after receiving the error message and either edit it and press RET, or
> >> press RET again without editing it.
> >
> > When I do that, I get "end of file during parsing".
>
> Yes, I've seen that too. Is that the correct behavior? Shouldn't it
> repeat the same error message as before?
I don't know, but it's hardly fatal. I'd like to focus on the hangs
and crashes first, if they can be reproduced.
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM
2016-11-10 18:52 ` Eli Zaretskii
@ 2016-11-10 19:25 ` Gemini Lasswell
2016-11-10 20:06 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Gemini Lasswell @ 2016-11-10 19:25 UTC (permalink / raw)
To: Eli Zaretskii, 24911
[-- Attachment #1: Type: text/plain, Size: 360 bytes --]
Eli Zaretskii <eliz@gnu.org> writes:
>
> I don't know, but it's hardly fatal. I'd like to focus on the hangs
> and crashes first, if they can be reproduced.
>
I have just made it happen under gdb, with a breakpoint on
handle_sigsegv. Here is the output of 'bt full'. It tells me
'xbacktrace' is an undefined command. This is my first time working with
gdb.
[-- Attachment #2: btfull --]
[-- Type: text/plain, Size: 55285 bytes --]
(gdb) bt full
#0 0x000000010023ca45 in mark_object (arg=...) at alloc.c:6501
obj = {i = 4287568137794125953}
po = 0x3b8080813b808080
cdr_count = 0
#1 0x000000010023cca1 in mark_object (arg=...) at alloc.c:6552
ptr = 0x7fff5fbf8288
obj = {i = 140734799774347}
po = 0x7fff5fbf8288
cdr_count = 1
#2 0x000000010023b8fb in garbage_collect_1 (end=0x7fff5fbf69a8) at alloc.c:5760
nextb = 0x0
stack_top_variable = 0 '\000'
i = 201
message_p = false
count = 15
start = {tv_sec = 1478803081, tv_nsec = 104810000}
retval = {i = 0}
tot_before = 0
total = {{i = 15840}, {i = 0}, {i = 4347923528}, {i = 844424930169600}, {i = 14}, {i = 4300581317}, {i = 4300581284}, {i = 20832}, {i = 8592}, {i = 20352}}
#3 0x000000010023b582 in Fgarbage_collect () at alloc.c:5992
end = 0x7fff5fbf69a8
#4 0x000000010017e24a in maybe_gc () at ./lisp.h:4685
No locals.
#5 0x000000010027548f in Ffuncall (nargs=1, args=0x7fff5fbf6c90) at eval.c:2664
fun = {i = 3710856085829}
original_fun = {i = 4296516965}
funcar = {i = 140734799768592}
numargs = 0
lisp_numargs = {i = 4303710096}
val = {i = 41472}
internal_args = 0x7fff5fbf6bf0
count = 14
#6 0x00000001002e45bf in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=0, args=0x7fff5fbf7e60) at bytecode.c:639
op = 0
type = CATCHER
targets = {0x1002e8d1a <exec_byte_code+23082>, 0x1002e8da5 <exec_byte_code+23221>, 0x1002e8daa <exec_byte_code+23226>, 0x1002e8daf <exec_byte_code+23231>, 0x1002e8db4 <exec_byte_code+23236>, 0x1002e8db9 <exec_byte_code+23241>, 0x1002e8e2e <exec_byte_code+23358>, 0x1002e8eb7 <exec_byte_code+23495>, 0x1002e391c <exec_byte_code+1580>, 0x1002e3921 <exec_byte_code+1585>, 0x1002e3926 <exec_byte_code+1590>, 0x1002e392b <exec_byte_code+1595>, 0x1002e3930 <exec_byte_code+1600>, 0x1002e3935 <exec_byte_code+1605>, 0x1002e3949 <exec_byte_code+1625>, 0x1002e38d0 <exec_byte_code+1504>, 0x1002e4026 <exec_byte_code+3382>, 0x1002e402b <exec_byte_code+3387>, 0x1002e4030 <exec_byte_code+3392>, 0x1002e4035 <exec_byte_code+3397>, 0x1002e403a <exec_byte_code+3402>, 0x1002e403f <exec_byte_code+3407>, 0x1002e409f <exec_byte_code+3503>, 0x1002e4053 <exec_byte_code+3427>, 0x1002e444f <exec_byte_code+4447>, 0x1002e4454 <exec_byte_code+4452>, 0x1002e4459 <exec_byte_code+4457>, 0x1002e445e <exec_byte_code+4462>, 0x1002e4463 <exec_byte_code+4467>, 0x1002e4468 <exec_byte_code+4472>, 0x1002e43e0 <exec_byte_code+4336>, 0x1002e4403 <exec_byte_code+4371>, 0x1002e454c <exec_byte_code+4700>, 0x1002e4551 <exec_byte_code+4705>, 0x1002e4556 <exec_byte_code+4710>, 0x1002e455b <exec_byte_code+4715>, 0x1002e4560 <exec_byte_code+4720>, 0x1002e4565 <exec_byte_code+4725>, 0x1002e44dd <exec_byte_code+4589>, 0x1002e4500 <exec_byte_code+4624>, 0x1002e4680 <exec_byte_code+5008>, 0x1002e4685 <exec_byte_code+5013>, 0x1002e468a <exec_byte_code+5018>, 0x1002e468f <exec_byte_code+5023>, 0x1002e4694 <exec_byte_code+5028>, 0x1002e4699 <exec_byte_code+5033>, 0x1002e4611 <exec_byte_code+4897>, 0x1002e4634 <exec_byte_code+4932>, 0x1002e52c6 <exec_byte_code+8150>, 0x1002e5177 <exec_byte_code+7815>, 0x1002e5168 <exec_byte_code+7800>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e55a6 <exec_byte_code+8886>, 0x1002e575f <exec_byte_code+9327>, 0x1002e5804 <exec_byte_code+9492>, 0x1002e58a9 <exec_byte_code+9657>, 0x1002e5951 <exec_byte_code+9825>, 0x1002e3da5 <exec_byte_code+2741>, 0x1002e3e67 <exec_byte_code+2935>, 0x1002e5a29 <exec_byte_code+10041>, 0x1002e3c7a <exec_byte_code+2442>, 0x1002e3efa <exec_byte_code+3082>, 0x1002e5ae8 <exec_byte_code+10232>, 0x1002e5b7b <exec_byte_code+10379>, 0x1002e5be8 <exec_byte_code+10488>, 0x1002e5c7b <exec_byte_code+10635>, 0x1002e5cfe <exec_byte_code+10766>, 0x1002e5e3a <exec_byte_code+11082>, 0x1002e5ea7 <exec_byte_code+11191>, 0x1002e5f3a <exec_byte_code+11338>, 0x1002e5ff5 <exec_byte_code+11525>, 0x1002e6062 <exec_byte_code+11634>, 0x1002e60cf <exec_byte_code+11743>, 0x1002e6162 <exec_byte_code+11890>, 0x1002e61f5 <exec_byte_code+12037>, 0x1002e6288 <exec_byte_code+12184>, 0x1002e6343 <exec_byte_code+12371>, 0x1002e63c6 <exec_byte_code+12502>, 0x1002e6449 <exec_byte_code+12633>, 0x1002e6585 <exec_byte_code+12949>, 0x1002e6645 <exec_byte_code+13141>, 0x1002e6705 <exec_byte_code+13333>, 0x1002e6a53 <exec_byte_code+14179>, 0x1002e6aeb <exec_byte_code+14331>, 0x1002e6b83 <exec_byte_code+14483>, 0x1002e6c1b <exec_byte_code+14635>, 0x1002e6cb3 <exec_byte_code+14787>, 0x1002e6d36 <exec_byte_code+14918>, 0x1002e6dfd <exec_byte_code+15117>, 0x1002e6e80 <exec_byte_code+15248>, 0x1002e6f03 <exec_byte_code+15379>, 0x1002e6f86 <exec_byte_code+15510>, 0x1002e711f <exec_byte_code+15919>, 0x1002e4f69 <exec_byte_code+7289>, 0x1002e71a9 <exec_byte_code+16057>, 0x1002e7216 <exec_byte_code+16166>, 0x1002e7340 <exec_byte_code+16464>, 0x1002e73c3 <exec_byte_code+16595>, 0x1002e7446 <exec_byte_code+16726>, 0x1002e74b3 <exec_byte_code+16835>, 0x1002e7525 <exec_byte_code+16949>, 0x1002e7597 <exec_byte_code+17063>, 0x1002e7611 <exec_byte_code+17185>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e76a1 <exec_byte_code+17329>, 0x1002e7713 <exec_byte_code+17443>, 0x1002e7785 <exec_byte_code+17557>, 0x1002e77f7 <exec_byte_code+17671>, 0x1002e7869 <exec_byte_code+17785>, 0x1002e78db <exec_byte_code+17899>, 0x1002e4f6e <exec_byte_code+7294>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e7948 <exec_byte_code+18008>, 0x1002e79d4 <exec_byte_code+18148>, 0x1002e7a41 <exec_byte_code+18257>, 0x1002e7aae <exec_byte_code+18366>, 0x1002e7b41 <exec_byte_code+18513>, 0x1002e7bd4 <exec_byte_code+18660>, 0x1002e7c41 <exec_byte_code+18769>, 0x1002e7e2f <exec_byte_code+19263>, 0x1002e7ec2 <exec_byte_code+19410>, 0x1002e7f55 <exec_byte_code+19557>, 0x1002e7fe8 <exec_byte_code+19704>, 0x1002e805a <exec_byte_code+19818>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4e72 <exec_byte_code+7042>, 0x1002e478c <exec_byte_code+5276>, 0x1002e3ba7 <exec_byte_code+2231>, 0x1002e4913 <exec_byte_code+5667>, 0x1002e49d8 <exec_byte_code+5864>, 0x1002e4aa1 <exec_byte_code+6065>, 0x1002e4e23 <exec_byte_code+6963>, 0x1002e4e28 <exec_byte_code+6968>, 0x1002e4377 <exec_byte_code+4231>, 0x1002e4f12 <exec_byte_code+7202>, 0x1002e4fab <exec_byte_code+7355>, 0x1002e5075 <exec_byte_code+7557>, 0x1002e50cc <exec_byte_code+7644>, 0x1002e530f <exec_byte_code+8223>, 0x1002e53c6 <exec_byte_code+8406>, 0x1002e5481 <exec_byte_code+8593>, 0x1002e54f7 <exec_byte_code+8711>, 0x1002e471e <exec_byte_code+5166>, 0x1002e80c7 <exec_byte_code+19927>, 0x1002e8182 <exec_byte_code+20114>, 0x1002e81ef <exec_byte_code+20223>, 0x1002e825c <exec_byte_code+20332>, 0x1002e82c9 <exec_byte_code+20441>, 0x1002e8336 <exec_byte_code+20550>, 0x1002e83c9 <exec_byte_code+20697>, 0x1002e845c <exec_byte_code+20844>, 0x1002e84ef <exec_byte_code+20991>, 0x1002e8582 <exec_byte_code+21138>, 0x1002e87b4 <exec_byte_code+21700>, 0x1002e8847 <exec_byte_code+21847>, 0x1002e88da <exec_byte_code+21994>, 0x1002e8947 <exec_byte_code+22103>, 0x1002e89da <exec_byte_code+22250>, 0x1002e8a6d <exec_byte_code+22397>, 0x1002e8ada <exec_byte_code+22506>, 0x1002e8b47 <exec_byte_code+22615>, 0x1002e7009 <exec_byte_code+15641>, 0x1002e708c <exec_byte_code+15772>, 0x1002e8bca <exec_byte_code+22746>, 0x1002e8c72 <exec_byte_code+22914>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4b6a <exec_byte_code+6266>, 0x1002e4b93 <exec_byte_code+6307>, 0x1002e4c35 <exec_byte_code+6469>, 0x1002e4cd7 <exec_byte_code+6631>, 0x1002e4d7d <exec_byte_code+6797>, 0x1002e5d81 <exec_byte_code+10897>, 0x1002e64cc <exec_byte_code+12764>, 0x1002e7287 <exec_byte_code+16279>, 0x1002e8f6c <exec_byte_code+23676>, 0x1002e8ffd <exec_byte_code+23821>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e90ba <exec_byte_code+24010>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e9179 <exec_byte_code+24201> <repeats 64 times>}
const_length = 9
bytestr_length = 28
vectorp = 0x10051ef20
quitcounter = 1 '\001'
stack_items = 5
sa_avail = 16316
sa_count = 14
sa_must_free = false
stack_base = 0x7fff5fbf6c80
stack_lim = 0x7fff5fbf6ca8
top = 0x7fff5fbf6c90
void_stack_lim = 0x7fff5fbf6ca8
bytestr_data = 0x7fff5fbf6ca8 "\300\301!\302 \203\031"
pc = 0x7fff5fbf6cc3 "\207\377\177"
count = 14
result = {i = 0}
#7 0x00000001002770c0 in funcall_lambda (fun=..., nargs=0, arg_vector=0x7fff5fbf7e60) at eval.c:2878
size = 5
val = {i = 72057594037927936}
syms_left = {i = 2}
next = {i = 60129542144}
lexenv = {i = 4300336840}
count = 14
i = 140734799772608
optional = false
rest = false
#8 0x0000000100275ba6 in Ffuncall (nargs=1, args=0x7fff5fbf7e58) at eval.c:2763
fun = {i = 4300336845}
original_fun = {i = 117646792}
funcar = {i = 0}
numargs = 0
lisp_numargs = {i = 0}
val = {i = 0}
internal_args = 0x0
count = 13
#9 0x00000001002e45bf in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=0, args=0x7fff5fbf9060) at bytecode.c:639
op = 0
type = (unknown: 680)
targets = {0x1002e8d1a <exec_byte_code+23082>, 0x1002e8da5 <exec_byte_code+23221>, 0x1002e8daa <exec_byte_code+23226>, 0x1002e8daf <exec_byte_code+23231>, 0x1002e8db4 <exec_byte_code+23236>, 0x1002e8db9 <exec_byte_code+23241>, 0x1002e8e2e <exec_byte_code+23358>, 0x1002e8eb7 <exec_byte_code+23495>, 0x1002e391c <exec_byte_code+1580>, 0x1002e3921 <exec_byte_code+1585>, 0x1002e3926 <exec_byte_code+1590>, 0x1002e392b <exec_byte_code+1595>, 0x1002e3930 <exec_byte_code+1600>, 0x1002e3935 <exec_byte_code+1605>, 0x1002e3949 <exec_byte_code+1625>, 0x1002e38d0 <exec_byte_code+1504>, 0x1002e4026 <exec_byte_code+3382>, 0x1002e402b <exec_byte_code+3387>, 0x1002e4030 <exec_byte_code+3392>, 0x1002e4035 <exec_byte_code+3397>, 0x1002e403a <exec_byte_code+3402>, 0x1002e403f <exec_byte_code+3407>, 0x1002e409f <exec_byte_code+3503>, 0x1002e4053 <exec_byte_code+3427>, 0x1002e444f <exec_byte_code+4447>, 0x1002e4454 <exec_byte_code+4452>, 0x1002e4459 <exec_byte_code+4457>, 0x1002e445e <exec_byte_code+4462>, 0x1002e4463 <exec_byte_code+4467>, 0x1002e4468 <exec_byte_code+4472>, 0x1002e43e0 <exec_byte_code+4336>, 0x1002e4403 <exec_byte_code+4371>, 0x1002e454c <exec_byte_code+4700>, 0x1002e4551 <exec_byte_code+4705>, 0x1002e4556 <exec_byte_code+4710>, 0x1002e455b <exec_byte_code+4715>, 0x1002e4560 <exec_byte_code+4720>, 0x1002e4565 <exec_byte_code+4725>, 0x1002e44dd <exec_byte_code+4589>, 0x1002e4500 <exec_byte_code+4624>, 0x1002e4680 <exec_byte_code+5008>, 0x1002e4685 <exec_byte_code+5013>, 0x1002e468a <exec_byte_code+5018>, 0x1002e468f <exec_byte_code+5023>, 0x1002e4694 <exec_byte_code+5028>, 0x1002e4699 <exec_byte_code+5033>, 0x1002e4611 <exec_byte_code+4897>, 0x1002e4634 <exec_byte_code+4932>, 0x1002e52c6 <exec_byte_code+8150>, 0x1002e5177 <exec_byte_code+7815>, 0x1002e5168 <exec_byte_code+7800>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e55a6 <exec_byte_code+8886>, 0x1002e575f <exec_byte_code+9327>, 0x1002e5804 <exec_byte_code+9492>, 0x1002e58a9 <exec_byte_code+9657>, 0x1002e5951 <exec_byte_code+9825>, 0x1002e3da5 <exec_byte_code+2741>, 0x1002e3e67 <exec_byte_code+2935>, 0x1002e5a29 <exec_byte_code+10041>, 0x1002e3c7a <exec_byte_code+2442>, 0x1002e3efa <exec_byte_code+3082>, 0x1002e5ae8 <exec_byte_code+10232>, 0x1002e5b7b <exec_byte_code+10379>, 0x1002e5be8 <exec_byte_code+10488>, 0x1002e5c7b <exec_byte_code+10635>, 0x1002e5cfe <exec_byte_code+10766>, 0x1002e5e3a <exec_byte_code+11082>, 0x1002e5ea7 <exec_byte_code+11191>, 0x1002e5f3a <exec_byte_code+11338>, 0x1002e5ff5 <exec_byte_code+11525>, 0x1002e6062 <exec_byte_code+11634>, 0x1002e60cf <exec_byte_code+11743>, 0x1002e6162 <exec_byte_code+11890>, 0x1002e61f5 <exec_byte_code+12037>, 0x1002e6288 <exec_byte_code+12184>, 0x1002e6343 <exec_byte_code+12371>, 0x1002e63c6 <exec_byte_code+12502>, 0x1002e6449 <exec_byte_code+12633>, 0x1002e6585 <exec_byte_code+12949>, 0x1002e6645 <exec_byte_code+13141>, 0x1002e6705 <exec_byte_code+13333>, 0x1002e6a53 <exec_byte_code+14179>, 0x1002e6aeb <exec_byte_code+14331>, 0x1002e6b83 <exec_byte_code+14483>, 0x1002e6c1b <exec_byte_code+14635>, 0x1002e6cb3 <exec_byte_code+14787>, 0x1002e6d36 <exec_byte_code+14918>, 0x1002e6dfd <exec_byte_code+15117>, 0x1002e6e80 <exec_byte_code+15248>, 0x1002e6f03 <exec_byte_code+15379>, 0x1002e6f86 <exec_byte_code+15510>, 0x1002e711f <exec_byte_code+15919>, 0x1002e4f69 <exec_byte_code+7289>, 0x1002e71a9 <exec_byte_code+16057>, 0x1002e7216 <exec_byte_code+16166>, 0x1002e7340 <exec_byte_code+16464>, 0x1002e73c3 <exec_byte_code+16595>, 0x1002e7446 <exec_byte_code+16726>, 0x1002e74b3 <exec_byte_code+16835>, 0x1002e7525 <exec_byte_code+16949>, 0x1002e7597 <exec_byte_code+17063>, 0x1002e7611 <exec_byte_code+17185>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e76a1 <exec_byte_code+17329>, 0x1002e7713 <exec_byte_code+17443>, 0x1002e7785 <exec_byte_code+17557>, 0x1002e77f7 <exec_byte_code+17671>, 0x1002e7869 <exec_byte_code+17785>, 0x1002e78db <exec_byte_code+17899>, 0x1002e4f6e <exec_byte_code+7294>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e7948 <exec_byte_code+18008>, 0x1002e79d4 <exec_byte_code+18148>, 0x1002e7a41 <exec_byte_code+18257>, 0x1002e7aae <exec_byte_code+18366>, 0x1002e7b41 <exec_byte_code+18513>, 0x1002e7bd4 <exec_byte_code+18660>, 0x1002e7c41 <exec_byte_code+18769>, 0x1002e7e2f <exec_byte_code+19263>, 0x1002e7ec2 <exec_byte_code+19410>, 0x1002e7f55 <exec_byte_code+19557>, 0x1002e7fe8 <exec_byte_code+19704>, 0x1002e805a <exec_byte_code+19818>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4e72 <exec_byte_code+7042>, 0x1002e478c <exec_byte_code+5276>, 0x1002e3ba7 <exec_byte_code+2231>, 0x1002e4913 <exec_byte_code+5667>, 0x1002e49d8 <exec_byte_code+5864>, 0x1002e4aa1 <exec_byte_code+6065>, 0x1002e4e23 <exec_byte_code+6963>, 0x1002e4e28 <exec_byte_code+6968>, 0x1002e4377 <exec_byte_code+4231>, 0x1002e4f12 <exec_byte_code+7202>, 0x1002e4fab <exec_byte_code+7355>, 0x1002e5075 <exec_byte_code+7557>, 0x1002e50cc <exec_byte_code+7644>, 0x1002e530f <exec_byte_code+8223>, 0x1002e53c6 <exec_byte_code+8406>, 0x1002e5481 <exec_byte_code+8593>, 0x1002e54f7 <exec_byte_code+8711>, 0x1002e471e <exec_byte_code+5166>, 0x1002e80c7 <exec_byte_code+19927>, 0x1002e8182 <exec_byte_code+20114>, 0x1002e81ef <exec_byte_code+20223>, 0x1002e825c <exec_byte_code+20332>, 0x1002e82c9 <exec_byte_code+20441>, 0x1002e8336 <exec_byte_code+20550>, 0x1002e83c9 <exec_byte_code+20697>, 0x1002e845c <exec_byte_code+20844>, 0x1002e84ef <exec_byte_code+20991>, 0x1002e8582 <exec_byte_code+21138>, 0x1002e87b4 <exec_byte_code+21700>, 0x1002e8847 <exec_byte_code+21847>, 0x1002e88da <exec_byte_code+21994>, 0x1002e8947 <exec_byte_code+22103>, 0x1002e89da <exec_byte_code+22250>, 0x1002e8a6d <exec_byte_code+22397>, 0x1002e8ada <exec_byte_code+22506>, 0x1002e8b47 <exec_byte_code+22615>, 0x1002e7009 <exec_byte_code+15641>, 0x1002e708c <exec_byte_code+15772>, 0x1002e8bca <exec_byte_code+22746>, 0x1002e8c72 <exec_byte_code+22914>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4b6a <exec_byte_code+6266>, 0x1002e4b93 <exec_byte_code+6307>, 0x1002e4c35 <exec_byte_code+6469>, 0x1002e4cd7 <exec_byte_code+6631>, 0x1002e4d7d <exec_byte_code+6797>, 0x1002e5d81 <exec_byte_code+10897>, 0x1002e64cc <exec_byte_code+12764>, 0x1002e7287 <exec_byte_code+16279>, 0x1002e8f6c <exec_byte_code+23676>, 0x1002e8ffd <exec_byte_code+23821>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e90ba <exec_byte_code+24010>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e9179 <exec_byte_code+24201> <repeats 64 times>}
const_length = 10
bytestr_length = 47
vectorp = 0x10051f0b0
quitcounter = 1 '\001'
stack_items = 6
sa_avail = 16289
sa_count = 13
sa_must_free = false
stack_base = 0x7fff5fbf7e50
stack_lim = 0x7fff5fbf7e80
top = 0x7fff5fbf7e58
void_stack_lim = 0x7fff5fbf7e80
bytestr_data = 0x7fff5fbf7e80 "\301 \302 \203\034"
pc = 0x7fff5fbf7e82 "\302 \203\034"
count = 13
result = {i = 4294967295}
#10 0x00000001002770c0 in funcall_lambda (fun=..., nargs=0, arg_vector=0x7fff5fbf9060) at eval.c:2878
size = 5
val = {i = 72057594037927936}
syms_left = {i = 2}
next = {i = 60129542144}
lexenv = {i = 4300337240}
count = 13
i = 140734799777184
optional = false
rest = false
#11 0x0000000100275ba6 in Ffuncall (nargs=1, args=0x7fff5fbf9058) at eval.c:2763
fun = {i = 4300337245}
original_fun = {i = 117646888}
funcar = {i = 140734799782304}
numargs = 0
lisp_numargs = {i = 2}
val = {i = 2}
internal_args = 0x7fff5fbf9058
count = 12
#12 0x00000001002e45bf in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=2, args=0x7fff5fbfa480) at bytecode.c:639
op = 0
type = (unknown: 12)
targets = {0x1002e8d1a <exec_byte_code+23082>, 0x1002e8da5 <exec_byte_code+23221>, 0x1002e8daa <exec_byte_code+23226>, 0x1002e8daf <exec_byte_code+23231>, 0x1002e8db4 <exec_byte_code+23236>, 0x1002e8db9 <exec_byte_code+23241>, 0x1002e8e2e <exec_byte_code+23358>, 0x1002e8eb7 <exec_byte_code+23495>, 0x1002e391c <exec_byte_code+1580>, 0x1002e3921 <exec_byte_code+1585>, 0x1002e3926 <exec_byte_code+1590>, 0x1002e392b <exec_byte_code+1595>, 0x1002e3930 <exec_byte_code+1600>, 0x1002e3935 <exec_byte_code+1605>, 0x1002e3949 <exec_byte_code+1625>, 0x1002e38d0 <exec_byte_code+1504>, 0x1002e4026 <exec_byte_code+3382>, 0x1002e402b <exec_byte_code+3387>, 0x1002e4030 <exec_byte_code+3392>, 0x1002e4035 <exec_byte_code+3397>, 0x1002e403a <exec_byte_code+3402>, 0x1002e403f <exec_byte_code+3407>, 0x1002e409f <exec_byte_code+3503>, 0x1002e4053 <exec_byte_code+3427>, 0x1002e444f <exec_byte_code+4447>, 0x1002e4454 <exec_byte_code+4452>, 0x1002e4459 <exec_byte_code+4457>, 0x1002e445e <exec_byte_code+4462>, 0x1002e4463 <exec_byte_code+4467>, 0x1002e4468 <exec_byte_code+4472>, 0x1002e43e0 <exec_byte_code+4336>, 0x1002e4403 <exec_byte_code+4371>, 0x1002e454c <exec_byte_code+4700>, 0x1002e4551 <exec_byte_code+4705>, 0x1002e4556 <exec_byte_code+4710>, 0x1002e455b <exec_byte_code+4715>, 0x1002e4560 <exec_byte_code+4720>, 0x1002e4565 <exec_byte_code+4725>, 0x1002e44dd <exec_byte_code+4589>, 0x1002e4500 <exec_byte_code+4624>, 0x1002e4680 <exec_byte_code+5008>, 0x1002e4685 <exec_byte_code+5013>, 0x1002e468a <exec_byte_code+5018>, 0x1002e468f <exec_byte_code+5023>, 0x1002e4694 <exec_byte_code+5028>, 0x1002e4699 <exec_byte_code+5033>, 0x1002e4611 <exec_byte_code+4897>, 0x1002e4634 <exec_byte_code+4932>, 0x1002e52c6 <exec_byte_code+8150>, 0x1002e5177 <exec_byte_code+7815>, 0x1002e5168 <exec_byte_code+7800>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e55a6 <exec_byte_code+8886>, 0x1002e575f <exec_byte_code+9327>, 0x1002e5804 <exec_byte_code+9492>, 0x1002e58a9 <exec_byte_code+9657>, 0x1002e5951 <exec_byte_code+9825>, 0x1002e3da5 <exec_byte_code+2741>, 0x1002e3e67 <exec_byte_code+2935>, 0x1002e5a29 <exec_byte_code+10041>, 0x1002e3c7a <exec_byte_code+2442>, 0x1002e3efa <exec_byte_code+3082>, 0x1002e5ae8 <exec_byte_code+10232>, 0x1002e5b7b <exec_byte_code+10379>, 0x1002e5be8 <exec_byte_code+10488>, 0x1002e5c7b <exec_byte_code+10635>, 0x1002e5cfe <exec_byte_code+10766>, 0x1002e5e3a <exec_byte_code+11082>, 0x1002e5ea7 <exec_byte_code+11191>, 0x1002e5f3a <exec_byte_code+11338>, 0x1002e5ff5 <exec_byte_code+11525>, 0x1002e6062 <exec_byte_code+11634>, 0x1002e60cf <exec_byte_code+11743>, 0x1002e6162 <exec_byte_code+11890>, 0x1002e61f5 <exec_byte_code+12037>, 0x1002e6288 <exec_byte_code+12184>, 0x1002e6343 <exec_byte_code+12371>, 0x1002e63c6 <exec_byte_code+12502>, 0x1002e6449 <exec_byte_code+12633>, 0x1002e6585 <exec_byte_code+12949>, 0x1002e6645 <exec_byte_code+13141>, 0x1002e6705 <exec_byte_code+13333>, 0x1002e6a53 <exec_byte_code+14179>, 0x1002e6aeb <exec_byte_code+14331>, 0x1002e6b83 <exec_byte_code+14483>, 0x1002e6c1b <exec_byte_code+14635>, 0x1002e6cb3 <exec_byte_code+14787>, 0x1002e6d36 <exec_byte_code+14918>, 0x1002e6dfd <exec_byte_code+15117>, 0x1002e6e80 <exec_byte_code+15248>, 0x1002e6f03 <exec_byte_code+15379>, 0x1002e6f86 <exec_byte_code+15510>, 0x1002e711f <exec_byte_code+15919>, 0x1002e4f69 <exec_byte_code+7289>, 0x1002e71a9 <exec_byte_code+16057>, 0x1002e7216 <exec_byte_code+16166>, 0x1002e7340 <exec_byte_code+16464>, 0x1002e73c3 <exec_byte_code+16595>, 0x1002e7446 <exec_byte_code+16726>, 0x1002e74b3 <exec_byte_code+16835>, 0x1002e7525 <exec_byte_code+16949>, 0x1002e7597 <exec_byte_code+17063>, 0x1002e7611 <exec_byte_code+17185>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e76a1 <exec_byte_code+17329>, 0x1002e7713 <exec_byte_code+17443>, 0x1002e7785 <exec_byte_code+17557>, 0x1002e77f7 <exec_byte_code+17671>, 0x1002e7869 <exec_byte_code+17785>, 0x1002e78db <exec_byte_code+17899>, 0x1002e4f6e <exec_byte_code+7294>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e7948 <exec_byte_code+18008>, 0x1002e79d4 <exec_byte_code+18148>, 0x1002e7a41 <exec_byte_code+18257>, 0x1002e7aae <exec_byte_code+18366>, 0x1002e7b41 <exec_byte_code+18513>, 0x1002e7bd4 <exec_byte_code+18660>, 0x1002e7c41 <exec_byte_code+18769>, 0x1002e7e2f <exec_byte_code+19263>, 0x1002e7ec2 <exec_byte_code+19410>, 0x1002e7f55 <exec_byte_code+19557>, 0x1002e7fe8 <exec_byte_code+19704>, 0x1002e805a <exec_byte_code+19818>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4e72 <exec_byte_code+7042>, 0x1002e478c <exec_byte_code+5276>, 0x1002e3ba7 <exec_byte_code+2231>, 0x1002e4913 <exec_byte_code+5667>, 0x1002e49d8 <exec_byte_code+5864>, 0x1002e4aa1 <exec_byte_code+6065>, 0x1002e4e23 <exec_byte_code+6963>, 0x1002e4e28 <exec_byte_code+6968>, 0x1002e4377 <exec_byte_code+4231>, 0x1002e4f12 <exec_byte_code+7202>, 0x1002e4fab <exec_byte_code+7355>, 0x1002e5075 <exec_byte_code+7557>, 0x1002e50cc <exec_byte_code+7644>, 0x1002e530f <exec_byte_code+8223>, 0x1002e53c6 <exec_byte_code+8406>, 0x1002e5481 <exec_byte_code+8593>, 0x1002e54f7 <exec_byte_code+8711>, 0x1002e471e <exec_byte_code+5166>, 0x1002e80c7 <exec_byte_code+19927>, 0x1002e8182 <exec_byte_code+20114>, 0x1002e81ef <exec_byte_code+20223>, 0x1002e825c <exec_byte_code+20332>, 0x1002e82c9 <exec_byte_code+20441>, 0x1002e8336 <exec_byte_code+20550>, 0x1002e83c9 <exec_byte_code+20697>, 0x1002e845c <exec_byte_code+20844>, 0x1002e84ef <exec_byte_code+20991>, 0x1002e8582 <exec_byte_code+21138>, 0x1002e87b4 <exec_byte_code+21700>, 0x1002e8847 <exec_byte_code+21847>, 0x1002e88da <exec_byte_code+21994>, 0x1002e8947 <exec_byte_code+22103>, 0x1002e89da <exec_byte_code+22250>, 0x1002e8a6d <exec_byte_code+22397>, 0x1002e8ada <exec_byte_code+22506>, 0x1002e8b47 <exec_byte_code+22615>, 0x1002e7009 <exec_byte_code+15641>, 0x1002e708c <exec_byte_code+15772>, 0x1002e8bca <exec_byte_code+22746>, 0x1002e8c72 <exec_byte_code+22914>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4b6a <exec_byte_code+6266>, 0x1002e4b93 <exec_byte_code+6307>, 0x1002e4c35 <exec_byte_code+6469>, 0x1002e4cd7 <exec_byte_code+6631>, 0x1002e4d7d <exec_byte_code+6797>, 0x1002e5d81 <exec_byte_code+10897>, 0x1002e64cc <exec_byte_code+12764>, 0x1002e7287 <exec_byte_code+16279>, 0x1002e8f6c <exec_byte_code+23676>, 0x1002e8ffd <exec_byte_code+23821>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e90ba <exec_byte_code+24010>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e9179 <exec_byte_code+24201> <repeats 64 times>}
const_length = 29
bytestr_length = 460
vectorp = 0x10051f230
quitcounter = 1 '\001'
stack_items = 23
sa_avail = 15740
sa_count = 12
sa_must_free = false
stack_base = 0x7fff5fbf9030
stack_lim = 0x7fff5fbf90e8
top = 0x7fff5fbf9058
void_stack_lim = 0x7fff5fbf90e8
bytestr_data = 0x7fff5fbf90e8 "\002\301W\203\032"
pc = 0x7fff5fbf90f4 "\001\001V\205\031"
count = 12
result = {i = 140735734255499}
#13 0x00000001002770c0 in funcall_lambda (fun=..., nargs=2, arg_vector=0x7fff5fbfa470) at eval.c:2878
size = 5
val = {i = 72057594037927936}
syms_left = {i = 3082}
next = {i = 60129542144}
lexenv = {i = 4300337624}
count = 12
i = 140734799782320
optional = false
rest = false
#14 0x0000000100275ba6 in Ffuncall (nargs=3, args=0x7fff5fbfa468) at eval.c:2763
fun = {i = 4300337629}
original_fun = {i = 117646984}
funcar = {i = 4303712688}
numargs = 2
lisp_numargs = {i = 2}
val = {i = -4294967290}
internal_args = 0x7fff5fbfa470
count = 11
#15 0x00000001002e45bf in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=4, args=0x7fff5fbfb720) at bytecode.c:639
op = 2
type = (unknown: 1606398376)
targets = {0x1002e8d1a <exec_byte_code+23082>, 0x1002e8da5 <exec_byte_code+23221>, 0x1002e8daa <exec_byte_code+23226>, 0x1002e8daf <exec_byte_code+23231>, 0x1002e8db4 <exec_byte_code+23236>, 0x1002e8db9 <exec_byte_code+23241>, 0x1002e8e2e <exec_byte_code+23358>, 0x1002e8eb7 <exec_byte_code+23495>, 0x1002e391c <exec_byte_code+1580>, 0x1002e3921 <exec_byte_code+1585>, 0x1002e3926 <exec_byte_code+1590>, 0x1002e392b <exec_byte_code+1595>, 0x1002e3930 <exec_byte_code+1600>, 0x1002e3935 <exec_byte_code+1605>, 0x1002e3949 <exec_byte_code+1625>, 0x1002e38d0 <exec_byte_code+1504>, 0x1002e4026 <exec_byte_code+3382>, 0x1002e402b <exec_byte_code+3387>, 0x1002e4030 <exec_byte_code+3392>, 0x1002e4035 <exec_byte_code+3397>, 0x1002e403a <exec_byte_code+3402>, 0x1002e403f <exec_byte_code+3407>, 0x1002e409f <exec_byte_code+3503>, 0x1002e4053 <exec_byte_code+3427>, 0x1002e444f <exec_byte_code+4447>, 0x1002e4454 <exec_byte_code+4452>, 0x1002e4459 <exec_byte_code+4457>, 0x1002e445e <exec_byte_code+4462>, 0x1002e4463 <exec_byte_code+4467>, 0x1002e4468 <exec_byte_code+4472>, 0x1002e43e0 <exec_byte_code+4336>, 0x1002e4403 <exec_byte_code+4371>, 0x1002e454c <exec_byte_code+4700>, 0x1002e4551 <exec_byte_code+4705>, 0x1002e4556 <exec_byte_code+4710>, 0x1002e455b <exec_byte_code+4715>, 0x1002e4560 <exec_byte_code+4720>, 0x1002e4565 <exec_byte_code+4725>, 0x1002e44dd <exec_byte_code+4589>, 0x1002e4500 <exec_byte_code+4624>, 0x1002e4680 <exec_byte_code+5008>, 0x1002e4685 <exec_byte_code+5013>, 0x1002e468a <exec_byte_code+5018>, 0x1002e468f <exec_byte_code+5023>, 0x1002e4694 <exec_byte_code+5028>, 0x1002e4699 <exec_byte_code+5033>, 0x1002e4611 <exec_byte_code+4897>, 0x1002e4634 <exec_byte_code+4932>, 0x1002e52c6 <exec_byte_code+8150>, 0x1002e5177 <exec_byte_code+7815>, 0x1002e5168 <exec_byte_code+7800>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e55a6 <exec_byte_code+8886>, 0x1002e575f <exec_byte_code+9327>, 0x1002e5804 <exec_byte_code+9492>, 0x1002e58a9 <exec_byte_code+9657>, 0x1002e5951 <exec_byte_code+9825>, 0x1002e3da5 <exec_byte_code+2741>, 0x1002e3e67 <exec_byte_code+2935>, 0x1002e5a29 <exec_byte_code+10041>, 0x1002e3c7a <exec_byte_code+2442>, 0x1002e3efa <exec_byte_code+3082>, 0x1002e5ae8 <exec_byte_code+10232>, 0x1002e5b7b <exec_byte_code+10379>, 0x1002e5be8 <exec_byte_code+10488>, 0x1002e5c7b <exec_byte_code+10635>, 0x1002e5cfe <exec_byte_code+10766>, 0x1002e5e3a <exec_byte_code+11082>, 0x1002e5ea7 <exec_byte_code+11191>, 0x1002e5f3a <exec_byte_code+11338>, 0x1002e5ff5 <exec_byte_code+11525>, 0x1002e6062 <exec_byte_code+11634>, 0x1002e60cf <exec_byte_code+11743>, 0x1002e6162 <exec_byte_code+11890>, 0x1002e61f5 <exec_byte_code+12037>, 0x1002e6288 <exec_byte_code+12184>, 0x1002e6343 <exec_byte_code+12371>, 0x1002e63c6 <exec_byte_code+12502>, 0x1002e6449 <exec_byte_code+12633>, 0x1002e6585 <exec_byte_code+12949>, 0x1002e6645 <exec_byte_code+13141>, 0x1002e6705 <exec_byte_code+13333>, 0x1002e6a53 <exec_byte_code+14179>, 0x1002e6aeb <exec_byte_code+14331>, 0x1002e6b83 <exec_byte_code+14483>, 0x1002e6c1b <exec_byte_code+14635>, 0x1002e6cb3 <exec_byte_code+14787>, 0x1002e6d36 <exec_byte_code+14918>, 0x1002e6dfd <exec_byte_code+15117>, 0x1002e6e80 <exec_byte_code+15248>, 0x1002e6f03 <exec_byte_code+15379>, 0x1002e6f86 <exec_byte_code+15510>, 0x1002e711f <exec_byte_code+15919>, 0x1002e4f69 <exec_byte_code+7289>, 0x1002e71a9 <exec_byte_code+16057>, 0x1002e7216 <exec_byte_code+16166>, 0x1002e7340 <exec_byte_code+16464>, 0x1002e73c3 <exec_byte_code+16595>, 0x1002e7446 <exec_byte_code+16726>, 0x1002e74b3 <exec_byte_code+16835>, 0x1002e7525 <exec_byte_code+16949>, 0x1002e7597 <exec_byte_code+17063>, 0x1002e7611 <exec_byte_code+17185>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e76a1 <exec_byte_code+17329>, 0x1002e7713 <exec_byte_code+17443>, 0x1002e7785 <exec_byte_code+17557>, 0x1002e77f7 <exec_byte_code+17671>, 0x1002e7869 <exec_byte_code+17785>, 0x1002e78db <exec_byte_code+17899>, 0x1002e4f6e <exec_byte_code+7294>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e7948 <exec_byte_code+18008>, 0x1002e79d4 <exec_byte_code+18148>, 0x1002e7a41 <exec_byte_code+18257>, 0x1002e7aae <exec_byte_code+18366>, 0x1002e7b41 <exec_byte_code+18513>, 0x1002e7bd4 <exec_byte_code+18660>, 0x1002e7c41 <exec_byte_code+18769>, 0x1002e7e2f <exec_byte_code+19263>, 0x1002e7ec2 <exec_byte_code+19410>, 0x1002e7f55 <exec_byte_code+19557>, 0x1002e7fe8 <exec_byte_code+19704>, 0x1002e805a <exec_byte_code+19818>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4e72 <exec_byte_code+7042>, 0x1002e478c <exec_byte_code+5276>, 0x1002e3ba7 <exec_byte_code+2231>, 0x1002e4913 <exec_byte_code+5667>, 0x1002e49d8 <exec_byte_code+5864>, 0x1002e4aa1 <exec_byte_code+6065>, 0x1002e4e23 <exec_byte_code+6963>, 0x1002e4e28 <exec_byte_code+6968>, 0x1002e4377 <exec_byte_code+4231>, 0x1002e4f12 <exec_byte_code+7202>, 0x1002e4fab <exec_byte_code+7355>, 0x1002e5075 <exec_byte_code+7557>, 0x1002e50cc <exec_byte_code+7644>, 0x1002e530f <exec_byte_code+8223>, 0x1002e53c6 <exec_byte_code+8406>, 0x1002e5481 <exec_byte_code+8593>, 0x1002e54f7 <exec_byte_code+8711>, 0x1002e471e <exec_byte_code+5166>, 0x1002e80c7 <exec_byte_code+19927>, 0x1002e8182 <exec_byte_code+20114>, 0x1002e81ef <exec_byte_code+20223>, 0x1002e825c <exec_byte_code+20332>, 0x1002e82c9 <exec_byte_code+20441>, 0x1002e8336 <exec_byte_code+20550>, 0x1002e83c9 <exec_byte_code+20697>, 0x1002e845c <exec_byte_code+20844>, 0x1002e84ef <exec_byte_code+20991>, 0x1002e8582 <exec_byte_code+21138>, 0x1002e87b4 <exec_byte_code+21700>, 0x1002e8847 <exec_byte_code+21847>, 0x1002e88da <exec_byte_code+21994>, 0x1002e8947 <exec_byte_code+22103>, 0x1002e89da <exec_byte_code+22250>, 0x1002e8a6d <exec_byte_code+22397>, 0x1002e8ada <exec_byte_code+22506>, 0x1002e8b47 <exec_byte_code+22615>, 0x1002e7009 <exec_byte_code+15641>, 0x1002e708c <exec_byte_code+15772>, 0x1002e8bca <exec_byte_code+22746>, 0x1002e8c72 <exec_byte_code+22914>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4b6a <exec_byte_code+6266>, 0x1002e4b93 <exec_byte_code+6307>, 0x1002e4c35 <exec_byte_code+6469>, 0x1002e4cd7 <exec_byte_code+6631>, 0x1002e4d7d <exec_byte_code+6797>, 0x1002e5d81 <exec_byte_code+10897>, 0x1002e64cc <exec_byte_code+12764>, 0x1002e7287 <exec_byte_code+16279>, 0x1002e8f6c <exec_byte_code+23676>, 0x1002e8ffd <exec_byte_code+23821>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e90ba <exec_byte_code+24010>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e9179 <exec_byte_code+24201> <repeats 64 times>}
const_length = 30
bytestr_length = 162
vectorp = 0x10051f390
quitcounter = 1 '\001'
stack_items = 14
sa_avail = 16110
sa_count = 11
sa_must_free = false
stack_base = 0x7fff5fbfa440
stack_lim = 0x7fff5fbfa4b0
top = 0x7fff5fbfa468
void_stack_lim = 0x7fff5fbfa4b0
bytestr_data = 0x7fff5fbfa4b0 "\b\203\t"
pc = 0x7fff5fbfa4dd "?\205\241"
count = 11
result = {i = 41472}
#16 0x00000001002770c0 in funcall_lambda (fun=..., nargs=4, arg_vector=0x7fff5fbfb700) at eval.c:2878
size = 5
val = {i = 72057594037927936}
syms_left = {i = 4102}
next = {i = 60129542144}
lexenv = {i = 4300337976}
count = 11
i = 140734799787088
optional = false
rest = false
#17 0x0000000100275ba6 in Ffuncall (nargs=5, args=0x7fff5fbfb6f8) at eval.c:2763
fun = {i = 4300337981}
original_fun = {i = 117646552}
funcar = {i = 1606400176}
numargs = 4
lisp_numargs = {i = 140734799787616}
val = {i = 0}
internal_args = 0x10084c590
count = 10
#18 0x00000001002e45bf in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=2, args=0x7fff5fbfcba0) at bytecode.c:639
op = 4
type = CONDITION_CASE
targets = {0x1002e8d1a <exec_byte_code+23082>, 0x1002e8da5 <exec_byte_code+23221>, 0x1002e8daa <exec_byte_code+23226>, 0x1002e8daf <exec_byte_code+23231>, 0x1002e8db4 <exec_byte_code+23236>, 0x1002e8db9 <exec_byte_code+23241>, 0x1002e8e2e <exec_byte_code+23358>, 0x1002e8eb7 <exec_byte_code+23495>, 0x1002e391c <exec_byte_code+1580>, 0x1002e3921 <exec_byte_code+1585>, 0x1002e3926 <exec_byte_code+1590>, 0x1002e392b <exec_byte_code+1595>, 0x1002e3930 <exec_byte_code+1600>, 0x1002e3935 <exec_byte_code+1605>, 0x1002e3949 <exec_byte_code+1625>, 0x1002e38d0 <exec_byte_code+1504>, 0x1002e4026 <exec_byte_code+3382>, 0x1002e402b <exec_byte_code+3387>, 0x1002e4030 <exec_byte_code+3392>, 0x1002e4035 <exec_byte_code+3397>, 0x1002e403a <exec_byte_code+3402>, 0x1002e403f <exec_byte_code+3407>, 0x1002e409f <exec_byte_code+3503>, 0x1002e4053 <exec_byte_code+3427>, 0x1002e444f <exec_byte_code+4447>, 0x1002e4454 <exec_byte_code+4452>, 0x1002e4459 <exec_byte_code+4457>, 0x1002e445e <exec_byte_code+4462>, 0x1002e4463 <exec_byte_code+4467>, 0x1002e4468 <exec_byte_code+4472>, 0x1002e43e0 <exec_byte_code+4336>, 0x1002e4403 <exec_byte_code+4371>, 0x1002e454c <exec_byte_code+4700>, 0x1002e4551 <exec_byte_code+4705>, 0x1002e4556 <exec_byte_code+4710>, 0x1002e455b <exec_byte_code+4715>, 0x1002e4560 <exec_byte_code+4720>, 0x1002e4565 <exec_byte_code+4725>, 0x1002e44dd <exec_byte_code+4589>, 0x1002e4500 <exec_byte_code+4624>, 0x1002e4680 <exec_byte_code+5008>, 0x1002e4685 <exec_byte_code+5013>, 0x1002e468a <exec_byte_code+5018>, 0x1002e468f <exec_byte_code+5023>, 0x1002e4694 <exec_byte_code+5028>, 0x1002e4699 <exec_byte_code+5033>, 0x1002e4611 <exec_byte_code+4897>, 0x1002e4634 <exec_byte_code+4932>, 0x1002e52c6 <exec_byte_code+8150>, 0x1002e5177 <exec_byte_code+7815>, 0x1002e5168 <exec_byte_code+7800>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e55a6 <exec_byte_code+8886>, 0x1002e575f <exec_byte_code+9327>, 0x1002e5804 <exec_byte_code+9492>, 0x1002e58a9 <exec_byte_code+9657>, 0x1002e5951 <exec_byte_code+9825>, 0x1002e3da5 <exec_byte_code+2741>, 0x1002e3e67 <exec_byte_code+2935>, 0x1002e5a29 <exec_byte_code+10041>, 0x1002e3c7a <exec_byte_code+2442>, 0x1002e3efa <exec_byte_code+3082>, 0x1002e5ae8 <exec_byte_code+10232>, 0x1002e5b7b <exec_byte_code+10379>, 0x1002e5be8 <exec_byte_code+10488>, 0x1002e5c7b <exec_byte_code+10635>, 0x1002e5cfe <exec_byte_code+10766>, 0x1002e5e3a <exec_byte_code+11082>, 0x1002e5ea7 <exec_byte_code+11191>, 0x1002e5f3a <exec_byte_code+11338>, 0x1002e5ff5 <exec_byte_code+11525>, 0x1002e6062 <exec_byte_code+11634>, 0x1002e60cf <exec_byte_code+11743>, 0x1002e6162 <exec_byte_code+11890>, 0x1002e61f5 <exec_byte_code+12037>, 0x1002e6288 <exec_byte_code+12184>, 0x1002e6343 <exec_byte_code+12371>, 0x1002e63c6 <exec_byte_code+12502>, 0x1002e6449 <exec_byte_code+12633>, 0x1002e6585 <exec_byte_code+12949>, 0x1002e6645 <exec_byte_code+13141>, 0x1002e6705 <exec_byte_code+13333>, 0x1002e6a53 <exec_byte_code+14179>, 0x1002e6aeb <exec_byte_code+14331>, 0x1002e6b83 <exec_byte_code+14483>, 0x1002e6c1b <exec_byte_code+14635>, 0x1002e6cb3 <exec_byte_code+14787>, 0x1002e6d36 <exec_byte_code+14918>, 0x1002e6dfd <exec_byte_code+15117>, 0x1002e6e80 <exec_byte_code+15248>, 0x1002e6f03 <exec_byte_code+15379>, 0x1002e6f86 <exec_byte_code+15510>, 0x1002e711f <exec_byte_code+15919>, 0x1002e4f69 <exec_byte_code+7289>, 0x1002e71a9 <exec_byte_code+16057>, 0x1002e7216 <exec_byte_code+16166>, 0x1002e7340 <exec_byte_code+16464>, 0x1002e73c3 <exec_byte_code+16595>, 0x1002e7446 <exec_byte_code+16726>, 0x1002e74b3 <exec_byte_code+16835>, 0x1002e7525 <exec_byte_code+16949>, 0x1002e7597 <exec_byte_code+17063>, 0x1002e7611 <exec_byte_code+17185>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e76a1 <exec_byte_code+17329>, 0x1002e7713 <exec_byte_code+17443>, 0x1002e7785 <exec_byte_code+17557>, 0x1002e77f7 <exec_byte_code+17671>, 0x1002e7869 <exec_byte_code+17785>, 0x1002e78db <exec_byte_code+17899>, 0x1002e4f6e <exec_byte_code+7294>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e7948 <exec_byte_code+18008>, 0x1002e79d4 <exec_byte_code+18148>, 0x1002e7a41 <exec_byte_code+18257>, 0x1002e7aae <exec_byte_code+18366>, 0x1002e7b41 <exec_byte_code+18513>, 0x1002e7bd4 <exec_byte_code+18660>, 0x1002e7c41 <exec_byte_code+18769>, 0x1002e7e2f <exec_byte_code+19263>, 0x1002e7ec2 <exec_byte_code+19410>, 0x1002e7f55 <exec_byte_code+19557>, 0x1002e7fe8 <exec_byte_code+19704>, 0x1002e805a <exec_byte_code+19818>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4e72 <exec_byte_code+7042>, 0x1002e478c <exec_byte_code+5276>, 0x1002e3ba7 <exec_byte_code+2231>, 0x1002e4913 <exec_byte_code+5667>, 0x1002e49d8 <exec_byte_code+5864>, 0x1002e4aa1 <exec_byte_code+6065>, 0x1002e4e23 <exec_byte_code+6963>, 0x1002e4e28 <exec_byte_code+6968>, 0x1002e4377 <exec_byte_code+4231>, 0x1002e4f12 <exec_byte_code+7202>, 0x1002e4fab <exec_byte_code+7355>, 0x1002e5075 <exec_byte_code+7557>, 0x1002e50cc <exec_byte_code+7644>, 0x1002e530f <exec_byte_code+8223>, 0x1002e53c6 <exec_byte_code+8406>, 0x1002e5481 <exec_byte_code+8593>, 0x1002e54f7 <exec_byte_code+8711>, 0x1002e471e <exec_byte_code+5166>, 0x1002e80c7 <exec_byte_code+19927>, 0x1002e8182 <exec_byte_code+20114>, 0x1002e81ef <exec_byte_code+20223>, 0x1002e825c <exec_byte_code+20332>, 0x1002e82c9 <exec_byte_code+20441>, 0x1002e8336 <exec_byte_code+20550>, 0x1002e83c9 <exec_byte_code+20697>, 0x1002e845c <exec_byte_code+20844>, 0x1002e84ef <exec_byte_code+20991>, 0x1002e8582 <exec_byte_code+21138>, 0x1002e87b4 <exec_byte_code+21700>, 0x1002e8847 <exec_byte_code+21847>, 0x1002e88da <exec_byte_code+21994>, 0x1002e8947 <exec_byte_code+22103>, 0x1002e89da <exec_byte_code+22250>, 0x1002e8a6d <exec_byte_code+22397>, 0x1002e8ada <exec_byte_code+22506>, 0x1002e8b47 <exec_byte_code+22615>, 0x1002e7009 <exec_byte_code+15641>, 0x1002e708c <exec_byte_code+15772>, 0x1002e8bca <exec_byte_code+22746>, 0x1002e8c72 <exec_byte_code+22914>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4b6a <exec_byte_code+6266>, 0x1002e4b93 <exec_byte_code+6307>, 0x1002e4c35 <exec_byte_code+6469>, 0x1002e4cd7 <exec_byte_code+6631>, 0x1002e4d7d <exec_byte_code+6797>, 0x1002e5d81 <exec_byte_code+10897>, 0x1002e64cc <exec_byte_code+12764>, 0x1002e7287 <exec_byte_code+16279>, 0x1002e8f6c <exec_byte_code+23676>, 0x1002e8ffd <exec_byte_code+23821>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e90ba <exec_byte_code+24010>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e9179 <exec_byte_code+24201> <repeats 64 times>}
const_length = 7
bytestr_length = 50
vectorp = 0x10051eb70
quitcounter = 1 '\001'
stack_items = 8
sa_avail = 16270
sa_count = 10
sa_must_free = false
stack_base = 0x7fff5fbfb6e0
stack_lim = 0x7fff5fbfb720
top = 0x7fff5fbfb6f8
void_stack_lim = 0x7fff5fbfb720
bytestr_data = 0x7fff5fbfb720 "\001\204\a"
pc = 0x7fff5fbfb738 "0\202$"
count = 10
result = {i = 4335086160}
#19 0x00000001002770c0 in funcall_lambda (fun=..., nargs=2, arg_vector=0x7fff5fbfcb90) at eval.c:2878
size = 6
val = {i = 72057594037927936}
syms_left = {i = 2050}
next = {i = 60129542144}
lexenv = {i = 4300335888}
count = 10
i = 140734799791696
optional = false
rest = false
#20 0x0000000100275ba6 in Ffuncall (nargs=3, args=0x7fff5fbfcb88) at eval.c:2763
fun = {i = 4300335893}
original_fun = {i = 41941832}
funcar = {i = 2}
numargs = 2
lisp_numargs = {i = 4303668624}
val = {i = 0}
internal_args = 0x1088e4b55
count = 9
#21 0x000000010026775a in Ffuncall_interactively (nargs=3, args=0x7fff5fbfcb88) at callint.c:252
speccount = 8
#22 0x00000001002756ca in Ffuncall (nargs=4, args=0x7fff5fbfcb80) at eval.c:2694
fun = {i = 4303563101}
original_fun = {i = 21888}
funcar = {i = 0}
numargs = 3
lisp_numargs = {i = -2688562432}
val = {i = 0}
internal_args = 0x10898cee8
count = 7
#23 0x000000010026af8e in Fcall_interactively (function=..., record_flag=..., keys=...) at callint.c:843
val = {i = 322}
args = 0x7fff5fbfcb80
visargs = 0x7fff5fbfcba0
specs = {i = 4300335860}
filter_specs = {i = 4300335860}
teml = {i = 4296523059}
up_event = {i = 0}
enable = {i = 0}
sa_avail = 16283
sa_count = 6
sa_must_free = false
speccount = 6
next_event = 1
prefix_arg = {i = 0}
string = 0x7fff5fbfcbe1 "p\np"
tem = 0x1003d53a8 ""
varies = 0x7fff5fbfcbc0 ""
i = 4
nargs = 4
mark = 4304217352
arg_from_tty = false
key_count = 1
record_then_fail = false
save_this_command = {i = 41941832}
save_last_command = {i = 41941832}
save_this_original_command = {i = 41941832}
save_real_this_command = {i = 41941832}
#24 0x00000001002758ce in Ffuncall (nargs=4, args=0x7fff5fbfdb98) at eval.c:2721
internal_argbuf = {{i = 4303668624}, {i = 0}, {i = 140734799797040}, {i = 0}, {i = 4303668624}, {i = 0}, {i = 140734799797072}, {i = 4296516965}}
fun = {i = 4303563053}
original_fun = {i = 41758472}
funcar = {i = 4303712688}
numargs = 3
lisp_numargs = {i = 140734799797008}
val = {i = 0}
internal_args = 0x7fff5fbfdba0
count = 5
#25 0x00000001002e45bf in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=1, args=0x7fff5fbfee38) at bytecode.c:639
op = 3
type = CATCHER
targets = {0x1002e8d1a <exec_byte_code+23082>, 0x1002e8da5 <exec_byte_code+23221>, 0x1002e8daa <exec_byte_code+23226>, 0x1002e8daf <exec_byte_code+23231>, 0x1002e8db4 <exec_byte_code+23236>, 0x1002e8db9 <exec_byte_code+23241>, 0x1002e8e2e <exec_byte_code+23358>, 0x1002e8eb7 <exec_byte_code+23495>, 0x1002e391c <exec_byte_code+1580>, 0x1002e3921 <exec_byte_code+1585>, 0x1002e3926 <exec_byte_code+1590>, 0x1002e392b <exec_byte_code+1595>, 0x1002e3930 <exec_byte_code+1600>, 0x1002e3935 <exec_byte_code+1605>, 0x1002e3949 <exec_byte_code+1625>, 0x1002e38d0 <exec_byte_code+1504>, 0x1002e4026 <exec_byte_code+3382>, 0x1002e402b <exec_byte_code+3387>, 0x1002e4030 <exec_byte_code+3392>, 0x1002e4035 <exec_byte_code+3397>, 0x1002e403a <exec_byte_code+3402>, 0x1002e403f <exec_byte_code+3407>, 0x1002e409f <exec_byte_code+3503>, 0x1002e4053 <exec_byte_code+3427>, 0x1002e444f <exec_byte_code+4447>, 0x1002e4454 <exec_byte_code+4452>, 0x1002e4459 <exec_byte_code+4457>, 0x1002e445e <exec_byte_code+4462>, 0x1002e4463 <exec_byte_code+4467>, 0x1002e4468 <exec_byte_code+4472>, 0x1002e43e0 <exec_byte_code+4336>, 0x1002e4403 <exec_byte_code+4371>, 0x1002e454c <exec_byte_code+4700>, 0x1002e4551 <exec_byte_code+4705>, 0x1002e4556 <exec_byte_code+4710>, 0x1002e455b <exec_byte_code+4715>, 0x1002e4560 <exec_byte_code+4720>, 0x1002e4565 <exec_byte_code+4725>, 0x1002e44dd <exec_byte_code+4589>, 0x1002e4500 <exec_byte_code+4624>, 0x1002e4680 <exec_byte_code+5008>, 0x1002e4685 <exec_byte_code+5013>, 0x1002e468a <exec_byte_code+5018>, 0x1002e468f <exec_byte_code+5023>, 0x1002e4694 <exec_byte_code+5028>, 0x1002e4699 <exec_byte_code+5033>, 0x1002e4611 <exec_byte_code+4897>, 0x1002e4634 <exec_byte_code+4932>, 0x1002e52c6 <exec_byte_code+8150>, 0x1002e5177 <exec_byte_code+7815>, 0x1002e5168 <exec_byte_code+7800>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e55a6 <exec_byte_code+8886>, 0x1002e575f <exec_byte_code+9327>, 0x1002e5804 <exec_byte_code+9492>, 0x1002e58a9 <exec_byte_code+9657>, 0x1002e5951 <exec_byte_code+9825>, 0x1002e3da5 <exec_byte_code+2741>, 0x1002e3e67 <exec_byte_code+2935>, 0x1002e5a29 <exec_byte_code+10041>, 0x1002e3c7a <exec_byte_code+2442>, 0x1002e3efa <exec_byte_code+3082>, 0x1002e5ae8 <exec_byte_code+10232>, 0x1002e5b7b <exec_byte_code+10379>, 0x1002e5be8 <exec_byte_code+10488>, 0x1002e5c7b <exec_byte_code+10635>, 0x1002e5cfe <exec_byte_code+10766>, 0x1002e5e3a <exec_byte_code+11082>, 0x1002e5ea7 <exec_byte_code+11191>, 0x1002e5f3a <exec_byte_code+11338>, 0x1002e5ff5 <exec_byte_code+11525>, 0x1002e6062 <exec_byte_code+11634>, 0x1002e60cf <exec_byte_code+11743>, 0x1002e6162 <exec_byte_code+11890>, 0x1002e61f5 <exec_byte_code+12037>, 0x1002e6288 <exec_byte_code+12184>, 0x1002e6343 <exec_byte_code+12371>, 0x1002e63c6 <exec_byte_code+12502>, 0x1002e6449 <exec_byte_code+12633>, 0x1002e6585 <exec_byte_code+12949>, 0x1002e6645 <exec_byte_code+13141>, 0x1002e6705 <exec_byte_code+13333>, 0x1002e6a53 <exec_byte_code+14179>, 0x1002e6aeb <exec_byte_code+14331>, 0x1002e6b83 <exec_byte_code+14483>, 0x1002e6c1b <exec_byte_code+14635>, 0x1002e6cb3 <exec_byte_code+14787>, 0x1002e6d36 <exec_byte_code+14918>, 0x1002e6dfd <exec_byte_code+15117>, 0x1002e6e80 <exec_byte_code+15248>, 0x1002e6f03 <exec_byte_code+15379>, 0x1002e6f86 <exec_byte_code+15510>, 0x1002e711f <exec_byte_code+15919>, 0x1002e4f69 <exec_byte_code+7289>, 0x1002e71a9 <exec_byte_code+16057>, 0x1002e7216 <exec_byte_code+16166>, 0x1002e7340 <exec_byte_code+16464>, 0x1002e73c3 <exec_byte_code+16595>, 0x1002e7446 <exec_byte_code+16726>, 0x1002e74b3 <exec_byte_code+16835>, 0x1002e7525 <exec_byte_code+16949>, 0x1002e7597 <exec_byte_code+17063>, 0x1002e7611 <exec_byte_code+17185>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e76a1 <exec_byte_code+17329>, 0x1002e7713 <exec_byte_code+17443>, 0x1002e7785 <exec_byte_code+17557>, 0x1002e77f7 <exec_byte_code+17671>, 0x1002e7869 <exec_byte_code+17785>, 0x1002e78db <exec_byte_code+17899>, 0x1002e4f6e <exec_byte_code+7294>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e7948 <exec_byte_code+18008>, 0x1002e79d4 <exec_byte_code+18148>, 0x1002e7a41 <exec_byte_code+18257>, 0x1002e7aae <exec_byte_code+18366>, 0x1002e7b41 <exec_byte_code+18513>, 0x1002e7bd4 <exec_byte_code+18660>, 0x1002e7c41 <exec_byte_code+18769>, 0x1002e7e2f <exec_byte_code+19263>, 0x1002e7ec2 <exec_byte_code+19410>, 0x1002e7f55 <exec_byte_code+19557>, 0x1002e7fe8 <exec_byte_code+19704>, 0x1002e805a <exec_byte_code+19818>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4e72 <exec_byte_code+7042>, 0x1002e478c <exec_byte_code+5276>, 0x1002e3ba7 <exec_byte_code+2231>, 0x1002e4913 <exec_byte_code+5667>, 0x1002e49d8 <exec_byte_code+5864>, 0x1002e4aa1 <exec_byte_code+6065>, 0x1002e4e23 <exec_byte_code+6963>, 0x1002e4e28 <exec_byte_code+6968>, 0x1002e4377 <exec_byte_code+4231>, 0x1002e4f12 <exec_byte_code+7202>, 0x1002e4fab <exec_byte_code+7355>, 0x1002e5075 <exec_byte_code+7557>, 0x1002e50cc <exec_byte_code+7644>, 0x1002e530f <exec_byte_code+8223>, 0x1002e53c6 <exec_byte_code+8406>, 0x1002e5481 <exec_byte_code+8593>, 0x1002e54f7 <exec_byte_code+8711>, 0x1002e471e <exec_byte_code+5166>, 0x1002e80c7 <exec_byte_code+19927>, 0x1002e8182 <exec_byte_code+20114>, 0x1002e81ef <exec_byte_code+20223>, 0x1002e825c <exec_byte_code+20332>, 0x1002e82c9 <exec_byte_code+20441>, 0x1002e8336 <exec_byte_code+20550>, 0x1002e83c9 <exec_byte_code+20697>, 0x1002e845c <exec_byte_code+20844>, 0x1002e84ef <exec_byte_code+20991>, 0x1002e8582 <exec_byte_code+21138>, 0x1002e87b4 <exec_byte_code+21700>, 0x1002e8847 <exec_byte_code+21847>, 0x1002e88da <exec_byte_code+21994>, 0x1002e8947 <exec_byte_code+22103>, 0x1002e89da <exec_byte_code+22250>, 0x1002e8a6d <exec_byte_code+22397>, 0x1002e8ada <exec_byte_code+22506>, 0x1002e8b47 <exec_byte_code+22615>, 0x1002e7009 <exec_byte_code+15641>, 0x1002e708c <exec_byte_code+15772>, 0x1002e8bca <exec_byte_code+22746>, 0x1002e8c72 <exec_byte_code+22914>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e4b6a <exec_byte_code+6266>, 0x1002e4b93 <exec_byte_code+6307>, 0x1002e4c35 <exec_byte_code+6469>, 0x1002e4cd7 <exec_byte_code+6631>, 0x1002e4d7d <exec_byte_code+6797>, 0x1002e5d81 <exec_byte_code+10897>, 0x1002e64cc <exec_byte_code+12764>, 0x1002e7287 <exec_byte_code+16279>, 0x1002e8f6c <exec_byte_code+23676>, 0x1002e8ffd <exec_byte_code+23821>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e90ba <exec_byte_code+24010>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e8d1f <exec_byte_code+23087>, 0x1002e9179 <exec_byte_code+24201> <repeats 64 times>}
const_length = 25
bytestr_length = 165
vectorp = 0x100514980
quitcounter = 1 '\001'
stack_items = 14
sa_avail = 16107
sa_count = 5
sa_must_free = false
stack_base = 0x7fff5fbfdb60
stack_lim = 0x7fff5fbfdbd0
top = 0x7fff5fbfdb98
void_stack_lim = 0x7fff5fbfdbd0
bytestr_data = 0x7fff5fbfdbd0 "\306\020\211?\205\023"
pc = 0x7fff5fbfdc4b "\006\006\071\203\242"
count = 5
result = {i = 4345321091}
#26 0x00000001002770c0 in funcall_lambda (fun=..., nargs=1, arg_vector=0x7fff5fbfee30) at eval.c:2878
size = 5
val = {i = 72057594037927936}
syms_left = {i = 4102}
next = {i = 60129542144}
lexenv = {i = 4300294440}
count = 5
i = 140734799801200
optional = false
rest = false
#27 0x0000000100275ba6 in Ffuncall (nargs=2, args=0x7fff5fbfee28) at eval.c:2763
fun = {i = 4300294445}
original_fun = {i = 12912}
funcar = {i = 0}
numargs = 1
lisp_numargs = {i = 4294967296}
val = {i = 0}
internal_args = 0x101673320
count = 4
#28 0x0000000100276854 in call1 (fn=..., arg1=...) at eval.c:2573
No locals.
#29 0x0000000100187adb in command_loop_1 () at keyboard.c:1490
scount = 3
cmd = {i = 41941832}
keybuf = {{i = 66}, {i = 4300602669}, {i = 4346068771}, {i = 4345530931}, {i = 0}, {i = 0}, {i = 26400}, {i = 0}, {i = 26400}, {i = 0}, {i = 0}, {i = 0}, {i = 4303668624}, {i = 0}, {i = 140734799803344}, {i = 4296516965}, {i = 224}, {i = 0}, {i = 140734799803408}, {i = 4297536491}, {i = 4334847696}, {i = 0}, {i = 4334847696}, {i = 4294993696}, {i = 17040}, {i = 4334847696}, {i = 140734799803456}, {i = 4297507387}, {i = 140734799803456}, {i = 4334847696}}
i = 1
prev_modiff = 444
prev_buffer = 0x10166ae90
already_adjusted = false
#30 0x00000001002730b3 in internal_condition_case (bfun=0x100186d50 <command_loop_1>, handlers=..., hfun=0x1001a4240 <cmd_error>) at eval.c:1314
val = {i = 17040}
c = 0x1026086d0
#31 0x00000001001a4121 in command_loop_2 (ignore=...) at keyboard.c:1118
val = {i = 4334847472}
#32 0x00000001002722d8 in internal_catch (tag=..., func=0x1001a40f0 <command_loop_2>, arg=...) at eval.c:1080
val = {i = 4303668624}
c = 0x1026085f0
#33 0x0000000100186035 in command_loop () at keyboard.c:1097
No locals.
#34 0x0000000100185e47 in recursive_edit_1 () at keyboard.c:703
count = 1
val = {i = 4297508600}
#35 0x0000000100186283 in Frecursive_edit () at keyboard.c:774
count = 0
buffer = {i = 0}
#36 0x0000000100183a00 in main (argc=2, argv=0x7fff5fbffa88) at emacs.c:1659
dummy = {i = 0}
stack_bottom_variable = 0 '\000'
do_initial_setlocale = true
dumping = false
skip_args = 0
no_loadup = false
junk = 0x0
dname_arg = 0x0
dname_arg2 = "\002\000\000\000\000\000\000\000\210\372\277_\377\177\000\000\000\000\000\000\001", '\000' <repeats 11 times>, "\240\372\277_\377\177", '\000' <repeats 41 times>
ch_to_dir = 0x0
original_pwd = 0x0
disable_aslr = false
rlim = {rlim_cur = 67104768, rlim_max = 67104768}
sockfd = -1
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM
2016-11-10 19:25 ` Gemini Lasswell
@ 2016-11-10 20:06 ` Eli Zaretskii
0 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2016-11-10 20:06 UTC (permalink / raw)
To: Gemini Lasswell; +Cc: 24911
forcemerge 24640 24911
thanks
> From: Gemini Lasswell <gazally@runbox.com>
> Cc:
> Date: Thu, 10 Nov 2016 11:25:52 -0800
>
> I have just made it happen under gdb, with a breakpoint on
> handle_sigsegv. Here is the output of 'bt full'. It tells me
> 'xbacktrace' is an undefined command. This is my first time working with
> gdb.
>
> (gdb) bt full
> #0 0x000000010023ca45 in mark_object (arg=...) at alloc.c:6501
> obj = {i = 4287568137794125953}
> po = 0x3b8080813b808080
> cdr_count = 0
> #1 0x000000010023cca1 in mark_object (arg=...) at alloc.c:6552
> ptr = 0x7fff5fbf8288
> obj = {i = 140734799774347}
> po = 0x7fff5fbf8288
> cdr_count = 1
> #2 0x000000010023b8fb in garbage_collect_1 (end=0x7fff5fbf69a8) at alloc.c:5760
> nextb = 0x0
> stack_top_variable = 0 '\000'
> i = 201
^^^^^^^
This is bug#24640, already fixed on the emacs-25 branch.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-11-10 20:06 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 20:03 bug#24911: 25.1; Emacs hangs or crashes on use of read syntax for circular objects in IELM Gemini Lasswell
2016-11-10 16:30 ` Eli Zaretskii
2016-11-10 17:02 ` Gemini Lasswell
2016-11-10 17:26 ` Eli Zaretskii
2016-11-10 18:08 ` Gemini Lasswell
2016-11-10 18:52 ` Eli Zaretskii
2016-11-10 19:25 ` Gemini Lasswell
2016-11-10 20:06 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).