all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org
Subject: Re: 22.0.50 SEGFAULT
Date: Sun, 31 Jul 2005 01:01:53 +0200	[thread overview]
Message-ID: <m3r7dflwym.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <pan.2005.07.29.01.49.56.740007@as.arizona.edu> (JD Smith's message of "Thu, 28 Jul 2005 18:49:58 -0700")

JD Smith <jdsmith@as.arizona.edu> writes:

>>>
>>> GNU Emacs 22.0.50.3 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of
>>> 2005-07-14 on turtle.as.arizona.edu

Sorry, but I cannot see any reason why it fails from the data you sent me.

Something tells me that the gdb output isn't quite right,
as the references (buffer) object is the same for all of
these:

  p row->glyphs[area][i-1]  (if i > 0)
  p row->glyphs[area][i]
  p row->glyphs[area][i+1]

.. so why would it fail on [i] but not on [i-1].


My only suggestion to get to the bottom of this is to build emacs
without optimizations like this:

/configure "CFLAGS=-g -O0"    (that's letter O followed by digit 0).
make

[
alternatively, you can:
- cd src/
- edit Makefile changing CFLAGS= line to read CFLAGS=-g -O0
- rm *.o
- make emacs
]

and see if that makes a difference [it could actually result in
finding a different position of the crash...]


-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

  reply	other threads:[~2005-07-30 23:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-15  2:28 22.0.50 SEGFAULT JD Smith
2005-07-15  8:45 ` Kim F. Storm
2005-07-29  1:49   ` JD Smith
2005-07-30 23:01     ` Kim F. Storm [this message]
2005-08-03 16:19       ` JD Smith
2005-08-08 22:51         ` JD Smith
2005-09-19 23:18           ` JD Smith

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=m3r7dflwym.fsf@kfs-l.imdomain.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@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 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.