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

Eli Zaretskii <eliz@gnu.org> writes:

> This all sounds depressingly similar to what we found in bug #13864,
> which was supposed to be fixed long ago.  Please use the technique
> described in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13864#68 to
> find out what code sets the frame's garbaged flag.  (The line numbers
> cited in that message are different now, so be sure to use the current
> ones.)

Ok, I've tried to reproduce this, and a trace is included below.

> Does the recipe you use involve more than one frame, somehow?

Hm...  I think I'm running only one frame.  I'm running with emacs -nw.
Does that support more than one frame, somehow?  But, yes, my Gnus
startup function has a call to

(make-frame '((name . "emacs") (left . 0) (top . 0) (user-position . t)))

in there.  I always start up two frames under X, but I didn't think that
that call did anything under emacs -nw.

Let's see.  I'll try to start Emacs (with -nw) without that call.

Aha!  Now there's no fluttering and no extra refreshes going on!  That
might explain why I've never been able to reproduce this bug with a
simple test case.

> The marked call to SET_FRAME_VISIBLE would set the frame's garbaged
> flag.  The solution was to avoid doing that if FRAME is already the
> top frame shown on that terminal (the EQ test and the comment before
> it were added as part of fixing that bug).  Perhaps in your case this
> logic is somehow not working?

Sounds likely.

Here's a couple seconds' worth of output from the recipe:

Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68169254, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68169254, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68169254, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68287094, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68287094, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68287094, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68287094, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68563910, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68563910, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68563910, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68563910, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68734758, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68734758, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68734758, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68734758, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68881926, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68881926, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68881926, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68881926, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=69021110, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69021110, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69021110, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69021110, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=69191766, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69191766, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69191766, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69191766, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=69374278, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69374278, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69374278, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69374278, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=72556902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=72556902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=72556902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=72556902, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=73468950, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=73468950, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=73468950, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=73468950, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=67595318, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=67595318, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=67595318, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=67595318, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=67768934, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=67768934, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=67768934, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=67768934, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68165830, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68165830, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68165830, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68165830, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68294390, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68294390, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68294390, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68294390, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68444502, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68444502, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68444502, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68444502, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68552582, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68552582, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68552582, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68552582, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=68923878, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68923878, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=20, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=13) at xdisp.c:13643
#8  0x00000000005f0a52 in Fdelete_process (process=73480117) at process.c:844
#9  0x00000000005ac529 in Ffuncall (nargs=2, args=0x7fffffffb598) at eval.c:2853
#10 0x00000000005ec36a in exec_byte_code (bytestr=15894817, vector=15746901, maxdepth=40, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#11 0x00000000005acf23 in funcall_lambda (fun=23634165, nargs=0, arg_vector=0xf04755) at eval.c:3087
#12 0x00000000005ac718 in Ffuncall (nargs=1, args=0x7fffffffba98) at eval.c:2902
#13 0x00000000005ec36a in exec_byte_code (bytestr=15105137, vector=15748685, maxdepth=36, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#14 0x00000000005acf23 in funcall_lambda (fun=15748805, nargs=3, arg_vector=0xf04e4d) at eval.c:3087
#15 0x00000000005ac718 in Ffuncall (nargs=4, args=0x7fffffffbf88) at eval.c:2902
#16 0x00000000005ec36a in exec_byte_code (bytestr=13939425, vector=23936445, maxdepth=16, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#17 0x00000000005acf23 in funcall_lambda (fun=23936589, nargs=2, arg_vector=0x16d3dbd) at eval.c:3087
#18 0x00000000005ac718 in Ffuncall (nargs=3, args=0x7fffffffc450) at eval.c:2902
#19 0x00000000005ab920 in Fapply (nargs=2, args=0x7fffffffc530) at eval.c:2392
#20 0x00000000005abe6d in apply1 (fn=22969762, arg=68918758) at eval.c:2626
#21 0x00000000005f8d0b in read_process_output_call (fun_and_args=68918774) at process.c:4876
#22 0x00000000005a94fb in internal_condition_case_1 (bfun=0x5f8cdd <read_process_output_call>, arg=68918774, handlers=12571202, 
    hfun=0x5f8d0d <read_process_output_error_handler>) at eval.c:1376
#23 0x00000000005f93d0 in read_and_dispose_of_process_output (p=0x46137b0, 
    chars=0x7fffffffc790 "\016g§P[¶ì=Çþ(Bz\207Ô¾¥5\036\032\215§HÂ\204|!K|+%`", nbytes=3407, coding=0x22ce0f0) at process.c:5089
