GNU bug report logs -
#9079
integer overflow etc. issues (e.g., image crashes Emacs)
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Thu, 14 Jul 2011 07:57:02 UTC
Severity: normal
Tags: patch
Found in version 24.0.50
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
On 2011-07-14 15:55 +0800, Paul Eggert wrote:
> Here's an example bug. Take the attached file 46341x46341.png.gz,
> uncompress it with 'gunzip', start up Emacs under X Windows, execute
> (setq max-image-size 50000), and then visit the file 46341x46341.png.
> If you're lucky Emacs will thrash around for quite some time and then
> dump core. If you're unlucky Emacs's internal data structures will be
> silently corrupted.
A long time ago I found that emacs-w3m tend to crash emacs when loading
images. So I have the following in my setup.
;;; Don't open any images in w3m; it causes crashes. This function was
;;; originally defined in w3m-ems.
(defalias 'w3m-image-type-available-p 'ignore)
Leo
This bug report was last modified 13 years and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.