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

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

bug#53809: 29.0.50; fatal error: assertion failed: string_immovable_p (b


From: Gregor Zattler
Subject: bug#53809: 29.0.50; fatal error: assertion failed: string_immovable_p (bytestr)
Date: Mon, 07 Feb 2022 00:44:16 +0100

Hi Eli,
* Eli Zaretskii <eliz@gnu.org> [2022-02-06; 09:38]:
>> From: Gregor Zattler <telegraph@gmx.net>
>> Date: Sat, 05 Feb 2022 23:50:13 +0100
>>
>> I just did a
>>
>> ~/src/emacs/src$ rm -rf * ; git checkout -f ; git pull
>>
>> and did (therefore a full bootstrap) make.
>
> Did you install Emacs after rebuilding it, or did you invoke it from
> the build directory?

In the original bug report I invoked emacs from the build directory.

> Also, I think your setup is incorrect:
>
>>  
>> --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/28.0/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/28.0/site-lisp:/usr/share/emacs/site-lisp
>
> This seems to mean you are installing Emacs 29, but telling it to use
> Lisp files from Emacs 28?

Upps, thanks, I fixed my build-script.

>> I'm sorry, I was not able to isolate a minimal configuration
>> which exhibits this problem.  I did a gdb bt full and
>> xbacktrace, though (see below).  This gdb output is all
>> gibberish to me but at the very end there I saw
>> "SPECPDL_BACKTRACE".  Therefore I experimented with a
>> (setq max-specpdl-size 500000) in early-init.el, but this
>> did not help.
>
> Your GDB is mis-configured wrt how it uses Python:
>
>> #1  0x00005555555ae6ef in die (msg=msg@entry=0x5555558b70a7 
>> "string_immovable_p (bytestr)", file=file@entry=0x5555558b7080 "bytecode.c", 
>> line=line@entry=361) at alloc.c:7546
>> #2  0x00005555555b8df0 in exec_byte_codePython Exception <class 'gdb.error'> 
>> value has been optimized out:
>> Python Exception <class 'gdb.error'> value has been optimized out:
>> Python Exception <class 'gdb.error'> value has been optimized out:
>>  (bytestr=, vector=, maxdepth=, args_template=0, nargs=0, args=<optimized 
>> out>) at bytecode.c:361
>
> Those Python exceptions mean that the backtrace lacks important
> information, and the reason is some problem with your GDB installation
> and your Python installation (perhaps GDB was built with a different
> version of Python than the one actually installed?).  For this reason,
> it is very hard (read: impossible) to use your backtrace for trying to
> diagnose the problem.  And since the backtrace is the only data you
> can present that tells us what happened, it is hard to make any
> progress here.
>
> So please fix your GDB installation

I wonder: This is was debian/bullseye gave me.

Now I did a

apt-get source gdb
apt-get build-dep gdb
dpkg-buildpackage -b --no-sign -us -uc -ui
sudo dpkg -i gdb_10.1-1.7_amd64.deb



> and produce a valid backtrace, then post it here.  Bonus
> points for rebuilding Emacs without optimizations, which
> would make the backtrace more accurate and descriptive.

I did so (see below, after the gdm output) this time I
invoked the installed Emacs binary:


0 (master=) grfz@no:~/src/emacs/src$ gdb -- /usr/local/bin/emacs-snapshot-x 
--debug-init
GNU gdb (Debian 10.1-1.7) 10.1.90.20210103-git
Copyright (C) 2021 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:
<https://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 /usr/local/bin/emacs-snapshot-x...
/home/grfz/src/emacs/src/--debug-init: No such file or directory.
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 = screen-256color-bce-s
Breakpoint 1 at 0x1e8e2a: file emacs.c, line 408.
Breakpoint 2 at 0x1ae935: file xterm.c, line 12897.
(gdb) run
Starting program: /usr/local/bin/emacs-snapshot-x
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeef6a700 (LWP 1826816)]
[New Thread 0x7fffee1eb700 (LWP 1826817)]
[New Thread 0x7fffed9ea700 (LWP 1826818)]
[Detaching after vfork from child process 1826819]
[Detaching after vfork from child process 1826820]
[Detaching after vfork from child process 1826821]

bytecode.c:361: Emacs fatal error: assertion failed: string_immovable_p 
(bytestr)

Thread 1 "emacs-snapshot-" hit Breakpoint 1, terminate_due_to_signal (sig=6, 
backtrace_limit=2147483647) at emacs.c:408
408     {
(gdb) bt full
#0  terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:408
#1  0x00005555557f5b38 in die (msg=0x5555559ddf05 "string_immovable_p 
(bytestr)", file=0x5555559ddede "bytecode.c", line=361) at alloc.c:7546
#2  0x00005555558948b2 in exec_byte_code (bytestr=XIL(0x55555baaa9f4), 
vector=XIL(0x55555bad74f5), maxdepth=make_fixnum(3), args_template=0, nargs=0, 
args=0x0) at bytecode.c:361
        const_length = 93825098687643
        bytestr_length = 93825098687643
        vectorp = 0x55555581451e <get_doc_string+744>
        quitcounter = 0 '\000'
        stack_items = 93825098687643
        sa_avail = 93825098687643
        sa_count = 139642271672833
        alloc = 0x55555bacd033
        stack_base = 0x1
        top = 0x7fffffffaad0
        stack_lim = 0x2000
        bytestr_data = 0x50000000d <error: Cannot access memory at address 
0x50000000d>
        pc = 0x1c07ffffab60 <error: Cannot access memory at address 
0x1c07ffffab60>
        count = 93823560589312
        rest = false
        mandatory = 14288
        nonrest = 67
        pushedargs = 16311
        result = XIL(0x7fffffffabc0)
#3  0x0000555555834d35 in fetch_and_exec_byte_code (fun=XIL(0x55555bac944d), 
args_template=0, nargs=0, args=0x0) at eval.c:3179
#4  0x00005555558357a0 in funcall_lambda (fun=XIL(0x55555bac944d), nargs=0, 
arg_vector=0x0) at eval.c:3347
        val = XIL(0x55555583d039)
        syms_left = XIL(0)
        next = XIL(0xfa2030)
        lexenv = XIL(0)
        count = 66
        i = 0
        optional = false
        rest = false
        previous_rest = false
#5  0x0000555555834eee in apply_lambda (fun=XIL(0x55555bac944d), args=XIL(0), 
count=65) at eval.c:3204
        arg_vector = 0x7ffffffface0
        tem = XIL(0x4ffffad50)
        sa_avail = 16384
        sa_count = 66
        numargs = 0
        args_left = XIL(0)
#6  0x0000555555832bd9 in eval_sub (form=XIL(0x55555ba9cf13)) at eval.c:2578
        original_fun = XIL(0xfa2030)
        original_args = XIL(0)
        count = 65
        fun = XIL(0x55555bac944d)
        val = XIL(0)
        funcar = XIL(0x31b0)
        argvals = {XIL(0x7fffffffae20), XIL(0), XIL(0x7fffffffae40), 
XIL(0x555555829efd), XIL(0), XIL(0x555555ee5e00), XIL(0), XIL(0)}
#7  0x000055555582c20e in Fprogn (body=XIL(0x55555ba9cb83)) at eval.c:459
        form = XIL(0x55555ba9cf13)
        val = XIL(0)
