GNU bug report logs - #16612
abort when calling suspend-emacs on mac os x (mavericks)

Previous Next

Package: emacs;

Reported by: Jonathan Payne <emacs <at> jpayne.net>

Date: Sat, 1 Feb 2014 15:15:01 UTC

Severity: normal

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 16612 in the body.
You can then email your comments to 16612 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#16612; Package emacs. (Sat, 01 Feb 2014 15:15:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonathan Payne <emacs <at> jpayne.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 01 Feb 2014 15:15:02 GMT) Full text and rfc822 format available.

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

From: Jonathan Payne <emacs <at> jpayne.net>
To: bug-gnu-emacs <at> gnu.org
Subject: abort when calling suspend-emacs on mac os x (mavericks)
Date: Sat, 1 Feb 2014 15:14:28 +0000
[Message part 1 (text/plain, inline)]
I am running emacs 24.3.1. I am not sure this is specific to mavericks. I think it occurred on Mountain Lion as well.

When running emacs in a window, suspend-emacs really shouldn't do anything I suppose. But what it does do on my system is crash:

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff84007292 __kill + 10
1   org.gnu.Emacs                 	0x000000010009ea21 terminate_due_to_signal + 145 (emacs.c:344)
2   org.gnu.Emacs                 	0x00000001000ba8f3 emacs_abort + 19
3   org.gnu.Emacs                 	0x000000010017ef3b ns_term_shutdown + 123
4   org.gnu.Emacs                 	0x000000010009ec5a shut_down_emacs + 298 (emacs.c:1931)
5   org.gnu.Emacs                 	0x000000010009e9e7 terminate_due_to_signal + 87 (emacs.c:329)
6   org.gnu.Emacs                 	0x00000001000ba8f3 emacs_abort + 19
7   org.gnu.Emacs                 	0x00000001000ae565 Fsuspend_emacs + 629
8   org.gnu.Emacs                 	0x0000000100117e3d Ffuncall + 1037 (eval.c:2778)
9   org.gnu.Emacs                 	0x0000000100112d2f Fcall_interactively + 5167 (callint.c:854)
10  org.gnu.Emacs                 	0x0000000100117e61 Ffuncall + 1073 (eval.c:2785)
11  org.gnu.Emacs                 	0x0000000100118375 call3 + 53 (eval.c:2603)
12  org.gnu.Emacs                 	0x00000001000a21a1 command_loop_1 + 1345 (keyboard.c:1595)
13  org.gnu.Emacs                 	0x000000010011648c internal_condition_case + 284 (eval.c:1290)
14  org.gnu.Emacs                 	0x00000001000b303e command_loop_2 + 62 (keyboard.c:1168)
15  org.gnu.Emacs                 	0x0000000100115f15 internal_catch + 213 (eval.c:1060)
16  org.gnu.Emacs                 	0x00000001000a12ae recursive_edit_1 + 334 (keyboard.c:1148)
17  org.gnu.Emacs                 	0x00000001000a13fa Frecursive_edit + 250 (keyboard.c:844)
18  org.gnu.Emacs                 	0x00000001000a0206 main + 5446 (emacs.c:1528)
19  libdyld.dylib                 	0x00007fff8a4305fd start + 1

I looked at the code and am not sure why abort is being called, so not sure what say about that.

JP

[Message part 2 (text/html, inline)]

Reply sent to Jan Djärv <jan.h.d <at> swipnet.se>:
You have taken responsibility. (Sun, 02 Feb 2014 14:12:02 GMT) Full text and rfc822 format available.

Notification sent to Jonathan Payne <emacs <at> jpayne.net>:
bug acknowledged by developer. (Sun, 02 Feb 2014 14:12:02 GMT) Full text and rfc822 format available.

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

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Jonathan Payne <emacs <at> jpayne.net>, 16612-done <at> debbugs.gnu.org
Subject: Re: bug#16612: abort when calling suspend-emacs on mac os x
 (mavericks)
Date: Sun, 02 Feb 2014 15:11:43 +0100
Hello.

This has now been fixed in trunk.

	Jan D.

2014-02-01 16:14, Jonathan Payne skrev:
> I am running emacs 24.3.1. I am not sure this is specific to mavericks. I
> think it occurred on Mountain Lion as well.
>
> When running emacs in a window, suspend-emacs really shouldn't do anything I
> suppose. But what it does do on my system is crash:
>
>     Exception Type:  EXC_CRASH (SIGABRT)
>     Exception Codes: 0x0000000000000000, 0x0000000000000000
>
>     Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>     0   libsystem_kernel.dylib 0x00007fff84007292 __kill + 10
>     1   org.gnu.Emacs 0x000000010009ea21 terminate_due_to_signal + 145
>     (emacs.c:344)
>     2   org.gnu.Emacs 0x00000001000ba8f3 emacs_abort + 19
>     3   org.gnu.Emacs 0x000000010017ef3b ns_term_shutdown + 123
>     4   org.gnu.Emacs 0x000000010009ec5a shut_down_emacs + 298 (emacs.c:1931)
>     5   org.gnu.Emacs 0x000000010009e9e7 terminate_due_to_signal + 87
>     (emacs.c:329)
>     6   org.gnu.Emacs 0x00000001000ba8f3 emacs_abort + 19
>     7   org.gnu.Emacs 0x00000001000ae565 Fsuspend_emacs + 629
>     8   org.gnu.Emacs 0x0000000100117e3d Ffuncall + 1037 (eval.c:2778)
>     9   org.gnu.Emacs 0x0000000100112d2f Fcall_interactively + 5167
>     (callint.c:854)
>     10  org.gnu.Emacs 0x0000000100117e61 Ffuncall + 1073 (eval.c:2785)
>     11  org.gnu.Emacs 0x0000000100118375 call3 + 53 (eval.c:2603)
>     12  org.gnu.Emacs 0x00000001000a21a1 command_loop_1 + 1345 (keyboard.c:1595)
>     13  org.gnu.Emacs 0x000000010011648c internal_condition_case + 284
>     (eval.c:1290)
>     14  org.gnu.Emacs 0x00000001000b303e command_loop_2 + 62 (keyboard.c:1168)
>     15  org.gnu.Emacs 0x0000000100115f15 internal_catch + 213 (eval.c:1060)
>     16  org.gnu.Emacs 0x00000001000a12ae recursive_edit_1 + 334 (keyboard.c:1148)
>     17  org.gnu.Emacs 0x00000001000a13fa Frecursive_edit + 250 (keyboard.c:844)
>     18  org.gnu.Emacs 0x00000001000a0206 main + 5446 (emacs.c:1528)
>     19  libdyld.dylib 0x00007fff8a4305fd start + 1
>
>
> I looked at the code and am not sure why abort is being called, so not sure
> what say about that.
>
> JP
>





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

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

Previous Next


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