bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49782: 28.0.50; set-fontset-font crashes in init (server)


From: Benjamin Riefenstahl
Subject: bug#49782: 28.0.50; set-fontset-font crashes in init (server)
Date: Fri, 30 Jul 2021 14:54:19 +0200

I have a font initialization in my init file.  Reduced to a minimum
example it does stuff like this:

    (mapc
     (lambda (frame)
       (set-fontset-font nil ?a "sans-serif" frame))
     (frame-list))

This crashes when called from "emacsclient -a '' -c".

As a recipe:

* mkdir /tmp/test
* Copy the above code into /tmp/test/.emacs
* Run HOME=/tmp/test emacsclient -a '' -c

Note that "emacsclient -a emacs -c" does not crash.  There is something
different between "-a ''" and "-a something".

Running gdb on the corresponding core file I get the typescript below.
The problem seems to be in gdb frame #7, where even though there is a
frame reported by frame-list, it does not have a valid fontset and so an
assertion in FRAME_FONTSET(f) fails.

I assume this is not intentional, otherwise how do I prevent the crash?

Script started on 2021-07-30 14:32:29+02:00 [TERM="xterm-256color" 
TTY="/dev/pts/3" COLUMNS="93" LINES="45"]
GNU gdb (Debian 8.2.1-2+b3) 8.2.1
Copyright (C) 2018 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.
[New LWP 7702]
[New LWP 7703]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `emacs --daemon'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  raise (sig=sig@entry=11) at ../sysdeps/unix/sysv/linux/raise.c:50
50      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
[Current thread is 1 (Thread 0x7f1375659e00 (LWP 7702))]
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 = xterm-256color
Breakpoint 1 at 0x557f106879db: file emacs.c, line 400.
Breakpoint 2 at 0x557f10741250: file xterm.c, line 10264.
(gdb) bt full
#0  0x00007f137916c5cb in raise (sig=sig@entry=11) at 
../sysdeps/unix/sysv/linux/raise.c:50
        set = {
          __val = {18446744067266837247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
268435456, 0, 0, 94004225532624, 18446744067266838271}
        }
        pid = <optimized out>
        tid = <optimized out>
#1  0x0000557f10687a78 in terminate_due_to_signal
    (sig=sig@entry=11, backtrace_limit=backtrace_limit@entry=40) at emacs.c:437
#2  0x0000557f10687ec2 in handle_fatal_signal (sig=sig@entry=11) at 
sysdep.c:1762
#3  0x0000557f10786278 in deliver_thread_signal
    (sig=sig@entry=11, handler=0x557f10687eb7 <handle_fatal_signal>) at 
sysdep.c:1754
#4  0x0000557f107862f9 in deliver_fatal_thread_signal (sig=11) at sysdep.c:1867
        fatal = <optimized out>
#5  0x0000557f107862f9 in handle_sigsegv
    (sig=11, siginfo=<optimized out>, arg=<optimized out>) at sysdep.c:1867
        fatal = <optimized out>
#6  0x00007f137916c730 in <signal handler called> ()
    at /lib/x86_64-linux-gnu/libpthread.so.0
#7  0x0000557f1085a307 in check_fontset_name (name=XIL(0), frame=0x7ffc938215e8)
    at fontset.c:1364
        id = <optimized out>
        f = 0x557f118f9da0
#8  0x0000557f1085a369 in Fset_fontset_font
    (name=<optimized out>, target=make_fixnum(97), 
font_spec=XIL(0x557f119ab3f4), frame=<optimized out>, add=XIL(0)) at 
fontset.c:1496
        fontset = <optimized out>
        font_def = <optimized out>
        registry = <optimized out>
        family = <optimized out>
        range_list = <optimized out>
        charset = 0x0
        fontname = <optimized out>
        ascii_changed = false
#9  0x0000557f107ea1bb in eval_sub (form=<optimized out>) at lisp.h:2093
        i = <optimized out>
        maxargs = 5
        args_left = XIL(0)
        numargs = 4
        original_fun = <optimized out>
        original_args = XIL(0x557f119a23c3)
        count = 34
        fun = <optimized out>
        val = <optimized out>
        funcar = <optimized out>
        argvals = {XIL(0), make_fixnum(97), XIL(0x557f119ab3f4), 
XIL(0x557f118f9da5), XIL(0), XIL(0x557f119a1d43), XIL(0x557f119a2373), 
XIL(0x2900000004)}
#10 0x0000557f107ea44d in Fprogn (body=XIL(0)) at eval.c:471
        form = <optimized out>
        val = XIL(0)
#11 0x0000557f107ea5c9 in funcall_lambda (fun=<optimized out>, nargs=1, 
arg_vector=0x7ffc93821878) at lisp.h:1426
        val = <optimized out>
        syms_left = XIL(0)
        next = <optimized out>
        lexenv = XIL(0)
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#12 0x0000557f107e7d5f in Ffuncall (nargs=2, args=0x7ffc93821870) at eval.c:3067
        fun = <optimized out>
        original_fun = XIL(0x557f119a1cc3)
        funcar = <optimized out>
        numargs = 1
        val = <optimized out>
        count = 32
#13 0x0000557f107e7eba in call1 (fn=fn@entry=XIL(0x557f119a1cc3), 
arg1=<optimized out>) at eval.c:2911
#14 0x0000557f107f2217 in mapcar1 (leni=1, vals=vals@entry=0x0, 
fn=fn@entry=XIL(0x557f119a1cc3), seq=seq@entry=XIL(0x557f119a1d73)) at 
lisp.h:1420
        dummy = <optimized out>
        i = 0
        tail = XIL(0x557f119a1d73)
#15 0x0000557f107f3f60 in Fmapc (function=XIL(0x557f119a1cc3), 
sequence=XIL(0x557f119a1d73)) at fns.c:2917
        leni = <optimized out>
#16 0x0000557f107ea1f7 in eval_sub (form=<optimized out>) at lisp.h:2093
        i = <optimized out>
        maxargs = 2
        args_left = XIL(0)
        numargs = 2
        original_fun = <optimized out>
        original_args = XIL(0x557f119a1d53)
        count = 31
        fun = <optimized out>
        val = <optimized out>
        funcar = <optimized out>
        argvals = {XIL(0x557f119a1cc3), XIL(0x557f119a1d73), XIL(0x30), 
XIL(0x7ffc93821998), XIL(0), XIL(0x557f10808f30), XIL(0x557f119a97b0), XIL(0)}
#17 0x0000557f1080edf0 in readevalloop (readcharfun=XIL(0x557f119a97b5), 
infile0=0x0, sourcename=XIL(0x557f119a9404), printflag=false, 
unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at 
lread.c:2311
        count1 = 31
        c = <optimized out>
        val = XIL(0x557f119a2373)
        count = 27
        b = <optimized out>
        continue_reading_p = true
        lex_bound = <optimized out>
        whole_buffer = true
        first_sexp = <optimized out>
        macroexpand = XIL(0x29946402a078)
#18 0x0000557f1080fdb1 in Feval_buffer (buffer=<optimized out>, 
printflag=XIL(0), filename=XIL(0x557f119a9404), unibyte=XIL(0), 
do_allow_print=XIL(0x30)) at lisp.h:1376
        count = 23
        tem = <optimized out>
        buf = XIL(0x557f119a97b5)
#19 0x0000557f107e7e03 in Ffuncall (nargs=6, args=args@entry=0x7ffc93821b40) at 
lisp.h:2093
        fun = <optimized out>
        original_fun = XIL(0x299464029d08)
        funcar = <optimized out>
        numargs = 5
        val = <optimized out>
        count = 22
#20 0x0000557f10821bc0 in exec_byte_code (bytestr=<optimized out>, 
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized 
out>, nargs=<optimized out>, args=<optimized out>) at bytecode.c:632
        op = <optimized out>
        type = <optimized out>
        targets = {0x557f1082424b <exec_byte_code+10731>, 0x557f10823d68 
<exec_byte_code+9480>, 0x557f10823d6d <exec_byte_code+9485>, 0x557f10823d72 
<exec_byte_code+9490>, 0x557f10821aa7 <exec_byte_code+583>, 0x557f10821aa7 
<exec_byte_code+583>, 0x557f10823d77 <exec_byte_code+9495>, 0x557f10823db6 
<exec_byte_code+9558>, 0x557f10822d9a <exec_byte_code+5434>, 0x557f10822d9f 
<exec_byte_code+5439>, 0x557f10822da4 <exec_byte_code+5444>, 0x557f10822da9 
<exec_byte_code+5449>, 0x557f10821ae2 <exec_byte_code+642>, 0x557f10821ae8 
<exec_byte_code+648>, 0x557f10822dae <exec_byte_code+5454>, 0x557f10822d83 
<exec_byte_code+5411>, 0x557f10822f05 <exec_byte_code+5797>, 0x557f10822f0a 
<exec_byte_code+5802>, 0x557f10822f0f <exec_byte_code+5807>, 0x557f10822f14 
<exec_byte_code+5812>, 0x557f10821a34 <exec_byte_code+468>, 0x557f10821a38 
<exec_byte_code+472>, 0x557f10822f30 <exec_byte_code+5840>, 0x557f10822f19 
<exec_byte_code+5817>, 0x557f10822f96 <exec_byte_code+5942>, 0x557f10822f9b 
<exec_byte_code+5947>, 0x557f10822fa0 <exec_byte_code+5952>, 0x557f10822fa5 
<exec_byte_code+5957>, 0x557f10821be6 <exec_byte_code+902>, 0x557f10821bf0 
<exec_byte_code+912>, 0x557f10822f72 <exec_byte_code+5906>, 0x557f10822f7f 
<exec_byte_code+5919>, 0x557f10822fce <exec_byte_code+5998>, 0x557f10822fd3 
<exec_byte_code+6003>, 0x557f10822fd8 <exec_byte_code+6008>, 0x557f10822fdd 
<exec_byte_code+6013>, 0x557f10821b9f <exec_byte_code+831>, 0x557f10821ba0 
<exec_byte_code+832>, 0x557f10822faa <exec_byte_code+5962>, 0x557f10822fb7 
<exec_byte_code+5975>, 0x557f10823006 <exec_byte_code+6054>, 0x557f1082300b 
<exec_byte_code+6059>, 0x557f10823010 <exec_byte_code+6064>, 0x557f10823015 
<exec_byte_code+6069>, 0x557f10821b45 <exec_byte_code+741>, 0x557f10821b48 
<exec_byte_code+744>, 0x557f10822fe2 <exec_byte_code+6018>, 0x557f10822fef 
<exec_byte_code+6031>, 0x557f108236e5 <exec_byte_code+7813>, 0x557f10823430 
<exec_byte_code+7120>, 0x557f108233b4 <exec_byte_code+6996>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10821e3e <exec_byte_code+1502>, 0x557f10821e98 
<exec_byte_code+1592>, 0x557f10821ede <exec_byte_code+1662>, 0x557f10821f27 
<exec_byte_code+1735>, 0x557f10821f70 <exec_byte_code+1808>, 0x557f10822e3c 
<exec_byte_code+5596>, 0x557f10822e87 <exec_byte_code+5671>, 0x557f10821fb8 
<exec_byte_code+1880>, 0x557f10822e00 <exec_byte_code+5536>, 0x557f10822ec9 
<exec_byte_code+5737>, 0x557f10821fec <exec_byte_code+1932>, 0x557f1082202e 
<exec_byte_code+1998>, 0x557f10822060 <exec_byte_code+2048>, 0x557f108220a2 
<exec_byte_code+2114>, 0x557f108220e1 <exec_byte_code+2177>, 0x557f1082216f 
<exec_byte_code+2319>, 0x557f108221a1 <exec_byte_code+2369>, 0x557f108221e3 
<exec_byte_code+2435>, 0x557f10822229 <exec_byte_code+2505>, 0x557f1082225b 
<exec_byte_code+2555>, 0x557f1082228d <exec_byte_code+2605>, 0x557f108222cf 
<exec_byte_code+2671>, 0x557f10822311 <exec_byte_code+2737>, 0x557f10822353 
<exec_byte_code+2803>, 0x557f10822399 <exec_byte_code+2873>, 0x557f108223d5 
<exec_byte_code+2933>, 0x557f10822411 <exec_byte_code+2993>, 0x557f10822498 
<exec_byte_code+3128>, 0x557f108224f6 <exec_byte_code+3222>, 0x557f10822554 
<exec_byte_code+3316>, 0x557f10822744 <exec_byte_code+3812>, 0x557f108226b6 
<exec_byte_code+3670>, 0x557f108226fd <exec_byte_code+3741>, 0x557f10822598 
<exec_byte_code+3384>, 0x557f108225df <exec_byte_code+3455>, 0x557f1082261b 
<exec_byte_code+3515>, 0x557f1082267a <exec_byte_code+3610>, 0x557f1082278b 
<exec_byte_code+3883>, 0x557f108227c7 <exec_byte_code+3943>, 0x557f10822803 
<exec_byte_code+4003>, 0x557f108228bd <exec_byte_code+4189>, 0x557f10821c6b 
<exec_byte_code+1035>, 0x557f10822909 <exec_byte_code+4265>, 0x557f1082293b 
<exec_byte_code+4315>, 0x557f108229bd <exec_byte_code+4445>, 0x557f10822a09 
<exec_byte_code+4521>, 0x557f10822a55 <exec_byte_code+4597>, 0x557f10822a87 
<exec_byte_code+4647>, 0x557f10822abb <exec_byte_code+4699>, 0x557f10822aef 
<exec_byte_code+4751>, 0x557f10822b2b <exec_byte_code+4811>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10822b5f <exec_byte_code+4863>, 0x557f10822b93 
<exec_byte_code+4915>, 0x557f10822bc7 <exec_byte_code+4967>, 0x557f10822bfb 
<exec_byte_code+5019>, 0x557f10822c2f <exec_byte_code+5071>, 0x557f10822c63 
<exec_byte_code+5123>, 0x557f10821c6b <exec_byte_code+1035>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10822c95 <exec_byte_code+5173>, 0x557f10822cdd 
<exec_byte_code+5245>, 0x557f10822d0f <exec_byte_code+5295>, 0x557f10822d41 
<exec_byte_code+5345>, 0x557f108234f0 <exec_byte_code+7312>, 0x557f10823532 
<exec_byte_code+7378>, 0x557f10823564 <exec_byte_code+7428>, 0x557f1082361f 
<exec_byte_code+7615>, 0x557f10823661 <exec_byte_code+7681>, 0x557f108236a3 
<exec_byte_code+7747>, 0x557f108237f2 <exec_byte_code+8082>, 0x557f10823826 
<exec_byte_code+8134>, 0x557f1082424b <exec_byte_code+10731>, 0x557f10823348 
<exec_byte_code+6888>, 0x557f10823047 <exec_byte_code+6119>, 0x557f10822dbb 
<exec_byte_code+5467>, 0x557f10823070 <exec_byte_code+6160>, 0x557f108230b5 
<exec_byte_code+6229>, 0x557f108230f7 <exec_byte_code+6295>, 0x557f1082329a 
<exec_byte_code+6714>, 0x557f10823320 <exec_byte_code+6848>, 0x557f10822f3d 
<exec_byte_code+5853>, 0x557f1082338c <exec_byte_code+6956>, 0x557f1082343e 
<exec_byte_code+7134>, 0x557f10823772 <exec_byte_code+7954>, 0x557f108237a9 
<exec_byte_code+8009>, 0x557f1082371b <exec_byte_code+7867>, 0x557f10821d2d 
<exec_byte_code+1229>, 0x557f10821d73 <exec_byte_code+1299>, 0x557f10821dbf 
<exec_byte_code+1375>, 0x557f1082301a <exec_byte_code+6074>, 0x557f10823858 
<exec_byte_code+8184>, 0x557f1082389e <exec_byte_code+8254>, 0x557f108238d0 
<exec_byte_code+8304>, 0x557f10823902 <exec_byte_code+8354>, 0x557f10823934 
<exec_byte_code+8404>, 0x557f10823966 <exec_byte_code+8454>, 0x557f108239a8 
<exec_byte_code+8520>, 0x557f108239ea <exec_byte_code+8586>, 0x557f10823a2c 
<exec_byte_code+8652>, 0x557f10823a6e <exec_byte_code+8718>, 0x557f10823acf 
<exec_byte_code+8815>, 0x557f10823b11 <exec_byte_code+8881>, 0x557f10823b53 
<exec_byte_code+8947>, 0x557f10823b85 <exec_byte_code+8997>, 0x557f10823bc7 
<exec_byte_code+9063>, 0x557f10823c09 <exec_byte_code+9129>, 0x557f10823c48 
<exec_byte_code+9192>, 0x557f10823c87 <exec_byte_code+9255>, 0x557f1082283f 
<exec_byte_code+4063>, 0x557f1082287b <exec_byte_code+4123>, 0x557f10823cc3 
<exec_byte_code+9315>, 0x557f10823d1c <exec_byte_code+9404>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10823139 <exec_byte_code+6361>, 0x557f108231a0 
<exec_byte_code+6464>, 0x557f108231e0 <exec_byte_code+6528>, 0x557f10823220 
<exec_byte_code+6592>, 0x557f1082325d <exec_byte_code+6653>, 0x557f10822124 
<exec_byte_code+2244>, 0x557f1082244d <exec_byte_code+3053>, 0x557f10822972 
<exec_byte_code+4370>, 0x557f10823dff <exec_byte_code+9631>, 0x557f10823e49 
<exec_byte_code+9705>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10823e9f <exec_byte_code+9791>, 0x557f10823eea 
<exec_byte_code+9866>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f108234b9 <exec_byte_code+7257> <repeats 64 times>}
        const_length = <optimized out>
        bytestr_length = <optimized out>
        vectorp = 0x7f1374cca1e0
        quitcounter = 1 '\001'
        stack_items = <optimized out>
        sa_avail = <optimized out>
        sa_count = <optimized out>
        alloc = <optimized out>
        stack_base = <optimized out>
        top = 0x7ffc93821b40
        stack_lim = <optimized out>
        bytestr_data = 0x7ffc93821b70 "\306\004!\204\022"
        pc = <optimized out>
        count = 16
        result = <optimized out>
#21 0x0000557f107e7d5f in Ffuncall (nargs=5, args=0x7ffc93821d70) at eval.c:3067
        fun = <optimized out>
        original_fun = XIL(0x299464029b38)
        funcar = <optimized out>
        numargs = 4
        val = <optimized out>
        count = 15
#22 0x0000557f107eac89 in call4 (fn=<optimized out>, 
arg1=arg1@entry=XIL(0x557f119a9404), arg2=arg2@entry=XIL(0x557f119a9404), 
arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2933
#23 0x0000557f1080fa01 in Fload (file=XIL(0x557f119a7154), 
noerror=XIL(0x2994640641c0), nomessage=<optimized out>, nosuffix=<optimized 
out>, must_suffix=<optimized out>) at lisp.h:1376
        val = <optimized out>
        stream = 0x0
        fd = 6
        fd_index = 10
        count = <optimized out>
        found = XIL(0x557f119a9404)
        efound = <optimized out>
        hist_file_name = XIL(0x557f119a9404)
        newer = false
        compiled = false
        handler = <optimized out>
        fmode = 0x557f1089a246 "r"
        version = <optimized out>
        no_native = 4
        is_module = false
        is_native_elisp = false
        found_eff = XIL(0x557f119a9404)
        is_elc = false
        input = {
          stream = 0x7f1374cc59fc, 
          lookahead = -80 '\260', 
          buf = "\037\202\223", <incomplete sequence \374>
        }
#24 0x0000557f107e7e03 in Ffuncall (nargs=4, args=args@entry=0x7ffc93822010) at 
lisp.h:2093
        fun = <optimized out>
        original_fun = XIL(0x9a50)
        funcar = <optimized out>
        numargs = 3
        val = <optimized out>
        count = 9
#25 0x0000557f10821bc0 in exec_byte_code (bytestr=<optimized out>, 
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized 
out>, nargs=<optimized out>, args=<optimized out>) at bytecode.c:632
        op = <optimized out>
        type = <optimized out>
        targets = {0x557f1082424b <exec_byte_code+10731>, 0x557f10823d68 
<exec_byte_code+9480>, 0x557f10823d6d <exec_byte_code+9485>, 0x557f10823d72 
<exec_byte_code+9490>, 0x557f10821aa7 <exec_byte_code+583>, 0x557f10821aa7 
<exec_byte_code+583>, 0x557f10823d77 <exec_byte_code+9495>, 0x557f10823db6 
<exec_byte_code+9558>, 0x557f10822d9a <exec_byte_code+5434>, 0x557f10822d9f 
<exec_byte_code+5439>, 0x557f10822da4 <exec_byte_code+5444>, 0x557f10822da9 
<exec_byte_code+5449>, 0x557f10821ae2 <exec_byte_code+642>, 0x557f10821ae8 
<exec_byte_code+648>, 0x557f10822dae <exec_byte_code+5454>, 0x557f10822d83 
<exec_byte_code+5411>, 0x557f10822f05 <exec_byte_code+5797>, 0x557f10822f0a 
<exec_byte_code+5802>, 0x557f10822f0f <exec_byte_code+5807>, 0x557f10822f14 
<exec_byte_code+5812>, 0x557f10821a34 <exec_byte_code+468>, 0x557f10821a38 
<exec_byte_code+472>, 0x557f10822f30 <exec_byte_code+5840>, 0x557f10822f19 
<exec_byte_code+5817>, 0x557f10822f96 <exec_byte_code+5942>, 0x557f10822f9b 
<exec_byte_code+5947>, 0x557f10822fa0 <exec_byte_code+5952>, 0x557f10822fa5 
<exec_byte_code+5957>, 0x557f10821be6 <exec_byte_code+902>, 0x557f10821bf0 
<exec_byte_code+912>, 0x557f10822f72 <exec_byte_code+5906>, 0x557f10822f7f 
<exec_byte_code+5919>, 0x557f10822fce <exec_byte_code+5998>, 0x557f10822fd3 
<exec_byte_code+6003>, 0x557f10822fd8 <exec_byte_code+6008>, 0x557f10822fdd 
<exec_byte_code+6013>, 0x557f10821b9f <exec_byte_code+831>, 0x557f10821ba0 
<exec_byte_code+832>, 0x557f10822faa <exec_byte_code+5962>, 0x557f10822fb7 
<exec_byte_code+5975>, 0x557f10823006 <exec_byte_code+6054>, 0x557f1082300b 
<exec_byte_code+6059>, 0x557f10823010 <exec_byte_code+6064>, 0x557f10823015 
<exec_byte_code+6069>, 0x557f10821b45 <exec_byte_code+741>, 0x557f10821b48 
<exec_byte_code+744>, 0x557f10822fe2 <exec_byte_code+6018>, 0x557f10822fef 
<exec_byte_code+6031>, 0x557f108236e5 <exec_byte_code+7813>, 0x557f10823430 
<exec_byte_code+7120>, 0x557f108233b4 <exec_byte_code+6996>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10821e3e <exec_byte_code+1502>, 0x557f10821e98 
<exec_byte_code+1592>, 0x557f10821ede <exec_byte_code+1662>, 0x557f10821f27 
<exec_byte_code+1735>, 0x557f10821f70 <exec_byte_code+1808>, 0x557f10822e3c 
<exec_byte_code+5596>, 0x557f10822e87 <exec_byte_code+5671>, 0x557f10821fb8 
<exec_byte_code+1880>, 0x557f10822e00 <exec_byte_code+5536>, 0x557f10822ec9 
<exec_byte_code+5737>, 0x557f10821fec <exec_byte_code+1932>, 0x557f1082202e 
<exec_byte_code+1998>, 0x557f10822060 <exec_byte_code+2048>, 0x557f108220a2 
<exec_byte_code+2114>, 0x557f108220e1 <exec_byte_code+2177>, 0x557f1082216f 
<exec_byte_code+2319>, 0x557f108221a1 <exec_byte_code+2369>, 0x557f108221e3 
<exec_byte_code+2435>, 0x557f10822229 <exec_byte_code+2505>, 0x557f1082225b 
<exec_byte_code+2555>, 0x557f1082228d <exec_byte_code+2605>, 0x557f108222cf 
<exec_byte_code+2671>, 0x557f10822311 <exec_byte_code+2737>, 0x557f10822353 
<exec_byte_code+2803>, 0x557f10822399 <exec_byte_code+2873>, 0x557f108223d5 
<exec_byte_code+2933>, 0x557f10822411 <exec_byte_code+2993>, 0x557f10822498 
<exec_byte_code+3128>, 0x557f108224f6 <exec_byte_code+3222>, 0x557f10822554 
<exec_byte_code+3316>, 0x557f10822744 <exec_byte_code+3812>, 0x557f108226b6 
<exec_byte_code+3670>, 0x557f108226fd <exec_byte_code+3741>, 0x557f10822598 
<exec_byte_code+3384>, 0x557f108225df <exec_byte_code+3455>, 0x557f1082261b 
<exec_byte_code+3515>, 0x557f1082267a <exec_byte_code+3610>, 0x557f1082278b 
<exec_byte_code+3883>, 0x557f108227c7 <exec_byte_code+3943>, 0x557f10822803 
<exec_byte_code+4003>, 0x557f108228bd <exec_byte_code+4189>, 0x557f10821c6b 
<exec_byte_code+1035>, 0x557f10822909 <exec_byte_code+4265>, 0x557f1082293b 
<exec_byte_code+4315>, 0x557f108229bd <exec_byte_code+4445>, 0x557f10822a09 
<exec_byte_code+4521>, 0x557f10822a55 <exec_byte_code+4597>, 0x557f10822a87 
<exec_byte_code+4647>, 0x557f10822abb <exec_byte_code+4699>, 0x557f10822aef 
<exec_byte_code+4751>, 0x557f10822b2b <exec_byte_code+4811>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10822b5f <exec_byte_code+4863>, 0x557f10822b93 
<exec_byte_code+4915>, 0x557f10822bc7 <exec_byte_code+4967>, 0x557f10822bfb 
<exec_byte_code+5019>, 0x557f10822c2f <exec_byte_code+5071>, 0x557f10822c63 
<exec_byte_code+5123>, 0x557f10821c6b <exec_byte_code+1035>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10822c95 <exec_byte_code+5173>, 0x557f10822cdd 
<exec_byte_code+5245>, 0x557f10822d0f <exec_byte_code+5295>, 0x557f10822d41 
<exec_byte_code+5345>, 0x557f108234f0 <exec_byte_code+7312>, 0x557f10823532 
<exec_byte_code+7378>, 0x557f10823564 <exec_byte_code+7428>, 0x557f1082361f 
<exec_byte_code+7615>, 0x557f10823661 <exec_byte_code+7681>, 0x557f108236a3 
<exec_byte_code+7747>, 0x557f108237f2 <exec_byte_code+8082>, 0x557f10823826 
<exec_byte_code+8134>, 0x557f1082424b <exec_byte_code+10731>, 0x557f10823348 
<exec_byte_code+6888>, 0x557f10823047 <exec_byte_code+6119>, 0x557f10822dbb 
<exec_byte_code+5467>, 0x557f10823070 <exec_byte_code+6160>, 0x557f108230b5 
<exec_byte_code+6229>, 0x557f108230f7 <exec_byte_code+6295>, 0x557f1082329a 
<exec_byte_code+6714>, 0x557f10823320 <exec_byte_code+6848>, 0x557f10822f3d 
<exec_byte_code+5853>, 0x557f1082338c <exec_byte_code+6956>, 0x557f1082343e 
<exec_byte_code+7134>, 0x557f10823772 <exec_byte_code+7954>, 0x557f108237a9 
<exec_byte_code+8009>, 0x557f1082371b <exec_byte_code+7867>, 0x557f10821d2d 
<exec_byte_code+1229>, 0x557f10821d73 <exec_byte_code+1299>, 0x557f10821dbf 
<exec_byte_code+1375>, 0x557f1082301a <exec_byte_code+6074>, 0x557f10823858 
<exec_byte_code+8184>, 0x557f1082389e <exec_byte_code+8254>, 0x557f108238d0 
<exec_byte_code+8304>, 0x557f10823902 <exec_byte_code+8354>, 0x557f10823934 
<exec_byte_code+8404>, 0x557f10823966 <exec_byte_code+8454>, 0x557f108239a8 
<exec_byte_code+8520>, 0x557f108239ea <exec_byte_code+8586>, 0x557f10823a2c 
<exec_byte_code+8652>, 0x557f10823a6e <exec_byte_code+8718>, 0x557f10823acf 
<exec_byte_code+8815>, 0x557f10823b11 <exec_byte_code+8881>, 0x557f10823b53 
<exec_byte_code+8947>, 0x557f10823b85 <exec_byte_code+8997>, 0x557f10823bc7 
<exec_byte_code+9063>, 0x557f10823c09 <exec_byte_code+9129>, 0x557f10823c48 
<exec_byte_code+9192>, 0x557f10823c87 <exec_byte_code+9255>, 0x557f1082283f 
<exec_byte_code+4063>, 0x557f1082287b <exec_byte_code+4123>, 0x557f10823cc3 
<exec_byte_code+9315>, 0x557f10823d1c <exec_byte_code+9404>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10823139 <exec_byte_code+6361>, 0x557f108231a0 
<exec_byte_code+6464>, 0x557f108231e0 <exec_byte_code+6528>, 0x557f10823220 
<exec_byte_code+6592>, 0x557f1082325d <exec_byte_code+6653>, 0x557f10822124 
<exec_byte_code+2244>, 0x557f1082244d <exec_byte_code+3053>, 0x557f10822972 
<exec_byte_code+4370>, 0x557f10823dff <exec_byte_code+9631>, 0x557f10823e49 
<exec_byte_code+9705>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10823e9f <exec_byte_code+9791>, 0x557f10823eea 
<exec_byte_code+9866>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f108234b9 <exec_byte_code+7257> <repeats 64 times>}
        const_length = <optimized out>
        bytestr_length = <optimized out>
        vectorp = 0x7f1374dc7f50
        quitcounter = 1 '\001'
        stack_items = <optimized out>
        sa_avail = <optimized out>
        sa_count = <optimized out>
        alloc = <optimized out>
        stack_base = <optimized out>
        top = 0x7ffc93822010
        stack_lim = <optimized out>
        bytestr_data = 0x7ffc93822068 "Ɖ\b\307=\203\f"
        pc = <optimized out>
        count = 8
        result = <optimized out>
#26 0x0000557f107e7d5f in Ffuncall (nargs=4, args=args@entry=0x7ffc938222d8) at 
eval.c:3067
        fun = <optimized out>
        original_fun = XIL(0x2994641278a8)
        funcar = <optimized out>
        numargs = 3
        val = <optimized out>
        count = 7
#27 0x0000557f10821bc0 in exec_byte_code (bytestr=<optimized out>, 
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized 
out>, nargs=<optimized out>, args=<optimized out>) at bytecode.c:632
        op = <optimized out>
        type = <optimized out>
        targets = {0x557f1082424b <exec_byte_code+10731>, 0x557f10823d68 
<exec_byte_code+9480>, 0x557f10823d6d <exec_byte_code+9485>, 0x557f10823d72 
<exec_byte_code+9490>, 0x557f10821aa7 <exec_byte_code+583>, 0x557f10821aa7 
<exec_byte_code+583>, 0x557f10823d77 <exec_byte_code+9495>, 0x557f10823db6 
<exec_byte_code+9558>, 0x557f10822d9a <exec_byte_code+5434>, 0x557f10822d9f 
<exec_byte_code+5439>, 0x557f10822da4 <exec_byte_code+5444>, 0x557f10822da9 
<exec_byte_code+5449>, 0x557f10821ae2 <exec_byte_code+642>, 0x557f10821ae8 
<exec_byte_code+648>, 0x557f10822dae <exec_byte_code+5454>, 0x557f10822d83 
<exec_byte_code+5411>, 0x557f10822f05 <exec_byte_code+5797>, 0x557f10822f0a 
<exec_byte_code+5802>, 0x557f10822f0f <exec_byte_code+5807>, 0x557f10822f14 
<exec_byte_code+5812>, 0x557f10821a34 <exec_byte_code+468>, 0x557f10821a38 
<exec_byte_code+472>, 0x557f10822f30 <exec_byte_code+5840>, 0x557f10822f19 
<exec_byte_code+5817>, 0x557f10822f96 <exec_byte_code+5942>, 0x557f10822f9b 
<exec_byte_code+5947>, 0x557f10822fa0 <exec_byte_code+5952>, 0x557f10822fa5 
<exec_byte_code+5957>, 0x557f10821be6 <exec_byte_code+902>, 0x557f10821bf0 
<exec_byte_code+912>, 0x557f10822f72 <exec_byte_code+5906>, 0x557f10822f7f 
<exec_byte_code+5919>, 0x557f10822fce <exec_byte_code+5998>, 0x557f10822fd3 
<exec_byte_code+6003>, 0x557f10822fd8 <exec_byte_code+6008>, 0x557f10822fdd 
<exec_byte_code+6013>, 0x557f10821b9f <exec_byte_code+831>, 0x557f10821ba0 
<exec_byte_code+832>, 0x557f10822faa <exec_byte_code+5962>, 0x557f10822fb7 
<exec_byte_code+5975>, 0x557f10823006 <exec_byte_code+6054>, 0x557f1082300b 
<exec_byte_code+6059>, 0x557f10823010 <exec_byte_code+6064>, 0x557f10823015 
<exec_byte_code+6069>, 0x557f10821b45 <exec_byte_code+741>, 0x557f10821b48 
<exec_byte_code+744>, 0x557f10822fe2 <exec_byte_code+6018>, 0x557f10822fef 
<exec_byte_code+6031>, 0x557f108236e5 <exec_byte_code+7813>, 0x557f10823430 
<exec_byte_code+7120>, 0x557f108233b4 <exec_byte_code+6996>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10821e3e <exec_byte_code+1502>, 0x557f10821e98 
<exec_byte_code+1592>, 0x557f10821ede <exec_byte_code+1662>, 0x557f10821f27 
<exec_byte_code+1735>, 0x557f10821f70 <exec_byte_code+1808>, 0x557f10822e3c 
<exec_byte_code+5596>, 0x557f10822e87 <exec_byte_code+5671>, 0x557f10821fb8 
<exec_byte_code+1880>, 0x557f10822e00 <exec_byte_code+5536>, 0x557f10822ec9 
<exec_byte_code+5737>, 0x557f10821fec <exec_byte_code+1932>, 0x557f1082202e 
<exec_byte_code+1998>, 0x557f10822060 <exec_byte_code+2048>, 0x557f108220a2 
<exec_byte_code+2114>, 0x557f108220e1 <exec_byte_code+2177>, 0x557f1082216f 
<exec_byte_code+2319>, 0x557f108221a1 <exec_byte_code+2369>, 0x557f108221e3 
<exec_byte_code+2435>, 0x557f10822229 <exec_byte_code+2505>, 0x557f1082225b 
<exec_byte_code+2555>, 0x557f1082228d <exec_byte_code+2605>, 0x557f108222cf 
<exec_byte_code+2671>, 0x557f10822311 <exec_byte_code+2737>, 0x557f10822353 
<exec_byte_code+2803>, 0x557f10822399 <exec_byte_code+2873>, 0x557f108223d5 
<exec_byte_code+2933>, 0x557f10822411 <exec_byte_code+2993>, 0x557f10822498 
<exec_byte_code+3128>, 0x557f108224f6 <exec_byte_code+3222>, 0x557f10822554 
<exec_byte_code+3316>, 0x557f10822744 <exec_byte_code+3812>, 0x557f108226b6 
<exec_byte_code+3670>, 0x557f108226fd <exec_byte_code+3741>, 0x557f10822598 
<exec_byte_code+3384>, 0x557f108225df <exec_byte_code+3455>, 0x557f1082261b 
<exec_byte_code+3515>, 0x557f1082267a <exec_byte_code+3610>, 0x557f1082278b 
<exec_byte_code+3883>, 0x557f108227c7 <exec_byte_code+3943>, 0x557f10822803 
<exec_byte_code+4003>, 0x557f108228bd <exec_byte_code+4189>, 0x557f10821c6b 
<exec_byte_code+1035>, 0x557f10822909 <exec_byte_code+4265>, 0x557f1082293b 
<exec_byte_code+4315>, 0x557f108229bd <exec_byte_code+4445>, 0x557f10822a09 
<exec_byte_code+4521>, 0x557f10822a55 <exec_byte_code+4597>, 0x557f10822a87 
<exec_byte_code+4647>, 0x557f10822abb <exec_byte_code+4699>, 0x557f10822aef 
<exec_byte_code+4751>, 0x557f10822b2b <exec_byte_code+4811>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10822b5f <exec_byte_code+4863>, 0x557f10822b93 
<exec_byte_code+4915>, 0x557f10822bc7 <exec_byte_code+4967>, 0x557f10822bfb 
<exec_byte_code+5019>, 0x557f10822c2f <exec_byte_code+5071>, 0x557f10822c63 
<exec_byte_code+5123>, 0x557f10821c6b <exec_byte_code+1035>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10822c95 <exec_byte_code+5173>, 0x557f10822cdd 
<exec_byte_code+5245>, 0x557f10822d0f <exec_byte_code+5295>, 0x557f10822d41 
<exec_byte_code+5345>, 0x557f108234f0 <exec_byte_code+7312>, 0x557f10823532 
<exec_byte_code+7378>, 0x557f10823564 <exec_byte_code+7428>, 0x557f1082361f 
<exec_byte_code+7615>, 0x557f10823661 <exec_byte_code+7681>, 0x557f108236a3 
<exec_byte_code+7747>, 0x557f108237f2 <exec_byte_code+8082>, 0x557f10823826 
<exec_byte_code+8134>, 0x557f1082424b <exec_byte_code+10731>, 0x557f10823348 
<exec_byte_code+6888>, 0x557f10823047 <exec_byte_code+6119>, 0x557f10822dbb 
<exec_byte_code+5467>, 0x557f10823070 <exec_byte_code+6160>, 0x557f108230b5 
<exec_byte_code+6229>, 0x557f108230f7 <exec_byte_code+6295>, 0x557f1082329a 
<exec_byte_code+6714>, 0x557f10823320 <exec_byte_code+6848>, 0x557f10822f3d 
<exec_byte_code+5853>, 0x557f1082338c <exec_byte_code+6956>, 0x557f1082343e 
<exec_byte_code+7134>, 0x557f10823772 <exec_byte_code+7954>, 0x557f108237a9 
<exec_byte_code+8009>, 0x557f1082371b <exec_byte_code+7867>, 0x557f10821d2d 
<exec_byte_code+1229>, 0x557f10821d73 <exec_byte_code+1299>, 0x557f10821dbf 
<exec_byte_code+1375>, 0x557f1082301a <exec_byte_code+6074>, 0x557f10823858 
<exec_byte_code+8184>, 0x557f1082389e <exec_byte_code+8254>, 0x557f108238d0 
<exec_byte_code+8304>, 0x557f10823902 <exec_byte_code+8354>, 0x557f10823934 
<exec_byte_code+8404>, 0x557f10823966 <exec_byte_code+8454>, 0x557f108239a8 
<exec_byte_code+8520>, 0x557f108239ea <exec_byte_code+8586>, 0x557f10823a2c 
<exec_byte_code+8652>, 0x557f10823a6e <exec_byte_code+8718>, 0x557f10823acf 
<exec_byte_code+8815>, 0x557f10823b11 <exec_byte_code+8881>, 0x557f10823b53 
<exec_byte_code+8947>, 0x557f10823b85 <exec_byte_code+8997>, 0x557f10823bc7 
<exec_byte_code+9063>, 0x557f10823c09 <exec_byte_code+9129>, 0x557f10823c48 
<exec_byte_code+9192>, 0x557f10823c87 <exec_byte_code+9255>, 0x557f1082283f 
<exec_byte_code+4063>, 0x557f1082287b <exec_byte_code+4123>, 0x557f10823cc3 
<exec_byte_code+9315>, 0x557f10823d1c <exec_byte_code+9404>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10823139 <exec_byte_code+6361>, 0x557f108231a0 
<exec_byte_code+6464>, 0x557f108231e0 <exec_byte_code+6528>, 0x557f10823220 
<exec_byte_code+6592>, 0x557f1082325d <exec_byte_code+6653>, 0x557f10822124 
<exec_byte_code+2244>, 0x557f1082244d <exec_byte_code+3053>, 0x557f10822972 
<exec_byte_code+4370>, 0x557f10823dff <exec_byte_code+9631>, 0x557f10823e49 
<exec_byte_code+9705>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10823e9f <exec_byte_code+9791>, 0x557f10823eea 
<exec_byte_code+9866>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f108234b9 <exec_byte_code+7257> <repeats 64 times>}
        const_length = <optimized out>
        bytestr_length = <optimized out>
        vectorp = 0x7f1374db2d58
        quitcounter = 5 '\005'
        stack_items = <optimized out>
        sa_avail = <optimized out>
        sa_count = <optimized out>
        alloc = <optimized out>
        stack_base = <optimized out>
        top = 0x7ffc938222d8
        stack_lim = <optimized out>
        bytestr_data = 0x7ffc93822328 "\306C\306C\307 
\020\306\021\n\023\306\024\310\311!\211\203)"
        pc = <optimized out>
        count = 7
        result = <optimized out>
#28 0x0000557f107e7d5f in Ffuncall (nargs=1, args=args@entry=0x7ffc93822a40) at 
eval.c:3067
        fun = <optimized out>
        original_fun = XIL(0x2994641126b0)
        funcar = <optimized out>
        numargs = 0
        val = <optimized out>
        count = 6
#29 0x0000557f10821bc0 in exec_byte_code (bytestr=<optimized out>, 
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized 
out>, nargs=<optimized out>, args=<optimized out>) at bytecode.c:632
        op = <optimized out>
        type = <optimized out>
        targets = {0x557f1082424b <exec_byte_code+10731>, 0x557f10823d68 
<exec_byte_code+9480>, 0x557f10823d6d <exec_byte_code+9485>, 0x557f10823d72 
<exec_byte_code+9490>, 0x557f10821aa7 <exec_byte_code+583>, 0x557f10821aa7 
<exec_byte_code+583>, 0x557f10823d77 <exec_byte_code+9495>, 0x557f10823db6 
<exec_byte_code+9558>, 0x557f10822d9a <exec_byte_code+5434>, 0x557f10822d9f 
<exec_byte_code+5439>, 0x557f10822da4 <exec_byte_code+5444>, 0x557f10822da9 
<exec_byte_code+5449>, 0x557f10821ae2 <exec_byte_code+642>, 0x557f10821ae8 
<exec_byte_code+648>, 0x557f10822dae <exec_byte_code+5454>, 0x557f10822d83 
<exec_byte_code+5411>, 0x557f10822f05 <exec_byte_code+5797>, 0x557f10822f0a 
<exec_byte_code+5802>, 0x557f10822f0f <exec_byte_code+5807>, 0x557f10822f14 
<exec_byte_code+5812>, 0x557f10821a34 <exec_byte_code+468>, 0x557f10821a38 
<exec_byte_code+472>, 0x557f10822f30 <exec_byte_code+5840>, 0x557f10822f19 
<exec_byte_code+5817>, 0x557f10822f96 <exec_byte_code+5942>, 0x557f10822f9b 
<exec_byte_code+5947>, 0x557f10822fa0 <exec_byte_code+5952>, 0x557f10822fa5 
<exec_byte_code+5957>, 0x557f10821be6 <exec_byte_code+902>, 0x557f10821bf0 
<exec_byte_code+912>, 0x557f10822f72 <exec_byte_code+5906>, 0x557f10822f7f 
<exec_byte_code+5919>, 0x557f10822fce <exec_byte_code+5998>, 0x557f10822fd3 
<exec_byte_code+6003>, 0x557f10822fd8 <exec_byte_code+6008>, 0x557f10822fdd 
<exec_byte_code+6013>, 0x557f10821b9f <exec_byte_code+831>, 0x557f10821ba0 
<exec_byte_code+832>, 0x557f10822faa <exec_byte_code+5962>, 0x557f10822fb7 
<exec_byte_code+5975>, 0x557f10823006 <exec_byte_code+6054>, 0x557f1082300b 
<exec_byte_code+6059>, 0x557f10823010 <exec_byte_code+6064>, 0x557f10823015 
<exec_byte_code+6069>, 0x557f10821b45 <exec_byte_code+741>, 0x557f10821b48 
<exec_byte_code+744>, 0x557f10822fe2 <exec_byte_code+6018>, 0x557f10822fef 
<exec_byte_code+6031>, 0x557f108236e5 <exec_byte_code+7813>, 0x557f10823430 
<exec_byte_code+7120>, 0x557f108233b4 <exec_byte_code+6996>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10821e3e <exec_byte_code+1502>, 0x557f10821e98 
<exec_byte_code+1592>, 0x557f10821ede <exec_byte_code+1662>, 0x557f10821f27 
<exec_byte_code+1735>, 0x557f10821f70 <exec_byte_code+1808>, 0x557f10822e3c 
<exec_byte_code+5596>, 0x557f10822e87 <exec_byte_code+5671>, 0x557f10821fb8 
<exec_byte_code+1880>, 0x557f10822e00 <exec_byte_code+5536>, 0x557f10822ec9 
<exec_byte_code+5737>, 0x557f10821fec <exec_byte_code+1932>, 0x557f1082202e 
<exec_byte_code+1998>, 0x557f10822060 <exec_byte_code+2048>, 0x557f108220a2 
<exec_byte_code+2114>, 0x557f108220e1 <exec_byte_code+2177>, 0x557f1082216f 
<exec_byte_code+2319>, 0x557f108221a1 <exec_byte_code+2369>, 0x557f108221e3 
<exec_byte_code+2435>, 0x557f10822229 <exec_byte_code+2505>, 0x557f1082225b 
<exec_byte_code+2555>, 0x557f1082228d <exec_byte_code+2605>, 0x557f108222cf 
<exec_byte_code+2671>, 0x557f10822311 <exec_byte_code+2737>, 0x557f10822353 
<exec_byte_code+2803>, 0x557f10822399 <exec_byte_code+2873>, 0x557f108223d5 
<exec_byte_code+2933>, 0x557f10822411 <exec_byte_code+2993>, 0x557f10822498 
<exec_byte_code+3128>, 0x557f108224f6 <exec_byte_code+3222>, 0x557f10822554 
<exec_byte_code+3316>, 0x557f10822744 <exec_byte_code+3812>, 0x557f108226b6 
<exec_byte_code+3670>, 0x557f108226fd <exec_byte_code+3741>, 0x557f10822598 
<exec_byte_code+3384>, 0x557f108225df <exec_byte_code+3455>, 0x557f1082261b 
<exec_byte_code+3515>, 0x557f1082267a <exec_byte_code+3610>, 0x557f1082278b 
<exec_byte_code+3883>, 0x557f108227c7 <exec_byte_code+3943>, 0x557f10822803 
<exec_byte_code+4003>, 0x557f108228bd <exec_byte_code+4189>, 0x557f10821c6b 
<exec_byte_code+1035>, 0x557f10822909 <exec_byte_code+4265>, 0x557f1082293b 
<exec_byte_code+4315>, 0x557f108229bd <exec_byte_code+4445>, 0x557f10822a09 
<exec_byte_code+4521>, 0x557f10822a55 <exec_byte_code+4597>, 0x557f10822a87 
<exec_byte_code+4647>, 0x557f10822abb <exec_byte_code+4699>, 0x557f10822aef 
<exec_byte_code+4751>, 0x557f10822b2b <exec_byte_code+4811>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10822b5f <exec_byte_code+4863>, 0x557f10822b93 
<exec_byte_code+4915>, 0x557f10822bc7 <exec_byte_code+4967>, 0x557f10822bfb 
<exec_byte_code+5019>, 0x557f10822c2f <exec_byte_code+5071>, 0x557f10822c63 
<exec_byte_code+5123>, 0x557f10821c6b <exec_byte_code+1035>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10822c95 <exec_byte_code+5173>, 0x557f10822cdd 
<exec_byte_code+5245>, 0x557f10822d0f <exec_byte_code+5295>, 0x557f10822d41 
<exec_byte_code+5345>, 0x557f108234f0 <exec_byte_code+7312>, 0x557f10823532 
<exec_byte_code+7378>, 0x557f10823564 <exec_byte_code+7428>, 0x557f1082361f 
<exec_byte_code+7615>, 0x557f10823661 <exec_byte_code+7681>, 0x557f108236a3 
<exec_byte_code+7747>, 0x557f108237f2 <exec_byte_code+8082>, 0x557f10823826 
<exec_byte_code+8134>, 0x557f1082424b <exec_byte_code+10731>, 0x557f10823348 
<exec_byte_code+6888>, 0x557f10823047 <exec_byte_code+6119>, 0x557f10822dbb 
<exec_byte_code+5467>, 0x557f10823070 <exec_byte_code+6160>, 0x557f108230b5 
<exec_byte_code+6229>, 0x557f108230f7 <exec_byte_code+6295>, 0x557f1082329a 
<exec_byte_code+6714>, 0x557f10823320 <exec_byte_code+6848>, 0x557f10822f3d 
<exec_byte_code+5853>, 0x557f1082338c <exec_byte_code+6956>, 0x557f1082343e 
<exec_byte_code+7134>, 0x557f10823772 <exec_byte_code+7954>, 0x557f108237a9 
<exec_byte_code+8009>, 0x557f1082371b <exec_byte_code+7867>, 0x557f10821d2d 
<exec_byte_code+1229>, 0x557f10821d73 <exec_byte_code+1299>, 0x557f10821dbf 
<exec_byte_code+1375>, 0x557f1082301a <exec_byte_code+6074>, 0x557f10823858 
<exec_byte_code+8184>, 0x557f1082389e <exec_byte_code+8254>, 0x557f108238d0 
<exec_byte_code+8304>, 0x557f10823902 <exec_byte_code+8354>, 0x557f10823934 
<exec_byte_code+8404>, 0x557f10823966 <exec_byte_code+8454>, 0x557f108239a8 
<exec_byte_code+8520>, 0x557f108239ea <exec_byte_code+8586>, 0x557f10823a2c 
<exec_byte_code+8652>, 0x557f10823a6e <exec_byte_code+8718>, 0x557f10823acf 
<exec_byte_code+8815>, 0x557f10823b11 <exec_byte_code+8881>, 0x557f10823b53 
<exec_byte_code+8947>, 0x557f10823b85 <exec_byte_code+8997>, 0x557f10823bc7 
<exec_byte_code+9063>, 0x557f10823c09 <exec_byte_code+9129>, 0x557f10823c48 
<exec_byte_code+9192>, 0x557f10823c87 <exec_byte_code+9255>, 0x557f1082283f 
<exec_byte_code+4063>, 0x557f1082287b <exec_byte_code+4123>, 0x557f10823cc3 
<exec_byte_code+9315>, 0x557f10823d1c <exec_byte_code+9404>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10823139 <exec_byte_code+6361>, 0x557f108231a0 
<exec_byte_code+6464>, 0x557f108231e0 <exec_byte_code+6528>, 0x557f10823220 
<exec_byte_code+6592>, 0x557f1082325d <exec_byte_code+6653>, 0x557f10822124 
<exec_byte_code+2244>, 0x557f1082244d <exec_byte_code+3053>, 0x557f10822972 
<exec_byte_code+4370>, 0x557f10823dff <exec_byte_code+9631>, 0x557f10823e49 
<exec_byte_code+9705>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f10823e9f <exec_byte_code+9791>, 0x557f10823eea 
<exec_byte_code+9866>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f1082424b <exec_byte_code+10731>, 0x557f1082424b 
<exec_byte_code+10731>, 0x557f108234b9 <exec_byte_code+7257> <repeats 64 times>}
        const_length = <optimized out>
        bytestr_length = <optimized out>
        vectorp = 0x7f1374db2908
        quitcounter = 40 '('
        stack_items = <optimized out>
        sa_avail = <optimized out>
        sa_count = <optimized out>
        alloc = <optimized out>
        stack_base = <optimized out>
        top = 0x7ffc93822a40
        stack_lim = <optimized out>
        bytestr_data = 0x7ffc93822a80 "\b\203\b"
        pc = <optimized out>
        count = 5
        result = <optimized out>
#30 0x0000557f107e9bd1 in apply_lambda (fun=XIL(0x7f1374db28d5), 
args=<optimized out>, count=count@entry=4) at eval.c:3200
        arg_vector = 0x7ffc93822dc0
        tem = <optimized out>
        sa_avail = <optimized out>
        sa_count = 5
        numargs = 0
        args_left = XIL(0)
#31 0x0000557f107e9edb in eval_sub (form=<optimized out>) at eval.c:2603
        original_fun = XIL(0x299464112260)
        original_args = XIL(0)
        count = 4
        fun = <optimized out>
        val = <optimized out>
        funcar = <optimized out>
        argvals = {XIL(0x120), XIL(0x11), XIL(0xfffffffffffffd68), 
XIL(0x7ffc93823008), XIL(0xffffffffffffffff), make_fixnum(34930402559322), 
make_fixnum(1000), XIL(0x557f10c1e600)}
#32 0x0000557f107eba18 in Feval (form=XIL(0x7f13752e169b), lexical=<optimized 
out>) at eval.c:2355
        count = 3
#33 0x0000557f107e6ea2 in internal_condition_case 
(bfun=bfun@entry=0x557f1076e940 <top_level_2>, 
handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x557f10774240 <cmd_error>) 
at eval.c:1478
        val = <optimized out>
        c = 0x557f119616b0
#34 0x0000557f1076f6b6 in top_level_1 (ignore=ignore@entry=XIL(0)) at 
lisp.h:1008
#35 0x0000557f107e9333 in internal_catch (tag=tag@entry=XIL(0xe6a0), 
func=func@entry=0x557f1076f690 <top_level_1>, arg=arg@entry=XIL(0)) at 
eval.c:1198
        val = <optimized out>
        c = 0x557f11943f20
#36 0x0000557f1076e8b8 in command_loop () at lisp.h:1008
#37 0x0000557f10773e2b in recursive_edit_1 () at keyboard.c:720
        count = 1
        val = <optimized out>
#38 0x0000557f10774175 in Frecursive_edit () at keyboard.c:792
        buffer = <optimized out>
#39 0x0000557f1068e6b4 in main (argc=2, argv=<optimized out>) at emacs.c:2310
        stack_bottom_variable = 0x0
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = <optimized out>
        dump_mode = <optimized out>
        skip_args = 1
        temacs = 0x0
        attempt_load_pdump = <optimized out>
        rlim = {
          rlim_cur = 10022912, 
          rlim_max = 18446744073709551615
        }
        lc_all = <optimized out>
        sockfd = -1
        module_assertions = <optimized out>
You can't do that without a process to debug.
(gdb) xbacktrace 
You can't do that without a process to debug.
(gdb) quit

Script done on 2021-07-30 14:33:04+02:00 [COMMAND_EXIT_CODE="0"]
-- 

In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo 
version 1.16.0)
 of 2021-07-30 built on arrian
Repository revision: 4053bd5201252850aa816150925aa256e5ab7238
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Debian GNU/Linux 10 (buster)

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBOTF LIBSELINUX LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY
PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE
XIM XPM GTK3 ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: ELisp/d

Minor modes in effect:
  desktop-save-mode: t
  display-time-mode: t
  xclip-mode: t
  xterm-mouse-mode: t
  delete-selection-mode: t
  cua-mode: t
  display-battery-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
/home/benny/.emacs.d/elpa/transient-20200819.1133/transient hides 
/home/benny/Projects/emacs/lisp/transient
/home/benny/.emacs.d/elpa/dictionary-20191111.446/dictionary hides 
/home/benny/Projects/emacs/lisp/net/dictionary

Features:
(shadow sort mail-extr emacsbug message rmc puny rfc822 mml mml-sec epa
epg epg-config gnus-util rmail rmail-loaddefs text-property-search
mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils
mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr
mail-utils mule-util vc bug-reference imenu time-date desktop frameset
highline benny-calendar-cfg ange-ftp comint ansi-color ring generic-x
autoinsert cc-mode cc-fonts cc-guess cc-menus cc-styles cc-align cc-cmds
cc-engine cc-vars cc-defs ps-print ps-print-loaddefs ps-def lpr advice
dired dired-loaddefs derived benny-x-clipboard disp-table time server
protbuf xclip term/xterm xterm xt-mouse cal-china lunar solar cal-dst
cal-bahai cal-islam cal-hebrew holidays hol-loaddefs vc-git diff-mode
easy-mmode vc-dispatcher vc-fossil diary-lib diary-loaddefs cal-menu
calendar cal-loaddefs delsel cua-base cus-load format-spec battery dbus
xml benny-tools autoload radix-tree lisp-mnt info package browse-url url
url-proxy url-privacy url-expand url-methods url-history url-cookie
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map
url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib
iso-transl tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote threads dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 148901 8212)
 (symbols 48 15498 1)
 (strings 32 49902 1868)
 (string-bytes 1 1804135)
 (vectors 16 25529)
 (vector-slots 8 308823 12071)
 (floats 8 743 40)
 (intervals 56 652 0)
 (buffers 992 16))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]