GNU bug report logs -
#24707
25.1; Window shrinks automatically after opening at normal size
Previous Next
Reported by: Ivor Durham <ivor.durham <at> ivor.cc>
Date: Sun, 16 Oct 2016 16:31:02 UTC
Severity: important
Merged with 23144
Found in version 25.1
Fixed in version 26.1
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
I used "git clone git://git.savannah.gnu.org/emacs.git" to clone and build
emacs which produced version 26.0.50.1. I used the following command to
configure it to get past some missing packages:
./configure --without-makeinfo --with-xpm=no --with-gif=no --with-gnutls=no
Running src/emacs -Q and src/emacs -q (shows the logo graphic) without doing
a full install both work as expected without resizing the window.
How do I fetch the 25.1 sources to try to reproduce & debug the problem with
the same version that is actually exhibiting the problem?
-----Original Message-----
From: Eli Zaretskii [mailto:eliz <at> gnu.org]
Sent: Wednesday, October 26, 2016 12:50 PM
To: Ivor Durham
Cc: rgm <at> gnu.org; 24707 <at> debbugs.gnu.org
Subject: Re: bug#24707: 25.1; Window shrinks automatically after opening at
normal size
> From: "Ivor Durham" <ivor.durham <at> ivor.cc>
> Cc: <rgm <at> gnu.org>,
> <24707 <at> debbugs.gnu.org>
> Date: Wed, 26 Oct 2016 12:30:21 -0700
>
> So I can think of a couple of ways to try to diagnose this:
> - Enable telnet into the workstation and use it instead of ssh so I
> can capture unencrypted network traffic with Wireshark to see if the X
> protocol communication reveals anything unusual.
> - Try to build a debugging version of Emacs 25.1 locally, reproduce
> the problem and then use gdb to break on whatever resize calls there
> are to find what parameters are being passed and where they come from.
> I know nothing about the Emacs implementation so this could be a bit of a
time sink.
>
> Any other ideas on how I should approach this?
The second approach is IMO the right one. I think if you put a breakpoint
in adjust_frame_size, you will see all the resizes.
This bug report was last modified 6 years and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.