Karl Kleinpaste <karl(a)justresearch.com> writes:
Having reported the problems where 21.2-b20 and -b22 both exit(1)
out
of Xt due to invalid widget sizes, and having noticed that "xwininfo
-tree" reports seemingly absurd child window counts in those cases, I
watched a bit more closely today.
-b20 and -b22 are leaking widgets when running Gnus.
Here is a trivial way to reproduce
xemacs -vanilla
xwininfo -tree
C-x 2
C-x 0
xwininfo -tree <number of children has increased>
C-x 2
C-x 0
xwininfo -tree <number of children has increased>
C-x 2
C-x 0
xwininfo -tree <number of children has increased>
C-x 2
C-x 0
xwininfo -tree <number of children has increased>
C-x 2
C-x 0
xwininfo -tree <number of children has increased>
etc...
As soon as you do disable the gutter's the child count stays constant.
Jan