Package: emacs;
Reported by: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Date: Fri, 14 Jun 2013 08:02:02 UTC
Severity: normal
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
View this message in rfc822 format
From: Lars Magne Ingebrigtsen <larsi <at> gnus.org> To: Eli Zaretskii <eliz <at> gnu.org> Cc: 14616 <at> 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
Eli Zaretskii <eliz <at> 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
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.