in reply to ActivePerl crasher
Intriguing. All these crash AS809
perl -e"$c='A'x256; system $x;" perl -e"$c='A'x256; `$x;`" perl -e"$c='A'x256; qx[$x;]"
with The instruction at '0x........' referenced memory at "0x41414141". The memory could not be written. Which makes look like an CRT or OS problem.
But then, if you replace the variable containing the 256 'A's with a constant string. perl -e"system 'AAA...AAA'" etc.
None of them crash, they just report
'AAA...AAA' is not recognized as an internal or external command, operable program + or batch file.
Which would tend to indicate that the segfault is a perl (build) problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ActivePerl crasher
by saskaqueer (Friar) on May 18, 2004 at 03:01 UTC | |
|
Re: Re: ActivePerl crasher
by zude (Scribe) on May 19, 2004 at 17:38 UTC | |
by BrowserUk (Patriarch) on May 19, 2004 at 22:06 UTC |