#8  0x0000555555832575 in eval_sub (form=XIL(0x55555ba9bc73)) at eval.c:2484
        args_left = XIL(0x55555ba9cba3)
        numargs = 3
        original_fun = XIL(0xc840)
        original_args = XIL(0x55555ba9cba3)
        count = 64
        fun = XIL(0x555555e5ec25)
        val = XIL(0)
        funcar = XIL(0x7fffffffaf10)
        argvals =
          {XIL(0x1ffffaf60), XIL(0x55555ba9ae53), XIL(0x7fffffffaf80), 
XIL(0x55555615d470), XIL(0x7fffffffaf90), XIL(0x55555baa44d3), 
XIL(0x7fffffffafa0), make_fixnum(23456248807383)}
#9  0x000055555582f6a8 in internal_lisp_condition_case (var=XIL(0x15f1550), 
bodyform=XIL(0x55555ba9bc73), handlers=XIL(0x55555baa44f3)) at eval.c:1439
        oldhandlerlist = 0x555556107d90
        clausenb = 1
        success_handler = XIL(0)
        clauses = 0x7fffffffafb0
        result = XIL(0)
#10 0x000055555582ef5e in Fcondition_case (args=XIL(0x55555baa4513)) at 
eval.c:1354
        var = XIL(0x15f1550)
        bodyform = XIL(0x55555ba9bc73)
        handlers = XIL(0x55555baa44f3)
#11 0x0000555555832575 in eval_sub (form=XIL(0x55555baa4523)) at eval.c:2484
        args_left = XIL(0x55555baa4513)
        numargs = 3
        original_fun = XIL(0x49e0)
        original_args = XIL(0x55555baa4513)
        count = 63
        fun = XIL(0x555555e5f3a5)
        val = XIL(0)
        funcar = XIL(0x7fffffffb150)
        argvals = {XIL(0x7fffffffb1b0), XIL(0), XIL(0x7fffffffb1d0), 
XIL(0x555555829efd), XIL(0), XIL(0x555555ee5e00), XIL(0), XIL(0)}
#12 0x000055555582c20e in Fprogn (body=XIL(0x55555baa26c3)) at eval.c:459
        form = XIL(0x55555baa4523)
        val = XIL(0)
#13 0x0000555555832575 in eval_sub (form=XIL(0x55555ba9b183)) at eval.c:2484
        args_left = XIL(0x55555ba9b193)
        numargs = 6
        original_fun = XIL(0xc840)
        original_args = XIL(0x55555ba9b193)
        count = 62
        fun = XIL(0x555555e5ec25)
        val = make_fixnum(9)
        funcar = XIL(0x7fffffffb2b0)
        argvals = {XIL(0x2aaa9a369ce0), XIL(0), XIL(0x7fffffffb310), 
XIL(0x555555829efd), XIL(0x7fffffffb310), XIL(0x555555ee5e00), XIL(0), XIL(0)}
#14 0x000055555582c20e in Fprogn (body=XIL(0)) at eval.c:459
        form = XIL(0x55555ba9b183)
        val = XIL(0)
#15 0x0000555555835724 in funcall_lambda (fun=XIL(0x55555baa2073), nargs=0, 
arg_vector=0x0) at eval.c:3338
        val = XIL(0x55555baa2073)
        syms_left = XIL(0)
        next = XIL(0x555555829efd)
        lexenv = XIL(0x555558c80803)
        count = 62
        i = 0
        optional = false
        rest = false
        previous_rest = false
#16 0x0000555555834572 in funcall_general (fun=XIL(0x55555baa2083), numargs=0, 
args=0x7fffffffb490) at eval.c:3054
        funcar = XIL(0x4410)
        original_fun = XIL(0x55555baa2083)
#17 0x00005555558346d6 in Ffuncall (nargs=1, args=0x7fffffffb488) at eval.c:3092
        count = 61
        val = XIL(0x55555baa2703)
#18 0x00007fffefd50509 in F6576616c2d61667465722d6c6f6164_eval_after_load_0 ()
    at 
/usr/local/stow/emacs-snapshot/libexec/emacs/29.0.50/x86_64-linux-gnu/../../../../bin/../lib/emacs/29.0.50/native-lisp/29.0.50-d7a765d8/preloaded/subr-13adf6a6-b714cda6.eln
#19 0x00005555558329ed in eval_sub (form=XIL(0x55555baa2723)) at eval.c:2534
        i = 2
        maxargs = 2
        args_left = XIL(0)
        numargs = 2
        original_fun = XIL(0x2aaa9a2dbfd0)
        original_args = XIL(0x55555baa2733)
        count = 60
        fun = XIL(0x7ffff01c1e45)
        val = XIL(0)
        funcar = XIL(0x7fffffffb580)
        argvals = {XIL(0xc9f2f0), XIL(0x55555baa2083), XIL(0x7fffffffb5f0), 
XIL(0x555556107d90), XIL(0x7fffffffb600), XIL(0x55555baa2013), 
XIL(0x7fffffffb610), make_fixnum(23456248807383)}
#20 0x000055555582f6a8 in internal_lisp_condition_case (var=XIL(0x15f1550), 
bodyform=XIL(0x55555baa2723), handlers=XIL(0x55555baa2033)) at eval.c:1439
        oldhandlerlist = 0x55555610a400
        clausenb = 1
        success_handler = XIL(0)
        clauses = 0x7fffffffb620
        result = XIL(0)
#21 0x000055555582ef5e in Fcondition_case (args=XIL(0x55555baa2053)) at 
eval.c:1354
        var = XIL(0x15f1550)
        bodyform = XIL(0x55555baa2723)
        handlers = XIL(0x55555baa2033)
#22 0x0000555555832575 in eval_sub (form=XIL(0x55555baa2063)) at eval.c:2484
        args_left = XIL(0x55555baa2053)
        numargs = 3
        original_fun = XIL(0x49e0)
        original_args = XIL(0x55555baa2053)
        count = 59
        fun = XIL(0x555555e5f3a5)
        val = XIL(0x5555558343ff)
        funcar = XIL(0x7fffffffb7e0)
        argvals = {XIL(0x55555baa2063), XIL(0x3b), XIL(0x7fffffffb860), 
XIL(0x555555833d25), XIL(0), XIL(0x30), XIL(0x55555ba9b673), 
XIL(0x2aaa9a622950)}
#23 0x0000555555878c2f in readevalloop_eager_expand_eval 
(val=XIL(0x55555ba9b673), macroexpand=XIL(0x2aaa9a622950)) at lread.c:2146
#24 0x0000555555878b2c in readevalloop_eager_expand_eval (val=XIL(0x5bb4720), 
macroexpand=XIL(0x2aaa9a622950)) at lread.c:2143
        li = {
          tortoise = XIL(0x55555ba9ba03),
          max = 4,
          n = 0,
          q = 4
        }
        subforms = XIL(0x55555ba9ba03)
#25 0x000055555587949e in readevalloop
    (readcharfun=XIL(0x555558c85735), infile0=0x0, 
sourcename=XIL(0x555558c84484), printflag=false, unibyte=XIL(0), 
readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2329
        count1 = 59
        c = 40
        val = XIL(0x55555ba9cd03)
        count = 54
        b = 0x555558c85730
        continue_reading_p = true
        lex_bound = XIL(0x30)
        whole_buffer = true
        first_sexp = false
        macroexpand = XIL(0x2aaa9a622950)
#26 0x00005555558797d3 in Feval_buffer (buffer=XIL(0x555558c85735), 
printflag=XIL(0), filename=XIL(0x555558c84484), unibyte=XIL(0), 
do_allow_print=XIL(0x30)) at lread.c:2402
        count = 50
        tem = XIL(0)
        buf = XIL(0x555558c85735)