#24 0x00000000005f9088 in read_process_output (proc=73480117, channel=3407) at process.c:4998
#25 0x00000000005f8648 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:4720
#26 0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#27 0x000000000051c225 in read_char (commandflag=1, map=68923878, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#28 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
#29 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#30 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#31 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#32 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#33 0x0000000000518d11 in command_loop () at keyboard.c:1140
#34 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#35 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#36 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
"delete-process" (0xffffb5a0)
"url-http-parse-headers" (0xffffbaa0)
"url-http-content-length-after-change-function" (0xffffbf90)
"url-http-generic-filter" (0xffffc458)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=31, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=13) at xdisp.c:13643
#8  0x00000000005f0a52 in Fdelete_process (process=73480573) at process.c:844
#9  0x00000000005ab0b4 in eval_sub (form=68645526) at eval.c:2223
#10 0x00000000005a925e in internal_lisp_condition_case (var=12571202, bodyform=68645526, handlers=68645590) at eval.c:1294
#11 0x00000000005ed222 in exec_byte_code (bytestr=68705441, vector=68700013, maxdepth=28, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:1101
#12 0x00000000005acf23 in funcall_lambda (fun=68700237, nargs=1, arg_vector=0x418476d) at eval.c:3087
#13 0x00000000005ac718 in Ffuncall (nargs=2, args=0x7fffffffa5b8) at eval.c:2902
#14 0x00000000005ec36a in exec_byte_code (bytestr=68704897, vector=68699845, maxdepth=24, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#15 0x00000000005acf23 in funcall_lambda (fun=68699973, nargs=0, arg_vector=0x41846c5) at eval.c:3087
#16 0x00000000005ac718 in Ffuncall (nargs=1, args=0x7fffffffaa98) at eval.c:2902
#17 0x00000000005ec36a in exec_byte_code (bytestr=68697697, vector=68661413, maxdepth=20, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#18 0x00000000005acf23 in funcall_lambda (fun=68661557, nargs=0, arg_vector=0x417b0a5) at eval.c:3087
#19 0x00000000005ac718 in Ffuncall (nargs=1, args=0x7fffffffaf68) at eval.c:2902
#20 0x00000000005ec36a in exec_byte_code (bytestr=68698417, vector=68661597, maxdepth=28, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#21 0x00000000005acf23 in funcall_lambda (fun=68699333, nargs=2, arg_vector=0x417b15d) at eval.c:3087
#22 0x00000000005ac718 in Ffuncall (nargs=3, args=0x7fffffffb440) at eval.c:2902
#23 0x00000000005ab920 in Fapply (nargs=2, args=0x7fffffffb5b0) at eval.c:2392
#24 0x00000000005ac3ee in Ffuncall (nargs=3, args=0x7fffffffb5a8) at eval.c:2834
#25 0x00000000005ec36a in exec_byte_code (bytestr=21763649, vector=15747973, maxdepth=32, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#26 0x00000000005acf23 in funcall_lambda (fun=15748237, nargs=0, arg_vector=0xf04b85) at eval.c:3087
#27 0x00000000005ac718 in Ffuncall (nargs=1, args=0x7fffffffba98) at eval.c:2902
#28 0x00000000005ec36a in exec_byte_code (bytestr=15105137, vector=15748685, maxdepth=36, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#29 0x00000000005acf23 in funcall_lambda (fun=15748805, nargs=3, arg_vector=0xf04e4d) at eval.c:3087
#30 0x00000000005ac718 in Ffuncall (nargs=4, args=0x7fffffffbf88) at eval.c:2902
#31 0x00000000005ec36a in exec_byte_code (bytestr=13939425, vector=23936445, maxdepth=16, args_template=12571202, nargs=0, args=0x0)
    at bytecode.c:905
#32 0x00000000005acf23 in funcall_lambda (fun=23936589, nargs=2, arg_vector=0x16d3dbd) at eval.c:3087
#33 0x00000000005ac718 in Ffuncall (nargs=3, args=0x7fffffffc450) at eval.c:2902
#34 0x00000000005ab920 in Fapply (nargs=2, args=0x7fffffffc530) at eval.c:2392
#35 0x00000000005abe6d in apply1 (fn=22969762, arg=68918758) at eval.c:2626
#36 0x00000000005f8d0b in read_process_output_call (fun_and_args=68918774) at process.c:4876
#37 0x00000000005a94fb in internal_condition_case_1 (bfun=0x5f8cdd <read_process_output_call>, arg=68918774, handlers=12571202, 
    hfun=0x5f8d0d <read_process_output_error_handler>) at eval.c:1376
