unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44047: current HEAD has been crashing on startup
@ 2020-10-17 17:06 Liam Stitt
  2020-10-17 17:15 ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Liam Stitt @ 2020-10-17 17:06 UTC (permalink / raw)
  To: 44047


I waited a few days before reporting this because I'm not sure how much 
useful information I can provide in this report, but it hasn't been 
mentioned by anyone else, so here goes.

Running ./emacs in src/ within gdb (invoking it with -Q), I'm getting:

Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.

build_frame_matrix_from_leaf_window (w=0x555555b8c140,
     frame_matrix=<optimized out>) at dispnew.c:2531
2531          fill_up_frame_row_with_spaces (frame_row, 
window_matrix->matrix_x);

This is on a Linux 5.7 kernel, Debian unstable, x86-64, but I can 
replicate it on a raspi running 5.4 and stable.

It appears to be related to -nw somehow; using that triggers the crash on 
the Pi (otherwise it starts up normally).

On the first machine, configure options are "--with-x-toolkit=no 
--without-x --with-mailutils --enable-link-time-optimization".

I'm sorry I can't be more detailed, but it's kind of hard to run M-x
report-emacs-bug under the circumstances. I can, of course, test any 
patches.


-- 
Liam Stitt
stittl@cuug.ab.ca






^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-17 17:06 bug#44047: current HEAD has been crashing on startup Liam Stitt
@ 2020-10-17 17:15 ` Eli Zaretskii
  2020-10-19  1:10   ` Liam Stitt
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2020-10-17 17:15 UTC (permalink / raw)
  To: Liam Stitt; +Cc: 44047

> Date: Sat, 17 Oct 2020 11:06:23 -0600 (MDT)
> From: Liam Stitt <stittl@cuug.ab.ca>
> 
> 
> I waited a few days before reporting this because I'm not sure how much 
> useful information I can provide in this report, but it hasn't been 
> mentioned by anyone else, so here goes.
> 
> Running ./emacs in src/ within gdb (invoking it with -Q), I'm getting:
> 
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> 
> Program received signal SIGSEGV, Segmentation fault.
> 
> build_frame_matrix_from_leaf_window (w=0x555555b8c140,
>      frame_matrix=<optimized out>) at dispnew.c:2531
> 2531          fill_up_frame_row_with_spaces (frame_row, 
> window_matrix->matrix_x);
> 
> This is on a Linux 5.7 kernel, Debian unstable, x86-64, but I can 
> replicate it on a raspi running 5.4 and stable.
> 
> It appears to be related to -nw somehow; using that triggers the crash on 
> the Pi (otherwise it starts up normally).

You are saying that "./src/emacs -Q -nw" crashes on startup?  That
doesn't happen to me with today's master branch.

Can you build an unoptimized version, run it under GDB, and when it
crashes, show a backtrace?





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-17 17:15 ` Eli Zaretskii
@ 2020-10-19  1:10   ` Liam Stitt
  2020-10-19 14:23     ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Liam Stitt @ 2020-10-19  1:10 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 44047


On Sat, 17 Oct 2020, Eli Zaretskii wrote:

> You are saying that "./src/emacs -Q -nw" crashes on startup?  That
> doesn't happen to me with today's master branch.

Yes. It is only happening on Linux; I can build without problems on OS X.

> Can you build an unoptimized version, run it under GDB, and when it
> crashes, show a backtrace?

Does building the unoptimized version require more than tweaking the 
CFLAGS entry in src/Makefile? If not, this is what I got:

(gdb) run -Q -nw
Starting program: /home/frink/src/emacs/src/emacs -Q -nw
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff188e700 (LWP 2901333)]
Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.

0x0000555555598126 in fill_up_frame_row_with_spaces (row=0x100, upto=0)
     at dispnew.c:2660
2660      int i = row->used[TEXT_AREA];
(gdb) bt
#0  0x0000555555598126 in fill_up_frame_row_with_spaces (row=0x100, 
upto=0)
     at dispnew.c:2660