#27 0x00007fffef692edc in 
F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 
()
    at 
/usr/local/stow/emacs-snapshot/libexec/emacs/29.0.50/x86_64-linux-gnu/../../../../bin/../lib/emacs/29.0.50/native-lisp/29.0.50-d7a765d8/preloaded/mule-3352613d-1619da2f.eln
#28 0x00005555558349c8 in funcall_subr (subr=0x7ffff0500e70, numargs=4, 
args=0x7fffffffbcc8) at eval.c:3136
        argbuf = {XIL(0), XIL(0), XIL(0x7fffffffbbd0), XIL(0x1155829f51), 
XIL(0x7ffff0500e75), XIL(0x7fffffffbbe0), XIL(0x55555582a63b), 
XIL(0x7ffff0500e75)}
        a = 0x7fffffffbcc8
        fun = XIL(0x555555829efd)
#29 0x00005555558343ff in funcall_general (fun=XIL(0x7ffff0500e75), numargs=4, 
args=0x7fffffffbcc8) at eval.c:3038
        original_fun = XIL(0x2aaa9a61b040)
#30 0x00005555558346d6 in Ffuncall (nargs=5, args=0x7fffffffbcc0) at eval.c:3092
        count = 42
        val = XIL(0)
#31 0x0000555555833e0d in call4 (fn=XIL(0x2aaa9a61b040), 
arg1=XIL(0x555558c84484), arg2=XIL(0x555558c84484), arg3=XIL(0), arg4=XIL(0)) 
at eval.c:2951
#32 0x0000555555876694 in Fload (file=XIL(0x555558c000f4), noerror=XIL(0), 
nomessage=XIL(0), nosuffix=XIL(0x30), must_suffix=XIL(0)) at lread.c:1477
        val = XIL(0x5555561294e3)
        stream = 0x0
        fd = 13
        fd_index = 37
        count = 37
        found = XIL(0x555558c84484)
        efound = XIL(0x5555557a56bb)
        hist_file_name = XIL(0x555558c84484)
        newer = false
        compiled = false
        handler = XIL(0x555558c000f4)
        fmode = 0x5555559db5d6 "r"
        version = 0
        no_native = false
        is_module = false
        is_native_elisp = false
        found_eff = XIL(0x555558c84484)
        is_elc = false
        input = {
          stream = 0x30,
          lookahead = -42 '\326',
          buf = "?\000\000"
        }
#33 0x000055555583493b in funcall_subr (subr=0x7ffff00de720, numargs=1, 
args=0x7fffffffc088) at eval.c:3130
        argbuf = {XIL(0), XIL(0), XIL(0x7fffffffbf90), XIL(0x1155829f51), 
XIL(0x7ffff00de725), XIL(0x7fffffffbfa0), XIL(0x55555582a63b), 
XIL(0x7ffff00de725)}
        a = 0x7fffffffc088
        fun = XIL(0x555555829efd)
#34 0x00005555558343ff in funcall_general (fun=XIL(0x7ffff00de725), numargs=1, 
args=0x7fffffffc088) at eval.c:3038
        original_fun = XIL(0x2aaa9a1f88f0)
#35 0x00005555558346d6 in Ffuncall (nargs=2, args=0x7fffffffc080) at eval.c:3092
        count = 36
        val = XIL(0x30)
#36 0x00007fffec63d4f5 in 
F6f72672d626162656c2d6c6f61642d66696c65_org_babel_load_file_0 () at 
/home/grfz/.config/emacs/eln-cache/29.0.50-d7a765d8/org-81b24351-e3bbe642.eln
#37 0x000055555583495f in funcall_subr (subr=0x5555588340c0, numargs=1, 
args=0x7fffffffc258) at eval.c:3132
        argbuf = {XIL(0x555558439f74), XIL(0), XIL(0x7fffffffc180), 
XIL(0x1155829f51), XIL(0x5555588340c5), XIL(0x7fffffffc190), 
XIL(0x55555582a63b), XIL(0x5555588340c5)}
        a = 0x7fffffffc150
        fun = XIL(0x555555829efd)
#38 0x00005555558343ff in funcall_general (fun=XIL(0x5555588340c5), numargs=1, 
args=0x7fffffffc258) at eval.c:3038
        original_fun = XIL(0x2aaa9a3aee08)
#39 0x00005555558346d6 in Ffuncall (nargs=2, args=0x7fffffffc250) at eval.c:3092
        count = 35
        val = XIL(0)
#40 0x0000555555833cc3 in call1 (fn=XIL(0x2aaa9a3aee08), 
arg1=XIL(0x555558439f74)) at eval.c:2929
#41 0x000055555584700c in mapcar1 (leni=1, vals=0x0, fn=XIL(0x2aaa9a3aee08), 
seq=XIL(0x55555842aa93)) at fns.c:2917
        dummy = XIL(0x7fffffffc2f0)
        i = 0
        tail = XIL(0x55555842aa93)
#42 0x00005555558474c3 in Fmapc (function=XIL(0x2aaa9a3aee08), 
sequence=XIL(0x55555842aa93)) at fns.c:2994
        leni = 1
#43 0x00005555558329ed in eval_sub (form=XIL(0x5555574a99c3)) at eval.c:2534
        i = 2
        maxargs = 2
        args_left = XIL(0)
        numargs = 2
        original_fun = XIL(0x2aaa9a078a98)
        original_args = XIL(0x5555574a99f3)
        count = 34
        fun = XIL(0x555555e61b65)
        val = XIL(0x3ca4a0)
        funcar = XIL(0xc0)
        argvals = {XIL(0x2aaa9a3aee08), XIL(0x55555842aa93), XIL(0), XIL(0), 
XIL(0x1f0801c60), XIL(0x555555ee5e00), XIL(0), XIL(0)}
#44 0x000055555582c20e in Fprogn (body=XIL(0)) at eval.c:459
        form = XIL(0x5555574a99c3)
        val = XIL(0x3ca4a0)
#45 0x000055555582e42c in Flet (args=XIL(0x55555759dda3)) at eval.c:1045
        temps = 0x7fffffffc470
        tem = XIL(0)
        lexenv = XIL(0x555556129583)
        elt = XIL(0x5555561295b3)
        count = 33
        argnum = 1
        sa_avail = 16376
        sa_count = 33
        varlist = XIL(0)
        varlist_len = 1
        nvars = 1
#46 0x0000555555832575 in eval_sub (form=XIL(0x55555759ddb3)) at eval.c:2484
        args_left = XIL(0x55555759dda3)
        numargs = 28
        original_fun = XIL(0x9b70)
        original_args = XIL(0x55555759dda3)
        count = 32
        fun = XIL(0x555555e5f105)
        val = XIL(0x5555558343ff)
        funcar = XIL(0x7fffffffc5a0)
        argvals = {XIL(0x55555759ddb3), XIL(0x20), XIL(0x7fffffffc620), 
XIL(0x555555833d25), XIL(0), XIL(0x30), XIL(0x5555561295a3), 
XIL(0x2aaa9a622950)}
#47 0x0000555555878c2f in readevalloop_eager_expand_eval 
(val=XIL(0x5555561295a3), macroexpand=XIL(0x2aaa9a622950)) at lread.c:2146
#48 0x000055555587949e in readevalloop
    (readcharfun=XIL(0x55555612de7d), infile0=0x0, 
sourcename=XIL(0x5555561493e4), printflag=false, unibyte=XIL(0), 
readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2329
        count1 = 32
        c = 40
        val = XIL(0x5555561295a3)
        count = 27
        b = 0x55555612de78
        continue_reading_p = true
        lex_bound = XIL(0x30)
        whole_buffer = true
        first_sexp = true
        macroexpand = XIL(0x2aaa9a622950)
#49 0x00005555558797d3 in Feval_buffer (buffer=XIL(0x55555612de7d), 
printflag=XIL(0), filename=XIL(0x5555561493e4), unibyte=XIL(0), 
do_allow_print=XIL(0x30)) at lread.c:2402
        count = 23
        tem = XIL(0)
        buf = XIL(0x55555612de7d)
