unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Harald Maier <harald@maierh.de>
To: bug-gnu-emacs@gnu.org
Cc: emacs-pretest-bug@gnu.org
Subject: bug#3583: 23.0.94; nextstep: emacs crash at OS X startup
Date: Thu, 18 Jun 2009 06:06:22 +0200	[thread overview]
Message-ID: <m21vpii3sx.fsf@ate.maierh> (raw)
In-Reply-To: 20090615184327.9760D77D699@ate.maierh


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.







  reply	other threads:[~2009-06-18  4:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
2009-07-23 15:10   ` bug#3583: marked as done (23.0.94; nextstep: emacs crash at OS X startup) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m21vpii3sx.fsf@ate.maierh \
    --to=harald@maierh.de \
    --cc=3583@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).