#1  0x0000555555597de8 in build_frame_matrix_from_leaf_window
     (frame_matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2531
#2  0x0000555555597ba4 in build_frame_matrix_from_window_tree
     (matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2465
#3  0x0000555555597b40 in build_frame_matrix (f=0x555555d421b8)
     at dispnew.c:2449
#4  0x0000555555599364 in update_frame
     (f=0x555555d421b8, force_p=true, inhibit_hairy_id_p=true) at 
dispnew.c:3236
#5  0x00005555555d97b5 in echo_area_display (update_frame_p=true)
     at xdisp.c:12210
#6  0x00005555555d64f0 in message3_nolog (m=XIL(0x555555eb3344))
     at xdisp.c:11141
#7  0x00005555555d6261 in message3 (m=XIL(0x555555eb3344)) at 
xdisp.c:11071
#8  0x000055555579265e in Fmessage (nargs=2, args=0x7fffffffbf90)
     at editfns.c:2854
#9  0x00005555557a069a in funcall_subr
     (subr=0x555555c42980 <Smessage>, numargs=2, args=0x7fffffffbf90)
     at eval.c:2859
#10 0x00005555557a0388 in Ffuncall (nargs=3, args=0x7fffffffbf88)
     at eval.c:2806
#11 0x00005555557ea7a5 in exec_byte_code
     (bytestr=XIL(0x7ffff22d7b24), vector=XIL(0x7ffff22d79f5), 
maxdepth=make_fixnum(7), args_template=make_fixnum(0), nargs=0, 
args=0x7fffffffc4d8)
     at bytecode.c:632
#12 0x00005555557a0a27 in fetch_and_exec_byte_code
     (fun=XIL(0x7ffff22d79cd), syms_left=make_fixnum(0), nargs=0, 
args=0x7fffffffc4d8) at eval.c:2928
#13 0x00005555557a0db4 in funcall_lambda
     (fun=XIL(0x7ffff22d79cd), nargs=0, arg_vector=0x7fffffffc4d8)
     at eval.c:3009
#14 0x00005555557a03cc in Ffuncall (nargs=1, args=0x7fffffffc4d0)
     at eval.c:2808
#15 0x00005555557ea7a5 in exec_byte_code
     (bytestr=XIL(0x7ffff22d7b64), vector=XIL(0x7ffff22d684d), 
maxdepth=make_fixnum(25), args_template=make_fixnum(257), nargs=1, 
args=0x7fffffffceb8)
     at bytecode.c:632
#16 0x00005555557a0a27 in fetch_and_exec_byte_code
     (fun=XIL(0x7ffff22d681d), syms_left=make_fixnum(257), nargs=1, 
args=0x7fffffffceb0) at eval.c:2928
#17 0x00005555557a0db4 in funcall_lambda
     (fun=XIL(0x7ffff22d681d), nargs=1, arg_vector=0x7fffffffceb0)
     at eval.c:3009
#18 0x00005555557a03cc in Ffuncall (nargs=2, args=0x7fffffffcea8)
     at eval.c:2808
#19 0x00005555557ea7a5 in exec_byte_code
     (bytestr=XIL(0x7ffff22db2ec), vector=XIL(0x7ffff22d7db5), 
maxdepth=make_fixnum(14), args_template=make_fixnum(0), nargs=0, 
args=0x7fffffffda28)
     at bytecode.c:632
#20 0x00005555557a0a27 in fetch_and_exec_byte_code
     (fun=XIL(0x7ffff22d7d85), syms_left=make_fixnum(0), nargs=0, 
args=0x7fffffffda28) at eval.c:2928
#21 0x00005555557a0db4 in funcall_lambda
     (fun=XIL(0x7ffff22d7d85), nargs=0, arg_vector=0x7fffffffda28)
     at eval.c:3009
#22 0x00005555557a03cc in Ffuncall (nargs=1, args=0x7fffffffda20)
     at eval.c:2808
#23 0x00005555557ea7a5 in exec_byte_code
     (bytestr=XIL(0x7ffff22dbfb4), vector=XIL(0x7ffff22db4bd), 
maxdepth=make_fixnum(12), args_template=make_fixnum(0), nargs=0, 
args=0x7fffffffe0a0)
     at bytecode.c:632
#24 0x00005555557a0a27 in fetch_and_exec_byte_code
     (fun=XIL(0x7ffff22db48d), syms_left=make_fixnum(0), nargs=0, 
args=0x7fffffffe0a0) at eval.c:2928
#25 0x00005555557a0db4 in funcall_lambda
     (fun=XIL(0x7ffff22db48d), nargs=0, arg_vector=0x7fffffffe0a0)
     at eval.c:3009
#26 0x00005555557a0bd1 in apply_lambda
     (fun=XIL(0x7ffff22db48d), args=XIL(0), count=4) at eval.c:2953
#27 0x000055555579effc in eval_sub (form=XIL(0x7ffff243625b)) at 
eval.c:2328
#28 0x000055555579e4f9 in Feval (form=XIL(0x7ffff243625b), lexical=XIL(0))
     at eval.c:2112
#29 0x00005555556e7c82 in top_level_2 () at keyboard.c:1104
#30 0x000055555579cbfe in internal_condition_case
     (bfun=0x5555556e7c5f <top_level_2>, handlers=XIL(0x90), 
hfun=0x5555556e770b <cmd_error>) at eval.c:1356
#31 0x00005555556e7cca in top_level_1 (ignore=XIL(0)) at keyboard.c:1112
#32 0x000055555579c4b3 in internal_catch
     (tag=XIL(0xd290), func=0x5555556e7c84 <top_level_1>, arg=XIL(0))
     at eval.c:1117
#33 0x00005555556e7bad in command_loop () at keyboard.c:1073
#34 0x00005555556e72dc in recursive_edit_1 () at keyboard.c:718
#35 0x00005555556e745f in Frecursive_edit () at keyboard.c:790
#36 0x00005555556e3f7d in main (argc=3, argv=0x7fffffffe618) at 
emacs.c:2047

Lisp Backtrace:
"message" (0xffffbf90)
"display-startup-echo-area-message" (0xffffc4d8)
"command-line-1" (0xffffceb0)
"command-line" (0xffffda28)
"normal-top-level" (0xffffe0a0)
(gdb)



-- 
Liam Stitt
stittl@cuug.ab.ca






^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-19  1:10   ` Liam Stitt
@ 2020-10-19 14:23     ` Eli Zaretskii
  2020-10-19 16:28       ` Liam Stitt
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2020-10-19 14:23 UTC (permalink / raw)
  To: Liam Stitt; +Cc: 44047

> Date: Sun, 18 Oct 2020 19:10:12 -0600 (MDT)
> From: Liam Stitt <stittl@cuug.ab.ca>
> cc: 44047@debbugs.gnu.org
> 
> > Can you build an unoptimized version, run it under GDB, and when it
> > crashes, show a backtrace?
> 
> Does building the unoptimized version require more than tweaking the 
> CFLAGS entry in src/Makefile? If not, this is what I got:

Thanks.  Please reproduce the crash again, and this time say

  (gdb) bt full

and post everything that produces.

> 0x0000555555598126 in fill_up_frame_row_with_spaces (row=0x100, upto=0)
                                                       ^^^
That 'row' pointer is clearly bogus (and causes the crash).  The
question is how does this happen.  I hope the output of "bt full" will
give some ideas.

Thanks.

P.S. Is this on some terminal emulator?  If so, which one (xterm,
something else?), and what are the dimensions of the terminal window
where you invoke Emacs?





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-19 14:23     ` Eli Zaretskii
@ 2020-10-19 16:28       ` Liam Stitt
  2020-10-19 17:08         ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Liam Stitt @ 2020-10-19 16:28 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 44047

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


On Mon, 19 Oct 2020, Eli Zaretskii wrote:

>  (gdb) bt full
> and post everything that produces.

That being 40K of output, I have attached it to this reply.

> P.S. Is this on some terminal emulator?  If so, which one (xterm,
> something else?), and what are the dimensions of the terminal window
> where you invoke Emacs?

screen(1), via ssh from iTerm2 on osx; the window is 80x26.


-- 
Liam Stitt
stittl@cuug.ab.ca

[-- Attachment #2: Type: text/plain, Size: 40521 bytes --]

Starting program: /home/frink/src/emacs/src/emacs -Q -nw
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff188e700 (LWP 3036724)]

Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
0x0000555555598126 in fill_up_frame_row_with_spaces (row=0x100, upto=0)
    at dispnew.c:2660
2660	  int i = row->used[TEXT_AREA];
#0  0x0000555555598126 in fill_up_frame_row_with_spaces (row=0x100, upto=0)
    at dispnew.c:2660
        i = 0
        glyph = 0x55555577f8b0 <do_symval_forwarding+165>
#1  0x0000555555597de8 in build_frame_matrix_from_leaf_window
    (frame_matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2531
        frame_row = 0x100
        window_row = 0x555555d7b170
        current_row_p = false
        window_matrix = 0x555555d4a390
        window_y = 0
        frame_y = 1
        right_border_glyph = {
          ch = 0,
          face_id = 0
        }
#2  0x0000555555597ba4 in build_frame_matrix_from_window_tree
    (matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2465
#3  0x0000555555597b40 in build_frame_matrix (f=0x555555d421b8)
    at dispnew.c:2449
        i = 1
#4  0x0000555555599364 in update_frame
    (f=0x555555d421b8, force_p=true, inhibit_hairy_id_p=true) at dispnew.c:3236
        paused_p = false
        root_window = 0x555555d42420
#5  0x00005555555d97b5 in echo_area_display (update_frame_p=true) at xdisp.c:12210
        n = 1
        mini_window = XIL(0x555555d42665)
        w = 0x555555d42660
        f = 0x555555d421b8
        window_height_changed_p = false
        sf = 0x555555d421b8
#6  0x00005555555d64f0 in message3_nolog (m=XIL(0x555555e53364)) at xdisp.c:11141
        mini_window = XIL(0x555555d42665)
        frame = XIL(0x555555d421bd)
        f = 0x555555d421b8
        sf = 0x555555d421b8
#7  0x00005555555d6261 in message3 (m=XIL(0x555555e53364)) at xdisp.c:11071
#8  0x000055555579265e in Fmessage (nargs=2, args=0x7fffffffbfb0) at editfns.c:2854
        val = XIL(0x555555e53364)
#9  0x00005555557a069a in funcall_subr (subr=0x555555c42980 <Smessage>, numargs=2, args=0x7fffffffbfb0) at eval.c:2859
#10 0x00005555557a0388 in Ffuncall (nargs=3, args=0x7fffffffbfa8) at eval.c:2806
        fun = XIL(0x555555c42985)
        original_fun = XIL(0x2aaa9c101408)
        funcar = XIL(0x55555577c460)
        numargs = 2
        val = XIL(0x555555e53364)
        count = 10
#11 0x00005555557ea7a5 in exec_byte_code (bytestr=XIL(0x7ffff22d7b24), vector=XIL(0x7ffff22d79f5), maxdepth=make_fixnum(7), args_template=make_fixnum(0), nargs=0, args=0x7fffffffc4f8) at bytecode.c:632
        op = 2
        type = CATCHER
        targets = {0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4ed <exec_byte_code+14378>, 0x5555557ed4ef <exec_byte_code+14380>, 0x5555557ed4f1 <exec_byte_code+14382>, 0x5555557ed4f3 <exec_byte_code+14384>, 0x5555557ed4f3 <exec_byte_code+14384>, 0x5555557ed558 <exec_byte_code+14485>, 0x5555557ed5cc <exec_byte_code+14601>, 0x5555557ea151 <exec_byte_code+1166>, 0x5555557ea153 <exec_byte_code+1168>, 0x5555557ea155 <exec_byte_code+1170>, 0x5555557ea157 <exec_byte_code+1172>, 0x5555557ea159 <exec_byte_code+1174>, 0x5555557ea159 <exec_byte_code+1174>, 0x5555557ea15f <exec_byte_code+1180>, 0x5555557ea120 <exec_byte_code+1117>, 0x5555557ea4cf <exec_byte_code+2060>, 0x5555557ea4d1 <exec_byte_code+2062>, 0x5555557ea4d3 <exec_byte_code+2064>, 0x5555557ea4d5 <exec_byte_code+2066>, 0x5555557ea4d7 <exec_byte_code+2068>, 0x5555557ea4d7 <exec_byte_code+2068>, 0x5555557ea50c <exec_byte_code+2121>, 0x5555557ea4dd <exec_byte_code+2074>, 0x5555557ea6bd <exec_byte_code+2554>, 0x5555557ea6bf <exec_byte_code+2556>, 0x5555557ea6c1 <exec_byte_code+2558>, 0x5555557ea6c3 <exec_byte_code+2560>, 0x5555557ea6c5 <exec_byte_code+2562>, 0x5555557ea6c5 <exec_byte_code+2562>, 0x5555557ea677 <exec_byte_code+2484>, 0x5555557ea68e <exec_byte_code+2507>, 0x5555557ea772 <exec_byte_code+2735>, 0x5555557ea774 <exec_byte_code+2737>, 0x5555557ea776 <exec_byte_code+2739>, 0x5555557ea778 <exec_byte_code+2741>, 0x5555557ea77a <exec_byte_code+2743>, 0x5555557ea77a <exec_byte_code+2743>, 0x5555557ea72c <exec_byte_code+2665>, 0x5555557ea743 <exec_byte_code+2688>, 0x5555557ea824 <exec_byte_code+2913>, 0x5555557ea826 <exec_byte_code+2915>, 0x5555557ea828 <exec_byte_code+2917>, 0x5555557ea82a <exec_byte_code+2919>, 0x5555557ea82c <exec_byte_code+2921>, 0x5555557ea82c <exec_byte_code+2921>, 0x5555557ea7de <exec_byte_code+2843>, 0x5555557ea7f5 <exec_byte_code+2866>, 0x5555557eb08c <exec_byte_code+5065>, 0x5555557eaf6f <exec_byte_code+4780>, 0x5555557eaf66 <exec_byte_code+4771>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557eb2c6 <exec_byte_code+5635>, 0x5555557eb3a7 <exec_byte_code+5860>, 0x5555557eb404 <exec_byte_code+5953>, 0x5555557eb464 <exec_byte_code+6049>, 0x5555557eb4c6 <exec_byte_code+6147>, 0x5555557ea35c <exec_byte_code+1689>, 0x5555557ea3d7 <exec_byte_code+1812>, 0x5555557eb53f <exec_byte_code+6268>, 0x5555557ea2cd <exec_byte_code+1546>, 0x5555557ea43f <exec_byte_code+1916>, 0x5555557eb5a7 <exec_byte_code+6372>, 0x5555557eb60f <exec_byte_code+6476>, 0x5555557eb657 <exec_byte_code+6548>, 0x5555557eb6bf <exec_byte_code+6652>, 0x5555557eb725 <exec_byte_code+6754>, 0x5555557eb80b <exec_byte_code+6984>, 0x5555557eb853 <exec_byte_code+7056>, 0x5555557eb8bb <exec_byte_code+7160>, 0x5555557eb940 <exec_byte_code+7293>, 0x5555557eb988 <exec_byte_code+7365>, 0x5555557eb9d0 <exec_byte_code+7437>, 0x5555557eba38 <exec_byte_code+7541>, 0x5555557ebaa0 <exec_byte_code+7645>, 0x5555557ebb08 <exec_byte_code+7749>, 0x5555557ebb8d <exec_byte_code+7882>, 0x5555557ebbdc <exec_byte_code+7961>, 0x5555557ebc2b <exec_byte_code+8040>, 0x5555557ebcf2 <exec_byte_code+8239>, 0x5555557ebd94 <exec_byte_code+8401>, 0x5555557ebe36 <exec_byte_code+8563>, 0x5555557ebea3 <exec_byte_code+8672>, 0x5555557ebf10 <exec_byte_code+8781>, 0x5555557ebf7d <exec_byte_code+8890>, 0x5555557ebfea <exec_byte_code+8999>, 0x5555557ec057 <exec_byte_code+9108>, 0x5555557ec0a6 <exec_byte_code+9187>, 0x5555557ec149 <exec_byte_code+9350>, 0x5555557ec198 <exec_byte_code+9429>, 0x5555557ec1e7 <exec_byte_code+9508>, 0x5555557ec236 <exec_byte_code+9587>, 0x5555557ec33c <exec_byte_code+9849>, 0x5555557eade6 <exec_byte_code+4387>, 0x5555557ec397 <exec_byte_code+9940>, 0x5555557ec3df <exec_byte_code+10012>, 0x5555557ec4a1 <exec_byte_code+10206>, 0x5555557ec50a <exec_byte_code+10311>, 0x5555557ec565 <exec_byte_code+10402>, 0x5555557ec5ad <exec_byte_code+10474>, 0x5555557ec5f0 <exec_byte_code+10541>, 0x5555557ec633 <exec_byte_code+10608>, 0x5555557ec67e <exec_byte_code+10683>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ec6d6 <exec_byte_code+10771>, 0x5555557ec719 <exec_byte_code+10838>, 0x5555557ec75c <exec_byte_code+10905>, 0x5555557ec79f <exec_byte_code+10972>, 0x5555557ec7e2 <exec_byte_code+11039>, 0x5555557ec825 <exec_byte_code+11106>, 0x5555557eade6 <exec_byte_code+4387>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ec86d <exec_byte_code+11178>, 0x5555557ec8bf <exec_byte_code+11260>, 0x5555557ec907 <exec_byte_code+11332>, 0x5555557ec94f <exec_byte_code+11404>, 0x5555557ec9b7 <exec_byte_code+11508>, 0x5555557eca1f <exec_byte_code+11612>, 0x5555557eca67 <exec_byte_code+11684>, 0x5555557ecb24 <exec_byte_code+11873>, 0x5555557ecb8c <exec_byte_code+11977>, 0x5555557ecbf4 <exec_byte_code+12081>, 0x5555557ecc5c <exec_byte_code+12185>, 0x5555557ecc9f <exec_byte_code+12252>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ead2c <exec_byte_code+4201>, 0x5555557ea8d6 <exec_byte_code+3091>, 0x5555557ea23b <exec_byte_code+1400>, 0x5555557ea987 <exec_byte_code+3268>, 0x5555557eaa0b <exec_byte_code+3400>, 0x5555557eaa8c <exec_byte_code+3529>, 0x5555557eace0 <exec_byte_code+4125>, 0x5555557eacf5 <exec_byte_code+4146>, 0x5555557ea624 <exec_byte_code+2401>, 0x5555557eadaf <exec_byte_code+4332>, 0x5555557eae1d <exec_byte_code+4442>, 0x5555557eaeae <exec_byte_code+4587>, 0x5555557eaef7 <exec_byte_code+4660>, 0x5555557eb0d8 <exec_byte_code+5141>, 0x5555557eb155 <exec_byte_code+5266>, 0x5555557eb1da <exec_byte_code+5399>, 0x5555557eb240 <exec_byte_code+5501>, 0x5555557ea888 <exec_byte_code+3013>, 0x5555557ecce7 <exec_byte_code+12324>, 0x5555557ecd6c <exec_byte_code+12457>, 0x5555557ecdb4 <exec_byte_code+12529>, 0x5555557ecdfc <exec_byte_code+12601>, 0x5555557ece44 <exec_byte_code+12673>, 0x5555557ece8c <exec_byte_code+12745>, 0x5555557ecef4 <exec_byte_code+12849>, 0x5555557ecf5c <exec_byte_code+12953>, 0x5555557ecfc4 <exec_byte_code+13057>, 0x5555557ed02c <exec_byte_code+13161>, 0x5555557ed13d <exec_byte_code+13434>, 0x5555557ed1a5 <exec_byte_code+13538>, 0x5555557ed20d <exec_byte_code+13642>, 0x5555557ed255 <exec_byte_code+13714>, 0x5555557ed2bd <exec_byte_code+13818>, 0x5555557ed325 <exec_byte_code+13922>, 0x5555557ed36d <exec_byte_code+13994>, 0x5555557ed3b5 <exec_byte_code+14066>, 0x5555557ec285 <exec_byte_code+9666>, 0x5555557ec2d4 <exec_byte_code+9745>, 0x5555557ed404 <exec_byte_code+14145>, 0x5555557ed466 <exec_byte_code+14243>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557eab0d <exec_byte_code+3658>, 0x5555557eab2a <exec_byte_code+3687>, 0x5555557eab99 <exec_byte_code+3798>, 0x5555557eac08 <exec_byte_code+3909>, 0x5555557eac74 <exec_byte_code+4017>, 0x5555557eb793 <exec_byte_code+6864>, 0x5555557ebc7a <exec_byte_code+8119>, 0x5555557ec429 <exec_byte_code+10086>, 0x5555557ed65f <exec_byte_code+14748>, 0x5555557ed6d4 <exec_byte_code+14865>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed76a <exec_byte_code+15015>, 0x5555557ed7f1 <exec_byte_code+15150>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed93f <exec_byte_code+15484> <repeats 64 times>}
        const_length = 29
        bytestr_length = 106
        vectorp = 0x7ffff22d79f8
        quitcounter = 1 '\001'
        stack_items = 8
        sa_avail = 16214
        sa_count = 9
        alloc = 0x7fffffffbfa0
        stack_base = 0x7fffffffbfa0
        top = 0x7fffffffbfa8
        stack_lim = 0x7fffffffbfe0
        bytestr_data = 0x7fffffffbfe0 "\305\030\t\206h"
        pc = 0x7fffffffc048 ")\207"
        count = 9
        result = XIL(0x7fffffffc0f0)
#12 0x00005555557a0a27 in fetch_and_exec_byte_code (fun=XIL(0x7ffff22d79cd), syms_left=make_fixnum(0), nargs=0, args=0x7fffffffc4f8) at eval.c:2928
#13 0x00005555557a0db4 in funcall_lambda (fun=XIL(0x7ffff22d79cd), nargs=0, arg_vector=0x7fffffffc4f8) at eval.c:3009
        val = XIL(0x7fffffffc470)
        syms_left = make_fixnum(0)
        next = XIL(0x555555e05ce5)
        lexenv = XIL(0x1800000000)
        count = 9
        i = 93824994614785
        optional = false
        rest = false
#14 0x00005555557a03cc in Ffuncall (nargs=1, args=0x7fffffffc4f0) at eval.c:2808
        fun = XIL(0x7ffff22d79cd)
        original_fun = XIL(0x2aaa9c6301b8)
        funcar = XIL(0x555555d421bd)
        numargs = 0
        val = XIL(0)
        count = 8
#15 0x00005555557ea7a5 in exec_byte_code (bytestr=XIL(0x7ffff22d7b64), vector=XIL(0x7ffff22d684d), maxdepth=make_fixnum(25), args_template=make_fixnum(257), nargs=1, args=0x7fffffffced8) at bytecode.c:632
        op = 0
        type = (unknown: 4058649672)
        targets = {0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4ed <exec_byte_code+14378>, 0x5555557ed4ef <exec_byte_code+14380>, 0x5555557ed4f1 <exec_byte_code+14382>, 0x5555557ed4f3 <exec_byte_code+14384>, 0x5555557ed4f3 <exec_byte_code+14384>, 0x5555557ed558 <exec_byte_code+14485>, 0x5555557ed5cc <exec_byte_code+14601>, 0x5555557ea151 <exec_byte_code+1166>, 0x5555557ea153 <exec_byte_code+1168>, 0x5555557ea155 <exec_byte_code+1170>, 0x5555557ea157 <exec_byte_code+1172>, 0x5555557ea159 <exec_byte_code+1174>, 0x5555557ea159 <exec_byte_code+1174>, 0x5555557ea15f <exec_byte_code+1180>, 0x5555557ea120 <exec_byte_code+1117>, 0x5555557ea4cf <exec_byte_code+2060>, 0x5555557ea4d1 <exec_byte_code+2062>, 0x5555557ea4d3 <exec_byte_code+2064>, 0x5555557ea4d5 <exec_byte_code+2066>, 0x5555557ea4d7 <exec_byte_code+2068>, 0x5555557ea4d7 <exec_byte_code+2068>, 0x5555557ea50c <exec_byte_code+2121>, 0x5555557ea4dd <exec_byte_code+2074>, 0x5555557ea6bd <exec_byte_code+2554>, 0x5555557ea6bf <exec_byte_code+2556>, 0x5555557ea6c1 <exec_byte_code+2558>, 0x5555557ea6c3 <exec_byte_code+2560>, 0x5555557ea6c5 <exec_byte_code+2562>, 0x5555557ea6c5 <exec_byte_code+2562>, 0x5555557ea677 <exec_byte_code+2484>, 0x5555557ea68e <exec_byte_code+2507>, 0x5555557ea772 <exec_byte_code+2735>, 0x5555557ea774 <exec_byte_code+2737>, 0x5555557ea776 <exec_byte_code+2739>, 0x5555557ea778 <exec_byte_code+2741>, 0x5555557ea77a <exec_byte_code+2743>, 0x5555557ea77a <exec_byte_code+2743>, 0x5555557ea72c <exec_byte_code+2665>, 0x5555557ea743 <exec_byte_code+2688>, 0x5555557ea824 <exec_byte_code+2913>, 0x5555557ea826 <exec_byte_code+2915>, 0x5555557ea828 <exec_byte_code+2917>, 0x5555557ea82a <exec_byte_code+2919>, 0x5555557ea82c <exec_byte_code+2921>, 0x5555557ea82c <exec_byte_code+2921>, 0x5555557ea7de <exec_byte_code+2843>, 0x5555557ea7f5 <exec_byte_code+2866>, 0x5555557eb08c <exec_byte_code+5065>, 0x5555557eaf6f <exec_byte_code+4780>, 0x5555557eaf66 <exec_byte_code+4771>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557eb2c6 <exec_byte_code+5635>, 0x5555557eb3a7 <exec_byte_code+5860>, 0x5555557eb404 <exec_byte_code+5953>, 0x5555557eb464 <exec_byte_code+6049>, 0x5555557eb4c6 <exec_byte_code+6147>, 0x5555557ea35c <exec_byte_code+1689>, 0x5555557ea3d7 <exec_byte_code+1812>, 0x5555557eb53f <exec_byte_code+6268>, 0x5555557ea2cd <exec_byte_code+1546>, 0x5555557ea43f <exec_byte_code+1916>, 0x5555557eb5a7 <exec_byte_code+6372>, 0x5555557eb60f <exec_byte_code+6476>, 0x5555557eb657 <exec_byte_code+6548>, 0x5555557eb6bf <exec_byte_code+6652>, 0x5555557eb725 <exec_byte_code+6754>, 0x5555557eb80b <exec_byte_code+6984>, 0x5555557eb853 <exec_byte_code+7056>, 0x5555557eb8bb <exec_byte_code+7160>, 0x5555557eb940 <exec_byte_code+7293>, 0x5555557eb988 <exec_byte_code+7365>, 0x5555557eb9d0 <exec_byte_code+7437>, 0x5555557eba38 <exec_byte_code+7541>, 0x5555557ebaa0 <exec_byte_code+7645>, 0x5555557ebb08 <exec_byte_code+7749>, 0x5555557ebb8d <exec_byte_code+7882>, 0x5555557ebbdc <exec_byte_code+7961>, 0x5555557ebc2b <exec_byte_code+8040>, 0x5555557ebcf2 <exec_byte_code+8239>, 0x5555557ebd94 <exec_byte_code+8401>, 0x5555557ebe36 <exec_byte_code+8563>, 0x5555557ebea3 <exec_byte_code+8672>, 0x5555557ebf10 <exec_byte_code+8781>, 0x5555557ebf7d <exec_byte_code+8890>, 0x5555557ebfea <exec_byte_code+8999>, 0x5555557ec057 <exec_byte_code+9108>, 0x5555557ec0a6 <exec_byte_code+9187>, 0x5555557ec149 <exec_byte_code+9350>, 0x5555557ec198 <exec_byte_code+9429>, 0x5555557ec1e7 <exec_byte_code+9508>, 0x5555557ec236 <exec_byte_code+9587>, 0x5555557ec33c <exec_byte_code+9849>, 0x5555557eade6 <exec_byte_code+4387>, 0x5555557ec397 <exec_byte_code+9940>, 0x5555557ec3df <exec_byte_code+10012>, 0x5555557ec4a1 <exec_byte_code+10206>, 0x5555557ec50a <exec_byte_code+10311>, 0x5555557ec565 <exec_byte_code+10402>, 0x5555557ec5ad <exec_byte_code+10474>, 0x5555557ec5f0 <exec_byte_code+10541>, 0x5555557ec633 <exec_byte_code+10608>, 0x5555557ec67e <exec_byte_code+10683>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ec6d6 <exec_byte_code+10771>, 0x5555557ec719 <exec_byte_code+10838>, 0x5555557ec75c <exec_byte_code+10905>, 0x5555557ec79f <exec_byte_code+10972>, 0x5555557ec7e2 <exec_byte_code+11039>, 0x5555557ec825 <exec_byte_code+11106>, 0x5555557eade6 <exec_byte_code+4387>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ec86d <exec_byte_code+11178>, 0x5555557ec8bf <exec_byte_code+11260>, 0x5555557ec907 <exec_byte_code+11332>, 0x5555557ec94f <exec_byte_code+11404>, 0x5555557ec9b7 <exec_byte_code+11508>, 0x5555557eca1f <exec_byte_code+11612>, 0x5555557eca67 <exec_byte_code+11684>, 0x5555557ecb24 <exec_byte_code+11873>, 0x5555557ecb8c <exec_byte_code+11977>, 0x5555557ecbf4 <exec_byte_code+12081>, 0x5555557ecc5c <exec_byte_code+12185>, 0x5555557ecc9f <exec_byte_code+12252>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ead2c <exec_byte_code+4201>, 0x5555557ea8d6 <exec_byte_code+3091>, 0x5555557ea23b <exec_byte_code+1400>, 0x5555557ea987 <exec_byte_code+3268>, 0x5555557eaa0b <exec_byte_code+3400>, 0x5555557eaa8c <exec_byte_code+3529>, 0x5555557eace0 <exec_byte_code+4125>, 0x5555557eacf5 <exec_byte_code+4146>, 0x5555557ea624 <exec_byte_code+2401>, 0x5555557eadaf <exec_byte_code+4332>, 0x5555557eae1d <exec_byte_code+4442>, 0x5555557eaeae <exec_byte_code+4587>, 0x5555557eaef7 <exec_byte_code+4660>, 0x5555557eb0d8 <exec_byte_code+5141>, 0x5555557eb155 <exec_byte_code+5266>, 0x5555557eb1da <exec_byte_code+5399>, 0x5555557eb240 <exec_byte_code+5501>, 0x5555557ea888 <exec_byte_code+3013>, 0x5555557ecce7 <exec_byte_code+12324>, 0x5555557ecd6c <exec_byte_code+12457>, 0x5555557ecdb4 <exec_byte_code+12529>, 0x5555557ecdfc <exec_byte_code+12601>, 0x5555557ece44 <exec_byte_code+12673>, 0x5555557ece8c <exec_byte_code+12745>, 0x5555557ecef4 <exec_byte_code+12849>, 0x5555557ecf5c <exec_byte_code+12953>, 0x5555557ecfc4 <exec_byte_code+13057>, 0x5555557ed02c <exec_byte_code+13161>, 0x5555557ed13d <exec_byte_code+13434>, 0x5555557ed1a5 <exec_byte_code+13538>, 0x5555557ed20d <exec_byte_code+13642>, 0x5555557ed255 <exec_byte_code+13714>, 0x5555557ed2bd <exec_byte_code+13818>, 0x5555557ed325 <exec_byte_code+13922>, 0x5555557ed36d <exec_byte_code+13994>, 0x5555557ed3b5 <exec_byte_code+14066>, 0x5555557ec285 <exec_byte_code+9666>, 0x5555557ec2d4 <exec_byte_code+9745>, 0x5555557ed404 <exec_byte_code+14145>, 0x5555557ed466 <exec_byte_code+14243>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557eab0d <exec_byte_code+3658>, 0x5555557eab2a <exec_byte_code+3687>, 0x5555557eab99 <exec_byte_code+3798>, 0x5555557eac08 <exec_byte_code+3909>, 0x5555557eac74 <exec_byte_code+4017>, 0x5555557eb793 <exec_byte_code+6864>, 0x5555557ebc7a <exec_byte_code+8119>, 0x5555557ec429 <exec_byte_code+10086>, 0x5555557ed65f <exec_byte_code+14748>, 0x5555557ed6d4 <exec_byte_code+14865>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed76a <exec_byte_code+15015>, 0x5555557ed7f1 <exec_byte_code+15150>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed93f <exec_byte_code+15484> <repeats 64 times>}
        const_length = 101
        bytestr_length = 1130
        vectorp = 0x7ffff22d6850
        quitcounter = 1 '\001'
        stack_items = 26
        sa_avail = 15046
        sa_count = 8
        alloc = 0x7fffffffc4e0
        stack_base = 0x7fffffffc4e0
        top = 0x7fffffffc4f0
        stack_lim = 0x7fffffffc5b0
        bytestr_data = 0x7fffffffc5b0 "\306 \210\b\203\034"
        pc = 0x7fffffffc5b2 "\210\b\203\034"
        count = 8
        result = XIL(0)
#16 0x00005555557a0a27 in fetch_and_exec_byte_code (fun=XIL(0x7ffff22d681d), syms_left=make_fixnum(257), nargs=1, args=0x7fffffffced0) at eval.c:2928
#17 0x00005555557a0db4 in funcall_lambda (fun=XIL(0x7ffff22d681d), nargs=1, arg_vector=0x7fffffffced0) at eval.c:3009
        val = XIL(0x7fffffffce40)
        syms_left = make_fixnum(257)
        next = XIL(0x555555ca77e0)
        lexenv = XIL(0x1800000000)
        count = 8
        i = 93824994614785
        optional = false
        rest = false
#18 0x00005555557a03cc in Ffuncall (nargs=2, args=0x7fffffffcec8) at eval.c:2808
        fun = XIL(0x7ffff22d681d)
        original_fun = XIL(0x2aaa9c62f008)
        funcar = XIL(0x55555577c460)
        numargs = 1
        val = XIL(0)
        count = 7
#19 0x00005555557ea7a5 in exec_byte_code (bytestr=XIL(0x7ffff22db2ec), vector=XIL(0x7ffff22d7db5), maxdepth=make_fixnum(14), args_template=make_fixnum(0), nargs=0, args=0x7fffffffda48) at bytecode.c:632
        op = 1
        type = CONDITION_CASE
        targets = {0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4ed <exec_byte_code+14378>, 0x5555557ed4ef <exec_byte_code+14380>, 0x5555557ed4f1 <exec_byte_code+14382>, 0x5555557ed4f3 <exec_byte_code+14384>, 0x5555557ed4f3 <exec_byte_code+14384>, 0x5555557ed558 <exec_byte_code+14485>, 0x5555557ed5cc <exec_byte_code+14601>, 0x5555557ea151 <exec_byte_code+1166>, 0x5555557ea153 <exec_byte_code+1168>, 0x5555557ea155 <exec_byte_code+1170>, 0x5555557ea157 <exec_byte_code+1172>, 0x5555557ea159 <exec_byte_code+1174>, 0x5555557ea159 <exec_byte_code+1174>, 0x5555557ea15f <exec_byte_code+1180>, 0x5555557ea120 <exec_byte_code+1117>, 0x5555557ea4cf <exec_byte_code+2060>, 0x5555557ea4d1 <exec_byte_code+2062>, 0x5555557ea4d3 <exec_byte_code+2064>, 0x5555557ea4d5 <exec_byte_code+2066>, 0x5555557ea4d7 <exec_byte_code+2068>, 0x5555557ea4d7 <exec_byte_code+2068>, 0x5555557ea50c <exec_byte_code+2121>, 0x5555557ea4dd <exec_byte_code+2074>, 0x5555557ea6bd <exec_byte_code+2554>, 0x5555557ea6bf <exec_byte_code+2556>, 0x5555557ea6c1 <exec_byte_code+2558>, 0x5555557ea6c3 <exec_byte_code+2560>, 0x5555557ea6c5 <exec_byte_code+2562>, 0x5555557ea6c5 <exec_byte_code+2562>, 0x5555557ea677 <exec_byte_code+2484>, 0x5555557ea68e <exec_byte_code+2507>, 0x5555557ea772 <exec_byte_code+2735>, 0x5555557ea774 <exec_byte_code+2737>, 0x5555557ea776 <exec_byte_code+2739>, 0x5555557ea778 <exec_byte_code+2741>, 0x5555557ea77a <exec_byte_code+2743>, 0x5555557ea77a <exec_byte_code+2743>, 0x5555557ea72c <exec_byte_code+2665>, 0x5555557ea743 <exec_byte_code+2688>, 0x5555557ea824 <exec_byte_code+2913>, 0x5555557ea826 <exec_byte_code+2915>, 0x5555557ea828 <exec_byte_code+2917>, 0x5555557ea82a <exec_byte_code+2919>, 0x5555557ea82c <exec_byte_code+2921>, 0x5555557ea82c <exec_byte_code+2921>, 0x5555557ea7de <exec_byte_code+2843>, 0x5555557ea7f5 <exec_byte_code+2866>, 0x5555557eb08c <exec_byte_code+5065>, 0x5555557eaf6f <exec_byte_code+4780>, 0x5555557eaf66 <exec_byte_code+4771>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557eb2c6 <exec_byte_code+5635>, 0x5555557eb3a7 <exec_byte_code+5860>, 0x5555557eb404 <exec_byte_code+5953>, 0x5555557eb464 <exec_byte_code+6049>, 0x5555557eb4c6 <exec_byte_code+6147>, 0x5555557ea35c <exec_byte_code+1689>, 0x5555557ea3d7 <exec_byte_code+1812>, 0x5555557eb53f <exec_byte_code+6268>, 0x5555557ea2cd <exec_byte_code+1546>, 0x5555557ea43f <exec_byte_code+1916>, 0x5555557eb5a7 <exec_byte_code+6372>, 0x5555557eb60f <exec_byte_code+6476>, 0x5555557eb657 <exec_byte_code+6548>, 0x5555557eb6bf <exec_byte_code+6652>, 0x5555557eb725 <exec_byte_code+6754>, 0x5555557eb80b <exec_byte_code+6984>, 0x5555557eb853 <exec_byte_code+7056>, 0x5555557eb8bb <exec_byte_code+7160>, 0x5555557eb940 <exec_byte_code+7293>, 0x5555557eb988 <exec_byte_code+7365>, 0x5555557eb9d0 <exec_byte_code+7437>, 0x5555557eba38 <exec_byte_code+7541>, 0x5555557ebaa0 <exec_byte_code+7645>, 0x5555557ebb08 <exec_byte_code+7749>, 0x5555557ebb8d <exec_byte_code+7882>, 0x5555557ebbdc <exec_byte_code+7961>, 0x5555557ebc2b <exec_byte_code+8040>, 0x5555557ebcf2 <exec_byte_code+8239>, 0x5555557ebd94 <exec_byte_code+8401>, 0x5555557ebe36 <exec_byte_code+8563>, 0x5555557ebea3 <exec_byte_code+8672>, 0x5555557ebf10 <exec_byte_code+8781>, 0x5555557ebf7d <exec_byte_code+8890>, 0x5555557ebfea <exec_byte_code+8999>, 0x5555557ec057 <exec_byte_code+9108>, 0x5555557ec0a6 <exec_byte_code+9187>, 0x5555557ec149 <exec_byte_code+9350>, 0x5555557ec198 <exec_byte_code+9429>, 0x5555557ec1e7 <exec_byte_code+9508>, 0x5555557ec236 <exec_byte_code+9587>, 0x5555557ec33c <exec_byte_code+9849>, 0x5555557eade6 <exec_byte_code+4387>, 0x5555557ec397 <exec_byte_code+9940>, 0x5555557ec3df <exec_byte_code+10012>, 0x5555557ec4a1 <exec_byte_code+10206>, 0x5555557ec50a <exec_byte_code+10311>, 0x5555557ec565 <exec_byte_code+10402>, 0x5555557ec5ad <exec_byte_code+10474>, 0x5555557ec5f0 <exec_byte_code+10541>, 0x5555557ec633 <exec_byte_code+10608>, 0x5555557ec67e <exec_byte_code+10683>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ec6d6 <exec_byte_code+10771>, 0x5555557ec719 <exec_byte_code+10838>, 0x5555557ec75c <exec_byte_code+10905>, 0x5555557ec79f <exec_byte_code+10972>, 0x5555557ec7e2 <exec_byte_code+11039>, 0x5555557ec825 <exec_byte_code+11106>, 0x5555557eade6 <exec_byte_code+4387>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ec86d <exec_byte_code+11178>, 0x5555557ec8bf <exec_byte_code+11260>, 0x5555557ec907 <exec_byte_code+11332>, 0x5555557ec94f <exec_byte_code+11404>, 0x5555557ec9b7 <exec_byte_code+11508>, 0x5555557eca1f <exec_byte_code+11612>, 0x5555557eca67 <exec_byte_code+11684>, 0x5555557ecb24 <exec_byte_code+11873>, 0x5555557ecb8c <exec_byte_code+11977>, 0x5555557ecbf4 <exec_byte_code+12081>, 0x5555557ecc5c <exec_byte_code+12185>, 0x5555557ecc9f <exec_byte_code+12252>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ead2c <exec_byte_code+4201>, 0x5555557ea8d6 <exec_byte_code+3091>, 0x5555557ea23b <exec_byte_code+1400>, 0x5555557ea987 <exec_byte_code+3268>, 0x5555557eaa0b <exec_byte_code+3400>, 0x5555557eaa8c <exec_byte_code+3529>, 0x5555557eace0 <exec_byte_code+4125>, 0x5555557eacf5 <exec_byte_code+4146>, 0x5555557ea624 <exec_byte_code+2401>, 0x5555557eadaf <exec_byte_code+4332>, 0x5555557eae1d <exec_byte_code+4442>, 0x5555557eaeae <exec_byte_code+4587>, 0x5555557eaef7 <exec_byte_code+4660>, 0x5555557eb0d8 <exec_byte_code+5141>, 0x5555557eb155 <exec_byte_code+5266>, 0x5555557eb1da <exec_byte_code+5399>, 0x5555557eb240 <exec_byte_code+5501>, 0x5555557ea888 <exec_byte_code+3013>, 0x5555557ecce7 <exec_byte_code+12324>, 0x5555557ecd6c <exec_byte_code+12457>, 0x5555557ecdb4 <exec_byte_code+12529>, 0x5555557ecdfc <exec_byte_code+12601>, 0x5555557ece44 <exec_byte_code+12673>, 0x5555557ece8c <exec_byte_code+12745>, 0x5555557ecef4 <exec_byte_code+12849>, 0x5555557ecf5c <exec_byte_code+12953>, 0x5555557ecfc4 <exec_byte_code+13057>, 0x5555557ed02c <exec_byte_code+13161>, 0x5555557ed13d <exec_byte_code+13434>, 0x5555557ed1a5 <exec_byte_code+13538>, 0x5555557ed20d <exec_byte_code+13642>, 0x5555557ed255 <exec_byte_code+13714>, 0x5555557ed2bd <exec_byte_code+13818>, 0x5555557ed325 <exec_byte_code+13922>, 0x5555557ed36d <exec_byte_code+13994>, 0x5555557ed3b5 <exec_byte_code+14066>, 0x5555557ec285 <exec_byte_code+9666>, 0x5555557ec2d4 <exec_byte_code+9745>, 0x5555557ed404 <exec_byte_code+14145>, 0x5555557ed466 <exec_byte_code+14243>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557eab0d <exec_byte_code+3658>, 0x5555557eab2a <exec_byte_code+3687>, 0x5555557eab99 <exec_byte_code+3798>, 0x5555557eac08 <exec_byte_code+3909>, 0x5555557eac74 <exec_byte_code+4017>, 0x5555557eb793 <exec_byte_code+6864>, 0x5555557ebc7a <exec_byte_code+8119>, 0x5555557ec429 <exec_byte_code+10086>, 0x5555557ed65f <exec_byte_code+14748>, 0x5555557ed6d4 <exec_byte_code+14865>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed76a <exec_byte_code+15015>, 0x5555557ed7f1 <exec_byte_code+15150>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed93f <exec_byte_code+15484> <repeats 64 times>}
        const_length = 205
        bytestr_length = 1660
        vectorp = 0x7ffff22d7db8
        quitcounter = 4 '\004'
        stack_items = 15
        sa_avail = 14604
        sa_count = 7
        alloc = 0x7fffffffceb0
        stack_base = 0x7fffffffceb0
        top = 0x7fffffffcec8
        stack_lim = 0x7fffffffcf28
        bytestr_data = 0x7fffffffcf28 "\306C\306C\307 \020\306\021\n\023\306\024\310\311!\211\306=\204("
        pc = 0x7fffffffd4f3 "\210\306\016@\211\203\025\006\211@\002\204\016\006\211;\203\016\006\201", <incomplete sequence \302>
        count = 7
        result = XIL(0x555555db8980)
#20 0x00005555557a0a27 in fetch_and_exec_byte_code (fun=XIL(0x7ffff22d7d85), syms_left=make_fixnum(0), nargs=0, args=0x7fffffffda48) at eval.c:2928
#21 0x00005555557a0db4 in funcall_lambda (fun=XIL(0x7ffff22d7d85), nargs=0, arg_vector=0x7fffffffda48) at eval.c:3009
        val = XIL(0x7fffffffd9c0)
        syms_left = make_fixnum(0)
        next = XIL(0)
        lexenv = XIL(0x1800000000)
        count = 7
        i = 93824994614785
        optional = false
        rest = false
#22 0x00005555557a03cc in Ffuncall (nargs=1, args=0x7fffffffda40) at eval.c:2808
        fun = XIL(0x7ffff22d7d85)
        original_fun = XIL(0x2aaa9c630570)
        funcar = XIL(0x7fffffffda20)
        numargs = 0
        val = XIL(0x7fffffffda20)
        count = 6
#23 0x00005555557ea7a5 in exec_byte_code (bytestr=XIL(0x7ffff22dbfb4), vector=XIL(0x7ffff22db4bd), maxdepth=make_fixnum(12), args_template=make_fixnum(0), nargs=0, args=0x7fffffffe0c0) at bytecode.c:632
        op = 0
        type = CONDITION_CASE
        targets = {0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4ed <exec_byte_code+14378>, 0x5555557ed4ef <exec_byte_code+14380>, 0x5555557ed4f1 <exec_byte_code+14382>, 0x5555557ed4f3 <exec_byte_code+14384>, 0x5555557ed4f3 <exec_byte_code+14384>, 0x5555557ed558 <exec_byte_code+14485>, 0x5555557ed5cc <exec_byte_code+14601>, 0x5555557ea151 <exec_byte_code+1166>, 0x5555557ea153 <exec_byte_code+1168>, 0x5555557ea155 <exec_byte_code+1170>, 0x5555557ea157 <exec_byte_code+1172>, 0x5555557ea159 <exec_byte_code+1174>, 0x5555557ea159 <exec_byte_code+1174>, 0x5555557ea15f <exec_byte_code+1180>, 0x5555557ea120 <exec_byte_code+1117>, 0x5555557ea4cf <exec_byte_code+2060>, 0x5555557ea4d1 <exec_byte_code+2062>, 0x5555557ea4d3 <exec_byte_code+2064>, 0x5555557ea4d5 <exec_byte_code+2066>, 0x5555557ea4d7 <exec_byte_code+2068>, 0x5555557ea4d7 <exec_byte_code+2068>, 0x5555557ea50c <exec_byte_code+2121>, 0x5555557ea4dd <exec_byte_code+2074>, 0x5555557ea6bd <exec_byte_code+2554>, 0x5555557ea6bf <exec_byte_code+2556>, 0x5555557ea6c1 <exec_byte_code+2558>, 0x5555557ea6c3 <exec_byte_code+2560>, 0x5555557ea6c5 <exec_byte_code+2562>, 0x5555557ea6c5 <exec_byte_code+2562>, 0x5555557ea677 <exec_byte_code+2484>, 0x5555557ea68e <exec_byte_code+2507>, 0x5555557ea772 <exec_byte_code+2735>, 0x5555557ea774 <exec_byte_code+2737>, 0x5555557ea776 <exec_byte_code+2739>, 0x5555557ea778 <exec_byte_code+2741>, 0x5555557ea77a <exec_byte_code+2743>, 0x5555557ea77a <exec_byte_code+2743>, 0x5555557ea72c <exec_byte_code+2665>, 0x5555557ea743 <exec_byte_code+2688>, 0x5555557ea824 <exec_byte_code+2913>, 0x5555557ea826 <exec_byte_code+2915>, 0x5555557ea828 <exec_byte_code+2917>, 0x5555557ea82a <exec_byte_code+2919>, 0x5555557ea82c <exec_byte_code+2921>, 0x5555557ea82c <exec_byte_code+2921>, 0x5555557ea7de <exec_byte_code+2843>, 0x5555557ea7f5 <exec_byte_code+2866>, 0x5555557eb08c <exec_byte_code+5065>, 0x5555557eaf6f <exec_byte_code+4780>, 0x5555557eaf66 <exec_byte_code+4771>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557eb2c6 <exec_byte_code+5635>, 0x5555557eb3a7 <exec_byte_code+5860>, 0x5555557eb404 <exec_byte_code+5953>, 0x5555557eb464 <exec_byte_code+6049>, 0x5555557eb4c6 <exec_byte_code+6147>, 0x5555557ea35c <exec_byte_code+1689>, 0x5555557ea3d7 <exec_byte_code+1812>, 0x5555557eb53f <exec_byte_code+6268>, 0x5555557ea2cd <exec_byte_code+1546>, 0x5555557ea43f <exec_byte_code+1916>, 0x5555557eb5a7 <exec_byte_code+6372>, 0x5555557eb60f <exec_byte_code+6476>, 0x5555557eb657 <exec_byte_code+6548>, 0x5555557eb6bf <exec_byte_code+6652>, 0x5555557eb725 <exec_byte_code+6754>, 0x5555557eb80b <exec_byte_code+6984>, 0x5555557eb853 <exec_byte_code+7056>, 0x5555557eb8bb <exec_byte_code+7160>, 0x5555557eb940 <exec_byte_code+7293>, 0x5555557eb988 <exec_byte_code+7365>, 0x5555557eb9d0 <exec_byte_code+7437>, 0x5555557eba38 <exec_byte_code+7541>, 0x5555557ebaa0 <exec_byte_code+7645>, 0x5555557ebb08 <exec_byte_code+7749>, 0x5555557ebb8d <exec_byte_code+7882>, 0x5555557ebbdc <exec_byte_code+7961>, 0x5555557ebc2b <exec_byte_code+8040>, 0x5555557ebcf2 <exec_byte_code+8239>, 0x5555557ebd94 <exec_byte_code+8401>, 0x5555557ebe36 <exec_byte_code+8563>, 0x5555557ebea3 <exec_byte_code+8672>, 0x5555557ebf10 <exec_byte_code+8781>, 0x5555557ebf7d <exec_byte_code+8890>, 0x5555557ebfea <exec_byte_code+8999>, 0x5555557ec057 <exec_byte_code+9108>, 0x5555557ec0a6 <exec_byte_code+9187>, 0x5555557ec149 <exec_byte_code+9350>, 0x5555557ec198 <exec_byte_code+9429>, 0x5555557ec1e7 <exec_byte_code+9508>, 0x5555557ec236 <exec_byte_code+9587>, 0x5555557ec33c <exec_byte_code+9849>, 0x5555557eade6 <exec_byte_code+4387>, 0x5555557ec397 <exec_byte_code+9940>, 0x5555557ec3df <exec_byte_code+10012>, 0x5555557ec4a1 <exec_byte_code+10206>, 0x5555557ec50a <exec_byte_code+10311>, 0x5555557ec565 <exec_byte_code+10402>, 0x5555557ec5ad <exec_byte_code+10474>, 0x5555557ec5f0 <exec_byte_code+10541>, 0x5555557ec633 <exec_byte_code+10608>, 0x5555557ec67e <exec_byte_code+10683>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ec6d6 <exec_byte_code+10771>, 0x5555557ec719 <exec_byte_code+10838>, 0x5555557ec75c <exec_byte_code+10905>, 0x5555557ec79f <exec_byte_code+10972>, 0x5555557ec7e2 <exec_byte_code+11039>, 0x5555557ec825 <exec_byte_code+11106>, 0x5555557eade6 <exec_byte_code+4387>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ec86d <exec_byte_code+11178>, 0x5555557ec8bf <exec_byte_code+11260>, 0x5555557ec907 <exec_byte_code+11332>, 0x5555557ec94f <exec_byte_code+11404>, 0x5555557ec9b7 <exec_byte_code+11508>, 0x5555557eca1f <exec_byte_code+11612>, 0x5555557eca67 <exec_byte_code+11684>, 0x5555557ecb24 <exec_byte_code+11873>, 0x5555557ecb8c <exec_byte_code+11977>, 0x5555557ecbf4 <exec_byte_code+12081>, 0x5555557ecc5c <exec_byte_code+12185>, 0x5555557ecc9f <exec_byte_code+12252>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ead2c <exec_byte_code+4201>, 0x5555557ea8d6 <exec_byte_code+3091>, 0x5555557ea23b <exec_byte_code+1400>, 0x5555557ea987 <exec_byte_code+3268>, 0x5555557eaa0b <exec_byte_code+3400>, 0x5555557eaa8c <exec_byte_code+3529>, 0x5555557eace0 <exec_byte_code+4125>, 0x5555557eacf5 <exec_byte_code+4146>, 0x5555557ea624 <exec_byte_code+2401>, 0x5555557eadaf <exec_byte_code+4332>, 0x5555557eae1d <exec_byte_code+4442>, 0x5555557eaeae <exec_byte_code+4587>, 0x5555557eaef7 <exec_byte_code+4660>, 0x5555557eb0d8 <exec_byte_code+5141>, 0x5555557eb155 <exec_byte_code+5266>, 0x5555557eb1da <exec_byte_code+5399>, 0x5555557eb240 <exec_byte_code+5501>, 0x5555557ea888 <exec_byte_code+3013>, 0x5555557ecce7 <exec_byte_code+12324>, 0x5555557ecd6c <exec_byte_code+12457>, 0x5555557ecdb4 <exec_byte_code+12529>, 0x5555557ecdfc <exec_byte_code+12601>, 0x5555557ece44 <exec_byte_code+12673>, 0x5555557ece8c <exec_byte_code+12745>, 0x5555557ecef4 <exec_byte_code+12849>, 0x5555557ecf5c <exec_byte_code+12953>, 0x5555557ecfc4 <exec_byte_code+13057>, 0x5555557ed02c <exec_byte_code+13161>, 0x5555557ed13d <exec_byte_code+13434>, 0x5555557ed1a5 <exec_byte_code+13538>, 0x5555557ed20d <exec_byte_code+13642>, 0x5555557ed255 <exec_byte_code+13714>, 0x5555557ed2bd <exec_byte_code+13818>, 0x5555557ed325 <exec_byte_code+13922>, 0x5555557ed36d <exec_byte_code+13994>, 0x5555557ed3b5 <exec_byte_code+14066>, 0x5555557ec285 <exec_byte_code+9666>, 0x5555557ec2d4 <exec_byte_code+9745>, 0x5555557ed404 <exec_byte_code+14145>, 0x5555557ed466 <exec_byte_code+14243>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557eab0d <exec_byte_code+3658>, 0x5555557eab2a <exec_byte_code+3687>, 0x5555557eab99 <exec_byte_code+3798>, 0x5555557eac08 <exec_byte_code+3909>, 0x5555557eac74 <exec_byte_code+4017>, 0x5555557eb793 <exec_byte_code+6864>, 0x5555557ebc7a <exec_byte_code+8119>, 0x5555557ec429 <exec_byte_code+10086>, 0x5555557ed65f <exec_byte_code+14748>, 0x5555557ed6d4 <exec_byte_code+14865>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed76a <exec_byte_code+15015>, 0x5555557ed7f1 <exec_byte_code+15150>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed4c8 <exec_byte_code+14341>, 0x5555557ed93f <exec_byte_code+15484> <repeats 64 times>}
        const_length = 84
        bytestr_length = 500
        vectorp = 0x7ffff22db4c0
        quitcounter = 38 '&'
        stack_items = 13
        sa_avail = 15780
        sa_count = 5
        alloc = 0x7fffffffda30
        stack_base = 0x7fffffffda30
        top = 0x7fffffffda40
        stack_lim = 0x7fffffffda98
        bytestr_data = 0x7fffffffda98 "\b\203\b"
        pc = 0x7fffffffdc3f "\210)\210\201L"
        count = 5
        result = XIL(0x555555d42fd0)
#24 0x00005555557a0a27 in fetch_and_exec_byte_code (fun=XIL(0x7ffff22db48d), syms_left=make_fixnum(0), nargs=0, args=0x7fffffffe0c0) at eval.c:2928
#25 0x00005555557a0db4 in funcall_lambda (fun=XIL(0x7ffff22db48d), nargs=0, arg_vector=0x7fffffffe0c0) at eval.c:3009
        val = XIL(0)
        syms_left = make_fixnum(0)
        next = XIL(0x7fffffffe070)
        lexenv = XIL(0)
        count = 5
        i = 0
        optional = false
        rest = false
#26 0x00005555557a0bd1 in apply_lambda (fun=XIL(0x7ffff22db48d), args=XIL(0), count=4) at eval.c:2953
        arg_vector = 0x7fffffffe0c0
        tem = make_fixnum(23456248653897)
        sa_avail = 16384
        sa_count = 5
        numargs = 0
        args_left = XIL(0)
#27 0x000055555579effc in eval_sub (form=XIL(0x7ffff243625b)) at eval.c:2328
        original_fun = XIL(0x2aaa9c633c78)
        original_args = XIL(0)
        count = 4
        fun = XIL(0x7ffff22db48d)
        val = XIL(0)
        funcar = XIL(0x555555caf940)
        argvals = {XIL(0x100000000), XIL(0), XIL(0), XIL(0x8160), XIL(0x5555557cde07), XIL(0x7ffff2448458), XIL(0x555555ca77e0), XIL(0x7ffff2448458)}
#28 0x000055555579e4f9 in Feval (form=XIL(0x7ffff243625b), lexical=XIL(0)) at eval.c:2112
        count = 3
#29 0x00005555556e7c82 in top_level_2 () at keyboard.c:1104
#30 0x000055555579cbfe in internal_condition_case (bfun=0x5555556e7c5f <top_level_2>, handlers=XIL(0x90), hfun=0x5555556e770b <cmd_error>) at eval.c:1356
        val = make_fixnum(23456248468693)
        c = 0x555555d9ac10
#31 0x00005555556e7cca in top_level_1 (ignore=XIL(0)) at keyboard.c:1112
#32 0x000055555579c4b3 in internal_catch (tag=XIL(0xd290), func=0x5555556e7c84 <top_level_1>, arg=XIL(0)) at eval.c:1117
        val = XIL(0x7fffffffe370)
        c = 0x555555d8ca00
#33 0x00005555556e7bad in command_loop () at keyboard.c:1073
#34 0x00005555556e72dc in recursive_edit_1 () at keyboard.c:718
        count = 1
        val = XIL(0x7fffffffe3d0)
#35 0x00005555556e745f in Frecursive_edit () at keyboard.c:790
        count = 0
        buffer = XIL(0)
#36 0x00005555556e3f7d in main (argc=3, argv=0x7fffffffe638) at emacs.c:2047
        stack_bottom_variable = 0x47a0
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0
        dump_mode = 0x0
        skip_args = 1
        temacs = 0x0
        attempt_load_pdump = true
        rlim = {
          rlim_cur = 10022912,
          rlim_max = 18446744073709551615
        }
        lc_all = 0x0
        sockfd = -1
        module_assertions = false

Lisp Backtrace:
"message" (0xffffbfb0)
"display-startup-echo-area-message" (0xffffc4f8)
"command-line-1" (0xffffced0)
"command-line" (0xffffda48)
"normal-top-level" (0xffffe0c0)
quit

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-19 16:28       ` Liam Stitt
@ 2020-10-19 17:08         ` Eli Zaretskii
  2020-10-20  4:39           ` Liam Stitt
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2020-10-19 17:08 UTC (permalink / raw)
  To: Liam Stitt; +Cc: 44047

> Date: Mon, 19 Oct 2020 10:28:32 -0600 (MDT)
> From: Liam Stitt <stittl@cuug.ab.ca>
> cc: 44047@debbugs.gnu.org
> 
> >  (gdb) bt full
> > and post everything that produces.
> 
> That being 40K of output, I have attached it to this reply.

Thanks.  What does this produce:

  (gdb) frame 1
  (gdb) print window_matrix->rows
  (gdb) print window_matrix->nrows

> > P.S. Is this on some terminal emulator?  If so, which one (xterm,
> > something else?), and what are the dimensions of the terminal window
> > where you invoke Emacs?
> 
> screen(1), via ssh from iTerm2 on osx; the window is 80x26.

What are the values of the following 3 environment variables on the
remote system: TERM, COLUMNS, LINES?





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-19 17:08         ` Eli Zaretskii
@ 2020-10-20  4:39           ` Liam Stitt
  2020-10-20 15:48             ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Liam Stitt @ 2020-10-20  4:39 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 44047


On Mon, 19 Oct 2020, Eli Zaretskii wrote:

>  (gdb) frame 1
>  (gdb) print window_matrix->rows
>  (gdb) print window_matrix->nrows

(gdb) frame 1
#1  0x0000555555597de8 in build_frame_matrix_from_leaf_window (
     frame_matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2531
2531          fill_up_frame_row_with_spaces (frame_row, window_matrix->matrix_x);
(gdb) print window_matrix->rows
$1 = (struct glyph_row *) 0x555555d7b170
(gdb) print window_matrix->nrows
$2 = 24

>> screen(1), via ssh from iTerm2 on osx; the window is 80x26.
> What are the values of the following 3 environment variables on the
> remote system: TERM, COLUMNS, LINES?

screen, 80, and 26; but te latter two are the shell builtins and not 
existing environment variables.


-- 
Liam Stitt
stittl@cuug.ab.ca

fill_up_frame_row_with_spaces (frame_row, window_matrix->matrix_x);





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-20  4:39           ` Liam Stitt
@ 2020-10-20 15:48             ` Eli Zaretskii
  2020-10-20 22:19               ` Liam Stitt
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2020-10-20 15:48 UTC (permalink / raw)
  To: Liam Stitt; +Cc: 44047

> Date: Mon, 19 Oct 2020 22:39:03 -0600 (MDT)
> From: Liam Stitt <stittl@cuug.ab.ca>
> cc: 44047@debbugs.gnu.org
> 
> On Mon, 19 Oct 2020, Eli Zaretskii wrote:
> 
> >  (gdb) frame 1
> >  (gdb) print window_matrix->rows
> >  (gdb) print window_matrix->nrows
> 
> (gdb) frame 1
> #1  0x0000555555597de8 in build_frame_matrix_from_leaf_window (
>      frame_matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2531
> 2531          fill_up_frame_row_with_spaces (frame_row, window_matrix->matrix_x);
> (gdb) print window_matrix->rows
> $1 = (struct glyph_row *) 0x555555d7b170
> (gdb) print window_matrix->nrows
> $2 = 24

Thanks.  How about this:

  (gdb) frame 1
  (gdb) print frame_matrix->rows
  (gdb) print frame_matrix->nrows





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-20 15:48             ` Eli Zaretskii
@ 2020-10-20 22:19               ` Liam Stitt
  2020-10-21 16:03                 ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Liam Stitt @ 2020-10-20 22:19 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 44047


On Tue, 20 Oct 2020, Eli Zaretskii wrote:

>  (gdb) frame 1
>  (gdb) print frame_matrix->rows
>  (gdb) print frame_matrix->nrows

(gdb) frame 1
#1  0x0000555555597de8 in build_frame_matrix_from_leaf_window (
     frame_matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2531
2531          fill_up_frame_row_with_spaces (frame_row, window_matrix->matrix_x);
(gdb) print frame_matrix->rows
$1 = (struct glyph_row *) 0x0
(gdb) print frame_matrix->nrows
$2 = 0


-- 
Liam Stitt
stittl@cuug.ab.ca






^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-20 22:19               ` Liam Stitt
@ 2020-10-21 16:03                 ` Eli Zaretskii
  2020-10-26 15:12                   ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2020-10-21 16:03 UTC (permalink / raw)
  To: Liam Stitt; +Cc: 44047

> Date: Tue, 20 Oct 2020 16:19:26 -0600 (MDT)
> From: Liam Stitt <stittl@cuug.ab.ca>
> cc: 44047@debbugs.gnu.org
> 
> (gdb) frame 1
> #1  0x0000555555597de8 in build_frame_matrix_from_leaf_window (
>      frame_matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2531
> 2531          fill_up_frame_row_with_spaces (frame_row, window_matrix->matrix_x);
> (gdb) print frame_matrix->rows
> $1 = (struct glyph_row *) 0x0
> (gdb) print frame_matrix->nrows
> $2 = 0

OK, so this is the problem: the frame glyph matrix has no glyph rows
allocated to it.  The question is how did that happen?

To find out, please run Emacs under GDB, after setting a breakpoint in
adjust_frame_glyphs_for_frame_redisplay:

  (gdb) break adjust_frame_glyphs_for_frame_redisplay
  (gdb) run -Q -nw

When the breakpoint breaks, step through the code with the "next"
command.  The first couple of times when the function is called, it
should return immediately, here:

  if (!FRAME_LIVE_P (f))
    return;

In the call after those 2, it should allocate the glyph pools and the
2 glyph matrices, then call allocate_matrices_for_frame_redisplay, and
return here:

	  if (!FRAME_WINDOW_P (f) && pool_changed_p)
	    SET_FRAME_GARBAGED (f);
	  return;

And in the next call, it should in addition allocate the glyph rows,
here:

      else
	{
	  adjust_glyph_matrix (NULL, f->desired_matrix, 0, 0, matrix_dim);
	  adjust_glyph_matrix (NULL, f->current_matrix, 0, 0, matrix_dim);
	  SET_FRAME_GARBAGED (f);
	}

This last call's backtrace should look like this:

  (gdb) bt
  #0  adjust_frame_glyphs_for_frame_redisplay (f=0xf46948) at dispnew.c:2008
  #1  0x000000000041c905 in adjust_frame_glyphs (f=0xf46948) at dispnew.c:1828
  #2  0x000000000042cdfd in adjust_frame_size (f=0xf46948, new_width=80,
      new_height=37, inhibit=5, pretend=false, parameter=XIL(0x3690))
      at frame.c:819
  #3  0x0000000000427657 in change_frame_size_1 (f=0xf46948, new_width=80,
      new_height=37, pretend=false, delay=false, safe=true, pixelwise=false)
      at dispnew.c:5798
  #4  0x00000000004276aa in change_frame_size (f=0xf46948, new_width=80,
      new_height=37, pretend=false, delay=false, safe=true, pixelwise=false)
      at dispnew.c:5830
  #5  0x00000000004290e2 in init_display_interactive () at dispnew.c:6397
  #6  0x0000000000429561 in init_display () at dispnew.c:6449
  #7  0x00000000005a892b in main (argc=3, argv=0x7fffffffe538) at emacs.c:1995

Does this happen to you as I described, or does something different
happen?

Also, each time allocate_matrices_for_frame_redisplay is called,
please show the value of matrix_dim after the call:

  (gdb) p matrix_dim

and also show the value of f->total_lines each time
adjust_frame_glyphs_for_frame_redisplay is called:

  (gdb) p f->total_lines.

Finally, the last time adjust_frame_glyphs_for_frame_redisplay is
called, and goes on through all of its code, you should see non-NULL
value of the frame's glyph_matrix's glyph_rows before the function
returns.  Here's what I see:

  (gdb) p f->desired_matrix->rows
  $11 = (struct glyph_row *) 0xf50140
  (gdb) p f->desired_matrix->nrows
  $12 = 38

(In my case, the TTY window has height of 38 lines.)

If what happens on your system matches the above description, then
somehow the value of f->desired_matrix->rows is NULLified after this
initialization.  But if you get NULL as f->desired_matrix->rows in the
last call to adjust_frame_glyphs_for_frame_redisplay, or if Emacs
segfaults before it reaches that point, then something abnormal
happens during initialization, and we will next look at that.

Thanks.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-21 16:03                 ` Eli Zaretskii
@ 2020-10-26 15:12                   ` Eli Zaretskii
  2020-11-01 13:48                     ` Liam Stitt
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2020-10-26 15:12 UTC (permalink / raw)
  To: stittl; +Cc: 44047

Ping!  Any news on this?

> Date: Wed, 21 Oct 2020 19:03:20 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 44047@debbugs.gnu.org
> 
> > Date: Tue, 20 Oct 2020 16:19:26 -0600 (MDT)
> > From: Liam Stitt <stittl@cuug.ab.ca>
> > cc: 44047@debbugs.gnu.org
> > 
> > (gdb) frame 1
> > #1  0x0000555555597de8 in build_frame_matrix_from_leaf_window (
> >      frame_matrix=0x555555d4a2b0, w=0x555555d42420) at dispnew.c:2531
> > 2531          fill_up_frame_row_with_spaces (frame_row, window_matrix->matrix_x);
> > (gdb) print frame_matrix->rows
> > $1 = (struct glyph_row *) 0x0
> > (gdb) print frame_matrix->nrows
> > $2 = 0
> 
> OK, so this is the problem: the frame glyph matrix has no glyph rows
> allocated to it.  The question is how did that happen?
> 
> To find out, please run Emacs under GDB, after setting a breakpoint in
> adjust_frame_glyphs_for_frame_redisplay:
> 
>   (gdb) break adjust_frame_glyphs_for_frame_redisplay
>   (gdb) run -Q -nw
> 
> When the breakpoint breaks, step through the code with the "next"
> command.  The first couple of times when the function is called, it
> should return immediately, here:
> 
>   if (!FRAME_LIVE_P (f))
>     return;
> 
> In the call after those 2, it should allocate the glyph pools and the
> 2 glyph matrices, then call allocate_matrices_for_frame_redisplay, and
> return here:
> 
> 	  if (!FRAME_WINDOW_P (f) && pool_changed_p)
> 	    SET_FRAME_GARBAGED (f);
> 	  return;
> 
> And in the next call, it should in addition allocate the glyph rows,
> here:
> 
>       else
> 	{
> 	  adjust_glyph_matrix (NULL, f->desired_matrix, 0, 0, matrix_dim);
> 	  adjust_glyph_matrix (NULL, f->current_matrix, 0, 0, matrix_dim);
> 	  SET_FRAME_GARBAGED (f);
> 	}
> 
> This last call's backtrace should look like this:
> 
>   (gdb) bt
>   #0  adjust_frame_glyphs_for_frame_redisplay (f=0xf46948) at dispnew.c:2008
>   #1  0x000000000041c905 in adjust_frame_glyphs (f=0xf46948) at dispnew.c:1828
>   #2  0x000000000042cdfd in adjust_frame_size (f=0xf46948, new_width=80,
>       new_height=37, inhibit=5, pretend=false, parameter=XIL(0x3690))
>       at frame.c:819
>   #3  0x0000000000427657 in change_frame_size_1 (f=0xf46948, new_width=80,
>       new_height=37, pretend=false, delay=false, safe=true, pixelwise=false)
>       at dispnew.c:5798
>   #4  0x00000000004276aa in change_frame_size (f=0xf46948, new_width=80,
>       new_height=37, pretend=false, delay=false, safe=true, pixelwise=false)
>       at dispnew.c:5830
>   #5  0x00000000004290e2 in init_display_interactive () at dispnew.c:6397
>   #6  0x0000000000429561 in init_display () at dispnew.c:6449
>   #7  0x00000000005a892b in main (argc=3, argv=0x7fffffffe538) at emacs.c:1995
> 
> Does this happen to you as I described, or does something different
> happen?
> 
> Also, each time allocate_matrices_for_frame_redisplay is called,
> please show the value of matrix_dim after the call:
> 
>   (gdb) p matrix_dim
> 
> and also show the value of f->total_lines each time
> adjust_frame_glyphs_for_frame_redisplay is called:
> 
>   (gdb) p f->total_lines.
> 
> Finally, the last time adjust_frame_glyphs_for_frame_redisplay is
> called, and goes on through all of its code, you should see non-NULL
> value of the frame's glyph_matrix's glyph_rows before the function
> returns.  Here's what I see:
> 
>   (gdb) p f->desired_matrix->rows
>   $11 = (struct glyph_row *) 0xf50140
>   (gdb) p f->desired_matrix->nrows
>   $12 = 38
> 
> (In my case, the TTY window has height of 38 lines.)
> 
> If what happens on your system matches the above description, then
> somehow the value of f->desired_matrix->rows is NULLified after this
> initialization.  But if you get NULL as f->desired_matrix->rows in the
> last call to adjust_frame_glyphs_for_frame_redisplay, or if Emacs
> segfaults before it reaches that point, then something abnormal
> happens during initialization, and we will next look at that.
> 
> Thanks.
> 
> 
> 
> 





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-10-26 15:12                   ` Eli Zaretskii
@ 2020-11-01 13:48                     ` Liam Stitt
  2020-11-01 15:34                       ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Liam Stitt @ 2020-11-01 13:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 44047