#50 0x00007fffef692edc in 
F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 
()
    at 
/usr/local/stow/emacs-snapshot/libexec/emacs/29.0.50/x86_64-linux-gnu/../../../../bin/../lib/emacs/29.0.50/native-lisp/29.0.50-d7a765d8/preloaded/mule-3352613d-1619da2f.eln
#51 0x00005555558349c8 in funcall_subr (subr=0x7ffff0500e70, numargs=4, 
args=0x7fffffffca28) at eval.c:3136
        argbuf = {XIL(0), XIL(0), XIL(0x7fffffffc930), XIL(0x1155829f51), 
XIL(0x7ffff0500e75), XIL(0x7fffffffc940), XIL(0x55555582a63b), 
XIL(0x7ffff0500e75)}
        a = 0x7fffffffca28
        fun = XIL(0x555555829efd)
#52 0x00005555558343ff in funcall_general (fun=XIL(0x7ffff0500e75), numargs=4, 
args=0x7fffffffca28) at eval.c:3038
        original_fun = XIL(0x2aaa9a61b040)
#53 0x00005555558346d6 in Ffuncall (nargs=5, args=0x7fffffffca20) at eval.c:3092
        count = 15
        val = XIL(0x30)
#54 0x0000555555833e0d in call4 (fn=XIL(0x2aaa9a61b040), 
arg1=XIL(0x5555561493e4), arg2=XIL(0x5555561493e4), arg3=XIL(0x30), 
arg4=XIL(0x30)) at eval.c:2951
#55 0x0000555555876694 in Fload (file=XIL(0x5555561491d4), 
noerror=XIL(0x2aaa9a14ca98), nomessage=XIL(0x2aaa9a14c988), nosuffix=XIL(0), 
must_suffix=XIL(0)) at lread.c:1477
        val = XIL(0)
        stream = 0x0
        fd = 10
        fd_index = 10
        count = 10
        found = XIL(0x5555561493e4)
        efound = XIL(0x555556572658)
        hist_file_name = XIL(0x5555561493e4)
        newer = false
        compiled = false
        handler = XIL(0x55555583471b)
        fmode = 0x5555559db5d6 "r"
        version = 0
        no_native = false
        is_module = false
        is_native_elisp = false
        found_eff = XIL(0x5555561493e4)
        is_elc = false
        input = {
          stream = 0x555556129423,
          lookahead = 91 '[',
          buf = "\301q\360\377"
        }
#56 0x0000555555834a0d in funcall_subr (subr=0x555555e63a20 <Sload>, numargs=3, 
args=0x7fffffffce08) at eval.c:3138
        argbuf = {XIL(0x5555561491d4), XIL(0x2aaa9a14ca98), 
XIL(0x2aaa9a14c988), XIL(0), XIL(0), XIL(0x7fffffffcd00), XIL(0x55555582a63b), 
XIL(0x555555e63a25)}
        a = 0x7fffffffccc0
        fun = XIL(0x555555829f51)
#57 0x00005555558343ff in funcall_general (fun=XIL(0x555555e63a25), numargs=3, 
args=0x7fffffffce08) at eval.c:3038
        original_fun = XIL(0x9f60)
#58 0x00005555558346d6 in Ffuncall (nargs=4, args=0x7fffffffce00) at eval.c:3092
        count = 9
        val = XIL(0x5555561491d4)
#59 0x00007fffef4446c4 in 
F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0
 ()
    at 
/usr/local/stow/emacs-snapshot/libexec/emacs/29.0.50/x86_64-linux-gnu/../../../../bin/../lib/emacs/29.0.50/native-lisp/29.0.50-d7a765d8/preloaded/startup-bbc6ea72-8e8a6960.eln
#60 0x000055555583498e in funcall_subr (subr=0x7ffff00f5ce8, numargs=3, 
args=0x7fffffffcfd8) at eval.c:3134
        argbuf = {XIL(0), XIL(0), XIL(0x7fffffffcee0), XIL(0x1155829f51), 
XIL(0x7ffff00f5ced), XIL(0x7fffffffcef0), XIL(0x55555582a63b), 
XIL(0x7ffff00f5ced)}
        a = 0x7fffffffcfd8
        fun = XIL(0x555555829efd)
#61 0x00005555558343ff in funcall_general (fun=XIL(0x7ffff00f5ced), numargs=3, 
args=0x7fffffffcfd8) at eval.c:3038
        original_fun = XIL(0x2aaa9a20feb8)
#62 0x00005555558346d6 in Ffuncall (nargs=4, args=0x7fffffffcfd0) at eval.c:3092
        count = 7
        val = XIL(0x55555612ddc5)
#63 0x00007fffef4464dc in F636f6d6d616e642d6c696e65_command_line_0 ()
    at 
/usr/local/stow/emacs-snapshot/libexec/emacs/29.0.50/x86_64-linux-gnu/../../../../bin/../lib/emacs/29.0.50/native-lisp/29.0.50-d7a765d8/preloaded/startup-bbc6ea72-8e8a6960.eln
#64 0x0000555555834922 in funcall_subr (subr=0x7ffff0108e78, numargs=0, 
args=0x7fffffffd1a0) at eval.c:3128
        argbuf = {XIL(0), XIL(0), XIL(0x7fffffffd0c0), XIL(0x1155829f51), 
XIL(0x7ffff0108e7d), XIL(0x7fffffffd0d0), XIL(0x55555582a63b), 
XIL(0x7ffff0108e7d)}
        a = 0x7fffffffd1a0
        fun = XIL(0x555555829efd)
#65 0x00005555558343ff in funcall_general (fun=XIL(0x7ffff0108e7d), numargs=0, 
args=0x7fffffffd1a0) at eval.c:3038
        original_fun = XIL(0x2aaa9a223048)
#66 0x00005555558346d6 in Ffuncall (nargs=1, args=0x7fffffffd198) at eval.c:3092
        count = 6
        val = XIL(0x55555600e645)
#67 0x00007fffef4423e8 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 
()
    at 
/usr/local/stow/emacs-snapshot/libexec/emacs/29.0.50/x86_64-linux-gnu/../../../../bin/../lib/emacs/29.0.50/native-lisp/29.0.50-d7a765d8/preloaded/startup-bbc6ea72-8e8a6960.eln
#68 0x0000555555832996 in eval_sub (form=XIL(0x7ffff00e87db)) at eval.c:2528
        i = 0
        maxargs = 0
        args_left = XIL(0)
        numargs = 0
        original_fun = XIL(0x2aaa9a2029e8)
        original_args = XIL(0)
        count = 4
        fun = XIL(0x7ffff00e881d)
        val = XIL(0x8f10)
        funcar = XIL(0)
        argvals = {XIL(0x5555560010d0), XIL(0x555555eeed10), 
XIL(0x55555582a9bc), XIL(0x5555560010d0), XIL(0x7fffffffd310), 
make_fixnum(23456248814038), XIL(0), XIL(0x8f10)}
#69 0x0000555555831dd8 in Feval (form=XIL(0x7ffff00e87db), lexical=XIL(0)) at 
eval.c:2356
        count = 3
