Background processes receive SIGINT even though they shouldn't

2006-01-11 Thread Ingemar Nilsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Configuration Information [Automatically generated, do not change]: Machine: i386 OS: linux-gnu Compiler: i386-redhat-linux-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' - -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-redhat-linux

Re: Background processes receive SIGINT even though they shouldn't

2006-01-13 Thread Ingemar Nilsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chet Ramey wrote: > I think you're slightly misunderstanding how job control and process > groups interact. Okay. > When you run test1 from an interactive shell with job control enabled, > it is placed into a separate process group. The terminal's

Re: Background processes receive SIGINT even though they shouldn't

2006-01-30 Thread Ingemar Nilsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chet Ramey wrote: > I am looking at the apparent contradiction between this and the > previous answer. It might be that the shell begun to run test2 > undoes the signal ignoring performed when it is initally forked. > It seems like somewhere along th