GNU bug report logs - #24764
25.1.50; Another crash in automatic gc

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Sat, 22 Oct 2016 09:40:02 UTC

Severity: normal

Found in version 25.1.50

Done: Michael Heerdegen <michael_heerdegen <at> web.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24764 in the body.
You can then email your comments to 24764 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 09:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Heerdegen <michael_heerdegen <at> web.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 22 Oct 2016 09:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: bug-gnu-emacs <at> gnu.org
Cc: Eli Zaretskii <eliz <at> gnu.org>
Subject: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 11:38:02 +0200
[Message part 1 (text/plain, inline)]
Hi,

I think this could be provoked by some lisp stuff I currently develop
that does a lot of consing, dunno (but of cause I don't funcall `crash'
anywhere, at least not willingly :-) ).  Crashs happen every ten minutes or
so, and at totally random points.

Here is the gdb output.  Session still open.


TIA,

Michael.

[bt.txt (text/plain, inline)]
Current directory is /home/micha/software/emacs/src/
GNU gdb (Debian 7.11.1-2) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from emacs...done.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from terminal]
DISPLAY = :0
TERM = dumb
(gdb) run
Starting program: /home/micha/software/emacs/src/emacs 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe7df2700 (LWP 4175)]
[New Thread 0x7fffe6f2e700 (LWP 4176)]
[New Thread 0x7fffe64d0700 (LWP 4177)]

Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
605	      for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail = *prev)
(gdb) bt
#0  0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
#1  0x00000000005cc94d in sweep_misc () at alloc.c:6899
#2  0x00000000005ccb52 in gc_sweep () at alloc.c:6983
#3  0x00000000005ca977 in garbage_collect_1 (end=0x7fffffff9658) at alloc.c:5799
#4  0x00000000005caf0a in Fgarbage_collect () at alloc.c:5983
#5  0x000000000054a026 in maybe_gc () at lisp.h:4656
#6  0x000000000062eda2 in exec_byte_code (bytestr=55831588, vector=50194421, maxdepth=34, args_template=1030, nargs=1, args=0x7fffffff9c38) at bytecode.c:915
#7  0x00000000005ed2cb in funcall_lambda (fun=54470597, nargs=1, arg_vector=0x7fffffff9c30) at eval.c:2862
#8  0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffff9c28) at eval.c:2747
#9  0x000000000062ec61 in exec_byte_code (bytestr=55824388, vector=132472637, maxdepth=22, args_template=1030, nargs=1, args=0x7fffffffa160) at bytecode.c:880
#10 0x00000000005ed2cb in funcall_lambda (fun=132472733, nargs=1, arg_vector=0x7fffffffa158) at eval.c:2862
#11 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffa150) at eval.c:2747
#12 0x000000000062ec61 in exec_byte_code (bytestr=55813124, vector=128040397, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffa6b8) at bytecode.c:880
#13 0x00000000005ed2cb in funcall_lambda (fun=128040437, nargs=1, arg_vector=0x7fffffffa6b0) at eval.c:2862
#14 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffa6a8) at eval.c:2747
#15 0x000000000062ec61 in exec_byte_code (bytestr=55813540, vector=48303485, maxdepth=50, args_template=2054, nargs=1, args=0x7fffffffabf8) at bytecode.c:880
#16 0x00000000005ed2cb in funcall_lambda (fun=52043317, nargs=1, arg_vector=0x7fffffffabf0) at eval.c:2862
#17 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffabe8) at eval.c:2747
#18 0x000000000062ec61 in exec_byte_code (bytestr=55806212, vector=128039941, maxdepth=42, args_template=1026, nargs=0, args=0x7fffffffb148) at bytecode.c:880
#19 0x00000000005ed2cb in funcall_lambda (fun=128040141, nargs=0, arg_vector=0x7fffffffb148) at eval.c:2862
#20 0x00000000005ecd10 in Ffuncall (nargs=1, args=0x7fffffffb140) at eval.c:2747
#21 0x000000000062ec61 in exec_byte_code (bytestr=49706148, vector=9447525, maxdepth=10, args_template=1030, nargs=1, args=0x7fffffffb670) at bytecode.c:880
#22 0x00000000005ed2cb in funcall_lambda (fun=32058421, nargs=1, arg_vector=0x7fffffffb668) at eval.c:2862
#23 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffb660) at eval.c:2747
#24 0x000000000062ec61 in exec_byte_code (bytestr=49922564, vector=52785133, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffbb98) at bytecode.c:880
#25 0x00000000005ed2cb in funcall_lambda (fun=46673725, nargs=1, arg_vector=0x7fffffffbb90) at eval.c:2862
#26 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffbb88) at eval.c:2747
#27 0x000000000062ec61 in exec_byte_code (bytestr=53773316, vector=128040229, maxdepth=30, args_template=1026, nargs=0, args=0x7fffffffc0c8) at bytecode.c:880
#28 0x00000000005ed2cb in funcall_lambda (fun=128040309, nargs=0, arg_vector=0x7fffffffc0c8) at eval.c:2862
#29 0x00000000005ecd10 in Ffuncall (nargs=1, args=0x7fffffffc0c0) at eval.c:2747
#30 0x000000000062ec61 in exec_byte_code (bytestr=49706148, vector=9447525, maxdepth=10, args_template=1030, nargs=1, args=0x7fffffffc5f0) at bytecode.c:880
#31 0x00000000005ed2cb in funcall_lambda (fun=32058421, nargs=1, arg_vector=0x7fffffffc5e8) at eval.c:2862
#32 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffc5e0) at eval.c:2747
#33 0x000000000062ec61 in exec_byte_code (bytestr=49922564, vector=52785133, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffcb20) at bytecode.c:880
#34 0x00000000005ed2cb in funcall_lambda (fun=46673725, nargs=1, arg_vector=0x7fffffffcb18) at eval.c:2862
#35 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffcb10) at eval.c:2747
#36 0x000000000062ec61 in exec_byte_code (bytestr=55667524, vector=51883589, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffd080) at bytecode.c:880
#37 0x00000000005ed2cb in funcall_lambda (fun=43687877, nargs=1, arg_vector=0x7fffffffd078) at eval.c:2862
#38 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffd070) at eval.c:2747
#39 0x000000000062ec61 in exec_byte_code (bytestr=55804324, vector=45829997, maxdepth=30, args_template=3082, nargs=2, args=0x7fffffffd5b8) at bytecode.c:880
#40 0x00000000005ed2cb in funcall_lambda (fun=46132525, nargs=2, arg_vector=0x7fffffffd5a8) at eval.c:2862
#41 0x00000000005ecd10 in Ffuncall (nargs=3, args=0x7fffffffd5a0) at eval.c:2747
#42 0x000000000062ec61 in exec_byte_code (bytestr=55632004, vector=52748229, maxdepth=30, args_template=1030, nargs=1, args=0x7fffffffdc78) at bytecode.c:880
#43 0x00000000005ed2cb in funcall_lambda (fun=52764613, nargs=1, arg_vector=0x7fffffffdc70) at eval.c:2862
#44 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffdc68) at eval.c:2747
#45 0x00000000005e5067 in Ffuncall_interactively (nargs=2, args=0x7fffffffdc68) at callint.c:252
#46 0x00000000005ec98f in Ffuncall (nargs=3, args=0x7fffffffdc60) at eval.c:2678
#47 0x00000000005ebbf4 in Fapply (nargs=3, args=0x7fffffffdc60) at eval.c:2283
#48 0x00000000005e54df in Fcall_interactively (function=37851968, record_flag=0, keys=13333909) at callint.c:389
#49 0x00000000005ecafc in Ffuncall (nargs=4, args=0x7fffffffdee8) at eval.c:2705
#50 0x000000000062ec61 in exec_byte_code (bytestr=10341356, vector=10341389, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe440) at bytecode.c:880
#51 0x00000000005ed2cb in funcall_lambda (fun=10341309, nargs=1, arg_vector=0x7fffffffe438) at eval.c:2862
#52 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffe430) at eval.c:2747
#53 0x00000000005ec4b7 in call1 (fn=14832, arg1=37851968) at eval.c:2557
#54 0x000000000055109d in command_loop_1 () at keyboard.c:1484
#55 0x00000000005e9999 in internal_condition_case (bfun=0x5508e7 <command_loop_1>, handlers=19104, hfun=0x5500d4 <cmd_error>) at eval.c:1314
#56 0x00000000005505f1 in command_loop_2 (ignore=0) at keyboard.c:1112
#57 0x00000000005e92b9 in internal_catch (tag=45936, func=0x5505c8 <command_loop_2>, arg=0) at eval.c:1079
#58 0x0000000000550593 in command_loop () at keyboard.c:1091
#59 0x000000000054fc9c in recursive_edit_1 () at keyboard.c:697
#60 0x000000000054fe30 in Frecursive_edit () at keyboard.c:768
#61 0x000000000054dcb7 in main (argc=1, argv=0x7fffffffe8e8) at emacs.c:1626

Lisp Backtrace:
"Automatic GC" (0x0)
"el-search-atom-list" (0xffff9c30)
0x7e55f98 PVEC_COMPILED
0x7a1bdf0 PVEC_COMPILED
"el-search--next-buffer" (0xffffabf0)
0x7a1bcc8 PVEC_COMPILED
"thunk-force" (0xffffb668)
"stream-empty-p" (0xffffbb90)
0x7a1bd70 PVEC_COMPILED
"thunk-force" (0xffffc5e8)
"stream-empty-p" (0xffffcb18)
"el-search-continue-search" (0xffffd078)
"el-search-setup-search" (0xffffd5a8)
"el-search-emacs-elisp-sources" (0xffffdc70)
"funcall-interactively" (0xffffdc68)
"call-interactively" (0xffffdef0)
"command-execute" (0xffffe438)
(gdb) bt full
#0  0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
        tail = 0x2020200020202020
        prev = 0x2020200020202030
        b = 0x1a4dc00
#1  0x00000000005cc94d in sweep_misc () at alloc.c:6899
        i = 9
        this_free = 5
        mblk = 0x88e9800
        mprev = 0x89027e8
        lim = 25
        num_free = 395
        num_used = 96
#2  0x00000000005ccb52 in gc_sweep () at alloc.c:6983
No locals.
#3  0x00000000005ca977 in garbage_collect_1 (end=0x7fffffff9658) at alloc.c:5799
        nextb = 0x0
        stack_top_variable = 0 '\000'
        i = 587
        message_p = true
        count = 25
        start = {
          tv_sec = 1477128564, 
          tv_nsec = 119032393
        }
        retval = 0
        tot_before = 0
        total = {5538176, 3985729650688, 140737488328144, 6392214, 1542, 0, 0, 140965893, 13018736, 42955718423}
#4  0x00000000005caf0a in Fgarbage_collect () at alloc.c:5983
        end = 0x7fffffff9658
#5  0x000000000054a026 in maybe_gc () at lisp.h:4656
No locals.
#6  0x000000000062eda2 in exec_byte_code (bytestr=55831588, vector=50194421, maxdepth=34, args_template=1030, nargs=1, args=0x7fffffff9c38) at bytecode.c:915
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 23
        op = 130
        vectorp = 0x2fde7f8
        stack = {
          pc = 0x2f1a665 "\025", 
          byte_string = 55831588, 
          byte_string_start = 0x2f1a648 "r\211q\210\300\301\302Êeb\210\304\305\061&", 
          next = 0x7fffffff9c80
        }
        top = 0x7fffffff96f0
        result = 109044613
        type = CONDITION_CASE
#7  0x00000000005ed2cb in funcall_lambda (fun=54470597, nargs=1, arg_vector=0x7fffffff9c30) at eval.c:2862
        size = 5
        val = 1
        syms_left = 1030
        next = 4366976
        lexenv = 64424483632
        count = 23
        i = 5542518
        optional = false
        rest = false
#8  0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffff9c28) at eval.c:2747
        fun = 54470597
        original_fun = 42949008
        funcar = 22
        numargs = 1
        lisp_numargs = 89286436
        val = 140737488329728
        internal_args = 0x866f805
        count = 22
#9  0x000000000062ec61 in exec_byte_code (bytestr=55824388, vector=132472637, maxdepth=22, args_template=1030, nargs=1, args=0x7fffffffa160) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 21
        op = 1
        vectorp = 0x7e55f40
        stack = {
          pc = 0x2f1a7fc "!)\207", 
          byte_string = 55824388, 
          byte_string_start = 0x2f1a7c8 "\301\302\002;\203\v", 
          next = 0x7fffffffa1a0
        }
        top = 0x7fffffff9c28
        result = 132472733
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#10 0x00000000005ed2cb in funcall_lambda (fun=132472733, nargs=1, arg_vector=0x7fffffffa158) at eval.c:2862
        size = 5
        val = 1
        syms_left = 1030
        next = 0
        lexenv = 64424484960
        count = 21
        i = 5542518
        optional = false
        rest = false
#11 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffa150) at eval.c:2747
        fun = 132472733
        original_fun = 132472733
        funcar = 140737488331008
        numargs = 1
        lisp_numargs = 13018736
        val = 132472733
        internal_args = 0x5487b1 <ASIZE+24>
        count = 20
#12 0x000000000062ec61 in exec_byte_code (bytestr=55813124, vector=128040397, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffa6b8) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 20
        op = 1
        vectorp = 0x7a1bdd0
        stack = {
          pc = 0x2f1aa50 "\207", 
          byte_string = 55813124, 
          byte_string_start = 0x2f1aa40 "\300\001!\205\020", 
          next = 0x7fffffffa710
        }
        top = 0x7fffffffa150
        result = 134310403
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#13 0x00000000005ed2cb in funcall_lambda (fun=128040437, nargs=1, arg_vector=0x7fffffffa6b0) at eval.c:2862
        size = 5
        val = 1
        syms_left = 1030
        next = 140737488332192
        lexenv = 64424486272
        count = 20
        i = 5542518
        optional = false
        rest = false
#14 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffa6a8) at eval.c:2747
        fun = 128040437
        original_fun = 128040437
        funcar = 6101083
        numargs = 1
        lisp_numargs = 13018736
        val = 0
        internal_args = 0xffffa5c0
        count = 19
#15 0x000000000062ec61 in exec_byte_code (bytestr=55813540, vector=48303485, maxdepth=50, args_template=2054, nargs=1, args=0x7fffffffabf8) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 19
        op = 1
        vectorp = 0x2e10d80
        stack = {
          pc = 0x2f1a8f1 "\262\003\202C", 
          byte_string = 55813540, 
          byte_string_start = 0x2f1a890 "\305 \210\306\307!\210\211\206\f", 
          next = 0x7fffffffac70
        }
        top = 0x7fffffffa6a8
        result = 140737488332776
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#16 0x00000000005ed2cb in funcall_lambda (fun=52043317, nargs=1, arg_vector=0x7fffffffabf0) at eval.c:2862
        size = 5
        val = 1
        syms_left = 2054
        next = 13018736
        lexenv = 64424487664
        count = 19
        i = 5542518
        optional = false
        rest = false
#17 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffabe8) at eval.c:2747
        fun = 52043317
        original_fun = 42949104
        funcar = 6101083
        numargs = 1
        lisp_numargs = 13018736
        val = 0
        internal_args = 0x5f37b2 <Fmemq+254>
        count = 18
#18 0x000000000062ec61 in exec_byte_code (bytestr=55806212, vector=128039941, maxdepth=42, args_template=1026, nargs=0, args=0x7fffffffb148) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 18
        op = 1
        vectorp = 0x7a1bc08
        stack = {
          pc = 0x2f1ac16 "\211\205&\001r\211q\210\212\300\306H\r>\204>", 
          byte_string = 55806212, 
          byte_string_start = 0x2f1abf0 "\211\203\a", 
          next = 0x7fffffffb190
        }
        top = 0x7fffffffabe8
        result = 5120544
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#19 0x00000000005ed2cb in funcall_lambda (fun=128040141, nargs=0, arg_vector=0x7fffffffb148) at eval.c:2862
        size = 5
        val = 0
        syms_left = 1026
        next = 13018736
        lexenv = 64424489040
        count = 18
        i = 5542518
        optional = false
        rest = false
#20 0x00000000005ecd10 in Ffuncall (nargs=1, args=0x7fffffffb140) at eval.c:2747
        fun = 128040141
        original_fun = 128040141
        funcar = 3
        numargs = 0
        lisp_numargs = 140737488336384
        val = 9447525
        internal_args = 0x5487b1 <ASIZE+24>
        count = 17
#21 0x000000000062ec61 in exec_byte_code (bytestr=49706148, vector=9447525, maxdepth=10, args_template=1030, nargs=1, args=0x7fffffffb670) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 17
        op = 0
        vectorp = 0x902868 <pure+104>
        stack = {
          pc = 0x33ef652 "\207", 
          byte_string = 49706148, 
          byte_string_start = 0x33ef650 "\211 \207", 
          next = 0x7fffffffb6b0
        }
        top = 0x7fffffffb140
        result = 9580957
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#22 0x00000000005ed2cb in funcall_lambda (fun=32058421, nargs=1, arg_vector=0x7fffffffb668) at eval.c:2862
        size = 5
        val = 1
        syms_left = 1030
        next = 13018736
        lexenv = 64424490352
        count = 17
        i = 5542518
        optional = false
        rest = false
#23 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffb660) at eval.c:2747
        fun = 32058421
        original_fun = 42811792
        funcar = 19392
        numargs = 1
        lisp_numargs = 0
        val = 52785133
        internal_args = 0x5487b1 <ASIZE+24>
        count = 16
#24 0x000000000062ec61 in exec_byte_code (bytestr=49922564, vector=52785133, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffbb98) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 16
        op = 1
        vectorp = 0x3256ff0
        stack = {
          pc = 0x33efd25 "?\207", 
          byte_string = 49922564, 
          byte_string_start = 0x33efd20 "\300\001A@!?\207", 
          next = 0x7fffffffbbf0
        }
        top = 0x7fffffffb660
        result = 5542071
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#25 0x00000000005ed2cb in funcall_lambda (fun=46673725, nargs=1, arg_vector=0x7fffffffbb90) at eval.c:2862
        size = 5
        val = 1
        syms_left = 1030
        next = 5542518
        lexenv = 64424491664
        count = 16
        i = 5542518
        optional = false
        rest = false
