Re: perl, cron or sh bug

2000-07-02 Thread Andrey A. Chernov
On Sun, Jul 02, 2000 at 09:39:39AM +0200, Mark Murray wrote: > > > I am not shure, is this cron bug calling with ignoring SIGCHLD, sh bug, or > > > perl bug. I think cron shouldn't call anything with SIGCHLD ignored. > > > > Yes, it was in cron/do_command.c

Re: perl, cron or sh bug

2000-07-02 Thread Mark Murray
> > I am not shure, is this cron bug calling with ignoring SIGCHLD, sh bug, or > > perl bug. I think cron shouldn't call anything with SIGCHLD ignored. > > Yes, it was in cron/do_command.c > (void) signal(SIGCHLD, SIG_IGN); > > What about re-allowing SIGC

Re: perl, cron or sh bug

2000-07-01 Thread Andrey A. Chernov
em tomorrow... > > > > When running as cron job, from shell script, perl now always say this: > > "Can't ignore signal CHLD, forcing to default" (see perl.c) > > > > I am not shure, is this cron bug calling with ignoring SIGCHLD, sh bug, or > > pe

Re: perl, cron or sh bug

2000-07-01 Thread Andrey A. Chernov
always say this: > "Can't ignore signal CHLD, forcing to default" (see perl.c) > > I am not shure, is this cron bug calling with ignoring SIGCHLD, sh bug, or > perl bug. I think cron shouldn't call anything with SIGCHLD ignored. Yes, it was in cron/do_command.c

perl, cron or sh bug

2000-07-01 Thread Andrey A. Chernov
.c) I am not shure, is this cron bug calling with ignoring SIGCHLD, sh bug, or perl bug. I think cron shouldn't call anything with SIGCHLD ignored. -- Andrey A. Chernov <[EMAIL PROTECTED]> http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: sh bug

1999-11-17 Thread Bruce Evans
On Wed, 17 Nov 1999, Martin Cracauer wrote: > I can now reproduce the problem. Please test the appended diff which > should fix this problem while still working for the > here-backquote-three-stage-pipeline case. > > My apology especially to Bruce, I managed to pass your test case by > not copy/

Re: sh bug

1999-11-17 Thread Jean-Marc Zucconi
> Martin Cracauer writes: >> Today I encountered again the problem when doing `man MIME::*' (you >> have to install /usr/ports/mail/p5-MIME-Tools). Curiously, I have no >> problem with `man \*' >> Again reverting to eval.c r1.22 solve the problem. > I can now reproduce the problem. Ple

Re: sh bug

1999-11-17 Thread Martin Cracauer
In <[EMAIL PROTECTED]>, Jean-Marc Zucconi wrote: > > Steve Price writes: > > > On Mon, 8 Nov 1999, Jean-Marc Zucconi wrote: > > # > Jean-Marc Zucconi writes: > > # > > # > Try this in -current > > # > $ cat some_file | head > > # > > # > I have to use ^C to regain control. >

Re: sh bug

1999-11-17 Thread Jean-Marc Zucconi
> Steve Price writes: > On Mon, 8 Nov 1999, Jean-Marc Zucconi wrote: > # > Jean-Marc Zucconi writes: > # > # > Try this in -current > # > $ cat some_file | head > # > # > I have to use ^C to regain control. > # > # ... and reverting to rev. 1.22 of eval.c fixes the problem.

Re: sh bug

1999-11-08 Thread Jean-Marc Zucconi
> Steve Price writes: > On Mon, 8 Nov 1999, Jean-Marc Zucconi wrote: > # > Jean-Marc Zucconi writes: > # > # > Try this in -current > # > $ cat some_file | head > # > # > I have to use ^C to regain control. > # > # ... and reverting to rev. 1.22 of eval.c fixes the problem.

Re: sh bug

1999-11-08 Thread Steve Price
On Mon, 8 Nov 1999, Jean-Marc Zucconi wrote: # > Jean-Marc Zucconi writes: # # > Try this in -current # > $ cat some_file | head # # > I have to use ^C to regain control. # # ... and reverting to rev. 1.22 of eval.c fixes the problem. Does revision 1.24 work? # Jean-Marc # # -- # J

Re: sh bug

1999-11-08 Thread Martin Cracauer
In <[EMAIL PROTECTED]>, Jean-Marc Zucconi wrote: > > Jean-Marc Zucconi writes: > > > Try this in -current > > $ cat some_file | head > > > I have to use ^C to regain control. > > ... and reverting to rev. 1.22 of eval.c fixes the problem. Steve Price fixed my 1.23 mistake in 1.24. Mar

Re: sh bug

1999-11-07 Thread Jean-Marc Zucconi
> Jean-Marc Zucconi writes: > Try this in -current > $ cat some_file | head > I have to use ^C to regain control. ... and reverting to rev. 1.22 of eval.c fixes the problem. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mai

sh bug

1999-11-07 Thread Jean-Marc Zucconi
Try this in -current $ cat some_file | head I have to use ^C to regain control. Jean-Marc -- Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message