#38 0x00000000005f93d0 in read_and_dispose_of_process_output (p=0x46137b0, 
    chars=0x7fffffffc790 "\016g§P[¶ì=Çþ(Bz\207Ô¾¥5\036\032\215§HÂ\204|!K|+%`", nbytes=3407, coding=0x22ce0f0) at process.c:5089
#39 0x00000000005f9088 in read_process_output (proc=73480117, channel=3407) at process.c:4998
#40 0x00000000005f8648 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:4720
#41 0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#42 0x000000000051c225 in read_char (commandflag=1, map=68923878, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#43 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
#44 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#45 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#46 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#47 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#48 0x0000000000518d11 in command_loop () at keyboard.c:1140
#49 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#50 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#51 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
"delete-process" (0xffff9e20)
"url-queue-kill-job" (0xffffa5c0)
"url-queue-prune-old-entries" (0xffffaaa0)
"url-queue-run-queue" (0xffffaf70)
"url-queue-callback-function" (0xffffb448)
"apply" (0xffffb5b0)
"url-http-activate-callback" (0xffffbaa0)
"url-http-content-length-after-change-function" (0xffffbf90)
"url-http-generic-filter" (0xffffc458)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68923878, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=68923878, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=69092230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69092230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69092230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=9) at xdisp.c:13643
#8  0x00000000005f7413 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:4311
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69092230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69092230, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=69199030, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69199030, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69199030, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=6, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x000000000044ac22 in redisplay_preserve_echo_area (from_where=11) at xdisp.c:13643
#8  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
#9  0x000000000041dcc3 in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5799
#10 0x000000000051c225 in read_char (commandflag=1, map=69199030, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2792
#11 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
#12 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#13 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#14 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#15 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#16 0x0000000000518d11 in command_loop () at keyboard.c:1140
#17 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#18 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#19 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 0
New value = 1
0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844		  SET_FRAME_VISIBLE (XFRAME (frame), 1);
#0  0x0000000000420725 in do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
#1  0x0000000000420829 in Fselect_frame (frame=12659685, norecord=12571250) at frame.c:883
#2  0x00000000004454ac in unwind_format_mode_line (vector=17901885) at xdisp.c:11002
#3  0x00000000005ad565 in unbind_to (count=5, value=12571202) at eval.c:3337
#4  0x0000000000445936 in x_consider_frame_title (frame=48936325) at xdisp.c:11133
#5  0x0000000000445a34 in prepare_menu_bars () at xdisp.c:11185
#6  0x00000000004497f6 in redisplay_internal () at xdisp.c:13051
#7  0x00000000004486e2 in redisplay () at xdisp.c:12683
#8  0x000000000051ba60 in read_char (commandflag=1, map=69441142, prev_event=12571202, used_mouse_menu=0x7fffffffe18f, end_time=0x0)
    at keyboard.c:2551
#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
#10 0x00000000005193b8 in command_loop_1 () at keyboard.c:1434
#11 0x00000000005a93a4 in internal_condition_case (bfun=0x519004 <command_loop_1>, handlers=12630946, hfun=0x518957 <cmd_error>)
    at eval.c:1339
#12 0x0000000000518d61 in command_loop_2 (ignore=12571202) at keyboard.c:1161
#13 0x00000000005a8dee in internal_catch (tag=12626626, func=0x518d3b <command_loop_2>, arg=12571202) at eval.c:1113
#14 0x0000000000518d11 in command_loop () at keyboard.c:1140
#15 0x0000000000518552 in recursive_edit_1 () at keyboard.c:779
#16 0x00000000005186bf in Frecursive_edit () at keyboard.c:843
#17 0x000000000051661c in main (argc=2, argv=0x7fffffffea28) at emacs.c:1566

Lisp Backtrace:
"redisplay_internal (C function)" (0xbee248)
Hardware watchpoint 4: ((struct frame *) 0xc12be0)->garbaged

Old value = 1
New value = 0
clear_garbaged_frames () at xdisp.c:10729
10729		      f->resized_p = 0;

-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php
  and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html





  reply	other threads:[~2013-08-05 18:22 UTC|newest]

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

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=m3pptsgfqe.fsf@stories.gnus.org \
    --to=larsi@gnus.org \
    --cc=14616@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

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

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

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

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