#26 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffbb88) at eval.c:2747
        fun = 46673725
        original_fun = 42812320
        funcar = 2
        numargs = 1
        lisp_numargs = 13018736
        val = 0
        internal_args = 0x7a1bd70
        count = 15
#27 0x000000000062ec61 in exec_byte_code (bytestr=53773316, vector=128040229, maxdepth=30, args_template=1026, nargs=0, args=0x7fffffffc0c8) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 15
        op = 1
        vectorp = 0x7a1bd28
        stack = {
          pc = 0x2e35a51 "\204'", 
          byte_string = 53773316, 
          byte_string_start = 0x2e35a40 "\211\203\a", 
          next = 0x7fffffffc110
        }
        top = 0x7fffffffbb88
        result = 13018736
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#28 0x00000000005ed2cb in funcall_lambda (fun=128040309, nargs=0, arg_vector=0x7fffffffc0c8) at eval.c:2862
        size = 5
        val = 0
        syms_left = 1026
        next = 5538176
        lexenv = 64424493008
        count = 15
        i = 5542518
        optional = false
        rest = false
#29 0x00000000005ecd10 in Ffuncall (nargs=1, args=0x7fffffffc0c0) at eval.c:2747
        fun = 128040309
        original_fun = 128040309
        funcar = 16880932
        numargs = 0
        lisp_numargs = 35155949
        val = 9447525
        internal_args = 0x5487b1 <ASIZE+24>
        count = 14
#30 0x000000000062ec61 in exec_byte_code (bytestr=49706148, vector=9447525, maxdepth=10, args_template=1030, nargs=1, args=0x7fffffffc5f0) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 14
        op = 0
        vectorp = 0x902868 <pure+104>
        stack = {
          pc = 0x33ef652 "\207", 
          byte_string = 49706148, 
          byte_string_start = 0x33ef650 "\211 \207", 
          next = 0x7fffffffc630
        }
        top = 0x7fffffffc0c0
        result = 5538176
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#31 0x00000000005ed2cb in funcall_lambda (fun=32058421, nargs=1, arg_vector=0x7fffffffc5e8) at eval.c:2862
        size = 5
        val = 1
        syms_left = 1030
        next = 140737488340344
        lexenv = 64424494320
        count = 14
        i = 5542518
        optional = false
        rest = false
#32 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffc5e0) at eval.c:2747
        fun = 32058421
        original_fun = 42811792
        funcar = 128040357
        numargs = 1
        lisp_numargs = 0
        val = 52785133
        internal_args = 0x5487b1 <ASIZE+24>
        count = 13
#33 0x000000000062ec61 in exec_byte_code (bytestr=49922564, vector=52785133, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffcb20) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 13
        op = 1
        vectorp = 0x3256ff0
        stack = {
          pc = 0x33efd25 "?\207", 
          byte_string = 49922564, 
          byte_string_start = 0x33efd20 "\300\001A@!?\207", 
          next = 0x7fffffffcb90
        }
        top = 0x7fffffffc5e0
        result = 140737488340592
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#34 0x00000000005ed2cb in funcall_lambda (fun=46673725, nargs=1, arg_vector=0x7fffffffcb18) at eval.c:2862
        size = 5
        val = 1
        syms_left = 1030
        next = 0
        lexenv = 64424495632
        count = 13
        i = 5542518
        optional = false
        rest = false
#35 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffcb10) at eval.c:2747
        fun = 46673725
        original_fun = 42812320
        funcar = 6101083
        numargs = 1
        lisp_numargs = 140737488341728
        val = 47232
        internal_args = 0x5f37b2 <Fmemq+254>
        count = 12
#36 0x000000000062ec61 in exec_byte_code (bytestr=55667524, vector=51883589, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffd080) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 11
        op = 1
        vectorp = 0x317ae48
        stack = {
          pc = 0x2f32335 "\204\035\001\330\001!\331\001@!\210\211A <at> b\210\t\307H\n>\204", <incomplete sequence \354>, 
          byte_string = 55667524, 
          byte_string_start = 0x2f32268 "\306\020\t\307H\n>\204\021", 
          next = 0x7fffffffd0d0
        }
        top = 0x7fffffffcb10
        result = 131918163
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#37 0x00000000005ed2cb in funcall_lambda (fun=43687877, nargs=1, arg_vector=0x7fffffffd078) at eval.c:2862
        size = 6
        val = 1
        syms_left = 1026
        next = 4013840
        lexenv = 64424497008
        count = 11
        i = 5542518
        optional = false
        rest = false
#38 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffd070) at eval.c:2747
        fun = 43687877
        original_fun = 42949248
        funcar = 128040357
        numargs = 1
        lisp_numargs = 13018736
        val = 0
        internal_args = 0xffffd5a8
        count = 10
#39 0x000000000062ec61 in exec_byte_code (bytestr=55804324, vector=45829997, maxdepth=30, args_template=3082, nargs=2, args=0x7fffffffd5b8) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 10
        op = 1
        vectorp = 0x2bb4f70
        stack = {
          pc = 0x2f1ad87 "\207", 
          byte_string = 55804324, 
          byte_string_start = 0x2f1ad68 "\306\020\307\310\004!!\311\001\004\"\021\022\002\023\312\f\t\005D\"\210\211\203\034", 
          next = 0x7fffffffd610
        }
        top = 0x7fffffffd070
        result = 89126627
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#40 0x00000000005ed2cb in funcall_lambda (fun=46132525, nargs=2, arg_vector=0x7fffffffd5a8) at eval.c:2862
        size = 5
        val = 2
        syms_left = 3082
        next = 0
        lexenv = 64424498352
        count = 10
        i = 5542518
        optional = false
        rest = false
#41 0x00000000005ecd10 in Ffuncall (nargs=3, args=0x7fffffffd5a0) at eval.c:2747
        fun = 46132525
        original_fun = 35298752
        funcar = 140737488344400
        numargs = 2
        lisp_numargs = 47232
        val = 89126627
        internal_args = 0x7fffffffd5c0
        count = 9
#42 0x000000000062ec61 in exec_byte_code (bytestr=55632004, vector=52748229, maxdepth=30, args_template=1030, nargs=1, args=0x7fffffffdc78) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 9
        op = 2
        vectorp = 0x324dfc8
        stack = {
          pc = 0x2f3282a "\207", 
          byte_string = 55632004, 
          byte_string_start = 0x2f32820 "\301\001\302\303\304\b\"\305\"\"\207", 
          next = 0x7fffffffdf60
        }
        top = 0x7fffffffd5a0
        result = 140737488344800
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#43 0x00000000005ed2cb in funcall_lambda (fun=52764613, nargs=1, arg_vector=0x7fffffffdc70) at eval.c:2862
        size = 6
        val = 1
        syms_left = 1030
        next = 13018736
        lexenv = 64424499696
        count = 9
        i = 5542518
        optional = false
        rest = false
#44 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffdc68) at eval.c:2747
        fun = 52764613
        original_fun = 37851968
        funcar = 6216550
        numargs = 1
        lisp_numargs = 140737488345744
        val = 12473768
        internal_args = 0x550083 <temporarily_switch_to_single_kboard+162>
        count = 8
#45 0x00000000005e5067 in Ffuncall_interactively (nargs=2, args=0x7fffffffdc68) at callint.c:252
        speccount = 7
#46 0x00000000005ec98f in Ffuncall (nargs=3, args=0x7fffffffdc60) at eval.c:2678
        fun = 12473773
        original_fun = 24048
        funcar = 6226253
        numargs = 2
        lisp_numargs = 140737488345968
        val = 89126851
        internal_args = 0x5f02dd <Flength+363>
        count = 6
#47 0x00000000005ebbf4 in Fapply (nargs=3, args=0x7fffffffdc60) at eval.c:2283
        i = 140737488346160
        numargs = 1
        funcall_nargs = 24048
        funcall_args = 0x0
        spread_arg = 89126915
        fun = 24048
        retval = 0
        sa_avail = 16384
        sa_count = 6
        sa_must_free = false
#48 0x00000000005e54df in Fcall_interactively (function=37851968, record_flag=0, keys=13333909) at callint.c:389
        input = 53473203
        funval = 52764613
        events = 327
        result = 86639875
        args = 0xaffffddd0
        visargs = 0x0
        specs = 89126915
        filter_specs = 53473203
        teml = 0
        up_event = 0
        enable = 0
        sa_avail = 16384
        sa_count = 6
        sa_must_free = false
        speccount = 6
        next_event = 52764613
        prefix_arg = 0
        string = 0x0
        tem = 0x549276 <PSEUDOVECTORP+63> "\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276\t"
        varies = 0x5fa719 <hash_lookup+331> "H;E\350t\nH\213E\350H\301\370\002\353\aH\307\300\377\377\377\377H\203\304H[]\303UH\211\345H\203\354\060H\211}\350H\211u\340H\211U\330H\211M\320H\213E\350H\211\307\350n\372\377\377H\213E\350H\213@@H\215P\001H\213E\350H\211P <at> H\213E\350H\213 <at> 0H\301\370\002H\211E\370H\213U\370H\213E\350H\211\326H\211\307\350O\344\364\377H\211\302H\213E\350H\211P0H\213U\340H\213M\370H\213E\350H\211\316H\211\307\350\026\362\364\377H\213U\330H\213M\370H\213E\350H\211\316H\211\307\350\065\362\364\377H\213E\320H\301\340\002H\203\300\002H\211\302H\213M\370H\213E"...
        i = 140737488346528
        nargs = 52764608
        mark = 0
        arg_from_tty = false
        key_count = 1
        record_then_fail = false
        save_this_command = 37851968
        save_last_command = 32224160
        save_this_original_command = 37851968
        save_real_this_command = 37851968
#49 0x00000000005ecafc in Ffuncall (nargs=4, args=0x7fffffffdee8) at eval.c:2705
        internal_argbuf = {37851968, 0, 13018736, 6089687, 0, 140737488346704, 5538176, 6092911}
        fun = 12473821
        original_fun = 405504
        funcar = 13018736
        numargs = 3
        lisp_numargs = 13018736
        val = 0
        internal_args = 0x7fffffffdef0
        count = 5
#50 0x000000000062ec61 in exec_byte_code (bytestr=10341356, vector=10341389, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe440) at bytecode.c:880
        targets = {0x632278 <exec_byte_code+16884>, 0x6322d8 <exec_byte_code+16980>, 0x6322da <exec_byte_code+16982>, 0x6322dc <exec_byte_code+16984>, 0x6322de <exec_byte_code+16986>, 0x6322de <exec_byte_code+16986>, 0x63233e <exec_byte_code+17082>, 0x6323b1 <exec_byte_code+17197>, 0x62e4e6 <exec_byte_code+1122>, 0x62e4e8 <exec_byte_code+1124>, 0x62e4ea <exec_byte_code+1126>, 0x62e4ec <exec_byte_code+1128>, 0x62e4ee <exec_byte_code+1130>, 0x62e4ee <exec_byte_code+1130>, 0x62e4f4 <exec_byte_code+1136>, 0x62e4a9 <exec_byte_code+1061>, 0x62e96b <exec_byte_code+2279>, 0x62e96d <exec_byte_code+2281>, 0x62e96f <exec_byte_code+2283>, 0x62e971 <exec_byte_code+2285>, 0x62e973 <exec_byte_code+2287>, 0x62e973 <exec_byte_code+2287>, 0x62e9b4 <exec_byte_code+2352>, 0x62e979 <exec_byte_code+2293>, 0x62eb6c <exec_byte_code+2792>, 0x62eb6e <exec_byte_code+2794>, 0x62eb70 <exec_byte_code+2796>, 0x62eb72 <exec_byte_code+2798>, 0x62eb74 <exec_byte_code+2800>, 0x62eb74 <exec_byte_code+2800>, 0x62eb14 <exec_byte_code+2704>, 0x62eb31 <exec_byte_code+2733>, 0x62ec2e <exec_byte_code+2986>, 0x62ec30 <exec_byte_code+2988>, 0x62ec32 <exec_byte_code+2990>, 0x62ec34 <exec_byte_code+2992>, 0x62ec36 <exec_byte_code+2994>, 0x62ec36 <exec_byte_code+2994>, 0x62ebd6 <exec_byte_code+2898>, 0x62ebf3 <exec_byte_code+2927>, 0x62ecf0 <exec_byte_code+3180>, 0x62ecf2 <exec_byte_code+3182>, 0x62ecf4 <exec_byte_code+3184>, 0x62ecf6 <exec_byte_code+3186>, 0x62ecf8 <exec_byte_code+3188>, 0x62ecf8 <exec_byte_code+3188>, 0x62ec98 <exec_byte_code+3092>, 0x62ecb5 <exec_byte_code+3121>, 0x62fce9 <exec_byte_code+7269>, 0x62fb82 <exec_byte_code+6910>, 0x62fb79 <exec_byte_code+6901>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x62ff0f <exec_byte_code+7819>, 0x62ffe8 <exec_byte_code+8036>, 0x630046 <exec_byte_code+8130>, 0x6300a5 <exec_byte_code+8225>, 0x630108 <exec_byte_code+8324>, 0x62e7e5 <exec_byte_code+1889>, 0x62e85b <exec_byte_code+2007>, 0x63017d <exec_byte_code+8441>, 0x62e73c <exec_byte_code+1720>, 0x62e8c1 <exec_byte_code+2109>, 0x6301e3 <exec_byte_code+8543>, 0x630249 <exec_byte_code+8645>, 0x63028f <exec_byte_code+8715>, 0x6302f5 <exec_byte_code+8817>, 0x630342 <exec_byte_code+8894>, 0x63040f <exec_byte_code+9099>, 0x630455 <exec_byte_code+9169>, 0x6304bb <exec_byte_code+9271>, 0x63053e <exec_byte_code+9402>, 0x630584 <exec_byte_code+9472>, 0x6305ca <exec_byte_code+9542>, 0x630630 <exec_byte_code+9644>, 0x630696 <exec_byte_code+9746>, 0x6306fc <exec_byte_code+9848>, 0x63077f <exec_byte_code+9979>, 0x6307cc <exec_byte_code+10056>, 0x630819 <exec_byte_code+10133>, 0x6308e6 <exec_byte_code+10338>, 0x630977 <exec_byte_code+10483>, 0x630a08 <exec_byte_code+10628>, 0x630c35 <exec_byte_code+11185>, 0x630ca0 <exec_byte_code+11292>, 0x630d0b <exec_byte_code+11399>, 0x630d76 <exec_byte_code+11506>, 0x630de1 <exec_byte_code+11613>, 0x630e2e <exec_byte_code+11690>, 0x630ec0 <exec_byte_code+11836>, 0x630f0d <exec_byte_code+11913>, 0x630f5a <exec_byte_code+11990>, 0x630fa7 <exec_byte_code+12067>, 0x6310a7 <exec_byte_code+12323>, 0x62fa16 <exec_byte_code+6546>, 0x631104 <exec_byte_code+12416>, 0x63114a <exec_byte_code+12486>, 0x631212 <exec_byte_code+12686>, 0x63126f <exec_byte_code+12779>, 0x6312cc <exec_byte_code+12872>, 0x631312 <exec_byte_code+12942>, 0x63135e <exec_byte_code+13018>, 0x6313aa <exec_byte_code+13094>, 0x6313fe <exec_byte_code+13178>, 0x632278 <exec_byte_code+16884>, 0x631454 <exec_byte_code+13264>, 0x631495 <exec_byte_code+13329>, 0x6314d6 <exec_byte_code+13394>, 0x631517 <exec_byte_code+13459>, 0x631558 <exec_byte_code+13524>, 0x631599 <exec_byte_code+13589>, 0x62fa16 <exec_byte_code+6546>, 0x632278 <exec_byte_code+16884>, 0x6315df <exec_byte_code+13659>, 0x63162d <exec_byte_code+13737>, 0x631673 <exec_byte_code+13807>, 0x6316b9 <exec_byte_code+13877>, 0x63171f <exec_byte_code+13979>, 0x631785 <exec_byte_code+14081>, 0x6317cb <exec_byte_code+14151>, 0x6318b8 <exec_byte_code+14388>, 0x63191e <exec_byte_code+14490>, 0x631984 <exec_byte_code+14592>, 0x6319ea <exec_byte_code+14694>, 0x631a2b <exec_byte_code+14759>, 0x632278 <exec_byte_code+16884>, 0x62f94d <exec_byte_code+6345>, 0x62ed9d <exec_byte_code+3353>, 0x62e5dc <exec_byte_code+1368>, 0x62eed0 <exec_byte_code+3660>, 0x62f030 <exec_byte_code+4012>, 0x62f184 <exec_byte_code+4352>, 0x62f8de <exec_byte_code+6234>, 0x62f91b <exec_byte_code+6295>, 0x62eac6 <exec_byte_code+2626>, 0x62f9d7 <exec_byte_code+6483>, 0x62fa48 <exec_byte_code+6596>, 0x62fad2 <exec_byte_code+6734>, 0x62fb11 <exec_byte_code+6797>, 0x62fd28 <exec_byte_code+7332>, 0x62fdaa <exec_byte_code+7462>, 0x62fe2d <exec_byte_code+7593>, 0x62fe8e <exec_byte_code+7690>, 0x62ed54 <exec_byte_code+3280>, 0x631a71 <exec_byte_code+14829>, 0x631af4 <exec_byte_code+14960>, 0x631b3a <exec_byte_code+15030>, 0x631b80 <exec_byte_code+15100>, 0x631bc6 <exec_byte_code+15170>, 0x631c0c <exec_byte_code+15240>, 0x631c72 <exec_byte_code+15342>, 0x631cd8 <exec_byte_code+15444>, 0x631d3e <exec_byte_code+15546>, 0x631da4 <exec_byte_code+15648>, 0x631ee3 <exec_byte_code+15967>, 0x631f49 <exec_byte_code+16069>, 0x631faf <exec_byte_code+16171>, 0x631ff5 <exec_byte_code+16241>, 0x63205b <exec_byte_code+16343>, 0x6320c1 <exec_byte_code+16445>, 0x632115 <exec_byte_code+16529>, 0x632169 <exec_byte_code+16613>, 0x630ff4 <exec_byte_code+12144>, 0x631041 <exec_byte_code+12221>, 0x6321b6 <exec_byte_code+16690>, 0x632219 <exec_byte_code+16789>, 0x632278 <exec_byte_code+16884>, 0x62f2d8 <exec_byte_code+4692>, 0x62f3de <exec_byte_code+4954>, 0x62f523 <exec_byte_code+5279>, 0x62f668 <exec_byte_code+5604>, 0x62f7a3 <exec_byte_code+5919>, 0x63038f <exec_byte_code+8971>, 0x630866 <exec_byte_code+10210>, 0x631192 <exec_byte_code+12558>, 0x63244b <exec_byte_code+17351>, 0x6324c1 <exec_byte_code+17469>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x63255e <exec_byte_code+17626>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x632278 <exec_byte_code+16884>, 0x6325e6 <exec_byte_code+17762> <repeats 64 times>}
        count = 5
        op = 3
        vectorp = 0x9dcc10 <pure+893968>
        stack = {
          pc = 0xb913bc <pure+2681788> "\006\006\071\203\242", 
          byte_string = 10341356, 
          byte_string_start = 0xb91341 <pure+2681665> "\306\020\211?\205\023", 
          next = 0x0
        }
        top = 0x7fffffffdee8
        result = 12123942
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#51 0x00000000005ed2cb in funcall_lambda (fun=10341309, nargs=1, arg_vector=0x7fffffffe438) at eval.c:2862
        size = 5
        val = 1
        syms_left = 4102
        next = 0
        lexenv = 64424502080
        count = 5
        i = 5542518
        optional = false
        rest = false
