all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steven Tamm <steventamm@mac.com>
Subject: xdisp.c 1.794 breaks Mac OS X (Carbon)
Date: Wed, 11 Dec 2002 11:06:27 -0800 (PST)	[thread overview]
Message-ID: <7206041.1039633587298.JavaMail.steventamm@mac.com> (raw)

Just updated to latest source and a change in to xdisp.c:row_containing_pos causes the osx build to break reliably after scrolling through a long document.  Reverting to 1.793 fixes everything

The problem is that row is NULL for set_cursor_from_row in try_window_id.  Should there be a check for row=NULL in try_window_id?  Here is the stack trace.

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x0000006c
Thread 0 Crashed:
 #0   0x00020488 in set_cursor_from_row (xdisp.c:9447)
 #1   0x00025d5c in try_window_id (xdisp.c:11774)
 #2   0x000230e4 in redisplay_window (xdisp.c:10478)
 #3   0x000203f8 in redisplay_window_0 (xdisp.c:9417)
 #4   0x000c9518 in internal_condition_case_1 (eval.c:1393)

Let me know if more details are needed...

-Steven

             reply	other threads:[~2002-12-11 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-11 19:06 Steven Tamm [this message]
2002-12-11 22:22 ` xdisp.c 1.794 breaks Mac OS X (Carbon) Kim F. Storm
2002-12-16  0:45 ` Kim F. Storm

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

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

  git send-email \
    --in-reply-to=7206041.1039633587298.JavaMail.steventamm@mac.com \
    --to=steventamm@mac.com \
    /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 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.