On 9 May 2004 at 12:31, Ed Wildgoose wrote:

>>Off list - would you like to send me your a.exe and see if it crashes on my machine?

> See attached:
> 
> Thanks
> 
> Ed W
> 
> P.S.  Just found something interesting.  It doesn't crash if I double 
> click on it.  Only if I run it from a "cmd" shell...
> 

I see several things, but I can't put them together yet.

Your a.exe creates a temp cache dir with a short MD5 hash name, while mine creates a 
long SHA1 cache name. That implies that yours is created in the embedded par.pl, when 
mine is done in the static.c header.

Also, mine extracts stuff to an "inc" subdir of the cache, while yours does not.

If I run yours from the command line, it crashes the first time and every time. If I 
double click it, it runs the first time and then crashes every time after that. If I 
delete the cache and run it, it runs the first time and then crashes afterwards.

If I rename my "c:\perl" directory to hide it, your a.exe runs OK everytime ?!? The 
only way your a.exe can find my perl install is by the copy of Config.pm in a.exe. 
Both 
of our Config.pm's point to "c:\perl". There must be some conflict between the stuff 
in 
your PAR binary and the perl install we both have for 5.8.3.

You may find that you have no problem running your application on a machine that 
doesn't have perl installed (or at least not in c:\perl).

Or your problem may go away if you download the snapshot and compile yourself.

Alan Stewart

Reply via email to