unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3583: 23.0.94; nextstep: emacs crash at OS X startup
@ 2009-06-15 18:43 ` Harald Maier
  2009-06-18  4:06   ` Harald Maier
  2009-07-23 15:10   ` bug#3583: marked as done (23.0.94; nextstep: emacs crash at OS X startup) Emacs bug Tracking System
  0 siblings, 2 replies; 3+ messages in thread
From: Harald Maier @ 2009-06-15 18:43 UTC (permalink / raw)
  To: emacs-pretest-bug

I am starting emacs in the startup phase of OS X with the following
command: 

$ open -a Emacs-ns

Since some days I always get the stack trace below. Before all worked
fine. If I afterward start emacs again for example in the debugger all
works fine. Does anybody else see such crashes? I might be related to
the latest changes in "nsfont.m".

Harald

Process:         Emacs [233]
Path:            /Applications/Emacs-ns.app/Contents/MacOS/Emacs
Identifier:      org.gnu.Emacs
Version:         Version 23.0.94 (9.0)
Code Type:       X86 (Native)
Parent Process:  launchd [117]

Interval Since Last Report:          523611 sec
Crashes Since Last Report:           10
Per-App Interval Since Last Report:  156740 sec
Per-App Crashes Since Last Report:   5

Date/Time:       2009-06-15 20:21:39.185 +0200
OS Version:      Mac OS X 10.5.7 (9J61)
Report Version:  6
Anonymous UUID:  1C5AEE89-9F7A-4F2F-AE73-3F6B1CC4EED7

Exception Type:  EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000007379534f
Crashed Thread:  0

Thread 0 Crashed:
0   libSystem.B.dylib             	0x90184e42 __kill + 10
1   org.gnu.Emacs                 	0x00091eba fatal_error_signal + 314 (emacs.c:404)
2   libSystem.B.dylib             	0x901832bb _sigtramp + 43
3   ???                           	0xffffffff 0 + 4294967295
4   libSystem.B.dylib             	0x901f723a raise + 26
5   libSystem.B.dylib             	0x90203679 abort + 73
6   org.gnu.Emacs                 	0x0016c525 ns_term_shutdown + 117 (nsterm.m:4013)
7   org.gnu.Emacs                 	0x00091f0f fatal_error_signal + 399 (emacs.c:389)
8   libSystem.B.dylib             	0x901832bb _sigtramp + 43
9   ???                           	0xffffffff 0 + 4294967295
10  org.gnu.Emacs                 	0x0011f2f2 font_list_entities + 626 (font.c:2823)
11  org.gnu.Emacs                 	0x0011fffe font_find_for_lface + 1166 (font.c:3374)
12  org.gnu.Emacs                 	0x00120426 font_load_for_lface + 54 (font.c:3445)
13  org.gnu.Emacs                 	0x0008daf3 realize_face + 819 (xfaces.c:5892)
14  org.gnu.Emacs                 	0x00090852 Finternal_merge_in_global_face + 370 (xfaces.c:3983)
15  org.gnu.Emacs                 	0x00109e08 Ffuncall + 1016 (eval.c:3055)
16  org.gnu.Emacs                 	0x001450eb Fbyte_code + 3835 (bytecode.c:678)
17  org.gnu.Emacs                 	0x001091f6 Feval + 1062 (eval.c:2386)
18  org.gnu.Emacs                 	0x0010bae2 internal_lisp_condition_case + 434 (eval.c:1458)



In GNU Emacs 23.0.94.2 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
 of 2009-06-15 on ate.maierh
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Shell-script

Minor modes in effect:
  show-paren-mode: t
  desktop-save-mode: t
  cua-mode: t
  recentf-mode: t
  iswitchb-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r <tab> <return>

Recent messages:
Indentation variables are now local.
Indentation setup for shell type bash
Wrote /Users/maierh/.emacs.desktop.lock
Desktop: 1 buffer restored.
Loading /Users/maierh/elisp/emacs-custom.el (source)...
Loading paren...done
Loading /Users/maierh/elisp/emacs-custom.el (source)...done
Loading /Users/maierh/local/emacs.el (source)...done
Desktop: 1 buffer restored.
For information about GNU Emacs and the GNU system, type C-h C-a.





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

* bug#3583: 23.0.94; nextstep: emacs crash at OS X startup
  2009-06-15 18:43 ` bug#3583: 23.0.94; nextstep: emacs crash at OS X startup Harald Maier
@ 2009-06-18  4:06   ` Harald Maier
  2009-07-23 15:10   ` bug#3583: marked as done (23.0.94; nextstep: emacs crash at OS X startup) Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Harald Maier @ 2009-06-18  4:06 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: emacs-pretest-bug


FYI,

the problem no longer happens. So it looks the problem is fixed with the
latest changes and the bug report can be closed.

Harald

Harald Maier <harald@maierh.de> writes:

