GNU bug report logs -
#26615
Recent Emacs crashes when PC is suspended and using tabbar-ruler package
Previous Next
Full log
View this message in rfc822 format
> From: Angelo Graziosi <angelo.graziosi <at> alice.it>
> Date: Sun, 23 Apr 2017 00:38:22 +0200
>
> This crash occurs only with April builds (and on Windows). I cannot
> reproduce the crash (also with a full init.el file) with builds I did,
> for example, in March (<= 20170327, r128789.8ce827426e-1)
Martin, this seems to be due to your changes in 3fdd3bb56. Could you
please take a look?
The crash is here:
if (f1)
{
/* Ok, we found a frame. Store all the values.
last_mouse_glyph is a rectangle used to reduce the
generation of mouse events. To not miss any motion
events, we must divide the frame into rectangles of the
size of the smallest character that could be displayed
on it, i.e. into the same rectangles that matrices on
the frame are divided into. */
dpyinfo = FRAME_DISPLAY_INFO (f1);
ScreenToClient (FRAME_W32_WINDOW (f1), &pt); <<<<<<<<<<<<<<<<<<<
remember_mouse_glyph (f1, pt.x, pt.y, &dpyinfo->last_mouse_glyph);
dpyinfo->last_mouse_glyph_frame = f1;
So maybe this has something to d with computing f1?
TIA
This bug report was last modified 8 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.