unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Gustavo Barros <gusbrs.2016@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 54183@debbugs.gnu.org
Subject: bug#54183: 28.0.91; Emacs crashes on bookmark-jump
Date: Tue, 01 Mar 2022 15:04:38 -0300	[thread overview]
Message-ID: <87k0ddczp4.fsf@gmail.com> (raw)
In-Reply-To: <83czj5lolt.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 2700 bytes --]


On Tue, 01 Mar 2022 at 16:43, Eli Zaretskii <eliz@gnu.org> wrote:

> OK.  I think I have an idea what's going on, but more details are
> needed to find the culprit and devise the solution.  So I need you to
> perform a more complex experiment and report the results.
>
> Below are the GDB commands I'd like you to use this time:
>
>   source /path/to/emacs/src/.gdbinit
>   break xterm.c:587
>   commands
>    bt
>    print which
>    print max_fringe_bmp
>    continue
>    end
>   break xterm.c:602
>   commands
>    bt
>    print which
>    print max_fringe_bmp
>    continue
>    end
>   continue
>
> (Replace "/path/to/emacs/src" with the actual absolute file name of
> the directory where you have the Emacs C source files, and where the
> .gdbinit file is.  If you don't have the source tree, perhaps install
> it.)
>
> The above is a lot to type, so I suggest to prepare a file with all of
> those commands, so that you could tell GDB to read all of them in one
> swell whoop.
>
> There's a complication here: to have a clear idea what happens with
> the fringe bitmaps, we need to activate the above commands _before_
> Emacs reads your init files.  To make sure we succeed, we need to
> cause Emacs to pause during startup, so that you will have enough time
> to attach to it and type the commands we need, before the init files
> are read.  So here's what I ask you to do: prepare a file
> ~/.emacs.d/early-init.el, and make this its first line:
>
>    (sleep-for 100)
>
> (If you already have an early-init.el file, just insert the above line
> at its very beginning.)
>
> (The number 100 is in seconds; if it is not enough for what I describe
> below, enlarge it and try again.)
>
> Now start Emacs as you do via emacsclient, so that the problem
> reproduces.  It will start and shortly pause for 100 sec.  During that
> time, attach GDB to the Emacs process, as you did before, and once GDB
> gets control, type this command at GDB prompt:
>
>   source /path/to/command/file
>
> where /path/to/command/file is the file name of the file where you
> stored the above GDB commands.  Then wait.  Emacs will continue
> running, will hit those 2 breakpoints, and will collect the backtraces
> from each time it hits the breakpoint.  Now perform the commands you
> need to cause it to crash.  Eventually, Emacs will crash.  Then post
> everything GDB printed until and including the crash (it could be a
> lot, so compressing it is an option) here, and let's hope it will give
> us enough info to understand the root cause of the crash.
>
> TIA

I send attached the GDB session of the experiment as you instructed. I'm 
keeping this session alive, in case you need any further info from it.