On Mon, 26 Oct 2020, Eli Zaretskii wrote:

> Ping!  Any news on this?

Belatedly, yes: the problem spontaneously went away(!), after I 
accidentally full-screened my terminal emulator then restored it to 
normal size. While I am by no means certain of why that should have
such an effect, what digging I have been able to do suggests the
explanation might involve (1) a SIGWINCH that operation generated which 
(2) caused that particular screen-sessions's bash to set $COLUMNS and 
$LINES, which were previously nonextant.

I haven't been able to replicate the crash since. I can only suggest 
closing this bug report for now, and I'll reopen it if I manage to
figure out how to trigger the crash again.


-- 
Liam Stitt
stittl@cuug.ab.ca





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#44047: current HEAD has been crashing on startup
  2020-11-01 13:48                     ` Liam Stitt
@ 2020-11-01 15:34                       ` Eli Zaretskii
  0 siblings, 0 replies; 13+ messages in thread
From: Eli Zaretskii @ 2020-11-01 15:34 UTC (permalink / raw)
  To: Liam Stitt; +Cc: 44047-done

> Date: Sun, 1 Nov 2020 06:48:45 -0700 (MST)
> From: Liam Stitt <stittl@cuug.ab.ca>
> cc: 44047@debbugs.gnu.org
> 
> > Ping!  Any news on this?
> 
> Belatedly, yes: the problem spontaneously went away(!), after I 
> accidentally full-screened my terminal emulator then restored it to 
> normal size. While I am by no means certain of why that should have
> such an effect, what digging I have been able to do suggests the
> explanation might involve (1) a SIGWINCH that operation generated which 
> (2) caused that particular screen-sessions's bash to set $COLUMNS and 
> $LINES, which were previously nonextant.
> 
> I haven't been able to replicate the crash since. I can only suggest 
> closing this bug report for now, and I'll reopen it if I manage to
> figure out how to trigger the crash again.

OK, thanks.  Done.





^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-11-01 15:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-17 17:06 bug#44047: current HEAD has been crashing on startup Liam Stitt
2020-10-17 17:15 ` Eli Zaretskii
2020-10-19  1:10   ` Liam Stitt
2020-10-19 14:23     ` Eli Zaretskii
2020-10-19 16:28       ` Liam Stitt
2020-10-19 17:08         ` Eli Zaretskii
2020-10-20  4:39           ` Liam Stitt
2020-10-20 15:48             ` Eli Zaretskii
2020-10-20 22:19               ` Liam Stitt
2020-10-21 16:03                 ` Eli Zaretskii
2020-10-26 15:12                   ` Eli Zaretskii
2020-11-01 13:48                     ` Liam Stitt
2020-11-01 15:34                       ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

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