#52 0x00000000005ecd10 in Ffuncall (nargs=2, args=0x7fffffffe430) at eval.c:2747
        fun = 10341309
        original_fun = 14832
        funcar = 0
        numargs = 1
        lisp_numargs = 13018736
        val = 0
        internal_args = 0x4
        count = 4
#53 0x00000000005ec4b7 in call1 (fn=14832, arg1=37851968) at eval.c:2557
No locals.
#54 0x000000000055109d in command_loop_1 () at keyboard.c:1484
        scount = 3
        cmd = 37851968
        keybuf = {134217750, 410, 5538785, 9447460, 320960, 3, 3, 140737488348392, 0, 9435061, 140737488348384, 0, 140737488348416, 6210881, 0, 9447460, 13018736, 320960, 0, 140737488348416, 5538176, 0, 13018736, 5571389, 13018736, 140737488348464, 0, 140737488348480, 5538176, 5571192}
        i = 1
        prev_modiff = 1225
        prev_buffer = 0x5b44000
        already_adjusted = false
#55 0x00000000005e9999 in internal_condition_case (bfun=0x5508e7 <command_loop_1>, handlers=19104, hfun=0x5500d4 <cmd_error>) at eval.c:1314
        val = 5538176
        c = 0x12e1400
#56 0x00000000005505f1 in command_loop_2 (ignore=0) at keyboard.c:1112
        val = 2
#57 0x00000000005e92b9 in internal_catch (tag=45936, func=0x5505c8 <command_loop_2>, arg=0) at eval.c:1079
        val = 5538176
        c = 0x12e1600
#58 0x0000000000550593 in command_loop () at keyboard.c:1091
No locals.
#59 0x000000000054fc9c in recursive_edit_1 () at keyboard.c:697
        count = 1
        val = 140737488348880
#60 0x000000000054fe30 in Frecursive_edit () at keyboard.c:768
        count = 0
        buffer = 0
#61 0x000000000054dcb7 in main (argc=1, argv=0x7fffffffe8e8) at emacs.c:1626
        dummy = 721
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = true
        dumping = false
        skip_args = 0
        rlim = {
          rlim_cur = 8720000, 
          rlim_max = 18446744073709551615
        }
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0

Lisp Backtrace:
"Automatic GC" (0x0)
"el-search-atom-list" (0xffff9c30)
0x7e55f98 PVEC_COMPILED
0x7a1bdf0 PVEC_COMPILED
"el-search--next-buffer" (0xffffabf0)
0x7a1bcc8 PVEC_COMPILED
"thunk-force" (0xffffb668)
"stream-empty-p" (0xffffbb90)
0x7a1bd70 PVEC_COMPILED
"thunk-force" (0xffffc5e8)
"stream-empty-p" (0xffffcb18)
"el-search-continue-search" (0xffffd078)
"el-search-setup-search" (0xffffd5a8)
"el-search-emacs-elisp-sources" (0xffffdc70)
"funcall-interactively" (0xffffdc68)
"call-interactively" (0xffffdef0)
"command-execute" (0xffffe438)
(gdb) xbacktrace
"Automatic GC" (0x0)
"el-search-atom-list" (0xffff9c30)
0x7e55f98 PVEC_COMPILED
0x7a1bdf0 PVEC_COMPILED
"el-search--next-buffer" (0xffffabf0)
0x7a1bcc8 PVEC_COMPILED
"thunk-force" (0xffffb668)
"stream-empty-p" (0xffffbb90)
0x7a1bd70 PVEC_COMPILED
"thunk-force" (0xffffc5e8)
"stream-empty-p" (0xffffcb18)
"el-search-continue-search" (0xffffd078)
"el-search-setup-search" (0xffffd5a8)
"el-search-emacs-elisp-sources" (0xffffdc70)
"funcall-interactively" (0xffffdc68)
"call-interactively" (0xffffdef0)
"command-execute" (0xffffe438)
(gdb) 
[Message part 3 (text/plain, inline)]



In GNU Emacs 25.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.1)
 of 2016-10-22 built on drachen
Repository revision: bfd1abf5c8edf571e9ba272ec2587b964ba86102
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description:	Debian GNU/Linux testing (stretch)

Configured using:
 'configure 'CFLAGS=-O0 -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS NOTIFY
LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11

Important settings:
  value of $LC_ALL: de_DE.utf8
  value of $LC_COLLATE: C
  value of $LC_TIME: C
  value of $LANG: de_DE.utf8
  locale-coding-system: utf-8-unix


Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 10:07:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 13:05:53 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: Eli Zaretskii <eliz <at> gnu.org>
> Date: Sat, 22 Oct 2016 11:38:02 +0200
> 
> I think this could be provoked by some lisp stuff I currently develop
> that does a lot of consing, dunno (but of cause I don't funcall `crash'
> anywhere, at least not willingly :-) ).  Crashs happen every ten minutes or
> so, and at totally random points.
> 
> Here is the gdb output.  Session still open.
> [...]
> 
> (gdb) bt full
> #0  0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
>         tail = 0x2020200020202020 <<<<<<<<<<<<<<<<<<<<<<<<
>         prev = 0x2020200020202030 <<<<<<<<<<<<<<<<<<<<<<<<

Your marker pointers are actually full of blank (and other ASCII)
characters.  So some code somewhere either writes past the end of some
stack-based array or otherwise overwrites the stack.

Or maybe your system, too, uses ralloc.c, and this is one more
manifestation of some buffer or string relocated while some code hangs
to the C pointers of the original contents.

The question is which code does that, and how, because usually this
happens long before GC.

See etc/DEBUG for how to debug problems during GC.  The first question
to answer is what is the Lisp data structure being GC'ed here.  Use
the last_marked array for that.

Then you will usually need to come up with a reproducible recipe for
the crash, because finding out which code causes this involves
repeated execution of the recipe with different probes inserted.

If you cannot easily come up with a reproducible recipe, try lowering
the value of gc-cons-threshold, so that GC happens more frequently;
that could allow you to realize what exactly in your Lisp causes the
bad memory writes.

That's about all I can say about this (not sure why I'm on the CC
list, anyway).

Oh, one other thing:

> In GNU Emacs 25.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.1)
>  of 2016-10-22 built on drachen
> Repository revision: bfd1abf5c8edf571e9ba272ec2587b964ba86102

There's no such revision SHA1 in the Emacs repository, so I'm not sure
what code base you are using there.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 11:42:01 GMT) Full text and rfc822 format available.

Message #11 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Michael Heerdegen <michael_heerdegen <at> web.de>, 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 13:41:15 +0200
On Okt 22 2016, Eli Zaretskii <eliz <at> gnu.org> wrote:

>> I think this could be provoked by some lisp stuff I currently develop
>> that does a lot of consing, dunno (but of cause I don't funcall `crash'
>> anywhere, at least not willingly :-) ).  Crashs happen every ten minutes or
>> so, and at totally random points.
>> 
>> Here is the gdb output.  Session still open.
>> [...]
>> 
>> (gdb) bt full
>> #0  0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
>>         tail = 0x2020200020202020 <<<<<<<<<<<<<<<<<<<<<<<<
>>         prev = 0x2020200020202030 <<<<<<<<<<<<<<<<<<<<<<<<
>
> Your marker pointers are actually full of blank (and other ASCII)
> characters.  So some code somewhere either writes past the end of some
> stack-based array or otherwise overwrites the stack.

More likely, BUF_MARKERS is already overwritten.  (The "other ASCII
character" comes from the offset of ->next).  What do the other contents
of b->text look like?  Finding the place where a member of a struct
buffer is overwritten can be done with a watchpoint.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 12:02:02 GMT) Full text and rfc822 format available.

Message #14 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: michael_heerdegen <at> web.de, 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 15:01:25 +0300
> From: Andreas Schwab <schwab <at> linux-m68k.org>
> Cc: Michael Heerdegen <michael_heerdegen <at> web.de>,  24764 <at> debbugs.gnu.org
> Date: Sat, 22 Oct 2016 13:41:15 +0200
> 
> >> (gdb) bt full
> >> #0  0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
> >>         tail = 0x2020200020202020 <<<<<<<<<<<<<<<<<<<<<<<<
> >>         prev = 0x2020200020202030 <<<<<<<<<<<<<<<<<<<<<<<<
> >
> > Your marker pointers are actually full of blank (and other ASCII)
> > characters.  So some code somewhere either writes past the end of some
> > stack-based array or otherwise overwrites the stack.
> 
> More likely, BUF_MARKERS is already overwritten.

Could be, perhaps because of this:

> Or maybe your system, too, uses ralloc.c, and this is one more
> manifestation of some buffer or string relocated while some code hangs
> to the C pointers of the original contents.

> Finding the place where a member of a struct buffer is overwritten
> can be done with a watchpoint.

Yes.  But IME just a watchpoint with no conditions gets triggered too
frequently to be useful, which is why a more-or-less specific recipe
for reproducing the problem would be beneficial, because then you
could activate the watchpoint only when it matters, or specify a
condition for it to trigger only when that matters.

For starters, I'd try to see whether 'tail' and 'prev' always have
these values when GC crashes.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 12:23:02 GMT) Full text and rfc822 format available.

Message #17 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: michael_heerdegen <at> web.de
Cc: 24764 <at> debbugs.gnu.org, schwab <at> linux-m68k.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 15:21:53 +0300
> Date: Sat, 22 Oct 2016 15:01:25 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: michael_heerdegen <at> web.de, 24764 <at> debbugs.gnu.org
> 
> For starters, I'd try to see whether 'tail' and 'prev' always have
> these values when GC crashes.

Another question: is the buffer 'b' here:

> 0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
> 605	      for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail = *prev)

a live buffer, or is it a buffer that was killed?  A buffer is live
if its name is a string, not nil.  Try this:

  (gdb) p b->name_
  (gdb) xpr

(The "xpr" command will only work if you "source .gdbinit" from the
Emacs src directory.)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 12:37:02 GMT) Full text and rfc822 format available.

Message #20 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: schwab <at> linux-m68k.org, michael_heerdegen <at> web.de
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 15:36:37 +0300
> Date: Sat, 22 Oct 2016 15:01:25 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: michael_heerdegen <at> web.de, 24764 <at> debbugs.gnu.org
> 
> > Finding the place where a member of a struct buffer is overwritten
> > can be done with a watchpoint.
> 
> Yes.  But IME just a watchpoint with no conditions gets triggered too
> frequently to be useful

For example, in this case, we are talking about the buffer->markers
member, which is changed (a.k.a. "overwritten") each time a new marker
is added to the buffer, because a new marker 'm' is added to its
buffer 'b' as follows:

      m->next = BUF_MARKERS (b);
      BUF_MARKERS (b) = m;

So setting a watchpoint on b->markers needs to know (1) the buffer in
which this happens, (2) the value or range of values that the
'markers' pointer is overwritten with, in order to make the watchpoint
conditional.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 13:56:01 GMT) Full text and rfc822 format available.

Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 15:54:40 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Your marker pointers are actually full of blank (and other ASCII)
> characters.  So some code somewhere either writes past the end of some
> stack-based array or otherwise overwrites the stack.
>
> Or maybe your system, too, uses ralloc.c, and this is one more
> manifestation of some buffer or string relocated while some code hangs
> to the C pointers of the original contents.

How can I find out?

> The question is which code does that, and how, because usually this
> happens long before GC.

My code does the following: open tons of elisp files, read all top level
expressions, and walk the expressions to create a huge list of all the
buffer's atoms, one per buffer, look at it, and discard it, and continue
with the next file etc.

> See etc/DEBUG for how to debug problems during GC. [...]

Ok, will do.

> That's about all I can say about this (not sure why I'm on the CC
> list, anyway).

Because you give the most useful comments about how to debug such stuff,
and I have no clue most of the time.

> Oh, one other thing:
>
> > In GNU Emacs 25.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.1)
> >  of 2016-10-22 built on drachen
> > Repository revision: bfd1abf5c8edf571e9ba272ec2587b964ba86102
>
> There's no such revision SHA1 in the Emacs repository, so I'm not sure
> what code base you are using there.

That's one commit above emacs-25's current HEAD: the WIP commit for
making sort-line accepting a predicate arg.  I can revert it just to be
sure.  But I'm not even convinced that the stuff I suspect is really the
culprit.


Thanks so far,

Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 14:06:02 GMT) Full text and rfc822 format available.

Message #26 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org, schwab <at> linux-m68k.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 16:05:29 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Another question: is the buffer 'b' here:
>
> > 0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
> > 605 for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail =
> > *prev)
>
> a live buffer, or is it a buffer that was killed?  A buffer is live
> if its name is a string, not nil.  Try this:
>
>   (gdb) p b->name_
>   (gdb) xpr

says "No symbol "b" in current context" and "The history is empty".  Am
I'm doing something wrong?


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 14:11:01 GMT) Full text and rfc822 format available.

Message #29 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org, schwab <at> linux-m68k.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 17:10:13 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: schwab <at> linux-m68k.org,  24764 <at> debbugs.gnu.org
> Date: Sat, 22 Oct 2016 16:05:29 +0200
> 
> > Another question: is the buffer 'b' here:
> >
> > > 0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
> > > 605 for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail =
> > > *prev)
> >
> > a live buffer, or is it a buffer that was killed?  A buffer is live
> > if its name is a string, not nil.  Try this:
> >
> >   (gdb) p b->name_
> >   (gdb) xpr
> 
> says "No symbol "b" in current context" and "The history is empty".  Am
> I'm doing something wrong?

How can that be?  Are you in the correct stack frame?  What does this
show?

  (gdb) frame





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 14:13:01 GMT) Full text and rfc822 format available.

Message #32 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 16:12:01 +0200
Michael Heerdegen <michael_heerdegen <at> web.de> writes:

> That's one commit above emacs-25's current HEAD: the WIP commit for
> making sort-line accepting a predicate arg.  I can revert it just to
> be sure.  But I'm not even convinced that the stuff I suspect is
> really the culprit.

FWIW, I already tried to compile (make bootstrap) with different
versions of gcc (I downgraded all that stuff in Debian from testing to
stable), and I checked out the emacs-25 branch from different points -
but the crashs happened with every build.


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 14:14:02 GMT) Full text and rfc822 format available.

Message #35 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 17:13:14 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: bug-gnu-emacs <at> gnu.org
> Date: Sat, 22 Oct 2016 15:54:40 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > Your marker pointers are actually full of blank (and other ASCII)
> > characters.  So some code somewhere either writes past the end of some
> > stack-based array or otherwise overwrites the stack.
> >
> > Or maybe your system, too, uses ralloc.c, and this is one more
> > manifestation of some buffer or string relocated while some code hangs
> > to the C pointers of the original contents.
> 
> How can I find out?

If you ralloc.o in your src/ directory, your build uses ralloc.c.
Whether ralloc.c's relocations are related to this bug will become
clear eventually when this bug's root cause is discovered; finding
that out is part of the job.

> My code does the following: open tons of elisp files, read all top level
> expressions, and walk the expressions to create a huge list of all the
> buffer's atoms, one per buffer, look at it, and discard it, and continue
> with the next file etc.

What the code does is not important, because Lisp code cannot possibly
cause such problems, only trigger existing problems in the C code.

> > > Repository revision: bfd1abf5c8edf571e9ba272ec2587b964ba86102
> >
> > There's no such revision SHA1 in the Emacs repository, so I'm not sure
> > what code base you are using there.
> 
> That's one commit above emacs-25's current HEAD: the WIP commit for
> making sort-line accepting a predicate arg.  I can revert it just to be
> sure.  But I'm not even convinced that the stuff I suspect is really the
> culprit.

It isn't.  I asked because I wasn't sure the emacs-25 branch is the
code you are running.  Now we know.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 14:26:01 GMT) Full text and rfc822 format available.

Message #38 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 17:24:44 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: bug-gnu-emacs <at> gnu.org
> Date: Sat, 22 Oct 2016 16:12:01 +0200
> 
> Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> 
> > That's one commit above emacs-25's current HEAD: the WIP commit for
> > making sort-line accepting a predicate arg.  I can revert it just to
> > be sure.  But I'm not even convinced that the stuff I suspect is
> > really the culprit.
> 
> FWIW, I already tried to compile (make bootstrap) with different
> versions of gcc (I downgraded all that stuff in Debian from testing to
> stable), and I checked out the emacs-25 branch from different points -
> but the crashs happened with every build.

Good to know.

Let's start with figuring out whether each crash shows the buffer's
marker chain overwritten by the same (or similar) text string.

In the session you have now, try this command, in frame #0:

 (gdb) p (char *)&b->markers

What does this print?  If it doesn't print any human-readable text,
try this:

 (gdb) p (char *)tail



  




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 14:38:02 GMT) Full text and rfc822 format available.

Message #41 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 10:37:46 -0400
Michael Heerdegen <michael_heerdegen <at> web.de> writes:

