On Tue, 11 Jun 2002, Andreas J. Koenig wrote:

> PAUSE is suffering from a SEGV since I installed RC1. After I upgraded
> yesterday to snapshot 17165 I finally caught the following within gdb.
> I'd appreciate further instructions where to go from here.

test case?

> #4  0x816fc96 in Perl_my_popen (my_perl=0x82ffcc8, cmd=0x8a073f1 "-", 
>     mode=0xbffff828 "w") at util.c:2080

looks like something along the lines of:
open my $foo, '|-' or ...;

?

Reply via email to