all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16612: abort when calling suspend-emacs on mac os x (mavericks)
@ 2014-02-01 15:14 Jonathan Payne
  2014-02-02 14:11 ` Jan Djärv
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Payne @ 2014-02-01 15:14 UTC (permalink / raw)
  To: 16612

[-- Attachment #1: Type: text/plain, Size: 2232 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 5069 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#16612: abort when calling suspend-emacs on mac os x (mavericks)
  2014-02-01 15:14 bug#16612: abort when calling suspend-emacs on mac os x (mavericks) Jonathan Payne
@ 2014-02-02 14:11 ` Jan Djärv
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Djärv @ 2014-02-02 14:11 UTC (permalink / raw)
  To: Jonathan Payne, 16612-done

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
>






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-02 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-01 15:14 bug#16612: abort when calling suspend-emacs on mac os x (mavericks) Jonathan Payne
2014-02-02 14:11 ` Jan Djärv

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.