all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 14616@debbugs.gnu.org
Subject: bug#14616: 24.3.50; Excessive cursor movement on non-X Emacs
Date: Sat, 03 Aug 2013 15:00:01 +0200	[thread overview]
Message-ID: <m3iozn7wvi.fsf@stories.gnus.org> (raw)
In-Reply-To: <83a9l0yxom.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 02 Aug 2013 17:28:09 +0300")

Eli Zaretskii <eliz@gnu.org> writes:

>  (gdb) watch -l current_row->enabled_p
>  (gdb) commands
>    > bt 10
>    > continue
>    > end

Ok, I said

break dispnew.c:4816
run -nw

and then

commands
continue
end
watch -l current_row->enabled_p
commands
bt 10
continue
end
set logging file /tmp/emacs.gdb
set logging redirect on
set logging on
set height 0
cont

Then I started Gnus, entered a group that triggers async prefect,
selected an article, and waited a bit.  Then, when nothing visible is
changing on screen, I get the following output.  (The cursor is
fluttering, though, so that's changing...)

I'm not sure how much to include here...

Hm...   Is wait_reading_process_output triggering this?


Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#6  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72308262, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#5  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72308262, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72308262, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72308262, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x00000000004486e2 in redisplay () at xdisp.c:12683
#6  0x000000000051ba60 in read_char (commandflag=1, map=72297542, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#7  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#8  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#9  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x00000000004486e2 in redisplay () at xdisp.c:12683
#5  0x000000000051ba60 in read_char (commandflag=1, map=72297542, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#6  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#7  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#8  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#9  0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72297542, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72297542, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#6  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72297542, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#5  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72297542, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72297542, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72297542, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x00000000004486e2 in redisplay () at xdisp.c:12683
#6  0x000000000051ba60 in read_char (commandflag=1, map=72334902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#7  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#8  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#9  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x00000000004486e2 in redisplay () at xdisp.c:12683
#5  0x000000000051ba60 in read_char (commandflag=1, map=72334902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#6  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#7  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#8  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#9  0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72334902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72334902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#6  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72334902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#5  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72334902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72334902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72334902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x00000000004486e2 in redisplay () at xdisp.c:12683
#6  0x000000000051ba60 in read_char (commandflag=1, map=72368214, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#7  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#8  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#9  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x00000000004486e2 in redisplay () at xdisp.c:12683
#5  0x000000000051ba60 in read_char (commandflag=1, map=72368214, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#6  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#7  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#8  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#9  0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72368214, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72368214, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#6  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72368214, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#5  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72368214, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72368214, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72368214, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x00000000004486e2 in redisplay () at xdisp.c:12683
#6  0x000000000051ba60 in read_char (commandflag=1, map=72359494, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#7  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#8  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#9  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x00000000004486e2 in redisplay () at xdisp.c:12683
#5  0x000000000051ba60 in read_char (commandflag=1, map=72359494, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#6  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#7  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#8  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#9  0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72359494, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72359494, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#6  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72359494, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#5  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72359494, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72359494, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72359494, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x00000000004486e2 in redisplay () at xdisp.c:12683
#6  0x000000000051ba60 in read_char (commandflag=1, map=72387686, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#7  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#8  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#9  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x00000000004486e2 in redisplay () at xdisp.c:12683
#5  0x000000000051ba60 in read_char (commandflag=1, map=72387686, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#6  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#7  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#8  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#9  0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72387686, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72387686, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#6  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72387686, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#5  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72387686, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72387686, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72387686, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x00000000004486e2 in redisplay () at xdisp.c:12683
#6  0x000000000051ba60 in read_char (commandflag=1, map=72378966, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#7  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#8  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#9  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x00000000004486e2 in redisplay () at xdisp.c:12683
#5  0x000000000051ba60 in read_char (commandflag=1, map=72378966, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#6  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#7  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#8  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#9  0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72378966, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72378966, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#6  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72378966, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#5  0x00000000005f869b in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4730
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72378966, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72378966, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72378966, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x00000000004486e2 in redisplay () at xdisp.c:12683
#6  0x000000000051ba60 in read_char (commandflag=1, map=72410230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#7  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#8  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#9  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x00000000004486e2 in redisplay () at xdisp.c:12683
#5  0x000000000051ba60 in read_char (commandflag=1, map=72410230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#6  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#7  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#8  0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#9  0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 1024
New value = 0
clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
730	  for (; start < end; ++start)
#0  clear_glyph_matrix_rows (matrix=0xc16260, start=23, end=25) at dispnew.c:730
#1  0x0000000000412a60 in clear_glyph_matrix (matrix=0xc16260) at dispnew.c:749
#2  0x0000000000412f52 in clear_current_matrices (f=0xc12be0) at dispnew.c:797
#3  0x0000000000444c1b in clear_garbaged_frames () at xdisp.c:10726
#4  0x00000000004497de in redisplay_internal () at xdisp.c:13047
#5  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#6  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#7  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#8  0x000000000051c225 in read_char (commandflag=1, map=72410230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#9  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=0) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=1) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=2) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=3) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=4) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=5) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=6) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=7) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=8) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=9) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=11) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);

Breakpoint 3, update_frame_line (f=0xc12be0, vpos=13) at dispnew.c:4816
4816		  write_glyphs (f, nbody, nlen);
Hardware watchpoint 4: -location current_row->enabled_p

Old value = 0
New value = 1024
update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
4791	  current_row->used[TEXT_AREA] = desired_row->used[TEXT_AREA];
#0  update_frame_line (f=0xc12be0, vpos=23) at dispnew.c:4791
#1  0x0000000000419db0 in update_frame_1 (f=0xc12be0, force_p=true, inhibit_id_p=false) at dispnew.c:4507
#2  0x0000000000416c4e in update_frame (f=0xc12be0, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3122
#3  0x000000000044a65b in redisplay_internal () at xdisp.c:13431
#4  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#5  0x00000000005f7d4f in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12571202, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4459
#6  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#7  0x000000000051c225 in read_char (commandflag=1, map=72410230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#8  0x000000000052749c in read_key_sequence (keybuf=0x7fffffffe360, bufsize=30, prompt=12571202, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9056
#9  0x00000000005193b8 in command_loop_1 () at keyboard.c:1434

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)



