GNU bug report logs - #17688
24.3.90; segmentation fault in deselect_palette

Previous Next

Package: emacs;

Reported by: Zdzislaw Meglicki <gustav <at> iu.edu>

Date: Wed, 4 Jun 2014 15:39:02 UTC

Severity: normal

Tags: moreinfo

Merged with 18659

Found in versions 24.3.90, 24.3.94

Done: Ken Brown <kbrown <at> cornell.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Zdzislaw Meglicki <gustav <at> iu.edu>
To: Ken Brown <kbrown <at> cornell.edu>
Cc: eliz <at> gnu.org, 17688 <at> debbugs.gnu.org
Subject: bug#17688: 24.3.90; segmentation fault in deselect_palette
Date: Thu, 05 Jun 2014 13:16:51 -0400
   > People have reported several crashes of the Cygwin-w32 build,
   > always on 64-bit Cygwin, with backtraces that "can't happen".

When you have this kind of event, in my experience, it points to the
process memory being corrupted. Instead of finding what you expect to be
there, there is something totally unexpected there altogether, something
completely wrong and unexplainable by the logic of the program. This is
because something else, possibly another process, has written its data
onto it, or because your pointer has jumped into a wrong location,
possibly beyond your system allocated memory buffer.

If there is something in emacs or in mingw32 that mismanages memory
(malloc?) on 64-bit systems for 32-bit applications you would get such
problems. Things might work quite without a glitch as long as the memory
used by the process is not wanted and written on by another process.

Cheers,
Gustav

-- 
Zdzislaw (Gustav) Meglicki, Office of the Vice President for
Information Technology, Indiana University, 2709 E. 10th Street,
Bloomington, IN 47408, USA, http://perth.ovpit.indiana.edu/gustav,
Ph: 812-856-5597 (o), 812-345-3284 (m), Skype: zdzislaw.meglicki





This bug report was last modified 4 years and 305 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.