Core dump after reading from /proc/registry

2010-03-25 Thread DEWI - N. Zacharias
Hi All, To read the content of a registry key I use : my $ww = IO::File->new("; $ww->close(); It works but a subsequent call system("cd /cydrive/c/whatever") crashes with a core dump. The strange thing is that if I use another key it works it don't crash The key which works is: /proc/

Re: Core dump after reading from /proc/registry

2010-03-25 Thread Eric Blake
On 03/25/2010 03:07 AM, DEWI - N. Zacharias wrote: > To read the content of a registry key I use : > > my $ww = > IO::File->new(" my $Reg_FreePdf_Path = <$ww>; > $ww->close(); > > It works but a subsequent call system("cd /cydrive/c/whatever") crashes with > a core dump. Which version of cyg