On Mon, Jan 3, 2011 at 7:20 PM, Ani Taggu <anita...@gmail.com> wrote:
> (b) For the bug.xml file mentioned in the earlier post, everything
> works correctly if I do this:
>             perl myapp.pl  <------- OK no problem.
>
>      However, if I do
>              pp -o a.exe myapp.pl
>              .\a.exe
>      the crash mentioned above occurs for the sample XML file.

Sorry, I can't reproduce this here, but I don't have exactly the
same setup as you (at least Windows XP vs Vista).

As your experiments show the most likely cause is the custom
perl interpreter used by the packed executable or the few
"essential" modules that it uses during bootstrap. Did you
build PAR::Packer yourself or installed it vis ppm?
If the latter: can you try to build PAR::Packer from source
(including running "dmake test"), install it, then re-pack bug2.pl
and try the resulting executable?

Cheers, Roderich

Reply via email to