[-- Attachment #2: gdboutput.txt --]
[-- Type: text/plain, Size: 109414 bytes --]

Current directory is ~/Gustavo/Documents/
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2
Copyright (C) 2020 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".
Attaching to process 218254
[New LWP 218255]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fc5a062c246 in __pselect (nfds=7, readfds=0x7ffe869eda80, writefds=0x7ffe869edb00, exceptfds=0x0, timeout=<optimized out>, sigmask=<optimized out>) at ../sysdeps/unix/sysv/linux/pselect.c:48
48	../sysdeps/unix/sysv/linux/pselect.c: No such file or directory.
(gdb) source /mnt/Gustavo/Downloads/emacsdebug/debugfile
Warning: /mnt/Gustavo/Gustavo/Documents/../lwlib: 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 = dumb
Breakpoint 1 at 0x55b3dbcd409b: file emacs.c, line 399.
Breakpoint 2 at 0x55b3dbd94b80: file xterm.c, line 10251.
Breakpoint 3 at 0x55b3dbd9273a: file xterm.c, line 587.
Breakpoint 4 at 0x55b3dbd9428d: file xterm.c, line 602.

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=1, bits=<optimized out>, h=10, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=1, bits=<optimized out>, h=10, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$1 = 1
$2 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=2, bits=<optimized out>, h=10, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=2, bits=<optimized out>, h=10, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$3 = 2
$4 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=3, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=3, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$5 = 3
$6 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=4, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=4, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$7 = 4
$8 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=5, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=5, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$9 = 5
$10 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=6, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=6, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$11 = 6
$12 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=7, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=7, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$13 = 7
$14 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=8, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=8, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$15 = 8
$16 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=9, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=9, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$17 = 9
$18 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=10, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=10, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$19 = 10
$20 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=11, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=11, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$21 = 11
$22 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=12, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=12, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$23 = 12
$24 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=13, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=13, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$25 = 13
$26 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=14, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=14, bits=<optimized out>, h=8, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$27 = 14
$28 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=15, bits=<optimized out>, h=10, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=15, bits=<optimized out>, h=10, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$29 = 15
$30 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=16, bits=<optimized out>, h=10, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=16, bits=<optimized out>, h=10, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$31 = 16
$32 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=17, bits=<optimized out>, h=13, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=17, bits=<optimized out>, h=13, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$33 = 17
$34 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=18, bits=<optimized out>, h=13, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=18, bits=<optimized out>, h=13, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$35 = 18
$36 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=19, bits=<optimized out>, h=6, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=19, bits=<optimized out>, h=6, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$37 = 19
$38 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=20, bits=<optimized out>, h=6, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=20, bits=<optimized out>, h=6, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$39 = 20
$40 = 21

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=21, bits=<optimized out>, h=13, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=21, bits=<optimized out>, h=13, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$41 = 21
$42 = 41

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=22, bits=<optimized out>, h=2, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=22, bits=<optimized out>, h=2, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$43 = 22
$44 = 41

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=23, bits=<optimized out>, h=72, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=23, bits=<optimized out>, h=72, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbece96e in gui_init_fringe (rif=rif@entry=0x55b3dbf66300 <x_redisplay_interface>) at fringe.c:1790
#2  0x000055b3dbda26a2 in x_initialize () at xterm.c:13610
#3  x_term_init (display_name=display_name@entry=XIL(0x55b3de3ecc84), xrm_option=xrm_option@entry=0x0, resource_name=0x55b3ddc6bb18 "emacs") at xterm.c:12717
#4  0x000055b3dbda5c9b in x_display_info_for_name (name=XIL(0x55b3de3ecc84)) at lisp.h:1575
#5  check_x_display_info (object=XIL(0x55b3de3ecc84)) at xfns.c:184
#6  0x000055b3dbda5e0d in Fx_display_pixel_width (terminal=<optimized out>) at xfns.c:4311
#7  0x000055b3dbe4592f in eval_sub (form=<optimized out>) at lisp.h:2110
#8  0x000055b3dbe46d7f in Flet (args=<optimized out>) at eval.c:1021
#9  0x000055b3dbe45967 in eval_sub (form=<optimized out>) at lisp.h:2110
#10 0x000055b3dbe6c8fa in readevalloop (readcharfun=XIL(0x55b3ddbb865d), infile0=0x0, sourcename=XIL(0x55b3ddc88db4), printflag=false, unibyte=<optimized out>, readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2324
#11 0x000055b3dbe6cd35 in Feval_buffer (buffer=<optimized out>, printflag=XIL(0), filename=XIL(0x55b3ddc88db4), unibyte=XIL(0), do_allow_print=XIL(0x30)) at lisp.h:1376
#12 0x00007fc59b047777 in F6c6f61642d776974682d636f64652d636f6e76657273696f6e_load_with_code_conversion_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/mule-3352613d-82b9a969.eln
#13 0x000055b3dbe43343 in Ffuncall (nargs=5, args=0x7ffe869ee760) at lisp.h:2110
#14 0x000055b3dbe4664d in call4 (fn=<optimized out>, arg1=<optimized out>, arg2=arg2@entry=XIL(0x55b3ddc88db4), arg3=arg3@entry=XIL(0x30), arg4=arg4@entry=XIL(0x30)) at eval.c:2905
#15 0x000055b3dbe6e856 in Fload (file=<optimized out>, noerror=XIL(0x2a11bf5f1188), nomessage=<optimized out>, nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1376
#16 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869eea08) at lisp.h:2110
#17 0x00007fc59afa7dab in F737461727475702d2d6c6f61642d757365722d696e69742d66696c65_startup__load_user_init_file_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#18 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869eeb00) at lisp.h:2110
#19 0x00007fc59afa96b7 in F636f6d6d616e642d6c696e65_command_line_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#20 0x000055b3dbe43343 in Ffuncall (nargs=1, args=0x7ffe869eec08) at lisp.h:2110
#21 0x00007fc59afa6199 in F6e6f726d616c2d746f702d6c6576656c_normal_top_level_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/startup-bbc6ea72-e41abc90.eln
#22 0x000055b3dbe459a1 in eval_sub (form=<optimized out>) at lisp.h:2110
#23 0x000055b3dbe475dd in Feval (form=XIL(0x7fc59bd0632b), lexical=<optimized out>) at eval.c:2327
#24 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdc3d20 <top_level_2>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#25 0x000055b3dbdc4b0a in top_level_1 (ignore=ignore@entry=XIL(0)) at lisp.h:1008
#26 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc4ae0 <top_level_1>, arg=arg@entry=XIL(0)) at eval.c:1181
#27 0x000055b3dbdc3c90 in command_loop () at lisp.h:1008
#28 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#29 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#30 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"x-display-pixel-width" (0x869ee340)
"let" (0x869ee478)
"load-with-code-conversion" (0x869ee768)
"load" (0x869eea10)
"startup--load-user-init-file" (0x869eeb08)
"command-line" (0x869eec10)
"normal-top-level" (0x869eecb0)
$45 = 23
$46 = 41
[New Thread 0x7fc599734700 (LWP 218268)]
[New Thread 0x7fc598e83700 (LWP 218269)]
[Detaching after vfork from child process 218270]
[Detaching after vfork from child process 218271]
[Detaching after vfork from child process 218272]
[Detaching after vfork from child process 218273]
[Detaching after vfork from child process 218274]
[Detaching after vfork from child process 218275]
[Detaching after vfork from child process 218276]
[Detaching after vfork from child process 218277]
[Detaching after vfork from child process 218278]
[Detaching after vfork from child process 218279]
[Detaching after vfork from child process 218280]
[Detaching after vfork from child process 218281]
[Detaching after vfork from child process 218282]
[Detaching after vfork from child process 218287]
[Detaching after vfork from child process 218292]
[Detaching after vfork from child process 218293]
[Detaching after vfork from child process 218294]
[Detaching after vfork from child process 218295]

Thread 1 "emacs" hit Breakpoint 3, x_cr_define_fringe_bitmap (which=29, bits=<optimized out>, h=17, wd=<optimized out>) at xterm.c:587
587	  fringe_bmp[which] = pattern;
(gdb) #0  x_cr_define_fringe_bitmap (which=29, bits=<optimized out>, h=17, wd=<optimized out>) at xterm.c:587
#1  0x000055b3dbecb358 in init_fringe_bitmap (which=29, fb=0x55b3deadc000, once_p=<optimized out>) at fringe.c:1497
#2  0x000055b3dbecc3ba in Fdefine_fringe_bitmap (bitmap=XIL(0x3e409d0), bits=<optimized out>, height=<optimized out>, width=<optimized out>, align=<optimized out>) at fringe.c:1637
#3  0x000055b3dbe43343 in Ffuncall (nargs=3, args=args@entry=0x7ffe869ec7f8) at lisp.h:2110
#4  0x000055b3dbe82904 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
#5  0x000055b3dbe45915 in eval_sub (form=<optimized out>) at lisp.h:2110
#6  0x000055b3dbe475dd in Feval (form=XIL(0x55b3de3f3373), lexical=<optimized out>) at eval.c:2327
#7  0x00007fc5893c08a9 in top_level_run () at /home/gustavo/.emacs.d/eln-cache/28.0.91-270adec3/flymake-a41dd277-800cb6ec.eln
#8  0x000055b3dbe8d9b5 in load_comp_unit (comp_u=0x55b3e14dfe28, loading_dump=<optimized out>, late_load=<optimized out>) at comp.c:5093
#9  0x000055b3dbe8dea0 in Fnative_elisp_load (filename=XIL(0x55b3e17fba84), late_load=late_load@entry=XIL(0)) at lisp.h:1376
#10 0x000055b3dbe6e247 in Fload (file=<optimized out>, noerror=<optimized out>, nomessage=XIL(0x30), nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1008
#11 0x000055b3dbe6eb0e in save_match_data_load (file=file@entry=XIL(0x7fc59bae205c), noerror=noerror@entry=XIL(0), nomessage=nomessage@entry=XIL(0x30), nosuffix=nosuffix@entry=XIL(0), must_suffix=must_suffix@entry=XIL(0x30)) at lread.c:1629
#12 0x000055b3dbe53c4f in Frequire (feature=XIL(0x2a11bf796b68), filename=<optimized out>, noerror=XIL(0)) at lisp.h:1376
#13 0x000055b3dbe45915 in eval_sub (form=<optimized out>) at lisp.h:2110
#14 0x000055b3dbe475dd in Feval (form=XIL(0x55b3de2df8b3), lexical=<optimized out>) at eval.c:2327
#15 0x00007fc5893f8cba in top_level_run () at /home/gustavo/.emacs.d/eln-cache/28.0.91-270adec3/latex-flymake-a3de482b-c80a148f.eln
#16 0x000055b3dbe8d9b5 in load_comp_unit (comp_u=0x55b3ded63110, loading_dump=<optimized out>, late_load=<optimized out>) at comp.c:5093
#17 0x000055b3dbe8dea0 in Fnative_elisp_load (filename=XIL(0x55b3de920544), late_load=late_load@entry=XIL(0)) at lisp.h:1376
#18 0x000055b3dbe6e247 in Fload (file=<optimized out>, noerror=<optimized out>, nomessage=XIL(0x30), nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1008
#19 0x000055b3dbe6eb0e in save_match_data_load (file=file@entry=XIL(0x55b3e0d054b4), noerror=noerror@entry=XIL(0), nomessage=nomessage@entry=XIL(0x30), nosuffix=nosuffix@entry=XIL(0), must_suffix=must_suffix@entry=XIL(0x30)) at lread.c:1629
#20 0x000055b3dbe53c4f in Frequire (feature=XIL(0x2421620), filename=<optimized out>, noerror=XIL(0)) at lisp.h:1376
#21 0x000055b3dbe43343 in Ffuncall (nargs=2, args=args@entry=0x7ffe869ed5c8) at lisp.h:2110
#22 0x000055b3dbe82904 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
#23 0x000055b3dbe45915 in eval_sub (form=<optimized out>) at lisp.h:2110
#24 0x000055b3dbe475dd in Feval (form=XIL(0x55b3e009b5c3), lexical=<optimized out>) at eval.c:2327
#25 0x00007fc589513da6 in top_level_run () at /home/gustavo/.emacs.d/eln-cache/28.0.91-270adec3/latex-f4f6d794-e4811aea.eln
#26 0x000055b3dbe8d9b5 in load_comp_unit (comp_u=0x55b3e1660bf0, loading_dump=<optimized out>, late_load=<optimized out>) at comp.c:5093
#27 0x000055b3dbe8dea0 in Fnative_elisp_load (filename=XIL(0x55b3dff715b4), late_load=late_load@entry=XIL(0)) at lisp.h:1376
#28 0x000055b3dbe6e247 in Fload (file=<optimized out>, noerror=<optimized out>, nomessage=XIL(0x30), nosuffix=<optimized out>, must_suffix=<optimized out>) at lisp.h:1008
#29 0x000055b3dbe6eb0e in save_match_data_load (file=file@entry=XIL(0x55b3e0881674), noerror=noerror@entry=XIL(0x30), nomessage=nomessage@entry=XIL(0x30), nosuffix=nosuffix@entry=XIL(0), must_suffix=must_suffix@entry=XIL(0x30)) at lread.c:1629
#30 0x000055b3dbe53c4f in Frequire (feature=XIL(0x4535c20), filename=<optimized out>, noerror=XIL(0x30)) at lisp.h:1376
#31 0x000055b3dbe43343 in Ffuncall (nargs=4, args=0x7ffe869edd30) at lisp.h:2110
#32 0x000055b3dbe43718 in Fapply (nargs=2, args=0x7ffe869ede60) at eval.c:2653
#33 0x000055b3dbe43343 in Ffuncall (nargs=3, args=0x7ffe869ede58) at lisp.h:2110
#34 0x00007fc59b397dd1 in F74696d65722d6576656e742d68616e646c6572_timer_event_handler_0 () at /usr/local/libexec/emacs/28.0.91/x86_64-pc-linux-gnu/../../../../bin/../lib/emacs/28.0.91/native-lisp/28.0.91-270adec3/preloaded/timer-3ee7cfd9-d5a7a198.eln
#35 0x000055b3dbe43343 in Ffuncall (nargs=2, args=0x7ffe869edf20) at lisp.h:2110
#36 0x000055b3dbe4342e in call1 (fn=fn@entry=XIL(0xe580), arg1=arg1@entry=XIL(0x55b3e0983075)) at eval.c:2883
#37 0x000055b3dbdca75a in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at lisp.h:1008
#38 timer_check () at keyboard.c:4457
#39 0x000055b3dbdcaa3d in readable_events (flags=flags@entry=1) at keyboard.c:3459
#40 0x000055b3dbdcb418 in get_input_pending (flags=flags@entry=1) at keyboard.c:6933
#41 0x000055b3dbdce5a8 in detect_input_pending_run_timers (do_display=do_display@entry=true) at keyboard.c:10455
#42 0x000055b3dbe9700c in wait_reading_process_output (time_limit=time_limit@entry=0, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=true, wait_for_cell=wait_for_cell@entry=XIL(0), wait_proc=wait_proc@entry=0x0, just_wait_proc=0) at process.c:5686
#43 0x000055b3dbdcf665 in kbd_buffer_get_event (end_time=0x0, used_mouse_menu=0x7ffe869eeaeb, kbp=<synthetic pointer>) at lisp.h:1008
#44 read_event_from_main_queue (used_mouse_menu=0x7ffe869eeaeb, local_getcjmp=0x7ffe869ee700, end_time=0x0) at keyboard.c:2198
#45 read_decoded_event_from_main_queue (used_mouse_menu=<optimized out>, prev_event=<optimized out>, local_getcjmp=<optimized out>, end_time=<optimized out>) at keyboard.c:2262
#46 read_char (commandflag=1, map=XIL(0x55b3df28dd43), prev_event=XIL(0), used_mouse_menu=0x7ffe869eeaeb, end_time=0x0) at keyboard.c:2892
#47 0x000055b3dbdd1883 in read_key_sequence (keybuf=<optimized out>, prompt=XIL(0), dont_downcase_last=<optimized out>, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=<optimized out>) at keyboard.c:9635
#48 0x000055b3dbdd319c in command_loop_1 () at lisp.h:1008
#49 0x000055b3dbe422a7 in internal_condition_case (bfun=bfun@entry=0x55b3dbdd2fa0 <command_loop_1>, handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x55b3dbdc9a60 <cmd_error>) at eval.c:1450
#50 0x000055b3dbdc3d0a in command_loop_2 (handlers=handlers@entry=XIL(0x90)) at keyboard.c:1133
#51 0x000055b3dbe421e9 in internal_catch (tag=tag@entry=XIL(0xe880), func=func@entry=0x55b3dbdc3ce0 <command_loop_2>, arg=arg@entry=XIL(0x90)) at eval.c:1181
#52 0x000055b3dbdc3ca6 in command_loop () at lisp.h:1008
#53 0x000055b3dbdc9650 in recursive_edit_1 () at keyboard.c:720
#54 0x000055b3dbdc99a6 in Frecursive_edit () at keyboard.c:803
#55 0x000055b3dbcdbd65 in main (argc=2, argv=<optimized out>) at emacs.c:2354

Lisp Backtrace:
"define-fringe-bitmap" (0x869ec800)
"byte-code" (0x869ecc50)
"require" (0x869ed0f0)
"require" (0x869ed5d0)
"byte-code" (0x869ed860)
"require" (0x869edd38)
"apply" (0x869ede60)
"timer-event-handler" (0x869edf28)
$47 = 29
$48 = 41
[Detaching after vfork from child process 218296]
[Detaching after vfork from child process 218321]
[Detaching after vfork from child process 218322]
[Detaching after vfork from child process 218323]
[Detaching after vfork from child process 218324]
[Detaching after vfork from child process 218325]

Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
0x00007fc5a9046104 in cairo_pattern_get_surface () from /lib/x86_64-linux-gnu/libcairo.so.2
(gdb)

  reply	other threads:[~2022-03-01 18:04 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-27 14:57 bug#54183: 28.0.91; Emacs crashes on bookmark-jump Gustavo Barros
2022-02-27 16:33 ` Eli Zaretskii
2022-02-27 20:33   ` Gustavo Barros
2022-02-28  3:24     ` Eli Zaretskii
2022-02-28 11:01       ` Gustavo Barros
2022-02-28 13:17         ` Eli Zaretskii
2022-02-28 14:30           ` Gustavo Barros
2022-02-28 14:54             ` Eli Zaretskii
2022-02-28 15:47               ` Gustavo Barros
2022-02-28 17:14                 ` Eli Zaretskii
2022-02-28 18:00                   ` Eli Zaretskii
2022-02-28 18:33                   ` Gustavo Barros
2022-03-01 14:43                     ` Eli Zaretskii
2022-03-01 18:04                       ` Gustavo Barros [this message]
2022-03-01 18:41                         ` Gustavo Barros
2022-03-02  3:23                         ` Eli Zaretskii
2022-03-02 10:52                           ` Gustavo Barros
2022-03-02 11:11                             ` Eli Zaretskii
2022-03-02 11:15                               ` Gustavo Barros
2022-03-03  9:41                                 ` Eli Zaretskii
2022-03-03 13:13                                   ` Gustavo Barros
2022-03-03 14:14                                     ` Eli Zaretskii
2022-03-03 14:23                                       ` Gustavo Barros
2022-03-03 14:57                                         ` Gustavo Barros
2022-03-03 15:23                                           ` Gustavo Barros
2022-03-03 16:43                                             ` Eli Zaretskii
2022-03-03 18:10                                               ` Gustavo Barros
2022-03-03 18:33                                                 ` Eli Zaretskii
2022-03-03 18:41                                                   ` Gustavo Barros

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k0ddczp4.fsf@gmail.com \
    --to=gusbrs.2016@gmail.com \
    --cc=54183@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).