zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: schaefer@nbn.com
Cc: 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 19:29:30 +0200 (MET DST)	[thread overview]
Message-ID: <199607061729.TAA18091@bolyai.cs.elte.hu> (raw)
In-Reply-To: <960706092417.ZM16934@candle.brasslantern.com> from Bart Schaefer at "Jul 6, 96 09:24:16 am"

Bart wrote:
> 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:

That patch from Wayne also containd a patch to signals.c.  If int and pid_t
are different it may be the problem.  For me, with these patches it works:

digo ~ % uname -a
IRIX digo 5.3 11091812 IP22 mips
digo ~ % echo $ZSH_VERSION 
3.0-pre2

Zoltan


--- Src/signals.c	1996/07/04 19:40:08	2.12
+++ Src/signals.c	1996/07/05 20:52:22	2.13
@@ -464,7 +464,7 @@
 	    Job jn;
 	    Process pn;
             pid_t pid;
-	    int *procsubpid = &cmdoutpid;
+	    pid_t *procsubpid = &cmdoutpid;
 	    int *procsubval = &cmdoutval;
 	    struct execstack *es = exstack;
 



  reply	other threads:[~1996-07-06 17:38 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
1996-07-06 17:29     ` Zoltan Hidvegi [this message]
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=199607061729.TAA18091@bolyai.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --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).