unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: 23.0.50; crash in xdisp.c:15094
Date: Fri, 26 Oct 2007 22:14:20 +0200	[thread overview]
Message-ID: <v9k5p9ws4j.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <v9lk9t6kij.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Wed, 24 Oct 2007 09:26:28 +0200")

On Wed, Oct 24 2007, Reiner Steib wrote:

> On Tue, Oct 23 2007, Richard Stallman wrote:
>>     #36 0x08159558 in Fbuffer_substring (start=0, end=24)
>>
>> That is a real error, passing 0 for START.
>>
>>     #77 0x08159558 in Fbuffer_substring (start=0, end=24)
>>
>> That is a real error, passing 0 for START.
>>
>> What Lisp code called Fbuffer_substring in frame 36?

(gdb) frame 36
#36 0x08159558 in Fbuffer_substring (start=0, end=24)
    at [...]/cvs-HEAD/emacs/src/editfns.c:2456
2456      validate_region (&start, &end);

>> What Lisp code called it in frame 77?

(gdb) frame 77
#77 0x08159558 in Fbuffer_substring (start=0, end=24)
    at [...]/cvs-HEAD/emacs/src/editfns.c:2456
2456      validate_region (&start, &end);

>>     #49 0x08161eb1 in Ffuncall (nargs=2, args=0xbf8834e0)
>> 	at [...]/cvs-HEAD/emacs/src/eval.c:3074
>>     #50 0x0815f31d in Fcall_interactively (function=137987217, 
>> 	record_flag=137554121, keys=137602396)
>> 	at [...]/cvs-HEAD/emacs/src/callint.c:841
>>
>> What command is being called there, with what argument?

#49 0x08161eb1 in Ffuncall (nargs=2, args=0xbf8834e0)
    at [...]/cvs-HEAD/emacs/src/eval.c:3074
3074            val = funcall_lambda (fun, numargs, args + 1);
(gdb) frame 50
#50 0x0815f31d in Fcall_interactively (function=137987217, 
    record_flag=137554121, keys=137602396)
    at [...]/cvs-HEAD/emacs/src/callint.c:841
841         val = Ffuncall (count + 1, args);

>> And why was it called?  Did you run it with keyboard commands?

(gdb) p recent_keys
$1 = 137601148
(gdb) pr

At this point, gdb didn't respond anymore, so I hit C-c after a while.
I tried to get the recent keys using `xvector-elts' as suggested in
etc/DEBUG:

(gdb)     define xvector-elts
Type commands for definition of "xvector-elts".
End with a line saying just "end".
[...]
(gdb) xvector-elts recent_keys recent_keys_index 10
$2 = 137601148
$3 = (struct Lisp_Vector *) 0x833a078
0
$4 = 137554121
Cannot access memory at address 0x82e5e08
(gdb) frame 77
No registers.
(gdb) up
No stack.
(gdb) 
No stack.
(gdb) 
No stack.


Hm, the session seems useless now, isn't it?  I'm sorry that I
couldn't provide more information.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  parent reply	other threads:[~2007-10-26 20:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-22 19:09 23.0.50; crash in xdisp.c:15094 Reiner Steib
     [not found] ` <E1IkNx8-0004I0-Pm@fencepost.gnu.org>
2007-10-24  7:26   ` Reiner Steib
2007-10-25  2:10     ` Richard Stallman
2007-10-26 20:14     ` Reiner Steib [this message]
2007-10-27 13:57       ` Richard Stallman
2007-10-27 19:14         ` Reiner Steib
2007-10-28 13:50           ` Richard Stallman
2007-10-28 15:52             ` Reiner Steib
2007-10-29  9:21               ` Richard Stallman

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=v9k5p9ws4j.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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).