unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Rob Browning <rlb@defaultvalue.org>
Cc: emacs-devel@gnu.org
Subject: Re: m68k "Invalid character:" build failure look familiar to anyone?
Date: Fri, 26 Sep 2003 09:17:15 -0500	[thread overview]
Message-ID: <87pthn1vo4.fsf@raven.i.defaultvalue.org> (raw)
In-Reply-To: <jek77vrjst.fsf@sykes.suse.de> (Andreas Schwab's message of "Fri, 26 Sep 2003 11:16:50 +0200")

Andreas Schwab <schwab@suse.de> writes:

>>> Can you please print out the lisp expression that args points to at this
>>> place?  See etc/DEBUG for more information.
>>
>> Sure:
>
> I was rather referring to the args in Fprogn.

Ah, ok.  If you mean the next level Fprogn up, then it appears to be
nil at the time of the error.  I also included args from the Flet
above it in case that's helpful.

Thanks again.

(gdb) up
#4  0x800d326e in Feval (form=1350173948)
    at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:1986
1986              val = (*XSUBR (fun)->function) (XINT (numargs), vals);
(gdb) up
#5  0x800d0d1a in Fprogn (args=274922548)
    at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:431
431           val = Feval (Fcar (args_left));
(gdb) p args
$5 = 274922548
(gdb) pr
nil
(gdb) up
#6  0x800d1790 in Flet (args=1350170172)
    at /home/rlb/tmp/emacs21-21.3+1/src/eval.c:875
875       elt = Fprogn (Fcdr (args));
(gdb) p args
$6 = 1350170172
(gdb) pr
(((pc 0) op off (bytes (quote nil)) (patchlist nil) rest rel tmp) (while lap (setq op (car (car lap)) off (cdr (car lap))) (cond ((not (symbolp op)) (error "Non-symbolic opcode `%s'" op)) ((eq op (quote TAG)) (setcar off pc) (setq patchlist (cons off patchlist))) ((memq op byte-goto-ops) (setq pc (+ pc 3)) (setq bytes (cons (cons pc (cdr off)) (cons nil (cons (symbol-value op) bytes)))) (setq patchlist (cons bytes patchlist))) (t (setq bytes (cond ((cond ((consp off) (setq off (cdr off)) (eq op (quote byte-constant)))) (cond ((< off byte-constant-limit) (setq pc (1+ pc)) (cons (+ byte-constant off) bytes)) (t (setq pc (+ 3 pc)) (cons (lsh off -8) (cons (logand off 255) (cons byte-constant2 bytes)))))) ((<= byte-listN (symbol-value op)) (setq pc (+ 2 pc)) (cons off (cons (symbol-value op) bytes))) ((< off 6) (setq pc (1+ pc)) (cons (+ (symbol-value op) off) bytes)) ((< off 256) (setq pc (+ 2 pc)) (cons off (cons (+ (symbol-value op) 6) bytes))) (t (setq pc (+ 3 pc)) (cons (lsh off -8) (cons (logand off 255) (cons (+ (symbol-value op) 7) bytes)))))))) (setq lap (cdr lap))) (let (bytes) (while patchlist (setq bytes (car patchlist)) (cond ((atom (car bytes))) (t (setq pc (car (cdr (car bytes)))) (setcar (cdr bytes) (logand pc 255)) (setcar bytes (lsh pc -8)))) (setq patchlist (cdr patchlist)))) (concat (nreverse bytes)))

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4

  reply	other threads:[~2003-09-26 14:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-24  5:34 m68k "Invalid character:" build failure look familiar to anyone? Rob Browning
2003-09-24  9:06 ` Andreas Schwab
2003-09-24 23:22   ` Rob Browning
2003-09-25  9:01     ` Andreas Schwab
2003-09-25 15:30       ` Rob Browning
2003-09-25 16:12         ` Andreas Schwab
2003-09-25 16:28           ` Rob Browning
2003-09-25 17:33             ` Kevin Rodgers
2003-09-26  9:16             ` Andreas Schwab
2003-09-26 14:17               ` Rob Browning [this message]
2003-09-26 16:09 ` Stefan Monnier
2003-09-26 16:57   ` Rob Browning
2003-09-27 16:46     ` Rob Browning
2003-09-27 16:59       ` Rob Browning
2003-09-29 14:28       ` Stefan Monnier
2003-09-29 16:49         ` Rob Browning
2003-10-03 21:22           ` Rob Browning

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=87pthn1vo4.fsf@raven.i.defaultvalue.org \
    --to=rlb@defaultvalue.org \
    --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 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).