>
> Configured using:
>  'configure 'CFLAGS=-O0 -g3''

It might be worth configuring with --enable-checking: you could get an
assertion failure closer to where the actual problem is.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 14:40:02 GMT) Full text and rfc822 format available.

Message #44 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: npostavs <at> users.sourceforge.net
Cc: michael_heerdegen <at> web.de, 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 17:38:48 +0300
> From: npostavs <at> users.sourceforge.net
> Cc: 24764 <at> debbugs.gnu.org,  Eli Zaretskii <eliz <at> gnu.org>
> Date: Sat, 22 Oct 2016 10:37:46 -0400
> 
> > Configured using:
> >  'configure 'CFLAGS=-O0 -g3''
> 
> It might be worth configuring with --enable-checking: you could get an
> assertion failure closer to where the actual problem is.

Right.  And if you are reconfiguring anyway, also use

  CFLAGS='-O0 -gdwarf-4 -g3'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 14:44:02 GMT) Full text and rfc822 format available.

Message #47 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org, schwab <at> linux-m68k.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 16:43:38 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>   (gdb) frame

#61 0x000000000054dcb7 in main (argc=1, argv=0x7fffffffe8e8) at emacs.c:1626
1626	  Frecursive_edit ();

But that session is now gone, right after I selected that text, since
gdb ran in Emacs, too :-( AFAICT I did not use my stuff in that session.


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 15:09:02 GMT) Full text and rfc822 format available.

Message #50 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 18:08:00 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: schwab <at> linux-m68k.org,  24764 <at> debbugs.gnu.org
> Date: Sat, 22 Oct 2016 16:43:38 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> >   (gdb) frame
> 
> #61 0x000000000054dcb7 in main (argc=1, argv=0x7fffffffe8e8) at emacs.c:1626
> 1626	  Frecursive_edit ();
> 
> But that session is now gone, right after I selected that text, since
> gdb ran in Emacs, too :-(

I don't understand: why is the session gone?  It could only be gone if
you exited Emacs.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 15:26:02 GMT) Full text and rfc822 format available.

Message #53 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org, npostavs <at> users.sourceforge.net
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 18:25:17 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: npostavs <at> users.sourceforge.net,  24764 <at> debbugs.gnu.org
> Date: Sat, 22 Oct 2016 16:51:38 +0200
> 
> I attach two other gdb sessions with backtraces.  Maybe they look
> different, or they don't, I'm not good at reading this stuff.
> 
> Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
> mark_object (arg=3271131134090376052) at alloc.c:6297
> 6297		if (STRING_MARKED_P (ptr))
> (gdb) bt
> #0  mark_object (arg=3271131134090376052) at alloc.c:6297
> #1  0x00000000005c2fe5 in mark_interval (i=0x2d65646f6d2d7370, dummy=0) at alloc.c:1532

This crash is in a different place in GC, but note how the value of
the argument i passed to mark_interval, 0x2d65646f6d2d7370, is again
ASCII text ("ps-mode-").  What's curiouser, GC is marking
buffer_defaults:

> #7536 0x00000000005c9609 in mark_vectorlike (ptr=0xc56d50 <buffer_defaults>) at alloc.c:6038
                                                             ^^^^^^^^^^^^^^^

> Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
> mark_object (arg=10997052170605) at alloc.c:6315
> 6315		if (VECTOR_MARKED_P (ptr))
> (gdb) bt
> #0  mark_object (arg=10997052170605) at alloc.c:6315
> #1  0x00000000005c2fe5 in mark_interval (i=0xa0073636168, dummy=0) at alloc.c:1532

This is very similar to the above, with the text now being "hacs",
terminated by a null byte.  Also, we are marking objects on the stack
in this case:

> #6  0x00000000005c7540 in mark_maybe_object (obj=66162019) at alloc.c:4743
> #7  0x00000000005c78cc in mark_memory (start=0x7fffffff89f8, end=0x7fffffffe758) at alloc.c:4895
> #8  0x00000000005c7900 in mark_stack (end=0x7fffffff89f8) at alloc.c:5038
> #9  0x00000000005c8e0d in garbage_collect_1 (end=0x7fffffff89f8) at alloc.c:5756
> #10 0x00000000005c947d in Fgarbage_collect () at alloc.c:5979

The Lisp backtraces are very different in each case, which I think
indicates the problem happens in some code entirely unrelated to the
code that crashes.  It just triggers GC.

Please try lowering gc-cons-threshold, perhaps that would make the
crashes closer to the problematic code.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 15:34:01 GMT) Full text and rfc822 format available.

Message #56 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: michael_heerdegen <at> web.de
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 18:33:41 +0300
Michael, when did these crashes start to happen?  Was it only recently
or did you see them in the past?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 17:09:02 GMT) Full text and rfc822 format available.

Message #59 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org, npostavs <at> users.sourceforge.net
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 16:51:38 +0200
[Message part 1 (text/plain, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:

> > It might be worth configuring with --enable-checking: you could get an
> > assertion failure closer to where the actual problem is.
>
> Right.  And if you are reconfiguring anyway, also use
>
>   CFLAGS='-O0 -gdwarf-4 -g3'

Ok, compiler is running.  And I made a hard reset to the most recent
emacs-25 commit, too.

I attach two other gdb sessions with backtraces.  Maybe they look
different, or they don't, I'm not good at reading this stuff.


[bt.txt_8739pqX (application/octet-stream, attachment)]
[bt2.txt (text/plain, attachment)]
[Message part 4 (text/plain, inline)]

Michael.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 18:27:02 GMT) Full text and rfc822 format available.

Message #62 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 20:25:49 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> I don't understand: why is the session gone?  It could only be gone if
> you exited Emacs.

gdb ran in a second Emacs, and that emacs crashed, too.  Now, I see only
one emacs process in proced, the one I'm currently writing in (and I had
started anew).

Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sat, 22 Oct 2016 18:37:01 GMT) Full text and rfc822 format available.

Message #65 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 21:35:49 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Sat, 22 Oct 2016 20:25:49 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > I don't understand: why is the session gone?  It could only be gone if
> > you exited Emacs.
> 
> gdb ran in a second Emacs, and that emacs crashed, too.

When did all those crashes started to happen?

I think you had better used an older Emacs to run GDB, to avoid losing
debugging sessions before we make the most use of them.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 09:07:01 GMT) Full text and rfc822 format available.

Message #68 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 11:06:36 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> When did all those crashes started to happen?

I think they started ~ 1 week ago.

That would correlate with when I had rebuild Emacs.  Before, I had
rebuild Emacs the last time 4 weeks ago (from emacs-25).  Then, one week
ago, I pulled from emacs-25 and rebuilt Emacs.  It could be that the
crashes started exactly then.  It could be that an upgrade of some
library in my system I performed between 4 and 1 week ago could be
relevant.  But these are quite a lot in Debian testing.

FWIW, another nasty bug appeared also ~ 1 week ago, maybe this is not
just coincidence: apparently, whenever Emacs downloads something from
the net, there is a chance of ~ one third that instead of the expected
contents, it gets something different: when I browse pages with eww,
often, instead of the page I expect, eww seems to show a part of the
contents of a different buffer.  But this is not limited to eww: also
when I upgrade packages with `list-packages', Emacs often says that it
can't untar the contents, prompts me to select an encoding, etc.  I
don't have problems with browsing online contents outside of Emacs.

> I think you had better used an older Emacs to run GDB, to avoid losing
> debugging sessions before we make the most use of them.

Ok, then I'll just use the emacs25 package that can now be installed
from Debian unstable for that.


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 09:33:01 GMT) Full text and rfc822 format available.

Message #71 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 11:32:13 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> If you ralloc.o in your src/ directory, your build uses ralloc.c.

I have it.


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 09:34:02 GMT) Full text and rfc822 format available.

Message #74 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 12:32:46 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Sun, 23 Oct 2016 11:06:36 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > When did all those crashes started to happen?
> 
> I think they started ~ 1 week ago.
> 
> That would correlate with when I had rebuild Emacs.  Before, I had
> rebuild Emacs the last time 4 weeks ago (from emacs-25).  Then, one week
> ago, I pulled from emacs-25 and rebuilt Emacs.  It could be that the
> crashes started exactly then.

I cannot find any change on emacs-25 since Sep 1 that could somehow be
related.

> FWIW, another nasty bug appeared also ~ 1 week ago, maybe this is not
> just coincidence: apparently, whenever Emacs downloads something from
> the net, there is a chance of ~ one third that instead of the expected
> contents, it gets something different: when I browse pages with eww,
> often, instead of the page I expect, eww seems to show a part of the
> contents of a different buffer.

Sounds related to me.

I asked up-thread whether your build uses ralloc.c; can you find out
the answer to that?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 10:23:02 GMT) Full text and rfc822 format available.

Message #77 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: michael_heerdegen <at> web.de
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 13:22:27 +0300
> Date: Sun, 23 Oct 2016 12:32:46 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 24764 <at> debbugs.gnu.org
> 
> > From: Michael Heerdegen <michael_heerdegen <at> web.de>
> > Cc: 24764 <at> debbugs.gnu.org
> > Date: Sun, 23 Oct 2016 11:06:36 +0200
> > 
> > Eli Zaretskii <eliz <at> gnu.org> writes:
> > 
> > > When did all those crashes started to happen?
> > 
> > I think they started ~ 1 week ago.
> > 
> > That would correlate with when I had rebuild Emacs.  Before, I had
> > rebuild Emacs the last time 4 weeks ago (from emacs-25).  Then, one week
> > ago, I pulled from emacs-25 and rebuilt Emacs.  It could be that the
> > crashes started exactly then.
> 
> I cannot find any change on emacs-25 since Sep 1 that could somehow be
> related.

Could it be that you've upgraded your libc since that previous build?
That could mean that previously you didn't use ralloc.c, whereas now
you do.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 10:26:01 GMT) Full text and rfc822 format available.

Message #80 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 13:24:48 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Sun, 23 Oct 2016 11:06:36 +0200
> 
> FWIW, another nasty bug appeared also ~ 1 week ago, maybe this is not
> just coincidence: apparently, whenever Emacs downloads something from
> the net, there is a chance of ~ one third that instead of the expected
> contents, it gets something different: when I browse pages with eww,
> often, instead of the page I expect, eww seems to show a part of the
> contents of a different buffer.  But this is not limited to eww: also
> when I upgrade packages with `list-packages', Emacs often says that it
> can't untar the contents, prompts me to select an encoding, etc.

Can you tell me some more details about those pages you browse?  Do
they have non-ASCII characters, for example?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 10:51:01 GMT) Full text and rfc822 format available.

Message #83 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 12:49:50 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> I asked up-thread whether your build uses ralloc.c; can you find out
> the answer to that?

Yes, I already answered it somewhere; currently, I'm using it, i.e. I
have ralloc.o in src/.

Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 10:54:01 GMT) Full text and rfc822 format available.

Message #86 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 12:53:32 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Could it be that you've upgraded your libc since that previous build?

