bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash when having malformed PBM image on screen and viewing *Message


From: Jason Rumney
Subject: Re: Crash when having malformed PBM image on screen and viewing *Messages* buffer (on Windows)
Date: Sun, 17 Jun 2007 22:14:54 +0100
User-agent: Thunderbird 2.0.0.4 (Windows/20070604)

>> (progn
>>   (put-image '(image :type xpm :data "") 0)
>>   (pop-to-buffer "*Messages*")
>>   (goto-char (point-max)))
>>
>> Now press <down> <right> <down> <right>.
>>     

This crashes X as well. I think the bug is caused by moving point in
*Messages* as it reaches messages-buffer-max-lines. The crash is caused
by point being greater than point-max.

There doesn't seem to be a problem with the handling of malformed PBMs
and XBMs, this is just a catalyst to cause error messages to be appended
to the *Messages* buffer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]