From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: ralf@uni-koblenz.de
Cc: linux@cthulhu.engr.sgi.com
Subject: Re: tcsh
Date: Fri, 3 Jul 1998 00:59:27 +0200 [thread overview]
Message-ID: <19980703005927.48187@alpha.franken.de> (raw)
In-Reply-To: <19980622110139.F418@uni-koblenz.de>; from ralf@uni-koblenz.de on Mon, Jun 22, 1998 at 11:01:39AM +0200
On Mon, Jun 22, 1998 at 11:01:39AM +0200, ralf@uni-koblenz.de wrote:
> maybe anybody feels like debugging the tcsh rpm. The lack of having
> a properly working csh keep several other packages from building
> without trickery.
ok, I'm pretty close. After debugging tcsh for more than three hours,
it looks like this is a kernel bug. I've traced it down to the following
code in sh.proc.c:
xprintf ("pp before sigpause %x\n",pp);
/* (void) sigpause(sigblock((sigmask_t) 0) &~ sigmask(SIGCHLD)); */
(void) sigpause(omask & ~sigmask(SIGCHLD));
xprintf ("pp after sigpause %x\n",pp);
pp gets clobbered by sigpause. I'll have a fast look at the kernel, maybe
it's easy to spot the bug.
Thomas.
--
See, you not only have to be a good coder to create a system like Linux,
you have to be a sneaky bastard too ;-)
[Linus Torvalds in <4rikft$7g5@linux.cs.Helsinki.FI>]
next prev parent reply other threads:[~1998-07-02 23:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-06-22 9:01 tcsh ralf
1998-07-02 22:59 ` Thomas Bogendoerfer [this message]
1998-07-03 14:58 ` tcsh ralf
1998-07-03 22:37 ` tcsh Thomas Bogendoerfer
1998-07-03 23:14 ` tcsh ralf
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=19980703005927.48187@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=linux@cthulhu.engr.sgi.com \
--cc=ralf@uni-koblenz.de \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox