all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
Subject: Re: old bootstrap error emerges again
Date: Sun, 19 Mar 2006 06:37:47 +0200	[thread overview]
Message-ID: <uy7z7vylg.fsf@gnu.org> (raw)
In-Reply-To: <umzfns10j.fsf@comcast.net> (message from Dieter Deyke on Sat, 18 Mar 2006 17:59:08 -0700)

> From: Dieter Deyke <deyke@comcast.net>
> Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org
> Date: Sat, 18 Mar 2006 17:59:08 -0700
> 
> (gdb) set args -f batch-byte-compile url/vc-dav.el
> (gdb) run
> Starting program: C:\Users\deyke\emacs-build\work\lisp/../bin/emacs.exe -f batch
> -byte-compile url/vc-dav.el
> 
> Breakpoint 1, get_doc_string (filepos=-2047792, unibyte=0, definition=0)
>     at doc.c:196
> 196             error ("Cannot open doc string file \"%s\"", name);
> (gdb) backtrace
> #0  get_doc_string (filepos=-2047792, unibyte=0, definition=0) at doc.c:196
> #1  0x0110d925 in Fdocumentation (function=27789273, raw=27674673) at doc.c:456

Thanks.  At this point, it would help if you do the following:

  . Print the value of filepos:

    (gdb) p filepos
    (gdb) pr

  . Print the value of Vdoc_file_name, which should be a string:

    (gdb) p Vdoc_file_name
    (gdb) pr

  . Print the value of Vdoc_directory, which should also be a string:

    (gdb) p Vdoc_directory
    (gdb) pr

  . Produce a Lisp backtrace:

    (gdb) xbacktrace

  . Post here the results.

Thanks!

Note that, for these commands to work, you need either to start GDB in
the src directory or type "source /path-to-src/src/.gdbinit" inside
GDB, because the commands `pr' and `xbacktrace' are defined there.

  reply	other threads:[~2006-03-19  4:37 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-17 16:35 old bootstrap error emerges again Zhang Wei
2006-03-18 11:09 ` Eli Zaretskii
2006-03-18 11:59   ` Zhang Wei
2006-03-18 12:55     ` Herbert Euler
2006-03-18 15:49       ` Eli Zaretskii
2006-03-19  1:59         ` Herbert Euler
2006-03-19  4:27           ` Eli Zaretskii
2006-03-18 15:35     ` Eli Zaretskii
2006-03-18 16:22       ` Dieter Deyke
2006-03-18 17:54         ` Eli Zaretskii
2006-03-18 19:55           ` Dieter Deyke
2006-03-18 21:24             ` Jason Rumney
2006-03-18 21:45               ` Dieter Deyke
2006-03-18 22:55             ` Eli Zaretskii
2006-03-19  0:59               ` Dieter Deyke
2006-03-19  4:37                 ` Eli Zaretskii [this message]
2006-03-19 14:44                   ` Dieter Deyke
2006-03-19 19:14                     ` Eli Zaretskii
2006-03-19 20:56                       ` Dieter Deyke
2006-03-19 21:19                       ` Dieter Deyke
2006-03-25 13:57                         ` Eli Zaretskii
2006-03-25 15:54                           ` Dieter Deyke
2006-03-25 17:38                             ` Eli Zaretskii
2006-03-25 18:07                               ` Dieter Deyke
2006-03-25 19:58                                 ` Jason Rumney
2006-03-25 20:39                                   ` Andreas Schwab
2006-03-25 22:06                                   ` Eli Zaretskii
2006-03-25 22:38                                     ` Dieter Deyke
2006-03-26 16:52                                     ` Dieter Deyke
2006-03-26 20:14                                       ` Eli Zaretskii
2006-03-18 17:02       ` Zhang Wei
2006-03-18 18:01         ` Eli Zaretskii
2006-03-20 22:41         ` Jason Rumney
2006-03-27 19:43           ` Eli Zaretskii

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=uy7z7vylg.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@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 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.