bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55836: 29.0.50; (iconify-frame) freezes buffer view under Wayland.


From: 夜坂雅
Subject: bug#55836: 29.0.50; (iconify-frame) freezes buffer view under Wayland.
Date: Sat, 03 Sep 2022 12:46:28 +0800

Po Lu <luangruo@yahoo.com> writes:

> Hmm, okay, how about "f->iconified == true"?

I can setup a condition of f->iconified.

So:

1. Setup GDB to break at the location you said, which (I believe) is 
src/pgtkterm.c:5507
https://git.savannah.gnu.org/cgit/emacs.git/tree/src/pgtkterm.c#n5507
2. Setup a condition of f->iconified on the breakpoint.
3. Start Emacs PGTK and iconify it. It'll hit breakpoint. run `continue'
in GDB.
4. Deiconify it. This breakpoint won't be hit.

Feel free to ask me to provide more infomation.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]