GNU bug report logs -
#9723
24.0.50; Emacs Clipboard crash
Previous Next
Reported by: Joseph Jones <josejones <at> expedia.com>
Date: Mon, 10 Oct 2011 23:43:02 UTC
Severity: normal
Found in version 24.0.50
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> I'm not sure yet that I know what is the safe value.
As far as resize_frame_windows is concerned the smallest value is 2.
Modulo any bugs it assigns this value directly if the frame has just one
window. If the frame has at least two side-by-side windows, it checks
that the width of any of these windows is at least 2. If this doesn't
fit, it deletes all windows but the selected one. So 2 is the safe
value unless the display code needs more.
> If newwidth is 2 (in frame 6), then how come w->total_cols becomes
> zero by the time it gets to adjust_glyph_matrix? Joseph reported
> these values:
>
> w->left_margin_cols = 24
> w->total_cols = 0
24 doesn't strike me as reasonable for the left margin. So I'm not sure
what to think of these values.
> How did that happen, in a window that is just 2 columns wide?? If
> that's legit, then 2 is too small; or else we have yet another bug on
> our hands.
The problem is that I cannot reproduce the crash easily. It seems that
Windows assures that any frame has a minimum width of 5 or so columns,
hence `set-frame-width' is of no use. Do you have any idea how to
simulate the crash by calling change_frame_size with Joseph's values?
martin
This bug report was last modified 13 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.