Re: bash crashes when forking jobs and dynamically switching posix mode

2012-05-11 Thread Mike Frysinger
On Friday 11 May 2012 14:25:08 Chet Ramey wrote: > On 5/11/12 11:43 AM, Mike Frysinger wrote: > > in light of the recent discussion, i thought i could switch posix mode > > on/off on the fly so that i restricted myself to this mode only when > > using `wait`. > > > unfortunately, that randomly cra

Re: bash crashes when forking jobs and dynamically switching posix mode

2012-05-11 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/11/12 11:43 AM, Mike Frysinger wrote: > in light of the recent discussion, i thought i could switch posix mode on/off > on the fly so that i restricted myself to this mode only when using `wait`. > unfortunately, that randomly crashes bash :).

Re: bash crashes when forking jobs and dynamically switching posix mode

2012-05-11 Thread Mike Frysinger
On Friday 11 May 2012 13:37:58 Chet Ramey wrote: > On 5/11/12 11:43 AM, Mike Frysinger wrote: > > in light of the recent discussion, i thought i could switch posix mode > > on/off on the fly so that i restricted myself to this mode only when > > using `wait`. > > unfortunately, that randomly crashe

Re: bash crashes when forking jobs and dynamically switching posix mode

2012-05-11 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/11/12 11:43 AM, Mike Frysinger wrote: > in light of the recent discussion, i thought i could switch posix mode on/off > on the fly so that i restricted myself to this mode only when using `wait`. > unfortunately, that randomly crashes bash :).