From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14004 invoked from network); 10 Jun 2001 23:10:58 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Jun 2001 23:10:58 -0000 Received: (qmail 29080 invoked by alias); 10 Jun 2001 23:10:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14835 Received: (qmail 29069 invoked from network); 10 Jun 2001 23:10:32 -0000 Date: Sun, 10 Jun 2001 19:10:43 -0400 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: hppa problems Message-ID: <20010610191043.A17968@dman.com> References: <20010610070719.A4521@dman.com> <20010610081031.C4640@dman.com> <1010610163423.ZM21625@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1010610163423.ZM21625@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Sun, Jun 10, 2001 at 04:34:23PM +0000 > This looks similar to the strace that was discussed in the "problem > with sourcing on Solaris" thread. I don't suppose BROKEN_KILL_ESRCH is > defined in config.h? > > Hmm, it looks like BROKEN_POSIX_SIGSUSPEND may also be defined -- either > that or NO_SIGNAL_BLOCKING -- which strikes me as likely to be wrong. /* #undef NO_SIGNAL_BLOCKING */ /* #undef BROKEN_KILL_ESRCH */ #define BROKEN_POSIX_SIGSUSPEND 1 I'll investigate the sigsuspend test shortly.