zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: andreas.koenig@franz.ww.tu-berlin.de, zsh-workers@math.gatech.edu
Subject: Re: zsh-3.0-pre2 cores on irix 5.3 (?)
Date: Sat, 6 Jul 1996 09:24:16 -0700	[thread overview]
Message-ID: <960706092417.ZM16934@candle.brasslantern.com> (raw)
In-Reply-To: Andreas Koenig <k@anna.in-berlin.de> "zsh-3.0-pre2 cores on irix 5.3 (?)" (Jul  6,  1:52pm)

On Jul 6,  1:52pm, Andreas Koenig wrote:
} Subject: zsh-3.0-pre2 cores on irix 5.3 (?)
}
} As I had to rebuild my whole irix 5.3 from both CDROM and backup
} tapes, this may be a due to a misconfiguration of my
} machine. Nonetheless, recompiling beta19 works, pre2 results in a
} core.
} 
} exec.c: In function `execcmd':
} exec.c:1318: warning: format argument is not a pointer (arg 3)

That (and the core dump) are almost certainly from the DPUTS() typo
that someone (Wayne?) already reported:

--- zsh-3.0-pre2/Src/zsh.h	Fri Jul  5 10:57:49 1996
+++ zsh-3.0-pre2-fix/Src/zsh.h	Fri Jul  5 11:25:44 1996
@@ -1307,7 +1307,7 @@
 
 #ifdef DEBUG
 # define DPUTS(X,Y) if (!(X)) {;} else \
-			fprintf(stderr, "%s\n", X), fflush(stderr)
+			fprintf(stderr, "%s\n", Y), fflush(stderr)
 # define MUSTUSEHEAP(X) if (useheap) {;} else \
 		fprintf(stderr, "BUG: permanent allocation in %s\n", X), \
 		fflush(stderr)


} #3  0x45db7c in loop (toplevel=0) at init.c:131

That line is this call:

	DPUTS(alloc_stackp, "BUG: alloc_stackp != 0 in loop()");

So apparently our allocation problems aren't all over with, yet.

-- 
Bart Schaefer                             Brass Lantern Enterprises
http://www.well.com/user/barts            http://www.nbn.com/people/lantern

New male in /home/schaefer:
>N  2 Justin William Schaefer  Sat May 11 03:43  53/4040  "Happy Birthday"



  parent reply	other threads:[~1996-07-06 16:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-06 11:52 Andreas Koenig
     [not found] ` <k@anna.in-berlin.de>
1996-07-06 16:24   ` Bart Schaefer [this message]
1996-07-06 17:29     ` Zoltan Hidvegi
1996-07-06 21:32       ` Andreas Koenig
1996-07-07 16:16   ` Bart Schaefer
1996-07-07 17:28     ` Andreas Koenig
1996-07-08  0:57     ` Zoltan Hidvegi
1996-07-08  7:37       ` Zefram
1996-07-08 14:54         ` Zoltan Hidvegi

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=960706092417.ZM16934@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=andreas.koenig@franz.ww.tu-berlin.de \
    --cc=schaefer@nbn.com \
    --cc=zsh-workers@math.gatech.edu \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).