unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: John Wiegley <johnw@gnu.org>
Subject: Re: More info on sporadic OS/X crash
Date: Fri, 23 Apr 2004 04:41:46 -0700	[thread overview]
Message-ID: <m2hdvaudj9.fsf@Majnun.local> (raw)
In-Reply-To: <m2y8owomsy.fsf@Majnun.local> (John Wiegley's message of "Thu, 15 Apr 2004 16:15:25 -0700")

John Wiegley <johnw@gnu.org> writes:

> I've been running Emacs built with -g, waiting for the frequent OS/X
> Carbon crash to appear.  Now I have much more info, though I still
> don't know what it means:
>
> The crash occurs here:
>
>   0x9158ccd0 <SetupOffscreenGDevice+208>: lwz     r4,0(r4)
>
> because $r4 is -1.  This value comes from:
>
>   0x9158ccc4 <SetupOffscreenGDevice+196>: lwz     r4,24(r3)

The crash does not happen if I run in a single frame.  So, my
environment has these features:

 - I have two frames open.

 - These two frames use different fonts.  One uses the default startup
   font, the other has been configured using the Lisp code below.

 - The crash seems to occur at unpredictable times while repainting
   the frame using the default font.

I am setting the font in my other frame using:

(defun big-font ()
  (interactive)
  (create-fontset-from-fontset-spec
   "-apple-courier-medium-r-normal--18-*-*-*-*-*-fontset-courier18,
ascii:-apple-courier-medium-r-normal--18-180-75-75-m-180-mac-roman,
latin-iso8859-1:-apple-courier-medium-r-normal--18-180-75-75-m-180-mac-roman")

  (set-frame-font "fontset-courier18")
  (setq-default line-spacing 1))

Does this ring any bells yet?

John

  reply	other threads:[~2004-04-23 11:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-15 23:15 More info on sporadic OS/X crash John Wiegley
2004-04-23 11:41 ` John Wiegley [this message]
2004-04-24  1:15   ` YAMAMOTO Mitsuharu
2004-04-25 17:49     ` Steven Tamm
2004-04-26 13:15       ` YAMAMOTO Mitsuharu
2004-04-26 16:27         ` Steven Tamm
2004-04-27  9:52           ` YAMAMOTO Mitsuharu
2004-04-27 15:24       ` Piet van Oostrum
2004-04-28  6:37         ` Eli Zaretskii
2004-04-28 11:14           ` Piet van Oostrum
2004-04-28 18:53             ` Eli Zaretskii
2004-04-29 12:10               ` Piet van Oostrum
2004-04-29 16:32                 ` Kim F. Storm
2004-04-29 22:24                   ` Steven Tamm
2004-04-29 22:25                   ` Piet van Oostrum
2004-05-01 11:32         ` YAMAMOTO Mitsuharu
2004-04-26 18:08     ` John Wiegley
2004-04-27  9:59       ` YAMAMOTO Mitsuharu
2004-04-29 22:08         ` John Wiegley
2004-05-01 11:09           ` YAMAMOTO Mitsuharu
2004-05-07  1:24             ` John Wiegley
2004-05-10  6:02             ` John Wiegley

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=m2hdvaudj9.fsf@Majnun.local \
    --to=johnw@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).