CygPerl hangs opening FIFO after fork (in both parentchild)

2006-06-22 Thread Linda Walsh
The attached test case is simple and fairly short. It does not depend on File::BOM (and has none of the code from it). It's only dependency (other than perl) is the POSIX module, where, from, the fifo command is taken. Conceptually, it is simple: - Create fifo (works) - Fork(works) -

Re: CygPerl hangs opening FIFO after fork (in both parentchild)

2006-06-22 Thread Brian Dessent
Linda Walsh wrote: The attached test case is simple and fairly short. It does not depend on File::BOM (and has none of the code from it). It's only dependency (other than perl) is the POSIX module, where, from, the fifo command is taken. This appears to be a deadlock in the Cygwin DLL

Re: CygPerl hangs opening FIFO after fork (in both parentchild)

2006-06-22 Thread Christopher Faylor
On Thu, Jun 22, 2006 at 06:53:38PM -0700, Brian Dessent wrote: Linda Walsh wrote: The attached test case is simple and fairly short. It does not depend on File::BOM (and has none of the code from it). It's only dependency (other than perl) is the POSIX module, where, from, the fifo command

Re: CygPerl hangs opening FIFO after fork (in both parentchild)

2006-06-22 Thread Yitzchak Scott-Thoennes
On Thu, Jun 22, 2006 at 06:53:38PM -0700, Brian Dessent wrote: Linda Walsh wrote: The attached test case is simple and fairly short. It does not depend on File::BOM (and has none of the code from it). It's only dependency (other than perl) is the POSIX module, where, from, the fifo

Re: CygPerl hangs opening FIFO after fork (in both parentchild)

2006-06-22 Thread Christopher Faylor
On Thu, Jun 22, 2006 at 07:52:37PM -0700, Yitzchak Scott-Thoennes wrote: On Thu, Jun 22, 2006 at 06:53:38PM -0700, Brian Dessent wrote: Linda Walsh wrote: The attached test case is simple and fairly short. It does not depend on File::BOM (and has none of the code from it). It's only dependency