#70 0x0000555555745321 in top_level_2 () at keyboard.c:1146
#71 0x000055555582f842 in internal_condition_case (bfun=0x5555557452fe 
<top_level_2>, handlers=XIL(0x90), hfun=0x555555744b43 <cmd_error>) at 
eval.c:1485
        val = XIL(0)
        c = 0x55555610a2d0
#72 0x0000555555745369 in top_level_1 (ignore=XIL(0)) at keyboard.c:1154
#73 0x000055555582ea30 in internal_catch (tag=XIL(0xf030), func=0x555555745323 
<top_level_1>, arg=XIL(0)) at eval.c:1216
        val = XIL(0x5555557418a4)
        c = 0x555555f3d600
#74 0x0000555555745250 in command_loop () at keyboard.c:1114
#75 0x0000555555744606 in recursive_edit_1 () at keyboard.c:724
        count = 1
        val = XIL(0x7fffffffd490)
#76 0x0000555555744823 in Frecursive_edit () at keyboard.c:807
        count = 0
        buffer = XIL(0)
#77 0x0000555555740181 in main (argc=1, argv=0x7fffffffd6c8) at emacs.c:2430
        stack_bottom_variable = 0x7ffff5fe03c0
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0
        dump_mode = 0x0
        skip_args = 0
        temacs = 0x0
        attempt_load_pdump = true
        rlim = {
          rlim_cur = 10022912,
          rlim_max = 18446744073709551615
        }
        lc_all = 0x7fffffffee18 ""
        sockfd = -1
        module_assertions = false

Lisp Backtrace:
"gnus-alias-init" (0xfffface0)
"progn" (0xffffaec8)
"condition-case" (0xffffb118)
"progn" (0xffffb258)
0x5baa2080 Lisp type 3
"eval-after-load" (0xffffb5b0)
"condition-case" (0xffffb788)
"load-with-code-conversion" (0xffffbcc8)
"load-file" (0xffffc088)
"org-babel-load-file" (0xffffc258)
"mapc" (0xffffc3d0)
"let" (0xffffc548)
"load-with-code-conversion" (0xffffca28)
"load" (0xffffce08)
"startup--load-user-init-file" (0xffffcfd8)
"command-line" (0xffffd1a0)
"normal-top-level" (0xffffd2b0)
(gdb) xbacktrace
"gnus-alias-init" (0xfffface0)
"progn" (0xffffaec8)
"condition-case" (0xffffb118)
"progn" (0xffffb258)
0x5baa2080 Lisp type 3
"eval-after-load" (0xffffb5b0)
"condition-case" (0xffffb788)
"load-with-code-conversion" (0xffffbcc8)
"load-file" (0xffffc088)
"org-babel-load-file" (0xffffc258)
"mapc" (0xffffc3d0)
"let" (0xffffc548)
"load-with-code-conversion" (0xffffca28)
"load" (0xffffce08)
"startup--load-user-init-file" (0xffffcfd8)
"command-line" (0xffffd1a0)
"normal-top-level" (0xffffd2b0)
(gdb)




This is how report-emacs-bug describes the Emacs binary used
to produce the above gdb output:

In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 
1.16.0)
 of 2022-02-06 built on no
Repository revision: b0fd3ec2c0131e79b1c62e1f1beb6f29cf076120
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Debian GNU/Linux 11 (bullseye)

Configured using:
 'configure -C --prefix=/usr/local/stow/emacs-snapshot
 
--enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.0/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.0/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=yes --without-gconf --with-mailutils --build
 x86_64-linux-gnu
 --infodir=/usr/local/share/info:/usr/share/info --with-json
 --with-file-notification=yes --with-cairo --with-x=yes
 --with-x-toolkit=lucid --without-toolkit-scroll-bars
 --enable-checking=yes --enable-check-lisp-object-type
 --with-native-compilation 'CFLAGS=-g3
 -ffile-prefix-map=/home/grfz/src/emacs=. -fstack-protector-strong
 -Wformat -Werror=format-security ''

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

Important settings:
  value of $LC_ALL:
  value of $LC_COLLATE: de_DE.utf8
  value of $LC_CTYPE: de_DE.utf8
  value of $LC_MESSAGES: POSIX
  value of $LC_MONETARY: de_DE.utf8
  value of $LC_NUMERIC: de_DE.utf8
  value of $LC_TIME: de_DE.utf8
  value of $LANG: de_DE.utf8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  easy-repeat-mode: t
  bug-reference-prog-mode: t
  rainbow-delimiters-mode: t
  winner-mode: t
  helm-descbinds-mode: t
  helm-adaptive-mode: t
  helm-mode: t
  helm-minibuffer-history-mode: t
  shell-dirtrack-mode: t
  helm--remap-mouse-mode: t
  async-bytecomp-package-mode: t
  which-key-mode: t
  ws-butler-global-mode: t
  ws-butler-mode: t
  save-place-mode: t
  pdf-occur-global-minor-mode: t
  xterm-mouse-mode: t
  windmove-mode: t
  which-function-mode: t
  gcmh-mode: t
  key-chord-mode: t
  savehist-mode: t
  minibuffer-line-mode: t
  display-battery-mode: t
  dired-async-mode: t
  dired-async--modeline-mode: t
  delete-selection-mode: t
  cua-mode: t
  override-global-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tab-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