That's likely.  Here is my aptitude's term.log, from Oct/1, `occurre'd
for "\_<libc", with some irrelevant lines removed - I guess that it
means "yes":

130 matches in 129 lines for "\_<libc" in buffer: term.log
      9:Unpacking libc-l10n (2.24-3) over (2.23-5) ...
     13:Unpacking libc6-i386 (2.24-3) over (2.23-5) ...
     15:Unpacking libc-dev-bin (2.24-3) over (2.23-5) ...
     17:Unpacking libc6-dev:amd64 (2.24-3) over (2.23-5) ...
     19:Unpacking libc6-dev-i386 (2.24-3) over (2.23-5) ...
     21:Unpacking libc6-dev-x32 (2.24-3) over (2.23-5) ...
     23:Unpacking libc6-x32 (2.24-3) over (2.23-5) ...
     28:Setting up libc6:amd64 (2.24-3) ...
     40:Unpacking libc-bin (2.24-3) over (2.23-5) ...
     41:Setting up libc-bin (2.24-3) ...
     81:Unpacking libcomerr2:amd64 (1.43.3-1) over (1.43.1-1) ...
     82:Setting up libcomerr2:amd64 (1.43.3-1) ...
    382:Setting up libc6-x32 (2.24-3) ...
    404:Setting up libc6-i386 (2.24-3) ...
    426:Setting up libc-l10n (2.24-3) ...
    432:Setting up libc-dev-bin (2.24-3) ...
    437:Setting up libc6-dev:amd64 (2.24-3) ...
    485:Setting up libc6-dev-i386 (2.24-3) ...
    487:Setting up libc6-dev-x32 (2.24-3) ...
    631:Selecting previously unselected package libcgal12:amd64.
    633:Unpacking libcgal12:amd64 (4.9-1) ...
    641:Removing libcgal11v5:amd64 (4.8.1-1+b1) ...
    713:Setting up libcgal12:amd64 (4.9-1) ...
    857:Unpacking libcupsfilters1:amd64 (1.11.4-1) over (1.10.0-1) ...
    898:Setting up libcupsfilters1:amd64 (1.11.4-1) ...
   1487:Unpacking libcaja-extension1:amd64 (1.16.0-1) over (1.14.2-1) ...
   1618:Setting up libcaja-extension1:amd64 (1.16.0-1) ...
   1734:Unpacking libcupscgi1:amd64 (2.2.1-1) over (2.2.0-2) ...
   1736:Unpacking libcupsimage2:amd64 (2.2.1-1) over (2.2.0-2) ...
   1746:Unpacking libcupsppdc1:amd64 (2.2.1-1) over (2.2.0-2) ...
   1748:Unpacking libcupsmime1:amd64 (2.2.1-1) over (2.2.0-2) ...
   1760:Unpacking libcups2:amd64 (2.2.1-1) over (2.2.0-2) ...
   1835:Setting up libcups2:amd64 (2.2.1-1) ...
   1838:Setting up libcupsmime1:amd64 (2.2.1-1) ...
   1842:Setting up libcupsppdc1:amd64 (2.2.1-1) ...
   1843:Setting up libcupsimage2:amd64 (2.2.1-1) ...
   1845:Setting up libcupscgi1:amd64 (2.2.1-1) ...
   2136:Unpacking libcryptsetup4:amd64 (2:1.7.2-3) over (2:1.7.0-2) ...
   2137:Setting up libcryptsetup4:amd64 (2:1.7.2-3) ...
   2701:Unpacking libcryptsetup4:amd64 (2:1.7.2-4) over (2:1.7.2-3) ...
   2702:Setting up libcryptsetup4:amd64 (2:1.7.2-4) ...
   2705:Unpacking libcgal12:amd64 (4.9-1+b1) over (4.9-1) ...
   2706:Setting up libcgal12:amd64 (4.9-1+b1) ...
   2959:Unpacking libcc1-0:amd64 (6.2.0-6) over (6.1.1-11) ...
   2973:Unpacking libcilkrts5:amd64 (6.2.0-6) over (6.1.1-11) ...
   3051:Setting up libcc1-0:amd64 (6.2.0-6) ...
   3058:Setting up libcilkrts5:amd64 (6.2.0-6) ...
   3125:Unpacking libcrypto++-dev (5.6.4-1) over (5.6.3-8) ...
   3127:Unpacking libcrypto++6 (5.6.4-1) over (5.6.3-8) ...
   3133:Setting up libcrypto++6 (5.6.4-1) ...
   3134:Setting up libcrypto++-dev (5.6.4-1) ...

> That could mean that previously you didn't use ralloc.c, whereas now
> you do.

Is it worth to try to downgrade libc stuff to stable?


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 11:01:01 GMT) Full text and rfc822 format available.

Message #89 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 13:00:32 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Can you tell me some more details about those pages you browse?  Do
> they have non-ASCII characters, for example?

Likely (though non-ASCII is probably not uncommon for web pages).

I'm quite sure it happened a lot of times when I tried to ask
"http://www.dict.cc" for translations English<->German.

It also happened a lot for http://www.spektrum.de/...  hmm, aren't already
German unmlauts non-ASCII?

But note that retrying (reloading the page) worked eventually in every
case.


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 12:07:02 GMT) Full text and rfc822 format available.

Message #92 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 15:06:00 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Sun, 23 Oct 2016 12:53:32 +0200
> 
> > That could mean that previously you didn't use ralloc.c, whereas now
> > you do.
> 
> Is it worth to try to downgrade libc stuff to stable?

Yes, I think so: that could tell us if using ralloc.c is the trigger
of these problems.  Does downgrading allow you to have both versions
of libc installed and usable at the same time?  If so, try to keep the
problematic version of Emacs as well, for comparison.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 12:09:02 GMT) Full text and rfc822 format available.

Message #95 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 15:08:08 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Sun, 23 Oct 2016 13:00:32 +0200
> 
> It also happened a lot for http://www.spektrum.de/...  hmm, aren't already
> German unmlauts non-ASCII?

Yes, of course.

> But note that retrying (reloading the page) worked eventually in every
> case.

If the problem is caused by what I think it is, it depends when Emacs
decides to GC, which you cannot control; but normally, once GC
happens, the next time is quite some time in the future, which could
explain what you see.

Or it could be something else.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 13:59:01 GMT) Full text and rfc822 format available.

Message #98 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 16:57:52 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Sun, 23 Oct 2016 13:00:32 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > Can you tell me some more details about those pages you browse?  Do
> > they have non-ASCII characters, for example?
> 
> Likely (though non-ASCII is probably not uncommon for web pages).
> 
> I'm quite sure it happened a lot of times when I tried to ask
> "http://www.dict.cc" for translations English<->German.
> 
> It also happened a lot for http://www.spektrum.de/...  hmm, aren't already
> German unmlauts non-ASCII?
> 
> But note that retrying (reloading the page) worked eventually in every
> case.

I've pushed a change to the emacs-25 branch to try to catch possible
relocation of buffer text while libxml2 is reading from it.  Can you
see if the assertion I added is violated when you visit those (or some
other) Web pages?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 15:54:01 GMT) Full text and rfc822 format available.

Message #101 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 17:53:42 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> I've pushed a change to the emacs-25 branch to try to catch possible
> relocation of buffer text while libxml2 is reading from it.  Can you
> see if the assertion I added is violated when you visit those (or some
> other) Web pages?

Thanks.

I assume that the backtrace will resume such a violation when Emacs
crashes.  I'll try.


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 16:38:01 GMT) Full text and rfc822 format available.

Message #104 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 18:37:39 +0200
[Message part 1 (text/plain, inline)]
Michael Heerdegen <michael_heerdegen <at> web.de> writes:

> I assume that the backtrace will resume such a violation when Emacs
> crashes.  I'll try.

Done.  I tried dict.cc with "löschen" and got a crash immediately.

Here are the backtraces:

[bt4.txt (text/plain, inline)]
Current directory is /home/micha/software/emacs/src/
GNU gdb (Debian 7.11.1-2) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from emacs...done.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from terminal]
DISPLAY = :0
TERM = dumb
(gdb) run
Starting program: /home/micha/software/emacs/src/emacs 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe7df2700 (LWP 19515)]
[New Thread 0x7fffe6f2e700 (LWP 19517)]
[New Thread 0x7fffe64d0700 (LWP 19518)]
[New Thread 0x7fffe4fdf700 (LWP 20119)]

Thread 1 "emacs" hit Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:354
354	  signal (sig, SIG_DFL);
(gdb) backtrace
#0  terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:354
#1  0x00000000006063d4 in die (msg=0x749e60 "buftext == BYTE_POS_ADDR (istart_byte)", file=0x749e57 "xml.c", line=220) at alloc.c:7228
#2  0x00000000006a6ce6 in parse_region (start=1018, end=317370, base_url=0, discard_comments=0, htmlp=true) at xml.c:220
#3  0x00000000006a6e60 in Flibxml_parse_html_region (start=1018, end=317370, base_url=0, discard_comments=0) at xml.c:270
#4  0x0000000000629c05 in Ffuncall (nargs=3, args=0x7fffffffac88) at eval.c:2709
#5  0x0000000000673d92 in exec_byte_code (bytestr=86218884, vector=27377669, maxdepth=62, args_template=6154, nargs=6, args=0x7fffffffb248) at bytecode.c:880
#6  0x000000000062a497 in funcall_lambda (fun=27378029, nargs=6, arg_vector=0x7fffffffb218) at eval.c:2862
#7  0x0000000000629dd6 in Ffuncall (nargs=7, args=0x7fffffffb210) at eval.c:2747
#8  0x0000000000673d92 in exec_byte_code (bytestr=86212708, vector=45354037, maxdepth=66, args_template=5130, nargs=4, args=0x7fffffffb778) at bytecode.c:880
#9  0x000000000062a497 in funcall_lambda (fun=45354381, nargs=4, arg_vector=0x7fffffffb758) at eval.c:2862
#10 0x0000000000629dd6 in Ffuncall (nargs=5, args=0x7fffffffb750) at eval.c:2747
#11 0x0000000000628e6d in Fapply (nargs=2, args=0x7fffffffb8e0) at eval.c:2326
#12 0x0000000000629a1c in Ffuncall (nargs=3, args=0x7fffffffb8d8) at eval.c:2678
#13 0x0000000000673d92 in exec_byte_code (bytestr=65978372, vector=64431277, maxdepth=34, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#14 0x000000000062a8b6 in funcall_lambda (fun=45887405, nargs=0, arg_vector=0x3d724ad) at eval.c:2928
#15 0x0000000000629dd6 in Ffuncall (nargs=1, args=0x7fffffffbe28) at eval.c:2747
#16 0x0000000000673d92 in exec_byte_code (bytestr=65700964, vector=64431797, maxdepth=38, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#17 0x000000000062a8b6 in funcall_lambda (fun=71853757, nargs=3, arg_vector=0x3d726b5) at eval.c:2928
#18 0x0000000000629dd6 in Ffuncall (nargs=4, args=0x7fffffffc378) at eval.c:2747
#19 0x0000000000673d92 in exec_byte_code (bytestr=62176356, vector=64438125, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#20 0x000000000062a8b6 in funcall_lambda (fun=78087909, nargs=2, arg_vector=0x3d73f6d) at eval.c:2928
#21 0x0000000000629dd6 in Ffuncall (nargs=3, args=0x7fffffffc8a0) at eval.c:2747
#22 0x0000000000628e6d in Fapply (nargs=2, args=0x7fffffffc970) at eval.c:2326
#23 0x00000000006294c8 in apply1 (fn=68010848, arg=86058451) at eval.c:2542
#24 0x0000000000682c59 in read_process_output_call (fun_and_args=86058467) at process.c:5228
#25 0x0000000000626390 in internal_condition_case_1 (bfun=0x682bd5 <read_process_output_call>, arg=86058467, handlers=19104, hfun=0x682c5b <read_process_output_error_handler>) at eval.c:1338
#26 0x0000000000683388 in read_and_dispose_of_process_output (p=0x52e8940, chars=0x7fffffffca80 "\216\367\276|>\243ח2\372\372\374\274\063\227\234'\363IY\001R\376\327\344\217\004!\243rW!\223O\177Z\226\070\261\362\222", <incomplete sequence \343>, nbytes=2139, coding=0x2bfa400) at process.c:5436
#27 0x0000000000682fd6 in read_process_output (proc=86935877, channel=13) at process.c:5347
#28 0x00000000006825a3 in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=0, wait_proc=0x0, just_wait_proc=0) at process.c:5058
#29 0x00000000004247b6 in sit_for (timeout=122, reading=true, display_option=1) at dispnew.c:5762
#30 0x0000000000580ede in read_char (commandflag=1, map=86060947, prev_event=0, used_mouse_menu=0x7fffffffe29f, end_time=0x0) at keyboard.c:2719
#31 0x00000000005905c3 in read_key_sequence (keybuf=0x7fffffffe450, bufsize=30, prompt=0, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9068
#32 0x000000000057d4f9 in command_loop_1 () at keyboard.c:1370
#33 0x00000000006262f6 in internal_condition_case (bfun=0x57d0bd <command_loop_1>, handlers=19104, hfun=0x57c74f <cmd_error>) at eval.c:1314
#34 0x000000000057ccff in command_loop_2 (ignore=0) at keyboard.c:1112
#35 0x00000000006258c5 in internal_catch (tag=45936, func=0x57ccd6 <command_loop_2>, arg=0) at eval.c:1079
#36 0x000000000057cca1 in command_loop () at keyboard.c:1091
#37 0x000000000057c23f in recursive_edit_1 () at keyboard.c:697
#38 0x000000000057c43f in Frecursive_edit () at keyboard.c:768
#39 0x000000000057a1f2 in main (argc=1, argv=0x7fffffffe8e8) at emacs.c:1626

Lisp Backtrace:
"libxml-parse-html-region" (0xffffac90)
"eww-display-html" (0xffffb218)
"eww-render" (0xffffb758)
"apply" (0xffffb8e0)
"url-http-activate-callback" (0xffffbe30)
"url-http-content-length-after-change-function" (0xffffc380)
"url-http-generic-filter" (0xffffc8a8)
(gdb) backtrace full
#0  terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:354
No locals.
#1  0x00000000006063d4 in die (msg=0x749e60 "buftext == BYTE_POS_ADDR (istart_byte)", file=0x749e57 "xml.c", line=220) at alloc.c:7228
No locals.
#2  0x00000000006a6ce6 in parse_region (start=1018, end=317370, base_url=0, discard_comments=0, htmlp=true) at xml.c:220
        doc = 0x1818000
        result = 0
        burl = 0x749e50 ""
        istart = 254
        iend = 79342
        istart_byte = 254
        iend_byte = 79342
        buftext = 0x5889bad " nil (\"mary.strauss <at> web.de\") ((creation-date . \"2011-05-17\") (timestamp . \"2011-05-27\")) nil]\n[\"Magnar\" \"Sveen\" nil nil nil nil nil (\"magnars <at> gmail.com\") ((notes . \"Author of multiple-cursors.el\") (cr"...
#3  0x00000000006a6e60 in Flibxml_parse_html_region (start=1018, end=317370, base_url=0, discard_comments=0) at xml.c:270
No locals.
#4  0x0000000000629c05 in Ffuncall (nargs=3, args=0x7fffffffac88) at eval.c:2709
        internal_argbuf = {1018, 317370, 0, 0, 0, 0, 140737488333872, 6468616}
        fun = 13666277
        original_fun = 586352
        funcar = 21
        numargs = 2
        lisp_numargs = 0
        val = 140737488333872
        internal_args = 0x7fffffffaba0
        count = 21
#5  0x0000000000673d92 in exec_byte_code (bytestr=86218884, vector=27377669, maxdepth=62, args_template=6154, nargs=6, args=0x7fffffffb248) at bytecode.c:880
        targets = {0x677436 <exec_byte_code+17612>, 0x677496 <exec_byte_code+17708>, 0x677498 <exec_byte_code+17710>, 0x67749a <exec_byte_code+17712>, 0x67749c <exec_byte_code+17714>, 0x67749c <exec_byte_code+17714>, 0x6774fc <exec_byte_code+17810>, 0x67756f <exec_byte_code+17925>, 0x6733fc <exec_byte_code+1170>, 0x6733fe <exec_byte_code+1172>, 0x673400 <exec_byte_code+1174>, 0x673402 <exec_byte_code+1176>, 0x673404 <exec_byte_code+1178>, 0x673404 <exec_byte_code+1178>, 0x67340a <exec_byte_code+1184>, 0x6733bf <exec_byte_code+1109>, 0x6739a2 <exec_byte_code+2616>, 0x6739a4 <exec_byte_code+2618>, 0x6739a6 <exec_byte_code+2620>, 0x6739a8 <exec_byte_code+2622>, 0x6739aa <exec_byte_code+2624>, 0x6739aa <exec_byte_code+2624>, 0x6739eb <exec_byte_code+2689>, 0x6739b0 <exec_byte_code+2630>, 0x673c9d <exec_byte_code+3379>, 0x673c9f <exec_byte_code+3381>, 0x673ca1 <exec_byte_code+3383>, 0x673ca3 <exec_byte_code+3385>, 0x673ca5 <exec_byte_code+3387>, 0x673ca5 <exec_byte_code+3387>, 0x673c45 <exec_byte_code+3291>, 0x673c62 <exec_byte_code+3320>, 0x673d5f <exec_byte_code+3573>, 0x673d61 <exec_byte_code+3575>, 0x673d63 <exec_byte_code+3577>, 0x673d65 <exec_byte_code+3579>, 0x673d67 <exec_byte_code+3581>, 0x673d67 <exec_byte_code+3581>, 0x673d07 <exec_byte_code+3485>, 0x673d24 <exec_byte_code+3514>, 0x673e21 <exec_byte_code+3767>, 0x673e23 <exec_byte_code+3769>, 0x673e25 <exec_byte_code+3771>, 0x673e27 <exec_byte_code+3773>, 0x673e29 <exec_byte_code+3775>, 0x673e29 <exec_byte_code+3775>, 0x673dc9 <exec_byte_code+3679>, 0x673de6 <exec_byte_code+3708>, 0x674e1a <exec_byte_code+7856>, 0x674cb3 <exec_byte_code+7497>, 0x674caa <exec_byte_code+7488>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x675040 <exec_byte_code+8406>, 0x675144 <exec_byte_code+8666>, 0x6751a2 <exec_byte_code+8760>, 0x675201 <exec_byte_code+8855>, 0x675264 <exec_byte_code+8954>, 0x6737ee <exec_byte_code+2180>, 0x673864 <exec_byte_code+2298>, 0x6752d9 <exec_byte_code+9071>, 0x673717 <exec_byte_code+1965>, 0x6738ca <exec_byte_code+2400>, 0x67533f <exec_byte_code+9173>, 0x6753a5 <exec_byte_code+9275>, 0x6753eb <exec_byte_code+9345>, 0x675451 <exec_byte_code+9447>, 0x67549e <exec_byte_code+9524>, 0x67556b <exec_byte_code+9729>, 0x6755b1 <exec_byte_code+9799>, 0x675617 <exec_byte_code+9901>, 0x67569a <exec_byte_code+10032>, 0x6756e0 <exec_byte_code+10102>, 0x675726 <exec_byte_code+10172>, 0x67578c <exec_byte_code+10274>, 0x6757f2 <exec_byte_code+10376>, 0x675858 <exec_byte_code+10478>, 0x6758db <exec_byte_code+10609>, 0x675928 <exec_byte_code+10686>, 0x675975 <exec_byte_code+10763>, 0x675a42 <exec_byte_code+10968>, 0x675ad3 <exec_byte_code+11113>, 0x675b64 <exec_byte_code+11258>, 0x675d91 <exec_byte_code+11815>, 0x675dfc <exec_byte_code+11922>, 0x675e67 <exec_byte_code+12029>, 0x675ed2 <exec_byte_code+12136>, 0x675f3d <exec_byte_code+12243>, 0x675f8a <exec_byte_code+12320>, 0x67601c <exec_byte_code+12466>, 0x676069 <exec_byte_code+12543>, 0x6760b6 <exec_byte_code+12620>, 0x676103 <exec_byte_code+12697>, 0x676203 <exec_byte_code+12953>, 0x674b47 <exec_byte_code+7133>, 0x676260 <exec_byte_code+13046>, 0x6762a6 <exec_byte_code+13116>, 0x67636e <exec_byte_code+13316>, 0x6763cb <exec_byte_code+13409>, 0x676428 <exec_byte_code+13502>, 0x67646e <exec_byte_code+13572>, 0x6764ba <exec_byte_code+13648>, 0x676506 <exec_byte_code+13724>, 0x67655a <exec_byte_code+13808>, 0x677436 <exec_byte_code+17612>, 0x6765b0 <exec_byte_code+13894>, 0x6765f1 <exec_byte_code+13959>, 0x676632 <exec_byte_code+14024>, 0x676673 <exec_byte_code+14089>, 0x6766b4 <exec_byte_code+14154>, 0x6766f5 <exec_byte_code+14219>, 0x674b47 <exec_byte_code+7133>, 0x677436 <exec_byte_code+17612>, 0x67673b <exec_byte_code+14289>, 0x676789 <exec_byte_code+14367>, 0x6767cf <exec_byte_code+14437>, 0x676815 <exec_byte_code+14507>, 0x67687b <exec_byte_code+14609>, 0x6768e1 <exec_byte_code+14711>, 0x676927 <exec_byte_code+14781>, 0x676a48 <exec_byte_code+15070>, 0x676aae <exec_byte_code+15172>, 0x676b14 <exec_byte_code+15274>, 0x676b7a <exec_byte_code+15376>, 0x676bbb <exec_byte_code+15441>, 0x677436 <exec_byte_code+17612>, 0x674a7e <exec_byte_code+6932>, 0x673ece <exec_byte_code+3940>, 0x6735b7 <exec_byte_code+1613>, 0x674001 <exec_byte_code+4247>, 0x674161 <exec_byte_code+4599>, 0x6742b5 <exec_byte_code+4939>, 0x674a0f <exec_byte_code+6821>, 0x674a4c <exec_byte_code+6882>, 0x673bf7 <exec_byte_code+3213>, 0x674b08 <exec_byte_code+7070>, 0x674b79 <exec_byte_code+7183>, 0x674c03 <exec_byte_code+7321>, 0x674c42 <exec_byte_code+7384>, 0x674e59 <exec_byte_code+7919>, 0x674edb <exec_byte_code+8049>, 0x674f5e <exec_byte_code+8180>, 0x674fbf <exec_byte_code+8277>, 0x673e85 <exec_byte_code+3867>, 0x676c01 <exec_byte_code+15511>, 0x676c84 <exec_byte_code+15642>, 0x676cca <exec_byte_code+15712>, 0x676d10 <exec_byte_code+15782>, 0x676d56 <exec_byte_code+15852>, 0x676d9c <exec_byte_code+15922>, 0x676e02 <exec_byte_code+16024>, 0x676e68 <exec_byte_code+16126>, 0x676ece <exec_byte_code+16228>, 0x676f34 <exec_byte_code+16330>, 0x6770a1 <exec_byte_code+16695>, 0x677107 <exec_byte_code+16797>, 0x67716d <exec_byte_code+16899>, 0x6771b3 <exec_byte_code+16969>, 0x677219 <exec_byte_code+17071>, 0x67727f <exec_byte_code+17173>, 0x6772d3 <exec_byte_code+17257>, 0x677327 <exec_byte_code+17341>, 0x676150 <exec_byte_code+12774>, 0x67619d <exec_byte_code+12851>, 0x677374 <exec_byte_code+17418>, 0x6773d7 <exec_byte_code+17517>, 0x677436 <exec_byte_code+17612>, 0x674409 <exec_byte_code+5279>, 0x67450f <exec_byte_code+5541>, 0x674654 <exec_byte_code+5866>, 0x674799 <exec_byte_code+6191>, 0x6748d4 <exec_byte_code+6506>, 0x6754eb <exec_byte_code+9601>, 0x6759c2 <exec_byte_code+10840>, 0x6762ee <exec_byte_code+13188>, 0x677609 <exec_byte_code+18079>, 0x67767f <exec_byte_code+18197>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x67771c <exec_byte_code+18354>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x6777a4 <exec_byte_code+18490> <repeats 64 times>}
        count = 21
        op = 2
        vectorp = 0x1a1c008
        stack = {
          pc = 0x3b5b8a6 "E\004?\205_", 
          byte_string = 86218884, 
          byte_string_start = 0x3b5b850 "\306\307!\204\n", 
          next = 0x7fffffffb290
        }
        top = 0x7fffffffac88
        result = 85018947
        type = CONDITION_CASE
#6  0x000000000062a497 in funcall_lambda (fun=27378029, nargs=6, arg_vector=0x7fffffffb218) at eval.c:2862
        size = 5
        val = 0
        syms_left = 6154
        next = 10024040
        lexenv = 60143738832
        count = 21
        i = 5720489
        optional = false
        rest = false
#7  0x0000000000629dd6 in Ffuncall (nargs=7, args=0x7fffffffb210) at eval.c:2747
        fun = 27378029
        original_fun = 64913200
        funcar = 0
        numargs = 6
        lisp_numargs = 0
        val = 140737488335280
        internal_args = 0x0
        count = 20
#8  0x0000000000673d92 in exec_byte_code (bytestr=86212708, vector=45354037, maxdepth=66, args_template=5130, nargs=4, args=0x7fffffffb778) at bytecode.c:880
        targets = {0x677436 <exec_byte_code+17612>, 0x677496 <exec_byte_code+17708>, 0x677498 <exec_byte_code+17710>, 0x67749a <exec_byte_code+17712>, 0x67749c <exec_byte_code+17714>, 0x67749c <exec_byte_code+17714>, 0x6774fc <exec_byte_code+17810>, 0x67756f <exec_byte_code+17925>, 0x6733fc <exec_byte_code+1170>, 0x6733fe <exec_byte_code+1172>, 0x673400 <exec_byte_code+1174>, 0x673402 <exec_byte_code+1176>, 0x673404 <exec_byte_code+1178>, 0x673404 <exec_byte_code+1178>, 0x67340a <exec_byte_code+1184>, 0x6733bf <exec_byte_code+1109>, 0x6739a2 <exec_byte_code+2616>, 0x6739a4 <exec_byte_code+2618>, 0x6739a6 <exec_byte_code+2620>, 0x6739a8 <exec_byte_code+2622>, 0x6739aa <exec_byte_code+2624>, 0x6739aa <exec_byte_code+2624>, 0x6739eb <exec_byte_code+2689>, 0x6739b0 <exec_byte_code+2630>, 0x673c9d <exec_byte_code+3379>, 0x673c9f <exec_byte_code+3381>, 0x673ca1 <exec_byte_code+3383>, 0x673ca3 <exec_byte_code+3385>, 0x673ca5 <exec_byte_code+3387>, 0x673ca5 <exec_byte_code+3387>, 0x673c45 <exec_byte_code+3291>, 0x673c62 <exec_byte_code+3320>, 0x673d5f <exec_byte_code+3573>, 0x673d61 <exec_byte_code+3575>, 0x673d63 <exec_byte_code+3577>, 0x673d65 <exec_byte_code+3579>, 0x673d67 <exec_byte_code+3581>, 0x673d67 <exec_byte_code+3581>, 0x673d07 <exec_byte_code+3485>, 0x673d24 <exec_byte_code+3514>, 0x673e21 <exec_byte_code+3767>, 0x673e23 <exec_byte_code+3769>, 0x673e25 <exec_byte_code+3771>, 0x673e27 <exec_byte_code+3773>, 0x673e29 <exec_byte_code+3775>, 0x673e29 <exec_byte_code+3775>, 0x673dc9 <exec_byte_code+3679>, 0x673de6 <exec_byte_code+3708>, 0x674e1a <exec_byte_code+7856>, 0x674cb3 <exec_byte_code+7497>, 0x674caa <exec_byte_code+7488>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x675040 <exec_byte_code+8406>, 0x675144 <exec_byte_code+8666>, 0x6751a2 <exec_byte_code+8760>, 0x675201 <exec_byte_code+8855>, 0x675264 <exec_byte_code+8954>, 0x6737ee <exec_byte_code+2180>, 0x673864 <exec_byte_code+2298>, 0x6752d9 <exec_byte_code+9071>, 0x673717 <exec_byte_code+1965>, 0x6738ca <exec_byte_code+2400>, 0x67533f <exec_byte_code+9173>, 0x6753a5 <exec_byte_code+9275>, 0x6753eb <exec_byte_code+9345>, 0x675451 <exec_byte_code+9447>, 0x67549e <exec_byte_code+9524>, 0x67556b <exec_byte_code+9729>, 0x6755b1 <exec_byte_code+9799>, 0x675617 <exec_byte_code+9901>, 0x67569a <exec_byte_code+10032>, 0x6756e0 <exec_byte_code+10102>, 0x675726 <exec_byte_code+10172>, 0x67578c <exec_byte_code+10274>, 0x6757f2 <exec_byte_code+10376>, 0x675858 <exec_byte_code+10478>, 0x6758db <exec_byte_code+10609>, 0x675928 <exec_byte_code+10686>, 0x675975 <exec_byte_code+10763>, 0x675a42 <exec_byte_code+10968>, 0x675ad3 <exec_byte_code+11113>, 0x675b64 <exec_byte_code+11258>, 0x675d91 <exec_byte_code+11815>, 0x675dfc <exec_byte_code+11922>, 0x675e67 <exec_byte_code+12029>, 0x675ed2 <exec_byte_code+12136>, 0x675f3d <exec_byte_code+12243>, 0x675f8a <exec_byte_code+12320>, 0x67601c <exec_byte_code+12466>, 0x676069 <exec_byte_code+12543>, 0x6760b6 <exec_byte_code+12620>, 0x676103 <exec_byte_code+12697>, 0x676203 <exec_byte_code+12953>, 0x674b47 <exec_byte_code+7133>, 0x676260 <exec_byte_code+13046>, 0x6762a6 <exec_byte_code+13116>, 0x67636e <exec_byte_code+13316>, 0x6763cb <exec_byte_code+13409>, 0x676428 <exec_byte_code+13502>, 0x67646e <exec_byte_code+13572>, 0x6764ba <exec_byte_code+13648>, 0x676506 <exec_byte_code+13724>, 0x67655a <exec_byte_code+13808>, 0x677436 <exec_byte_code+17612>, 0x6765b0 <exec_byte_code+13894>, 0x6765f1 <exec_byte_code+13959>, 0x676632 <exec_byte_code+14024>, 0x676673 <exec_byte_code+14089>, 0x6766b4 <exec_byte_code+14154>, 0x6766f5 <exec_byte_code+14219>, 0x674b47 <exec_byte_code+7133>, 0x677436 <exec_byte_code+17612>, 0x67673b <exec_byte_code+14289>, 0x676789 <exec_byte_code+14367>, 0x6767cf <exec_byte_code+14437>, 0x676815 <exec_byte_code+14507>, 0x67687b <exec_byte_code+14609>, 0x6768e1 <exec_byte_code+14711>, 0x676927 <exec_byte_code+14781>, 0x676a48 <exec_byte_code+15070>, 0x676aae <exec_byte_code+15172>, 0x676b14 <exec_byte_code+15274>, 0x676b7a <exec_byte_code+15376>, 0x676bbb <exec_byte_code+15441>, 0x677436 <exec_byte_code+17612>, 0x674a7e <exec_byte_code+6932>, 0x673ece <exec_byte_code+3940>, 0x6735b7 <exec_byte_code+1613>, 0x674001 <exec_byte_code+4247>, 0x674161 <exec_byte_code+4599>, 0x6742b5 <exec_byte_code+4939>, 0x674a0f <exec_byte_code+6821>, 0x674a4c <exec_byte_code+6882>, 0x673bf7 <exec_byte_code+3213>, 0x674b08 <exec_byte_code+7070>, 0x674b79 <exec_byte_code+7183>, 0x674c03 <exec_byte_code+7321>, 0x674c42 <exec_byte_code+7384>, 0x674e59 <exec_byte_code+7919>, 0x674edb <exec_byte_code+8049>, 0x674f5e <exec_byte_code+8180>, 0x674fbf <exec_byte_code+8277>, 0x673e85 <exec_byte_code+3867>, 0x676c01 <exec_byte_code+15511>, 0x676c84 <exec_byte_code+15642>, 0x676cca <exec_byte_code+15712>, 0x676d10 <exec_byte_code+15782>, 0x676d56 <exec_byte_code+15852>, 0x676d9c <exec_byte_code+15922>, 0x676e02 <exec_byte_code+16024>, 0x676e68 <exec_byte_code+16126>, 0x676ece <exec_byte_code+16228>, 0x676f34 <exec_byte_code+16330>, 0x6770a1 <exec_byte_code+16695>, 0x677107 <exec_byte_code+16797>, 0x67716d <exec_byte_code+16899>, 0x6771b3 <exec_byte_code+16969>, 0x677219 <exec_byte_code+17071>, 0x67727f <exec_byte_code+17173>, 0x6772d3 <exec_byte_code+17257>, 0x677327 <exec_byte_code+17341>, 0x676150 <exec_byte_code+12774>, 0x67619d <exec_byte_code+12851>, 0x677374 <exec_byte_code+17418>, 0x6773d7 <exec_byte_code+17517>, 0x677436 <exec_byte_code+17612>, 0x674409 <exec_byte_code+5279>, 0x67450f <exec_byte_code+5541>, 0x674654 <exec_byte_code+5866>, 0x674799 <exec_byte_code+6191>, 0x6748d4 <exec_byte_code+6506>, 0x6754eb <exec_byte_code+9601>, 0x6759c2 <exec_byte_code+10840>, 0x6762ee <exec_byte_code+13188>, 0x677609 <exec_byte_code+18079>, 0x67767f <exec_byte_code+18197>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x67771c <exec_byte_code+18354>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x6777a4 <exec_byte_code+18490> <repeats 64 times>}
        count = 18
        op = 6
        vectorp = 0x2b40c38
        stack = {
          pc = 0x3b5b560 "\210\202\301", 
          byte_string = 86212708, 
          byte_string_start = 0x3b5b4d8 "\305\005\306\"\211\203\v", 
          next = 0x7fffffffb960
        }
        top = 0x7fffffffb210
        result = 0
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#9  0x000000000062a497 in funcall_lambda (fun=45354381, nargs=4, arg_vector=0x7fffffffb758) at eval.c:2862
        size = 5
        val = 0
        syms_left = 5130
        next = 9552
        lexenv = 60143738832
        count = 18
        i = 5720489
        optional = false
        rest = false
#10 0x0000000000629dd6 in Ffuncall (nargs=5, args=0x7fffffffb750) at eval.c:2747
        fun = 45354381
        original_fun = 64912960
        funcar = 14196688
        numargs = 4
        lisp_numargs = 140737488336656
        val = 140737488336704
        internal_args = 0x0
        count = 17
#11 0x0000000000628e6d in Fapply (nargs=2, args=0x7fffffffb8e0) at eval.c:2326
        i = 5
        numargs = 4
        funcall_nargs = 5
        funcall_args = 0x7fffffffb750
        spread_arg = 0
        fun = 45354381
        retval = 5720489
        sa_avail = 16344
        sa_count = 17
        sa_must_free = false
#12 0x0000000000629a1c in Ffuncall (nargs=3, args=0x7fffffffb8d8) at eval.c:2678
        fun = 13652877
        original_fun = 9504
        funcar = 5713866
        numargs = 2
        lisp_numargs = 140737488337040
        val = 9552
        internal_args = 0x60952b <Fsymbol_value+38>
        count = 16
#13 0x0000000000673d92 in exec_byte_code (bytestr=65978372, vector=64431277, maxdepth=34, args_template=0, nargs=0, args=0x0) at bytecode.c:880
        targets = {0x677436 <exec_byte_code+17612>, 0x677496 <exec_byte_code+17708>, 0x677498 <exec_byte_code+17710>, 0x67749a <exec_byte_code+17712>, 0x67749c <exec_byte_code+17714>, 0x67749c <exec_byte_code+17714>, 0x6774fc <exec_byte_code+17810>, 0x67756f <exec_byte_code+17925>, 0x6733fc <exec_byte_code+1170>, 0x6733fe <exec_byte_code+1172>, 0x673400 <exec_byte_code+1174>, 0x673402 <exec_byte_code+1176>, 0x673404 <exec_byte_code+1178>, 0x673404 <exec_byte_code+1178>, 0x67340a <exec_byte_code+1184>, 0x6733bf <exec_byte_code+1109>, 0x6739a2 <exec_byte_code+2616>, 0x6739a4 <exec_byte_code+2618>, 0x6739a6 <exec_byte_code+2620>, 0x6739a8 <exec_byte_code+2622>, 0x6739aa <exec_byte_code+2624>, 0x6739aa <exec_byte_code+2624>, 0x6739eb <exec_byte_code+2689>, 0x6739b0 <exec_byte_code+2630>, 0x673c9d <exec_byte_code+3379>, 0x673c9f <exec_byte_code+3381>, 0x673ca1 <exec_byte_code+3383>, 0x673ca3 <exec_byte_code+3385>, 0x673ca5 <exec_byte_code+3387>, 0x673ca5 <exec_byte_code+3387>, 0x673c45 <exec_byte_code+3291>, 0x673c62 <exec_byte_code+3320>, 0x673d5f <exec_byte_code+3573>, 0x673d61 <exec_byte_code+3575>, 0x673d63 <exec_byte_code+3577>, 0x673d65 <exec_byte_code+3579>, 0x673d67 <exec_byte_code+3581>, 0x673d67 <exec_byte_code+3581>, 0x673d07 <exec_byte_code+3485>, 0x673d24 <exec_byte_code+3514>, 0x673e21 <exec_byte_code+3767>, 0x673e23 <exec_byte_code+3769>, 0x673e25 <exec_byte_code+3771>, 0x673e27 <exec_byte_code+3773>, 0x673e29 <exec_byte_code+3775>, 0x673e29 <exec_byte_code+3775>, 0x673dc9 <exec_byte_code+3679>, 0x673de6 <exec_byte_code+3708>, 0x674e1a <exec_byte_code+7856>, 0x674cb3 <exec_byte_code+7497>, 0x674caa <exec_byte_code+7488>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x675040 <exec_byte_code+8406>, 0x675144 <exec_byte_code+8666>, 0x6751a2 <exec_byte_code+8760>, 0x675201 <exec_byte_code+8855>, 0x675264 <exec_byte_code+8954>, 0x6737ee <exec_byte_code+2180>, 0x673864 <exec_byte_code+2298>, 0x6752d9 <exec_byte_code+9071>, 0x673717 <exec_byte_code+1965>, 0x6738ca <exec_byte_code+2400>, 0x67533f <exec_byte_code+9173>, 0x6753a5 <exec_byte_code+9275>, 0x6753eb <exec_byte_code+9345>, 0x675451 <exec_byte_code+9447>, 0x67549e <exec_byte_code+9524>, 0x67556b <exec_byte_code+9729>, 0x6755b1 <exec_byte_code+9799>, 0x675617 <exec_byte_code+9901>, 0x67569a <exec_byte_code+10032>, 0x6756e0 <exec_byte_code+10102>, 0x675726 <exec_byte_code+10172>, 0x67578c <exec_byte_code+10274>, 0x6757f2 <exec_byte_code+10376>, 0x675858 <exec_byte_code+10478>, 0x6758db <exec_byte_code+10609>, 0x675928 <exec_byte_code+10686>, 0x675975 <exec_byte_code+10763>, 0x675a42 <exec_byte_code+10968>, 0x675ad3 <exec_byte_code+11113>, 0x675b64 <exec_byte_code+11258>, 0x675d91 <exec_byte_code+11815>, 0x675dfc <exec_byte_code+11922>, 0x675e67 <exec_byte_code+12029>, 0x675ed2 <exec_byte_code+12136>, 0x675f3d <exec_byte_code+12243>, 0x675f8a <exec_byte_code+12320>, 0x67601c <exec_byte_code+12466>, 0x676069 <exec_byte_code+12543>, 0x6760b6 <exec_byte_code+12620>, 0x676103 <exec_byte_code+12697>, 0x676203 <exec_byte_code+12953>, 0x674b47 <exec_byte_code+7133>, 0x676260 <exec_byte_code+13046>, 0x6762a6 <exec_byte_code+13116>, 0x67636e <exec_byte_code+13316>, 0x6763cb <exec_byte_code+13409>, 0x676428 <exec_byte_code+13502>, 0x67646e <exec_byte_code+13572>, 0x6764ba <exec_byte_code+13648>, 0x676506 <exec_byte_code+13724>, 0x67655a <exec_byte_code+13808>, 0x677436 <exec_byte_code+17612>, 0x6765b0 <exec_byte_code+13894>, 0x6765f1 <exec_byte_code+13959>, 0x676632 <exec_byte_code+14024>, 0x676673 <exec_byte_code+14089>, 0x6766b4 <exec_byte_code+14154>, 0x6766f5 <exec_byte_code+14219>, 0x674b47 <exec_byte_code+7133>, 0x677436 <exec_byte_code+17612>, 0x67673b <exec_byte_code+14289>, 0x676789 <exec_byte_code+14367>, 0x6767cf <exec_byte_code+14437>, 0x676815 <exec_byte_code+14507>, 0x67687b <exec_byte_code+14609>, 0x6768e1 <exec_byte_code+14711>, 0x676927 <exec_byte_code+14781>, 0x676a48 <exec_byte_code+15070>, 0x676aae <exec_byte_code+15172>, 0x676b14 <exec_byte_code+15274>, 0x676b7a <exec_byte_code+15376>, 0x676bbb <exec_byte_code+15441>, 0x677436 <exec_byte_code+17612>, 0x674a7e <exec_byte_code+6932>, 0x673ece <exec_byte_code+3940>, 0x6735b7 <exec_byte_code+1613>, 0x674001 <exec_byte_code+4247>, 0x674161 <exec_byte_code+4599>, 0x6742b5 <exec_byte_code+4939>, 0x674a0f <exec_byte_code+6821>, 0x674a4c <exec_byte_code+6882>, 0x673bf7 <exec_byte_code+3213>, 0x674b08 <exec_byte_code+7070>, 0x674b79 <exec_byte_code+7183>, 0x674c03 <exec_byte_code+7321>, 0x674c42 <exec_byte_code+7384>, 0x674e59 <exec_byte_code+7919>, 0x674edb <exec_byte_code+8049>, 0x674f5e <exec_byte_code+8180>, 0x674fbf <exec_byte_code+8277>, 0x673e85 <exec_byte_code+3867>, 0x676c01 <exec_byte_code+15511>, 0x676c84 <exec_byte_code+15642>, 0x676cca <exec_byte_code+15712>, 0x676d10 <exec_byte_code+15782>, 0x676d56 <exec_byte_code+15852>, 0x676d9c <exec_byte_code+15922>, 0x676e02 <exec_byte_code+16024>, 0x676e68 <exec_byte_code+16126>, 0x676ece <exec_byte_code+16228>, 0x676f34 <exec_byte_code+16330>, 0x6770a1 <exec_byte_code+16695>, 0x677107 <exec_byte_code+16797>, 0x67716d <exec_byte_code+16899>, 0x6771b3 <exec_byte_code+16969>, 0x677219 <exec_byte_code+17071>, 0x67727f <exec_byte_code+17173>, 0x6772d3 <exec_byte_code+17257>, 0x677327 <exec_byte_code+17341>, 0x676150 <exec_byte_code+12774>, 0x67619d <exec_byte_code+12851>, 0x677374 <exec_byte_code+17418>, 0x6773d7 <exec_byte_code+17517>, 0x677436 <exec_byte_code+17612>, 0x674409 <exec_byte_code+5279>, 0x67450f <exec_byte_code+5541>, 0x674654 <exec_byte_code+5866>, 0x674799 <exec_byte_code+6191>, 0x6748d4 <exec_byte_code+6506>, 0x6754eb <exec_byte_code+9601>, 0x6759c2 <exec_byte_code+10840>, 0x6762ee <exec_byte_code+13188>, 0x677609 <exec_byte_code+18079>, 0x67767f <exec_byte_code+18197>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x67771c <exec_byte_code+18354>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x6777a4 <exec_byte_code+18490> <repeats 64 times>}
        count = 16
        op = 2
        vectorp = 0x3d724b0
        stack = {
          pc = 0x54de593 "\207", 
          byte_string = 65978372, 
          byte_string_start = 0x54de508 "\306\b\307H\t>\204\020", 
          next = 0x7fffffffbeb0
        }
        top = 0x7fffffffb8d8
        result = 44544
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#14 0x000000000062a8b6 in funcall_lambda (fun=45887405, nargs=0, arg_vector=0x3d724ad) at eval.c:2928
        val = 0
        syms_left = 0
        next = 9552
        lexenv = 0
        count = 16
        i = 0
        optional = false
        rest = false
#15 0x0000000000629dd6 in Ffuncall (nargs=1, args=0x7fffffffbe28) at eval.c:2747
        fun = 45887405
        original_fun = 57177280
        funcar = 0
        numargs = 0
        lisp_numargs = 140737488338448
        val = 140737488338448
        internal_args = 0x0
        count = 15
#16 0x0000000000673d92 in exec_byte_code (bytestr=65700964, vector=64431797, maxdepth=38, args_template=0, nargs=0, args=0x0) at bytecode.c:880
        targets = {0x677436 <exec_byte_code+17612>, 0x677496 <exec_byte_code+17708>, 0x677498 <exec_byte_code+17710>, 0x67749a <exec_byte_code+17712>, 0x67749c <exec_byte_code+17714>, 0x67749c <exec_byte_code+17714>, 0x6774fc <exec_byte_code+17810>, 0x67756f <exec_byte_code+17925>, 0x6733fc <exec_byte_code+1170>, 0x6733fe <exec_byte_code+1172>, 0x673400 <exec_byte_code+1174>, 0x673402 <exec_byte_code+1176>, 0x673404 <exec_byte_code+1178>, 0x673404 <exec_byte_code+1178>, 0x67340a <exec_byte_code+1184>, 0x6733bf <exec_byte_code+1109>, 0x6739a2 <exec_byte_code+2616>, 0x6739a4 <exec_byte_code+2618>, 0x6739a6 <exec_byte_code+2620>, 0x6739a8 <exec_byte_code+2622>, 0x6739aa <exec_byte_code+2624>, 0x6739aa <exec_byte_code+2624>, 0x6739eb <exec_byte_code+2689>, 0x6739b0 <exec_byte_code+2630>, 0x673c9d <exec_byte_code+3379>, 0x673c9f <exec_byte_code+3381>, 0x673ca1 <exec_byte_code+3383>, 0x673ca3 <exec_byte_code+3385>, 0x673ca5 <exec_byte_code+3387>, 0x673ca5 <exec_byte_code+3387>, 0x673c45 <exec_byte_code+3291>, 0x673c62 <exec_byte_code+3320>, 0x673d5f <exec_byte_code+3573>, 0x673d61 <exec_byte_code+3575>, 0x673d63 <exec_byte_code+3577>, 0x673d65 <exec_byte_code+3579>, 0x673d67 <exec_byte_code+3581>, 0x673d67 <exec_byte_code+3581>, 0x673d07 <exec_byte_code+3485>, 0x673d24 <exec_byte_code+3514>, 0x673e21 <exec_byte_code+3767>, 0x673e23 <exec_byte_code+3769>, 0x673e25 <exec_byte_code+3771>, 0x673e27 <exec_byte_code+3773>, 0x673e29 <exec_byte_code+3775>, 0x673e29 <exec_byte_code+3775>, 0x673dc9 <exec_byte_code+3679>, 0x673de6 <exec_byte_code+3708>, 0x674e1a <exec_byte_code+7856>, 0x674cb3 <exec_byte_code+7497>, 0x674caa <exec_byte_code+7488>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x675040 <exec_byte_code+8406>, 0x675144 <exec_byte_code+8666>, 0x6751a2 <exec_byte_code+8760>, 0x675201 <exec_byte_code+8855>, 0x675264 <exec_byte_code+8954>, 0x6737ee <exec_byte_code+2180>, 0x673864 <exec_byte_code+2298>, 0x6752d9 <exec_byte_code+9071>, 0x673717 <exec_byte_code+1965>, 0x6738ca <exec_byte_code+2400>, 0x67533f <exec_byte_code+9173>, 0x6753a5 <exec_byte_code+9275>, 0x6753eb <exec_byte_code+9345>, 0x675451 <exec_byte_code+9447>, 0x67549e <exec_byte_code+9524>, 0x67556b <exec_byte_code+9729>, 0x6755b1 <exec_byte_code+9799>, 0x675617 <exec_byte_code+9901>, 0x67569a <exec_byte_code+10032>, 0x6756e0 <exec_byte_code+10102>, 0x675726 <exec_byte_code+10172>, 0x67578c <exec_byte_code+10274>, 0x6757f2 <exec_byte_code+10376>, 0x675858 <exec_byte_code+10478>, 0x6758db <exec_byte_code+10609>, 0x675928 <exec_byte_code+10686>, 0x675975 <exec_byte_code+10763>, 0x675a42 <exec_byte_code+10968>, 0x675ad3 <exec_byte_code+11113>, 0x675b64 <exec_byte_code+11258>, 0x675d91 <exec_byte_code+11815>, 0x675dfc <exec_byte_code+11922>, 0x675e67 <exec_byte_code+12029>, 0x675ed2 <exec_byte_code+12136>, 0x675f3d <exec_byte_code+12243>, 0x675f8a <exec_byte_code+12320>, 0x67601c <exec_byte_code+12466>, 0x676069 <exec_byte_code+12543>, 0x6760b6 <exec_byte_code+12620>, 0x676103 <exec_byte_code+12697>, 0x676203 <exec_byte_code+12953>, 0x674b47 <exec_byte_code+7133>, 0x676260 <exec_byte_code+13046>, 0x6762a6 <exec_byte_code+13116>, 0x67636e <exec_byte_code+13316>, 0x6763cb <exec_byte_code+13409>, 0x676428 <exec_byte_code+13502>, 0x67646e <exec_byte_code+13572>, 0x6764ba <exec_byte_code+13648>, 0x676506 <exec_byte_code+13724>, 0x67655a <exec_byte_code+13808>, 0x677436 <exec_byte_code+17612>, 0x6765b0 <exec_byte_code+13894>, 0x6765f1 <exec_byte_code+13959>, 0x676632 <exec_byte_code+14024>, 0x676673 <exec_byte_code+14089>, 0x6766b4 <exec_byte_code+14154>, 0x6766f5 <exec_byte_code+14219>, 0x674b47 <exec_byte_code+7133>, 0x677436 <exec_byte_code+17612>, 0x67673b <exec_byte_code+14289>, 0x676789 <exec_byte_code+14367>, 0x6767cf <exec_byte_code+14437>, 0x676815 <exec_byte_code+14507>, 0x67687b <exec_byte_code+14609>, 0x6768e1 <exec_byte_code+14711>, 0x676927 <exec_byte_code+14781>, 0x676a48 <exec_byte_code+15070>, 0x676aae <exec_byte_code+15172>, 0x676b14 <exec_byte_code+15274>, 0x676b7a <exec_byte_code+15376>, 0x676bbb <exec_byte_code+15441>, 0x677436 <exec_byte_code+17612>, 0x674a7e <exec_byte_code+6932>, 0x673ece <exec_byte_code+3940>, 0x6735b7 <exec_byte_code+1613>, 0x674001 <exec_byte_code+4247>, 0x674161 <exec_byte_code+4599>, 0x6742b5 <exec_byte_code+4939>, 0x674a0f <exec_byte_code+6821>, 0x674a4c <exec_byte_code+6882>, 0x673bf7 <exec_byte_code+3213>, 0x674b08 <exec_byte_code+7070>, 0x674b79 <exec_byte_code+7183>, 0x674c03 <exec_byte_code+7321>, 0x674c42 <exec_byte_code+7384>, 0x674e59 <exec_byte_code+7919>, 0x674edb <exec_byte_code+8049>, 0x674f5e <exec_byte_code+8180>, 0x674fbf <exec_byte_code+8277>, 0x673e85 <exec_byte_code+3867>, 0x676c01 <exec_byte_code+15511>, 0x676c84 <exec_byte_code+15642>, 0x676cca <exec_byte_code+15712>, 0x676d10 <exec_byte_code+15782>, 0x676d56 <exec_byte_code+15852>, 0x676d9c <exec_byte_code+15922>, 0x676e02 <exec_byte_code+16024>, 0x676e68 <exec_byte_code+16126>, 0x676ece <exec_byte_code+16228>, 0x676f34 <exec_byte_code+16330>, 0x6770a1 <exec_byte_code+16695>, 0x677107 <exec_byte_code+16797>, 0x67716d <exec_byte_code+16899>, 0x6771b3 <exec_byte_code+16969>, 0x677219 <exec_byte_code+17071>, 0x67727f <exec_byte_code+17173>, 0x6772d3 <exec_byte_code+17257>, 0x677327 <exec_byte_code+17341>, 0x676150 <exec_byte_code+12774>, 0x67619d <exec_byte_code+12851>, 0x677374 <exec_byte_code+17418>, 0x6773d7 <exec_byte_code+17517>, 0x677436 <exec_byte_code+17612>, 0x674409 <exec_byte_code+5279>, 0x67450f <exec_byte_code+5541>, 0x674654 <exec_byte_code+5866>, 0x674799 <exec_byte_code+6191>, 0x6748d4 <exec_byte_code+6506>, 0x6754eb <exec_byte_code+9601>, 0x6759c2 <exec_byte_code+10840>, 0x6762ee <exec_byte_code+13188>, 0x677609 <exec_byte_code+18079>, 0x67767f <exec_byte_code+18197>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x67771c <exec_byte_code+18354>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x6777a4 <exec_byte_code+18490> <repeats 64 times>}
        count = 15
        op = 0
        vectorp = 0x3d726b8
        stack = {
          pc = 0x54de851 "\207", 
          byte_string = 65700964, 
          byte_string_start = 0x54de800 "\b\203!", 
          next = 0x7fffffffc3e0
        }
        top = 0x7fffffffbe28
        result = 0
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#17 0x000000000062a8b6 in funcall_lambda (fun=71853757, nargs=3, arg_vector=0x3d726b5) at eval.c:2928
        val = 0
        syms_left = 0
        next = 332544
        lexenv = 0
        count = 12
        i = 3
        optional = false
        rest = false
#18 0x0000000000629dd6 in Ffuncall (nargs=4, args=0x7fffffffc378) at eval.c:2747
        fun = 71853757
        original_fun = 60727680
        funcar = 2139
        numargs = 3
        lisp_numargs = 140737488339760
        val = 140737488339808
        internal_args = 0x62d9bf <Flength+42>
        count = 11
#19 0x0000000000673d92 in exec_byte_code (bytestr=62176356, vector=64438125, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
        targets = {0x677436 <exec_byte_code+17612>, 0x677496 <exec_byte_code+17708>, 0x677498 <exec_byte_code+17710>, 0x67749a <exec_byte_code+17712>, 0x67749c <exec_byte_code+17714>, 0x67749c <exec_byte_code+17714>, 0x6774fc <exec_byte_code+17810>, 0x67756f <exec_byte_code+17925>, 0x6733fc <exec_byte_code+1170>, 0x6733fe <exec_byte_code+1172>, 0x673400 <exec_byte_code+1174>, 0x673402 <exec_byte_code+1176>, 0x673404 <exec_byte_code+1178>, 0x673404 <exec_byte_code+1178>, 0x67340a <exec_byte_code+1184>, 0x6733bf <exec_byte_code+1109>, 0x6739a2 <exec_byte_code+2616>, 0x6739a4 <exec_byte_code+2618>, 0x6739a6 <exec_byte_code+2620>, 0x6739a8 <exec_byte_code+2622>, 0x6739aa <exec_byte_code+2624>, 0x6739aa <exec_byte_code+2624>, 0x6739eb <exec_byte_code+2689>, 0x6739b0 <exec_byte_code+2630>, 0x673c9d <exec_byte_code+3379>, 0x673c9f <exec_byte_code+3381>, 0x673ca1 <exec_byte_code+3383>, 0x673ca3 <exec_byte_code+3385>, 0x673ca5 <exec_byte_code+3387>, 0x673ca5 <exec_byte_code+3387>, 0x673c45 <exec_byte_code+3291>, 0x673c62 <exec_byte_code+3320>, 0x673d5f <exec_byte_code+3573>, 0x673d61 <exec_byte_code+3575>, 0x673d63 <exec_byte_code+3577>, 0x673d65 <exec_byte_code+3579>, 0x673d67 <exec_byte_code+3581>, 0x673d67 <exec_byte_code+3581>, 0x673d07 <exec_byte_code+3485>, 0x673d24 <exec_byte_code+3514>, 0x673e21 <exec_byte_code+3767>, 0x673e23 <exec_byte_code+3769>, 0x673e25 <exec_byte_code+3771>, 0x673e27 <exec_byte_code+3773>, 0x673e29 <exec_byte_code+3775>, 0x673e29 <exec_byte_code+3775>, 0x673dc9 <exec_byte_code+3679>, 0x673de6 <exec_byte_code+3708>, 0x674e1a <exec_byte_code+7856>, 0x674cb3 <exec_byte_code+7497>, 0x674caa <exec_byte_code+7488>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x675040 <exec_byte_code+8406>, 0x675144 <exec_byte_code+8666>, 0x6751a2 <exec_byte_code+8760>, 0x675201 <exec_byte_code+8855>, 0x675264 <exec_byte_code+8954>, 0x6737ee <exec_byte_code+2180>, 0x673864 <exec_byte_code+2298>, 0x6752d9 <exec_byte_code+9071>, 0x673717 <exec_byte_code+1965>, 0x6738ca <exec_byte_code+2400>, 0x67533f <exec_byte_code+9173>, 0x6753a5 <exec_byte_code+9275>, 0x6753eb <exec_byte_code+9345>, 0x675451 <exec_byte_code+9447>, 0x67549e <exec_byte_code+9524>, 0x67556b <exec_byte_code+9729>, 0x6755b1 <exec_byte_code+9799>, 0x675617 <exec_byte_code+9901>, 0x67569a <exec_byte_code+10032>, 0x6756e0 <exec_byte_code+10102>, 0x675726 <exec_byte_code+10172>, 0x67578c <exec_byte_code+10274>, 0x6757f2 <exec_byte_code+10376>, 0x675858 <exec_byte_code+10478>, 0x6758db <exec_byte_code+10609>, 0x675928 <exec_byte_code+10686>, 0x675975 <exec_byte_code+10763>, 0x675a42 <exec_byte_code+10968>, 0x675ad3 <exec_byte_code+11113>, 0x675b64 <exec_byte_code+11258>, 0x675d91 <exec_byte_code+11815>, 0x675dfc <exec_byte_code+11922>, 0x675e67 <exec_byte_code+12029>, 0x675ed2 <exec_byte_code+12136>, 0x675f3d <exec_byte_code+12243>, 0x675f8a <exec_byte_code+12320>, 0x67601c <exec_byte_code+12466>, 0x676069 <exec_byte_code+12543>, 0x6760b6 <exec_byte_code+12620>, 0x676103 <exec_byte_code+12697>, 0x676203 <exec_byte_code+12953>, 0x674b47 <exec_byte_code+7133>, 0x676260 <exec_byte_code+13046>, 0x6762a6 <exec_byte_code+13116>, 0x67636e <exec_byte_code+13316>, 0x6763cb <exec_byte_code+13409>, 0x676428 <exec_byte_code+13502>, 0x67646e <exec_byte_code+13572>, 0x6764ba <exec_byte_code+13648>, 0x676506 <exec_byte_code+13724>, 0x67655a <exec_byte_code+13808>, 0x677436 <exec_byte_code+17612>, 0x6765b0 <exec_byte_code+13894>, 0x6765f1 <exec_byte_code+13959>, 0x676632 <exec_byte_code+14024>, 0x676673 <exec_byte_code+14089>, 0x6766b4 <exec_byte_code+14154>, 0x6766f5 <exec_byte_code+14219>, 0x674b47 <exec_byte_code+7133>, 0x677436 <exec_byte_code+17612>, 0x67673b <exec_byte_code+14289>, 0x676789 <exec_byte_code+14367>, 0x6767cf <exec_byte_code+14437>, 0x676815 <exec_byte_code+14507>, 0x67687b <exec_byte_code+14609>, 0x6768e1 <exec_byte_code+14711>, 0x676927 <exec_byte_code+14781>, 0x676a48 <exec_byte_code+15070>, 0x676aae <exec_byte_code+15172>, 0x676b14 <exec_byte_code+15274>, 0x676b7a <exec_byte_code+15376>, 0x676bbb <exec_byte_code+15441>, 0x677436 <exec_byte_code+17612>, 0x674a7e <exec_byte_code+6932>, 0x673ece <exec_byte_code+3940>, 0x6735b7 <exec_byte_code+1613>, 0x674001 <exec_byte_code+4247>, 0x674161 <exec_byte_code+4599>, 0x6742b5 <exec_byte_code+4939>, 0x674a0f <exec_byte_code+6821>, 0x674a4c <exec_byte_code+6882>, 0x673bf7 <exec_byte_code+3213>, 0x674b08 <exec_byte_code+7070>, 0x674b79 <exec_byte_code+7183>, 0x674c03 <exec_byte_code+7321>, 0x674c42 <exec_byte_code+7384>, 0x674e59 <exec_byte_code+7919>, 0x674edb <exec_byte_code+8049>, 0x674f5e <exec_byte_code+8180>, 0x674fbf <exec_byte_code+8277>, 0x673e85 <exec_byte_code+3867>, 0x676c01 <exec_byte_code+15511>, 0x676c84 <exec_byte_code+15642>, 0x676cca <exec_byte_code+15712>, 0x676d10 <exec_byte_code+15782>, 0x676d56 <exec_byte_code+15852>, 0x676d9c <exec_byte_code+15922>, 0x676e02 <exec_byte_code+16024>, 0x676e68 <exec_byte_code+16126>, 0x676ece <exec_byte_code+16228>, 0x676f34 <exec_byte_code+16330>, 0x6770a1 <exec_byte_code+16695>, 0x677107 <exec_byte_code+16797>, 0x67716d <exec_byte_code+16899>, 0x6771b3 <exec_byte_code+16969>, 0x677219 <exec_byte_code+17071>, 0x67727f <exec_byte_code+17173>, 0x6772d3 <exec_byte_code+17257>, 0x677327 <exec_byte_code+17341>, 0x676150 <exec_byte_code+12774>, 0x67619d <exec_byte_code+12851>, 0x677374 <exec_byte_code+17418>, 0x6773d7 <exec_byte_code+17517>, 0x677436 <exec_byte_code+17612>, 0x674409 <exec_byte_code+5279>, 0x67450f <exec_byte_code+5541>, 0x674654 <exec_byte_code+5866>, 0x674799 <exec_byte_code+6191>, 0x6748d4 <exec_byte_code+6506>, 0x6754eb <exec_byte_code+9601>, 0x6759c2 <exec_byte_code+10840>, 0x6762ee <exec_byte_code+13188>, 0x677609 <exec_byte_code+18079>, 0x67767f <exec_byte_code+18197>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x67771c <exec_byte_code+18354>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x677436 <exec_byte_code+17612>, 0x6777a4 <exec_byte_code+18490> <repeats 64 times>}
        count = 10
        op = 3
        vectorp = 0x3d73f70
        stack = {
          pc = 0x54dfb87 ")\207", 
          byte_string = 62176356, 
          byte_string_start = 0x54dfb40 "\305\b!\205H", 
          next = 0x0
        }
        top = 0x7fffffffc378
        result = 140737488340048
        type = (CONDITION_CASE | CATCHER_ALL | unknown: 32764)
#20 0x000000000062a8b6 in funcall_lambda (fun=78087909, nargs=2, arg_vector=0x3d73f6d) at eval.c:2928
        val = 0
        syms_left = 0
        next = 16272
        lexenv = 0
        count = 8
        i = 2
        optional = false
        rest = false
#21 0x0000000000629dd6 in Ffuncall (nargs=3, args=0x7fffffffc8a0) at eval.c:2747
        fun = 78087909
        original_fun = 68010848
        funcar = 0
        numargs = 2
        lisp_numargs = 91369472
        val = 140737488341136
        internal_args = 0x0
        count = 7
#22 0x0000000000628e6d in Fapply (nargs=2, args=0x7fffffffc970) at eval.c:2326
        i = 3
        numargs = 2
        funcall_nargs = 3
        funcall_args = 0x7fffffffc8a0
        spread_arg = 0
        fun = 78087909
        retval = 0
        sa_avail = 16360
        sa_count = 7
        sa_must_free = false
#23 0x00000000006294c8 in apply1 (fn=68010848, arg=86058451) at eval.c:2542
No locals.
#24 0x0000000000682c59 in read_process_output_call (fun_and_args=86058467) at process.c:5228
No locals.
#25 0x0000000000626390 in internal_condition_case_1 (bfun=0x682bd5 <read_process_output_call>, arg=86058467, handlers=19104, hfun=0x682c5b <read_process_output_error_handler>) at eval.c:1338
        val = 86935877
        c = 0x1402200
#26 0x0000000000683388 in read_and_dispose_of_process_output (p=0x52e8940, chars=0x7fffffffca80 "\216\367\276|>\243ח2\372\372\374\274\063\227\234'\363IY\001R\376\327\344\217\004!\243rW!\223O\177Z\226\070\261\362\222", <incomplete sequence \343>, nbytes=2139, coding=0x2bfa400) at process.c:5436
        outstream = 68010848
        text = 92488420
        outer_running_asynch_code = false
        waiting = -1
#27 0x0000000000682fd6 in read_process_output (proc=86935877, channel=13) at process.c:5347
        nbytes = 2139
        p = 0x52e8940
        coding = 0x2bfa400
        carryover = 0
        count = 4
        odeactivate = 0
        chars = "\216\367\276|>\243ח2\372\372\374\274\063\227\234'\363IY\001R\376\327\344\217\004!\243rW!\223O\177Z\226\070\261\362\222z\343\000f\225\037Z\331Lc\006K\032\063\230i\214\201\312Ĕ\031\252h\313\021\233\030\326F\233b-i\212\065Ӕ\305'y6\323\022\307\\\322\024\307\314\016\v\352X7td\222\322k3p\251\271u+\231\243\254*s\224\373%s~\005e\211\272\376\062\256\235]\224}\367\372\002\337\nn\346iL\016\f\330\360\254\307ǝ\205\033֘m\347\362t\314\364\215\065\250&\"\225NL?QET\377\220\"\033\300\307I\a\336\024\327!\316L5{3\325\\.\254\346\362\363\252i'\252q\234\005\265\070\324\363+\316\346"...
#28 0x00000000006825a3 in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=0, wait_proc=0x0, just_wait_proc=0) at process.c:5058
        nread = 0
        process_skipped = false
        channel = 13
        nfds = 1
        Available = {
          fds_bits = {8192, 0 <repeats 15 times>}
        }
        Writeok = {
          fds_bits = {0 <repeats 16 times>}
        }
        check_write = true
        check_delay = 2
        no_avail = false
        xerrno = 11
        proc = 86935877
        timeout = {
          tv_sec = 0, 
          tv_nsec = 28128953
        }
        end_time = {
          tv_sec = 1477240262, 
          tv_nsec = 516183416
        }
        timer_delay = {
          tv_sec = 0, 
          tv_nsec = 28128953
        }
        got_output_end_time = {
          tv_sec = 1477240262, 
          tv_nsec = 516183416
        }
        wait = TIMEOUT
        got_some_output = -1
        count = 3
        now = {
          tv_sec = 0, 
          tv_nsec = -1
        }
#29 0x00000000004247b6 in sit_for (timeout=122, reading=true, display_option=1) at dispnew.c:5762
        sec = 30
        nsec = 0
        do_display = true
#30 0x0000000000580ede in read_char (commandflag=1, map=86060947, prev_event=0, used_mouse_menu=0x7fffffffe29f, end_time=0x0) at keyboard.c:2719
        tem0 = 8589934592
        timeout = 30
        delay_level = 4
        buffer_size = 8
        c = 0
        jmpcount = 3
        local_getcjmp = {{
            __jmpbuf = {0, -2341767361039123077, 4282448, 140737488349408, 0, 0, -2341767359329944197, 2341768116065582459}, 
            __mask_was_saved = 0, 
            __saved_mask = {
              __val = {14196688, 140737488347360, 0, 140737488347360, 5713866, 19972864, 14196688, 140737488347504, 0, 140737488347408, 5713866, 0, 86060931, 140737488347504, 6468616, 0}
            }
          }}
        save_jump = {{
            __jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0}, 
            __mask_was_saved = 0, 
            __saved_mask = {
              __val = {0 <repeats 16 times>}
            }
          }}
        tem = 86060947
        save = 140737488347504
        previous_echo_area_message = 0
        also_record = 0
        reread = false
        recorded = false
        polling_stopped_here = false
        orig_kboard = 0x18ba700
#31 0x00000000005905c3 in read_key_sequence (keybuf=0x7fffffffe450, bufsize=30, prompt=0, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9068
        interrupted_kboard = 0x18ba700
        interrupted_frame = 0x47d2428
        key = 91369477
        used_mouse_menu = false
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        new_binding = 140737488348176
        count = 3
        t = 0
        echo_start = 0
        keys_start = 0
        current_binding = 86060947
        first_event = 0
        first_unbound = 31
        mock_input = 0
        fkey = {
          parent = 18740243, 
          map = 18740243, 
          start = 0, 
          end = 0
        }
        keytran = {
          parent = 14465603, 
          map = 14465603, 
          start = 0, 
          end = 0
        }
        indec = {
          parent = 18740275, 
          map = 18740275, 
          start = 0, 
          end = 0
        }
        shift_translated = false
        delayed_switch_frame = 0
        original_uppercase = 5720489
        original_uppercase_position = -1
        dummyflag = false
        starting_buffer = 0x5723000
        fake_prefixed_keys = 0
#32 0x000000000057d4f9 in command_loop_1 () at keyboard.c:1370
        cmd = 18779616
        keybuf = {67109330, 414, 0, 10025028, 322656, 3, 3, 140737488348392, 0, 10012629, 140737488348384, 4322240, 140737488348416, 6460836, 4322240, 14196688, 85941715, 0, 140737488348416, 5713866, 10025028, 14196688, 140737488348464, 14196688, 140737488348464, 0, 140737488348480, 5713866, 140737488348576, 5753075}
        i = 1
        prev_modiff = 120
        prev_buffer = 0x2dda400
        already_adjusted = false
#33 0x00000000006262f6 in internal_condition_case (bfun=0x57d0bd <command_loop_1>, handlers=19104, hfun=0x57c74f <cmd_error>) at eval.c:1314
        val = 14704835
        c = 0x1402400
#34 0x000000000057ccff in command_loop_2 (ignore=0) at keyboard.c:1112
        val = 2
#35 0x00000000006258c5 in internal_catch (tag=45936, func=0x57ccd6 <command_loop_2>, arg=0) at eval.c:1079
        val = 0
        c = 0x1402600
#36 0x000000000057cca1 in command_loop () at keyboard.c:1091
No locals.
#37 0x000000000057c23f in recursive_edit_1 () at keyboard.c:697
        count = 1
        val = 140737488348880
#38 0x000000000057c43f in Frecursive_edit () at keyboard.c:768
        count = 0
        buffer = 0
#39 0x000000000057a1f2 in main (argc=1, argv=0x7fffffffe8e8) at emacs.c:1626
        dummy = 721
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = true
        dumping = false
        skip_args = 0
        rlim = {
          rlim_cur = 8720000, 
          rlim_max = 18446744073709551615
        }
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0

Lisp Backtrace:
"libxml-parse-html-region" (0xffffac90)
"eww-display-html" (0xffffb218)
"eww-render" (0xffffb758)
"apply" (0xffffb8e0)
"url-http-activate-callback" (0xffffbe30)
"url-http-content-length-after-change-function" (0xffffc380)
"url-http-generic-filter" (0xffffc8a8)
(gdb) xbacktrace
"libxml-parse-html-region" (0xffffac90)
"eww-display-html" (0xffffb218)
"eww-render" (0xffffb758)
"apply" (0xffffb8e0)
"url-http-activate-callback" (0xffffbe30)
"url-http-content-length-after-change-function" (0xffffc380)
"url-http-generic-filter" (0xffffc8a8)
(gdb) 
[Message part 3 (text/plain, inline)]

Should I keep that session open, or still try to downgrade libc (though
I don't think I can have multiple versions of it installed here, I'm
afraid).


Regards,

Michael.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Sun, 23 Oct 2016 17:03:01 GMT) Full text and rfc822 format available.

Message #107 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sun, 23 Oct 2016 20:01:53 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Sun, 23 Oct 2016 18:37:39 +0200
> 
> Done.  I tried dict.cc with "löschen" and got a crash immediately.
> 
> Here are the backtraces:
> [...]
> Thread 1 "emacs" hit Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:354
> 354	  signal (sig, SIG_DFL);
> (gdb) backtrace
> #0  terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:354
> #1  0x00000000006063d4 in die (msg=0x749e60 "buftext == BYTE_POS_ADDR (istart_byte)", file=0x749e57 "xml.c", line=220) at alloc.c:7228
> #2  0x00000000006a6ce6 in parse_region (start=1018, end=317370, base_url=0, discard_comments=0, htmlp=true) at xml.c:220
> #3  0x00000000006a6e60 in Flibxml_parse_html_region (start=1018, end=317370, base_url=0, discard_comments=0) at xml.c:270

Why am I not surprised?

Please update from the Git repo and rebuild.  I've added a workaround
for this problem.  It should prevent the assertion violation in xml.c,
but the really interesting question is whether your other crashes in
GC will also go away?  If not, there are more places like this one
that need to be fixed.

Note that the workaround I committed could potentially cause (very
rare) crashes in ralloc.c itself; if that happens, it's more or less
expected, and is not related to the reasons for the GC crashes.

> Should I keep that session open

No need, thanks.  The reason for the assertion violation here is
perfectly clear: libxml2 calls malloc while doing its job, and that
relocates buffer text whose pointer we pass to libxml2.  Once the
bufefr text is relocated, libxml2 continues reading from invalid
memory, which could cause all kinds of trouble.

> or still try to downgrade libc

I'd like you to try the current emacs-25 branch first, to see if it is
more reliable in your routine work than the previous version (before
the assertion I added).

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Tue, 25 Oct 2016 14:39:02 GMT) Full text and rfc822 format available.

Message #110 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Tue, 25 Oct 2016 16:37:52 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Please update from the Git repo and rebuild.  I've added a workaround
> for this problem.  It should prevent the assertion violation in xml.c,
> but the really interesting question is whether your other crashes in
> GC will also go away?  If not, there are more places like this one
> that need to be fixed.

Many thanks, Eli.  Interim status: Emacs seems to be stable with your
latest patch, but I did not work much with it the last two days.  Let's
see what the next few days bring.


Regards,

Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Tue, 25 Oct 2016 16:47:02 GMT) Full text and rfc822 format available.

Message #113 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Tue, 25 Oct 2016 19:46:22 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Tue, 25 Oct 2016 16:37:52 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > Please update from the Git repo and rebuild.  I've added a workaround
> > for this problem.  It should prevent the assertion violation in xml.c,
> > but the really interesting question is whether your other crashes in
> > GC will also go away?  If not, there are more places like this one
> > that need to be fixed.
> 
> Many thanks, Eli.  Interim status: Emacs seems to be stable with your
> latest patch, but I did not work much with it the last two days.  Let's
> see what the next few days bring.

Thanks for the update.  There are/will be more changes on emacs-25 for
this kind of problems, so perhaps rebuild in a few days even if you
don't see any problems, and continue testing with that newer version?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Tue, 25 Oct 2016 17:22:02 GMT) Full text and rfc822 format available.

Message #116 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Tue, 25 Oct 2016 19:21:45 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Thanks for the update.  There are/will be more changes on emacs-25 for
> this kind of problems, so perhaps rebuild in a few days even if you
> don't see any problems, and continue testing with that newer version?

Ok, thanks, I'll do that. (btw, do I need to do a complete bootstrap
every time, or is "make" sufficient?)  And sorry to having CC'd you in
the initial report, that was no doubt a bit impolite (though, I think it
was not a bad idea either... :-) ).


Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Tue, 25 Oct 2016 18:18:02 GMT) Full text and rfc822 format available.

Message #119 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Tue, 25 Oct 2016 21:17:19 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Tue, 25 Oct 2016 19:21:45 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > Thanks for the update.  There are/will be more changes on emacs-25 for
> > this kind of problems, so perhaps rebuild in a few days even if you
> > don't see any problems, and continue testing with that newer version?
> 
> Ok, thanks, I'll do that. (btw, do I need to do a complete bootstrap
> every time, or is "make" sufficient?)

"make" should be sufficient.  A complete bootstrap is only needed when
testing things that only happen during a bootstrap.

> And sorry to having CC'd you in the initial report, that was no
> doubt a bit impolite (though, I think it was not a bad idea
> either... :-) ).

Not a bad idea, and no need to apologize.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Thu, 27 Oct 2016 16:41:02 GMT) Full text and rfc822 format available.

Message #122 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Thu, 27 Oct 2016 18:40:13 +0200
Michael Heerdegen <michael_heerdegen <at> web.de> writes:

> > Thanks for the update.  There are/will be more changes on emacs-25 for
> > this kind of problems, so perhaps rebuild in a few days even if you
> > don't see any problems, and continue testing with that newer version?

FWIW, I had rebuilt yesterday, and today again.  Until now, no crashes.

Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Thu, 27 Oct 2016 17:19:02 GMT) Full text and rfc822 format available.

Message #125 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Thu, 27 Oct 2016 20:18:06 +0300
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Thu, 27 Oct 2016 18:40:13 +0200
> 
> Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> 
> > > Thanks for the update.  There are/will be more changes on emacs-25 for
> > > this kind of problems, so perhaps rebuild in a few days even if you
> > > don't see any problems, and continue testing with that newer version?
> 
> FWIW, I had rebuilt yesterday, and today again.  Until now, no crashes.

Great, thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24764; Package emacs. (Mon, 07 Nov 2016 03:38:01 GMT) Full text and rfc822 format available.

Message #128 received at 24764 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 24764 <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Mon, 07 Nov 2016 05:38:09 +0200
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: 24764 <at> debbugs.gnu.org
> Date: Thu, 27 Oct 2016 18:40:13 +0200
> 
> Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> 
> > > Thanks for the update.  There are/will be more changes on emacs-25 for
> > > this kind of problems, so perhaps rebuild in a few days even if you
> > > don't see any problems, and continue testing with that newer version?
> 
> FWIW, I had rebuilt yesterday, and today again.  Until now, no crashes.

Any news?  Should this bug be closed?




Reply sent to Michael Heerdegen <michael_heerdegen <at> web.de>:
You have taken responsibility. (Mon, 07 Nov 2016 11:37:01 GMT) Full text and rfc822 format available.

Notification sent to Michael Heerdegen <michael_heerdegen <at> web.de>:
bug acknowledged by developer. (Mon, 07 Nov 2016 11:37:02 GMT) Full text and rfc822 format available.

Message #133 received at 24764-done <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 24764-done <at> debbugs.gnu.org
Subject: Re: bug#24764: 25.1.50; Another crash in automatic gc
Date: Mon, 07 Nov 2016 12:36:21 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

> > FWIW, I had rebuilt yesterday, and today again.  Until now, no
> > crashes.
>
> Any news?  Should this bug be closed?

Everything seems alright - closing.  Thanks for your help!


Regards,

Michael.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 05 Dec 2016 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.