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

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

bug#3474: marked as done (23.0.94; Emacs.app crashes during typing (with


From: Emacs bug Tracking System
Subject: bug#3474: marked as done (23.0.94; Emacs.app crashes during typing (with patch))
Date: Mon, 08 Jun 2009 15:00:04 +0000

Your message dated Mon, 08 Jun 2009 10:52:51 -0400
with message-id <87d49eaibg.fsf@cyd.mit.edu>
and subject line Re: 23.0.94; Emacs.app crashes during typing (with patch)
has caused the Emacs bug report #3474,
regarding 23.0.94; Emacs.app crashes during typing (with patch)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3474: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3474
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.94; Emacs.app crashes during typing (with patch) Date: Fri, 5 Jun 2009 13:57:31 +0200

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I've encountered a few crashes in Emacs.app, which happened while typing when Emacs was a bit busy. It turns out that these crashes were due to an omitted null-pointer check at line 4165 of keyboard.c in function kbd_buffer_get_event(). The attached patch fixes this problem along with a second omitted null-pointer check in line 4323 of the same function.

Wolfgang


Attachment: keyboard.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: 23.0.94; Emacs.app crashes during typing (with patch) Date: Mon, 08 Jun 2009 10:52:51 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)
Adrian Robert <adrian.b.robert@gmail.com> writes:

>> Adrian, could you review this patch?
>
> It looks OK to me, I'm checking it in.  Other parts of that function
> do similar null checks and don't behave specially if they can't set
> it.

Thanks.

--- End Message ---

reply via email to

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