/home/grfz/src/notmuch/emacs/notmuch-address hides 
/home/grfz/.config/emacs/elisp/notmuch-address
/home/grfz/src/notmuch/emacs/notmuch-lib hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-lib
/home/grfz/src/notmuch/emacs/coolj hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/coolj
/home/grfz/src/notmuch/emacs/notmuch-address hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-address
/home/grfz/src/notmuch/emacs/notmuch-hello hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-hello
/home/grfz/src/notmuch/emacs/notmuch-parser hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-parser
/home/grfz/src/notmuch/emacs/notmuch-show hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-show
/home/grfz/src/notmuch/emacs/notmuch-wash hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-wash
/home/grfz/src/notmuch/emacs/notmuch-draft hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-draft
/home/grfz/src/notmuch/emacs/notmuch-pkg hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-pkg
/home/grfz/src/notmuch/emacs/notmuch-tree hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-tree
/home/grfz/src/notmuch/emacs/notmuch-version hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-version
/home/grfz/src/notmuch/emacs/notmuch-jump hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-jump
/home/grfz/src/notmuch/emacs/notmuch-company hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-company
/home/grfz/src/notmuch/emacs/notmuch hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch
/home/grfz/src/notmuch/emacs/notmuch-crypto hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-crypto
/home/grfz/src/notmuch/emacs/notmuch-compat hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-compat
/home/grfz/src/notmuch/emacs/notmuch-maildir-fcc hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-maildir-fcc
/home/grfz/src/notmuch/emacs/notmuch-tag hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-tag
/home/grfz/src/notmuch/emacs/notmuch-message hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-message
/home/grfz/src/notmuch/emacs/notmuch-print hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-print
/home/grfz/src/notmuch/emacs/notmuch-mua hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-mua
/home/grfz/src/notmuch/emacs/notmuch-query hides 
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-query
/home/grfz/src/notmuch/emacs/coolj hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/coolj
/home/grfz/src/notmuch/emacs/notmuch-address hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-address
/home/grfz/src/notmuch/emacs/notmuch-hello hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-hello
/home/grfz/src/notmuch/emacs/notmuch-pkg hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-pkg
/home/grfz/src/notmuch/emacs/notmuch-tree hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-tree
/home/grfz/src/notmuch/emacs/notmuch-version hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-version
/usr/share/emacs/site-lisp/elpa/notmuch-0.31.4/notmuch-autoloads hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-autoloads
/home/grfz/src/notmuch/emacs/notmuch hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch
/home/grfz/src/notmuch/emacs/notmuch-show hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-show
/home/grfz/src/notmuch/emacs/notmuch-draft hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-draft
/home/grfz/src/notmuch/emacs/notmuch-maildir-fcc hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-maildir-fcc
/home/grfz/src/notmuch/emacs/notmuch-jump hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-jump
/home/grfz/src/notmuch/emacs/notmuch-tag hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-tag
/home/grfz/src/notmuch/emacs/notmuch-message hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-message
/home/grfz/src/notmuch/emacs/notmuch-mua hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-mua
/home/grfz/src/notmuch/emacs/notmuch-company hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-company
/home/grfz/src/notmuch/emacs/notmuch-crypto hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-crypto
/home/grfz/src/notmuch/emacs/notmuch-compat hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-compat
/home/grfz/src/notmuch/emacs/notmuch-query hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-query
/home/grfz/src/notmuch/emacs/notmuch-lib hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-lib
/home/grfz/src/notmuch/emacs/notmuch-wash hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-wash
/home/grfz/src/notmuch/emacs/notmuch-parser hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-parser
/home/grfz/src/notmuch/emacs/notmuch-print hides 
/usr/share/emacs/site-lisp/elpa-src/notmuch-0.31.4/notmuch-print
/home/grfz/.config/emacs/elpa-29.0/transient-20220130.1941/transient hides 
/home/grfz/src/emacs/lisp/transient
/home/grfz/src/org-mode/lisp/org-colview hides 
/home/grfz/src/emacs/lisp/org/org-colview
/home/grfz/src/org-mode/lisp/org-archive hides 
/home/grfz/src/emacs/lisp/org/org-archive
/home/grfz/src/org-mode/lisp/org-table hides 
/home/grfz/src/emacs/lisp/org/org-table
/home/grfz/src/org-mode/lisp/ob-sed hides /home/grfz/src/emacs/lisp/org/ob-sed
/home/grfz/src/org-mode/lisp/oc hides /home/grfz/src/emacs/lisp/org/oc
/home/grfz/src/org-mode/lisp/ox hides /home/grfz/src/emacs/lisp/org/ox
/home/grfz/src/org-mode/lisp/org-goto hides 
/home/grfz/src/emacs/lisp/org/org-goto
/home/grfz/src/org-mode/lisp/org-capture hides 
/home/grfz/src/emacs/lisp/org/org-capture
/home/grfz/src/org-mode/lisp/oc-natbib hides 
/home/grfz/src/emacs/lisp/org/oc-natbib
/home/grfz/src/org-mode/lisp/org-loaddefs hides 
/home/grfz/src/emacs/lisp/org/org-loaddefs
/home/grfz/src/org-mode/lisp/ob-plantuml hides 
/home/grfz/src/emacs/lisp/org/ob-plantuml
/home/grfz/src/org-mode/lisp/org-macs hides 
/home/grfz/src/emacs/lisp/org/org-macs
/home/grfz/src/org-mode/lisp/ob-scheme hides 
/home/grfz/src/emacs/lisp/org/ob-scheme
/home/grfz/src/org-mode/lisp/ob-ruby hides /home/grfz/src/emacs/lisp/org/ob-ruby
/home/grfz/src/org-mode/lisp/ob-sass hides /home/grfz/src/emacs/lisp/org/ob-sass
/home/grfz/src/org-mode/lisp/ob-lisp hides /home/grfz/src/emacs/lisp/org/ob-lisp
/home/grfz/src/org-mode/lisp/ob-lua hides /home/grfz/src/emacs/lisp/org/ob-lua
/home/grfz/src/org-mode/lisp/ob-haskell hides 
/home/grfz/src/emacs/lisp/org/ob-haskell
/home/grfz/src/org-mode/lisp/ol-rmail hides 
/home/grfz/src/emacs/lisp/org/ol-rmail
/home/grfz/src/org-mode/lisp/ol-info hides /home/grfz/src/emacs/lisp/org/ol-info
/home/grfz/src/org-mode/lisp/ob-ref hides /home/grfz/src/emacs/lisp/org/ob-ref
/home/grfz/src/org-mode/lisp/ox-odt hides /home/grfz/src/emacs/lisp/org/ox-odt
/home/grfz/src/org-mode/lisp/ob-comint hides 
/home/grfz/src/emacs/lisp/org/ob-comint
/home/grfz/src/org-mode/lisp/org-habit hides 
/home/grfz/src/emacs/lisp/org/org-habit
/home/grfz/src/org-mode/lisp/ol-gnus hides /home/grfz/src/emacs/lisp/org/ol-gnus
/home/grfz/src/org-mode/lisp/ox-org hides /home/grfz/src/emacs/lisp/org/ox-org
/home/grfz/src/org-mode/lisp/org-mouse hides 
/home/grfz/src/emacs/lisp/org/org-mouse
/home/grfz/src/org-mode/lisp/oc-basic hides 
/home/grfz/src/emacs/lisp/org/oc-basic
/home/grfz/src/org-mode/lisp/ob-python hides 
/home/grfz/src/emacs/lisp/org/ob-python
/home/grfz/src/org-mode/lisp/ob hides /home/grfz/src/emacs/lisp/org/ob
/home/grfz/src/org-mode/lisp/org-macro hides 
/home/grfz/src/emacs/lisp/org/org-macro
/home/grfz/src/org-mode/lisp/org-faces hides 
/home/grfz/src/emacs/lisp/org/org-faces
/home/grfz/src/org-mode/lisp/org-refile hides 
/home/grfz/src/emacs/lisp/org/org-refile
/home/grfz/src/org-mode/lisp/ob-ditaa hides 
/home/grfz/src/emacs/lisp/org/ob-ditaa
/home/grfz/src/org-mode/lisp/ox-icalendar hides 
/home/grfz/src/emacs/lisp/org/ox-icalendar
/home/grfz/src/org-mode/lisp/org-lint hides 
/home/grfz/src/emacs/lisp/org/org-lint
/home/grfz/src/org-mode/lisp/ob-table hides 
/home/grfz/src/emacs/lisp/org/ob-table
/home/grfz/src/org-mode/lisp/ob-tangle hides 
/home/grfz/src/emacs/lisp/org/ob-tangle
/home/grfz/src/org-mode/lisp/ob-matlab hides 
/home/grfz/src/emacs/lisp/org/ob-matlab
/home/grfz/src/org-mode/lisp/ox-man hides /home/grfz/src/emacs/lisp/org/ox-man
/home/grfz/src/org-mode/lisp/ol-bibtex hides 
/home/grfz/src/emacs/lisp/org/ol-bibtex
/home/grfz/src/org-mode/lisp/ol-doi hides /home/grfz/src/emacs/lisp/org/ol-doi
/home/grfz/src/org-mode/lisp/ob-perl hides /home/grfz/src/emacs/lisp/org/ob-perl
/home/grfz/src/org-mode/lisp/org-agenda hides 
/home/grfz/src/emacs/lisp/org/org-agenda
/home/grfz/src/org-mode/lisp/ob-shell hides 
/home/grfz/src/emacs/lisp/org/ob-shell
/home/grfz/src/org-mode/lisp/ol-man hides /home/grfz/src/emacs/lisp/org/ol-man
/home/grfz/src/org-mode/lisp/ol-mhe hides /home/grfz/src/emacs/lisp/org/ol-mhe
/home/grfz/src/org-mode/lisp/ol-bbdb hides /home/grfz/src/emacs/lisp/org/ol-bbdb
/home/grfz/src/org-mode/lisp/ob-java hides /home/grfz/src/emacs/lisp/org/ob-java
/home/grfz/src/org-mode/lisp/ob-eval hides /home/grfz/src/emacs/lisp/org/ob-eval
/home/grfz/src/org-mode/lisp/org-num hides /home/grfz/src/emacs/lisp/org/org-num
/home/grfz/src/org-mode/lisp/ob-lob hides /home/grfz/src/emacs/lisp/org/ob-lob
/home/grfz/src/org-mode/lisp/ol-eshell hides 
/home/grfz/src/emacs/lisp/org/ol-eshell
/home/grfz/src/org-mode/lisp/org-clock hides 
/home/grfz/src/emacs/lisp/org/org-clock
/home/grfz/src/org-mode/lisp/ob-C hides /home/grfz/src/emacs/lisp/org/ob-C
/home/grfz/src/org-mode/lisp/org-mobile hides 
/home/grfz/src/emacs/lisp/org/org-mobile
/home/grfz/src/org-mode/lisp/ox-md hides /home/grfz/src/emacs/lisp/org/ox-md
/home/grfz/src/org-mode/lisp/ob-latex hides 
/home/grfz/src/emacs/lisp/org/ob-latex
/home/grfz/src/org-mode/lisp/org-tempo hides 
/home/grfz/src/emacs/lisp/org/org-tempo
/home/grfz/src/org-mode/lisp/org-inlinetask hides 
/home/grfz/src/emacs/lisp/org/org-inlinetask
/home/grfz/src/org-mode/lisp/ob-maxima hides 
/home/grfz/src/emacs/lisp/org/ob-maxima
/home/grfz/src/org-mode/lisp/ol-docview hides 
/home/grfz/src/emacs/lisp/org/ol-docview
/home/grfz/src/org-mode/lisp/org-version hides 
/home/grfz/src/emacs/lisp/org/org-version
/home/grfz/src/org-mode/lisp/ob-screen hides 
/home/grfz/src/emacs/lisp/org/ob-screen
/home/grfz/src/org-mode/lisp/org-indent hides 
/home/grfz/src/emacs/lisp/org/org-indent
/home/grfz/src/org-mode/lisp/ox-koma-letter hides 
/home/grfz/src/emacs/lisp/org/ox-koma-letter
/home/grfz/src/org-mode/lisp/ob-css hides /home/grfz/src/emacs/lisp/org/ob-css
/home/grfz/src/org-mode/lisp/ob-groovy hides 
/home/grfz/src/emacs/lisp/org/ob-groovy
/home/grfz/src/org-mode/lisp/org-protocol hides 
/home/grfz/src/emacs/lisp/org/org-protocol
/home/grfz/src/org-mode/lisp/ob-clojure hides 
/home/grfz/src/emacs/lisp/org/ob-clojure
/home/grfz/src/org-mode/lisp/ob-dot hides /home/grfz/src/emacs/lisp/org/ob-dot
/home/grfz/src/org-mode/lisp/org-plot hides 
/home/grfz/src/emacs/lisp/org/org-plot
/home/grfz/src/org-mode/lisp/ol-w3m hides /home/grfz/src/emacs/lisp/org/ol-w3m
/home/grfz/src/org-mode/lisp/org-element hides 
/home/grfz/src/emacs/lisp/org/org-element
/home/grfz/src/org-mode/lisp/ob-emacs-lisp hides 
/home/grfz/src/emacs/lisp/org/ob-emacs-lisp
/home/grfz/src/org-mode/lisp/org-crypt hides 
/home/grfz/src/emacs/lisp/org/org-crypt
/home/grfz/src/org-mode/lisp/oc-biblatex hides 
/home/grfz/src/emacs/lisp/org/oc-biblatex
/home/grfz/src/org-mode/lisp/ol-irc hides /home/grfz/src/emacs/lisp/org/ol-irc
/home/grfz/src/org-mode/lisp/org-keys hides 
/home/grfz/src/emacs/lisp/org/org-keys
/home/grfz/src/org-mode/lisp/org-list hides 
/home/grfz/src/emacs/lisp/org/org-list
/home/grfz/src/org-mode/lisp/ob-sql hides /home/grfz/src/emacs/lisp/org/ob-sql
/home/grfz/src/org-mode/lisp/ox-beamer hides 
/home/grfz/src/emacs/lisp/org/ox-beamer
/home/grfz/src/org-mode/lisp/ox-latex hides 
/home/grfz/src/emacs/lisp/org/ox-latex
/home/grfz/src/org-mode/lisp/ob-core hides /home/grfz/src/emacs/lisp/org/ob-core
/home/grfz/src/org-mode/lisp/ox-html hides /home/grfz/src/emacs/lisp/org/ox-html
/home/grfz/src/org-mode/lisp/org-pcomplete hides 
/home/grfz/src/emacs/lisp/org/org-pcomplete
/home/grfz/src/org-mode/lisp/ob-lilypond hides 
/home/grfz/src/emacs/lisp/org/ob-lilypond
/home/grfz/src/org-mode/lisp/ob-R hides /home/grfz/src/emacs/lisp/org/ob-R
/home/grfz/src/org-mode/lisp/org-attach hides 
/home/grfz/src/emacs/lisp/org/org-attach
/home/grfz/src/org-mode/lisp/org-id hides /home/grfz/src/emacs/lisp/org/org-id
/home/grfz/src/org-mode/lisp/ob-ocaml hides 
/home/grfz/src/emacs/lisp/org/ob-ocaml
/home/grfz/src/org-mode/lisp/ob-org hides /home/grfz/src/emacs/lisp/org/ob-org
/home/grfz/src/org-mode/lisp/org-entities hides 
/home/grfz/src/emacs/lisp/org/org-entities
/home/grfz/src/org-mode/lisp/ob-gnuplot hides 
/home/grfz/src/emacs/lisp/org/ob-gnuplot
/home/grfz/src/org-mode/lisp/org-src hides /home/grfz/src/emacs/lisp/org/org-src
/home/grfz/src/org-mode/lisp/ox-texinfo hides 
/home/grfz/src/emacs/lisp/org/ox-texinfo
/home/grfz/src/org-mode/lisp/ox-ascii hides 
/home/grfz/src/emacs/lisp/org/ox-ascii
/home/grfz/src/org-mode/lisp/ol hides /home/grfz/src/emacs/lisp/org/ol
/home/grfz/src/org-mode/lisp/ob-calc hides /home/grfz/src/emacs/lisp/org/ob-calc
/home/grfz/src/org-mode/lisp/org-install hides 
/home/grfz/src/emacs/lisp/org/org-install
/home/grfz/src/org-mode/lisp/org-timer hides 
/home/grfz/src/emacs/lisp/org/org-timer
/home/grfz/src/org-mode/lisp/oc-csl hides /home/grfz/src/emacs/lisp/org/oc-csl
/home/grfz/src/org-mode/lisp/ob-julia hides 
/home/grfz/src/emacs/lisp/org/ob-julia
/home/grfz/src/org-mode/lisp/ox-publish hides 
/home/grfz/src/emacs/lisp/org/ox-publish
/home/grfz/src/org-mode/lisp/org-ctags hides 
/home/grfz/src/emacs/lisp/org/org-ctags
/home/grfz/src/org-mode/lisp/ob-fortran hides 
/home/grfz/src/emacs/lisp/org/ob-fortran
/home/grfz/src/org-mode/lisp/ob-awk hides /home/grfz/src/emacs/lisp/org/ob-awk
/home/grfz/src/org-mode/lisp/org-compat hides 
/home/grfz/src/emacs/lisp/org/org-compat
/home/grfz/src/org-mode/lisp/ob-sqlite hides 
/home/grfz/src/emacs/lisp/org/ob-sqlite
/home/grfz/src/org-mode/lisp/org-attach-git hides 
/home/grfz/src/emacs/lisp/org/org-attach-git
/home/grfz/src/org-mode/lisp/org-datetree hides 
/home/grfz/src/emacs/lisp/org/org-datetree
/home/grfz/src/org-mode/lisp/org-duration hides 
/home/grfz/src/emacs/lisp/org/org-duration
/home/grfz/src/org-mode/lisp/ol-eww hides /home/grfz/src/emacs/lisp/org/ol-eww
/home/grfz/src/org-mode/lisp/org-footnote hides 
/home/grfz/src/emacs/lisp/org/org-footnote
/home/grfz/src/org-mode/lisp/ob-eshell hides 
/home/grfz/src/emacs/lisp/org/ob-eshell
/home/grfz/src/org-mode/lisp/ob-processing hides 
/home/grfz/src/emacs/lisp/org/ob-processing
/home/grfz/src/org-mode/lisp/ob-octave hides 
/home/grfz/src/emacs/lisp/org/ob-octave
/home/grfz/src/org-mode/lisp/ob-exp hides /home/grfz/src/emacs/lisp/org/ob-exp
/home/grfz/src/org-mode/lisp/ob-js hides /home/grfz/src/emacs/lisp/org/ob-js
/home/grfz/src/org-mode/lisp/org hides /home/grfz/src/emacs/lisp/org/org
/home/grfz/src/org-mode/lisp/org-feed hides 
/home/grfz/src/emacs/lisp/org/org-feed
/home/grfz/src/org-mode/lisp/ob-makefile hides 
/home/grfz/src/emacs/lisp/org/ob-makefile
/home/grfz/src/org-mode/lisp/ob-forth hides 
/home/grfz/src/emacs/lisp/org/ob-forth