-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php





  reply	other threads:[~2013-08-03 13:00 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14  8:00 bug#14616: 24.3.50; Excessive cursor movement on non-X Emacs Lars Magne Ingebrigtsen
2013-06-14  8:05 ` Lars Magne Ingebrigtsen
2013-06-23 17:27   ` Eli Zaretskii
2013-06-25 20:18     ` Lars Magne Ingebrigtsen
2013-06-26 16:32       ` Eli Zaretskii
2013-07-19 15:31         ` Lars Magne Ingebrigtsen
2013-07-19 18:46           ` Eli Zaretskii
2013-07-30 14:47             ` Lars Magne Ingebrigtsen
2013-07-30 16:44               ` Eli Zaretskii
2013-07-31 10:03                 ` Lars Magne Ingebrigtsen
2013-07-31 10:11                   ` Lars Magne Ingebrigtsen
2013-07-31 17:34                     ` Eli Zaretskii
2013-08-01 10:41                       ` Lars Magne Ingebrigtsen
2013-08-01 16:46                         ` Eli Zaretskii
2013-08-02 13:33                           ` Lars Magne Ingebrigtsen
2013-08-02 15:07                             ` Eli Zaretskii
2013-08-02 13:46                           ` Lars Magne Ingebrigtsen
2013-08-02 14:28                             ` Eli Zaretskii
2013-08-03 13:00                               ` Lars Magne Ingebrigtsen [this message]
2013-08-03 13:32                                 ` Eli Zaretskii
2013-08-05 18:22                                   ` Lars Magne Ingebrigtsen
2013-08-05 18:45                                     ` Eli Zaretskii
2013-08-05 19:10                                       ` Lars Magne Ingebrigtsen
2013-08-05 19:15                                         ` Lars Magne Ingebrigtsen
2013-08-05 19:21                                         ` Lars Magne Ingebrigtsen
2013-08-05 19:45                                           ` Eli Zaretskii
2013-08-05 19:53                                             ` Lars Magne Ingebrigtsen
2013-08-06 15:45                                               ` Eli Zaretskii
2013-08-05 19:40                                         ` Eli Zaretskii
2013-08-05 19:46                                           ` Lars Magne Ingebrigtsen
2013-08-05 19:51                                           ` Lars Magne Ingebrigtsen
2013-08-05 20:10                                             ` Eli Zaretskii
2013-08-05 20:20                                               ` Lars Magne Ingebrigtsen
2013-08-06 15:26                                                 ` Eli Zaretskii
2013-08-06 20:32                                                   ` Lars Magne Ingebrigtsen
2013-08-07 13:51                                                     ` Eli Zaretskii
2013-08-02 14:00                           ` Lars Magne Ingebrigtsen
2013-08-03  7:57                             ` Eli Zaretskii
2013-08-03 13:00                               ` Lars Magne Ingebrigtsen
2013-06-14  8:59 ` Eli Zaretskii
2013-06-18  5:22   ` lee
2013-06-18 15:57     ` Eli Zaretskii
2013-06-19  1:38       ` lee
2013-06-27 11:16         ` lee

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

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

  git send-email \
    --in-reply-to=m3iozn7wvi.fsf@stories.gnus.org \
    --to=larsi@gnus.org \
    --cc=14616@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.