GNU bug report logs - #12388
Emacs 24.2: Crash when maximizing frame on OS X 10.8

Previous Next

Package: emacs;

Reported by: Arne Schmitz <arne.spam <at> me.com>

Date: Sat, 8 Sep 2012 17:53:01 UTC

Severity: normal

Merged with 12466

Found in version 24.2

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12388 in the body.
You can then email your comments to 12388 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#12388; Package emacs. (Sat, 08 Sep 2012 17:53:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Arne Schmitz <arne.spam <at> me.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 08 Sep 2012 17:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Arne Schmitz <arne.spam <at> me.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs 24.2: Crash when maximizing frame on OS X 10.8
Date: Sat, 08 Sep 2012 13:04:33 +0200
[Message part 1 (text/plain, inline)]
Hi,

when I recently upgraded to OS X 10.8, my Emacs started crashing when hitting the Zoom button (+) of the window / frame. This does not happen all the time, but very often. I use the builds from emacsformacosx.com. I have attached the OS X crash report for this situation.

The crash does not happen when I run emacs with empty init.el. My init.el loads quite a bit of stuff (cedet, ecb etc). But I cannot determine a single point where it starts to go bad. I guess there might be some feature in Emacs that triggers the crash that is used by one ore more of the packages I load. Maybe the attached backtrace helps.

All the best,

Arne

[emacs-24.2-crash.txt (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12388; Package emacs. (Mon, 10 Sep 2012 18:19:01 GMT) Full text and rfc822 format available.

Message #8 received at 12388 <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Arne Schmitz <arne.spam <at> me.com>
Cc: 12388 <at> debbugs.gnu.org
Subject: Re: bug#12388: Emacs 24.2: Crash when maximizing frame on OS X 10.8
Date: Mon, 10 Sep 2012 20:17:39 +0200
8 sep 2012 kl. 13:04 skrev Arne Schmitz <arne.spam <at> me.com>:

> Hi,
> 
> when I recently upgraded to OS X 10.8, my Emacs started crashing when hitting the Zoom button (+) of the window / frame. This does not happen all the time, but very often. I use the builds from emacsformacosx.com. I have attached the OS X crash report for this situation.
> 
> The crash does not happen when I run emacs with empty init.el. My init.el loads quite a bit of stuff (cedet, ecb etc). But I cannot determine a single point where it starts to go bad. I guess there might be some feature in Emacs that triggers the crash that is used by one ore more of the packages I load. Maybe the attached backtrace helps.

It is definitly something in you startup file, as it crashes when running window-configuration-change hook.

Start emacs and check the value of that variable.  It should give some clue as to which package is the culprit.

	Jan D.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12388; Package emacs. (Mon, 10 Sep 2012 18:25:01 GMT) Full text and rfc822 format available.

Message #11 received at 12388 <at> debbugs.gnu.org (full text, mbox):

From: Arne Schmitz <arne.spam <at> me.com>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: 12388 <at> debbugs.gnu.org
Subject: Re: bug#12388: Emacs 24.2: Crash when maximizing frame on OS X 10.8
Date: Mon, 10 Sep 2012 20:23:21 +0200
Am 10.09.2012 um 20:17 schrieb Jan Djärv <jan.h.d <at> swipnet.se>:

> 8 sep 2012 kl. 13:04 skrev Arne Schmitz <arne.spam <at> me.com>:
> 
>> when I recently upgraded to OS X 10.8, my Emacs started crashing when hitting the Zoom button (+) of the window / frame. This does not happen all the time, but very often. I use the builds from emacsformacosx.com. I have attached the OS X crash report for this situation.
>> 
>> The crash does not happen when I run emacs with empty init.el. My init.el loads quite a bit of stuff (cedet, ecb etc). But I cannot determine a single point where it starts to go bad. I guess there might be some feature in Emacs that triggers the crash that is used by one ore more of the packages I load. Maybe the attached backtrace helps.
> 
> It is definitly something in you startup file, as it crashes when running window-configuration-change hook.
> 
> Start emacs and check the value of that variable.  It should give some clue as to which package is the culprit.


Done. And by the way, I also tested with Emacs 24.2 from MacPorts. Has the same crash. Here is the value of the variable:

> window-configuration-change-hook is a variable defined in `C source code'.
> Its value is (linum-update-current t)
> Local in buffer JonesUtils.py; global value is nil

A quick test of doing "M-x linum-mode" after startup allowed me to zoom / maximize without crash. But I will have to do a bit more testing if linum-mode indeed triggers the behaviour.

Cheers,

Arne







Reply sent to Jan Djärv <jan.h.d <at> swipnet.se>:
You have taken responsibility. (Tue, 11 Sep 2012 17:11:01 GMT) Full text and rfc822 format available.

Notification sent to Arne Schmitz <arne.spam <at> me.com>:
bug acknowledged by developer. (Tue, 11 Sep 2012 17:11:02 GMT) Full text and rfc822 format available.

Message #16 received at 12388-done <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Arne Schmitz <arne.spam <at> me.com>
Cc: 12388-done <at> debbugs.gnu.org
Subject: Re: bug#12388: Emacs 24.2: Crash when maximizing frame on OS X 10.8
Date: Tue, 11 Sep 2012 19:10:13 +0200
Hello.

10 sep 2012 kl. 20:23 skrev Arne Schmitz <arne.spam <at> me.com>:

> A quick test of doing "M-x linum-mode" after startup allowed me to zoom / maximize without crash. But I will have to do a bit more testing if linum-mode indeed triggers the behaviour.
> 

Actually there is a bug here.  I fixed it in the trunk.

	Jan D.






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 10 Oct 2012 11:24:03 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 12 Oct 2012 01:10:02 GMT) Full text and rfc822 format available.

Forcibly Merged 12388 12466. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 12 Oct 2012 01:10:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Nov 2012 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 193 days ago.

Previous Next


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