Features:
(shadow sort bbdb-message orgalist ecomplete mail-extr
emacsbug sendmail tramp-archive tramp-gvfs helm-command
easy-repeat add-log server vc-hg vc-bzr vc-sccs vc-svn
vc-cvs vc-rcs vc bug-reference rainbow-delimiters winner
helm-descbinds helm-eshell helm-elisp helm-eval edebug
backtrace helm-info helm-adaptive helm-mode helm-misc
helm-files filenotify em-tramp tramp tramp-loaddefs trampver
tramp-integration files-x tramp-compat shell parse-time
iso8601 ls-lisp helm-buffers helm-occur helm-tags
helm-locate helm-grep helm-regexp helm-utils helm-help
helm-types helm async-bytecomp helm-global-bindings
helm-easymenu helm-source helm-multi-match helm-lib
which-key calfw-ical calfw-cal calfw-org org-capture calfw
holidays hol-loaddefs cl sr-speedbar speedbar ezimage dframe
org-clock ssh-deploy ws-butler wcheck-mode saveplace
pdf-occur ibuf-ext ibuffer ibuffer-loaddefs tablist
tablist-filter semantic/wisent/comp semantic/wisent
semantic/wisent/wisent semantic/util-modes semantic/util
semantic semantic/tag semantic/lex semantic/fw mode-local
cedet pdf-isearch let-alist pdf-misc pdf-tools compile
pdf-view bookmark pdf-cache pdf-info tq pdf-util pdf-macs
xt-mouse windmove which-func imenu bbdb bbdb-site timezone
edmacro kmacro modus-operandi-theme modus-themes gcmh
use-package-chords bind-chord key-chord comp comp-cstr
warnings vc-git vc-dispatcher etags fileloop xref project
org-element avl-tree org-tempo tempo ol-notmuch notmuch
notmuch-tree notmuch-jump notmuch-hello notmuch-show
notmuch-print notmuch-crypto notmuch-mua notmuch-message
notmuch-draft notmuch-maildir-fcc notmuch-address
notmuch-company notmuch-parser notmuch-wash diff-mode coolj
notmuch-query goto-addr icalendar diary-lib diary-loaddefs
notmuch-tag crm notmuch-lib notmuch-version notmuch-compat
pcase hl-line message yank-media rmc rfc822 mml mailabbrev
gmm-utils mailheader mm-view mml-smime mml-sec epa derived
epg rfc6068 epg-config smime dig mm-decode mm-bodies
mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums
ol-man ol-eshell esh-mode eshell esh-cmd generator esh-ext
esh-opt esh-proc esh-io esh-arg esh-module esh-groups
esh-util org-protocol org-mouse org-inlinetask ol-info
org-id org-habit org-agenda org-refile ol-eww eww xdg
url-queue thingatpt shr pixel-fill kinsoku svg dom puny
mm-url gnus nnheader gnus-util text-property-search
mail-utils range mm-util mail-prsvr ol-docview doc-view
jka-compr image-mode exif org-ctags org-crypt ol-bbdb
cl-extra help-mode org org-macro org-footnote org-pcomplete
pcomplete org-list org-faces org-entities time-date noutline
outline org-version ob-plantuml ob ob-ref ob-lob ob-table
ob-exp ob-emacs-lisp org-table org-loaddefs find-func
cal-menu calendar cal-loaddefs ob-tangle ol rx org-src
org-keys oc ob-comint comint ansi-color ring ob-core
org-compat advice ob-eval org-macs org-install format-spec
savehist avoid minibuffer-line battery dbus xml dired-async
async dired-aux dired dired-loaddefs delsel cua-base
use-package use-package-ensure use-package-delight
use-package-diminish use-package-bind-key bind-key
easy-mmode use-package-core finder-inf fix-word
kotl-autoloads slime-autoloads 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 map url-vars seq gv
subr-x byte-opt bytecomp byte-compile cconv cus-edit pp
cus-load wid-edit cl-loaddefs cl-lib iso-transl tooltip
eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode 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 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 emoji-zwj 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 keymap
hashtable-print-readable backquote threads dbusbind inotify
lcms2 dynamic-setting system-font-setting
font-render-setting cairo x-toolkit x multi-tty
make-network-process native-compile emacs)

Memory information:
((conses 16 646300 570264)
 (symbols 48 41251 6)
 (strings 32 149000 49803)
 (string-bytes 1 6118216)
 (vectors 16 69886)
 (vector-slots 8 1866432 1697125)
 (floats 8 477 1779)
 (intervals 56 2703 674)
 (buffers 992 18))


I hope this is more useful, thanks for your patience, Gregor





reply via email to

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