> I am starting emacs in the startup phase of OS X with the following
> command: 
>
> $ open -a Emacs-ns
>
> Since some days I always get the stack trace below. Before all worked
> fine. If I afterward start emacs again for example in the debugger all
> works fine. Does anybody else see such crashes? I might be related to
> the latest changes in "nsfont.m".
>
> Harald
>
> Process:         Emacs [233]
> Path:            /Applications/Emacs-ns.app/Contents/MacOS/Emacs
> Identifier:      org.gnu.Emacs
> Version:         Version 23.0.94 (9.0)
> Code Type:       X86 (Native)
> Parent Process:  launchd [117]
>
> Interval Since Last Report:          523611 sec
> Crashes Since Last Report:           10
> Per-App Interval Since Last Report:  156740 sec
> Per-App Crashes Since Last Report:   5
>
> Date/Time:       2009-06-15 20:21:39.185 +0200
> OS Version:      Mac OS X 10.5.7 (9J61)
> Report Version:  6
> Anonymous UUID:  1C5AEE89-9F7A-4F2F-AE73-3F6B1CC4EED7
>
> Exception Type:  EXC_BAD_ACCESS (SIGABRT)
> Exception Codes: KERN_INVALID_ADDRESS at 0x000000007379534f
> Crashed Thread:  0
>
> Thread 0 Crashed:
> 0   libSystem.B.dylib                 0x90184e42 __kill + 10
> 1   org.gnu.Emacs                     0x00091eba fatal_error_signal + 314 (emacs.c:404)
> 2   libSystem.B.dylib                 0x901832bb _sigtramp + 43
> 3   ???                               0xffffffff 0 + 4294967295
> 4   libSystem.B.dylib                 0x901f723a raise + 26
> 5   libSystem.B.dylib                 0x90203679 abort + 73
> 6   org.gnu.Emacs                     0x0016c525 ns_term_shutdown + 117 (nsterm.m:4013)
> 7   org.gnu.Emacs                     0x00091f0f fatal_error_signal + 399 (emacs.c:389)
> 8   libSystem.B.dylib                 0x901832bb _sigtramp + 43
> 9   ???                               0xffffffff 0 + 4294967295
> 10  org.gnu.Emacs                     0x0011f2f2 font_list_entities + 626 (font.c:2823)
> 11  org.gnu.Emacs                     0x0011fffe font_find_for_lface + 1166 (font.c:3374)
> 12  org.gnu.Emacs                     0x00120426 font_load_for_lface + 54 (font.c:3445)
> 13  org.gnu.Emacs                     0x0008daf3 realize_face + 819 (xfaces.c:5892)
> 14  org.gnu.Emacs                     0x00090852 Finternal_merge_in_global_face + 370 (xfaces.c:3983)
> 15  org.gnu.Emacs                     0x00109e08 Ffuncall + 1016 (eval.c:3055)
> 16  org.gnu.Emacs                     0x001450eb Fbyte_code + 3835 (bytecode.c:678)
> 17  org.gnu.Emacs                     0x001091f6 Feval + 1062 (eval.c:2386)
> 18  org.gnu.Emacs                     0x0010bae2 internal_lisp_condition_case + 434 (eval.c:1458)
>
>
>
> In GNU Emacs 23.0.94.2 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
>  of 2009-06-15 on ate.maierh
> Windowing system distributor `Apple', version 10.3.949
> configured using `configure  '--with-ns''
>
> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: nil
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: de_DE.UTF-8
>   value of $XMODIFIERS: nil
>   locale-coding-system: utf-8-unix
>   default-enable-multibyte-characters: t
>
> Major mode: Shell-script
>
> Minor modes in effect:
>   show-paren-mode: t
>   desktop-save-mode: t
>   cua-mode: t
>   recentf-mode: t
>   iswitchb-mode: t
>   tooltip-mode: t
>   mouse-wheel-mode: t
>   menu-bar-mode: t
>   file-name-shadow-mode: t
>   global-font-lock-mode: t
>   font-lock-mode: t
>   blink-cursor-mode: t
>   global-auto-composition-mode: t
>   auto-composition-mode: t
>   auto-encryption-mode: t
>   auto-compression-mode: t
>   column-number-mode: t
>   line-number-mode: t
>   transient-mark-mode: t
>
> Recent input:
> M-x r e p o r <tab> <return>
>
> Recent messages:
> Indentation variables are now local.
> Indentation setup for shell type bash
> Wrote /Users/maierh/.emacs.desktop.lock
> Desktop: 1 buffer restored.
> Loading /Users/maierh/elisp/emacs-custom.el (source)...
> Loading paren...done
> Loading /Users/maierh/elisp/emacs-custom.el (source)...done
> Loading /Users/maierh/local/emacs.el (source)...done
> Desktop: 1 buffer restored.
> For information about GNU Emacs and the GNU system, type C-h C-a.







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

* bug#3583: marked as done (23.0.94; nextstep: emacs crash at OS X startup)
  2009-06-15 18:43 ` bug#3583: 23.0.94; nextstep: emacs crash at OS X startup Harald Maier
  2009-06-18  4:06   ` Harald Maier
@ 2009-07-23 15:10   ` Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2009-07-23 15:10 UTC (permalink / raw)
  To: Adrian Robert

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


Your message dated Thu, 23 Jul 2009 11:03:24 -0400
with message-id <7DB0DC05-F82C-46F7-BE21-C82F4B9D4054@gmail.com>
and subject line 
has caused the Emacs bug report #3583,
regarding 23.0.94; nextstep: emacs crash at OS X startup
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.)


-- 
3583: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3583
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6130 bytes --]

From: Harald Maier <harald@maierh.de>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.94; nextstep: emacs crash at OS X startup
Date: Mon, 15 Jun 2009 20:43:27 +0200 (CEST)
Message-ID: <20090615184327.9760D77D699@ate.maierh>

I am starting emacs in the startup phase of OS X with the following
command: 

$ open -a Emacs-ns

Since some days I always get the stack trace below. Before all worked
fine. If I afterward start emacs again for example in the debugger all
works fine. Does anybody else see such crashes? I might be related to
the latest changes in "nsfont.m".

Harald

Process:         Emacs [233]
Path:            /Applications/Emacs-ns.app/Contents/MacOS/Emacs
Identifier:      org.gnu.Emacs
Version:         Version 23.0.94 (9.0)
Code Type:       X86 (Native)
Parent Process:  launchd [117]

Interval Since Last Report:          523611 sec
Crashes Since Last Report:           10
Per-App Interval Since Last Report:  156740 sec
Per-App Crashes Since Last Report:   5

Date/Time:       2009-06-15 20:21:39.185 +0200
OS Version:      Mac OS X 10.5.7 (9J61)
Report Version:  6
Anonymous UUID:  1C5AEE89-9F7A-4F2F-AE73-3F6B1CC4EED7

Exception Type:  EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000007379534f
Crashed Thread:  0

Thread 0 Crashed:
0   libSystem.B.dylib             	0x90184e42 __kill + 10
1   org.gnu.Emacs                 	0x00091eba fatal_error_signal + 314 (emacs.c:404)
2   libSystem.B.dylib             	0x901832bb _sigtramp + 43
3   ???                           	0xffffffff 0 + 4294967295
4   libSystem.B.dylib             	0x901f723a raise + 26
5   libSystem.B.dylib             	0x90203679 abort + 73
6   org.gnu.Emacs                 	0x0016c525 ns_term_shutdown + 117 (nsterm.m:4013)
7   org.gnu.Emacs                 	0x00091f0f fatal_error_signal + 399 (emacs.c:389)
8   libSystem.B.dylib             	0x901832bb _sigtramp + 43
9   ???                           	0xffffffff 0 + 4294967295
10  org.gnu.Emacs                 	0x0011f2f2 font_list_entities + 626 (font.c:2823)
11  org.gnu.Emacs                 	0x0011fffe font_find_for_lface + 1166 (font.c:3374)
12  org.gnu.Emacs                 	0x00120426 font_load_for_lface + 54 (font.c:3445)
13  org.gnu.Emacs                 	0x0008daf3 realize_face + 819 (xfaces.c:5892)
14  org.gnu.Emacs                 	0x00090852 Finternal_merge_in_global_face + 370 (xfaces.c:3983)
15  org.gnu.Emacs                 	0x00109e08 Ffuncall + 1016 (eval.c:3055)
16  org.gnu.Emacs                 	0x001450eb Fbyte_code + 3835 (bytecode.c:678)
17  org.gnu.Emacs                 	0x001091f6 Feval + 1062 (eval.c:2386)
18  org.gnu.Emacs                 	0x0010bae2 internal_lisp_condition_case + 434 (eval.c:1458)



In GNU Emacs 23.0.94.2 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
 of 2009-06-15 on ate.maierh
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Shell-script

Minor modes in effect:
  show-paren-mode: t
  desktop-save-mode: t
  cua-mode: t
  recentf-mode: t
  iswitchb-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r <tab> <return>

Recent messages:
Indentation variables are now local.
Indentation setup for shell type bash
Wrote /Users/maierh/.emacs.desktop.lock
Desktop: 1 buffer restored.
Loading /Users/maierh/elisp/emacs-custom.el (source)...
Loading paren...done
Loading /Users/maierh/elisp/emacs-custom.el (source)...done
Loading /Users/maierh/local/emacs.el (source)...done
Desktop: 1 buffer restored.
For information about GNU Emacs and the GNU system, type C-h C-a.


[-- Attachment #3: Type: message/rfc822, Size: 2483 bytes --]

From: Adrian Robert <adrian.b.robert@gmail.com>
To: 3583-done@emacsbugs.donarmstrong.com
Subject: 
Date: Thu, 23 Jul 2009 11:03:24 -0400
Message-ID: <7DB0DC05-F82C-46F7-BE21-C82F4B9D4054@gmail.com>

Closing, OP reports fixed.


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

end of thread, other threads:[~2009-07-23 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7DB0DC05-F82C-46F7-BE21-C82F4B9D4054@gmail.com>
2009-06-15 18:43 ` bug#3583: 23.0.94; nextstep: emacs crash at OS X startup Harald Maier
2009-06-18  4:06   ` Harald Maier
2009-07-23 15:10   ` bug#3583: marked as done (23.0.94; nextstep: emacs crash at OS X startup) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).