I tried the new PAR and pp for the most part everything works pretty well but now there is a new problem. Any time I use the "exit" command (i.e. exit 10; or exit print "string";) about 70 to 80 % of the time a get a pop-up window that says "par.exe application error: the instruction at "0x00401973" referenced memory at "0x008b51d0". The memory could not be "read"" it's the same memory addresses every time the error appears. This doesn't happen in the .pl file only in the pp compiled .exe.

This is on Win2000 with perl 5.8.0 using the precompiled binaries for PAR-0.73 i downloaded from cpan.

Am I doing something wrong or is this in fact a bug?

thanks,
-Matthew Kemmerer


From: Autrijus Tang <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: PAR 0.73 released.
Date: Wed, 6 Aug 2003 17:23:06 +0800
MIME-Version: 1.0
Received: from onion.perl.org ([64.70.54.95]) by mc4-f21.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 6 Aug 2003 02:23:23 -0700
Received: (qmail 56150 invoked by uid 1005); 6 Aug 2003 09:23:21 -0000
Received: (qmail 56133 invoked by uid 76); 6 Aug 2003 09:23:21 -0000
Received: unknown
X-Message-Info: JGTYoYF78jEHjJx36Oi8+YDSEg8qKPPD
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Post: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
X-Copyright: Copyright 2003 by Autrijus Tang. All rights reserved.
X-Public-Key: http://autrijus.org/pubkey.asc
X-Notice: Forwarding of this mail prohibited without written consent.
User-Agent: Mutt/1.5.4i
X-SMTPD: qpsmtpd/0.27-dev, http://develooper.com/code/qpsmtpd/
X-Spam-Check-By: one.develooper.com
X-Spam-Status: No, hits=-0.6 required=7.0 tests=PGP_SIGNATURE_2,RCVD_IN_RFCI,SPAM_PHRASE_02_03,USER_AGENT,USER_AGENT_MUTT version=2.44
X-SMTPD: qpsmtpd/0.26, http://develooper.com/code/qpsmtpd/
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 06 Aug 2003 09:23:24.0108 (UTC) FILETIME=[62A088C0:01C35BFC]


I am joyous to announce that PAR 0.73 has been uploaded to CPAN.
If no serious bugs are found in it, I'll gradually resume to a
less frantic release rate.

It is also available at:

    http://aut.dyndns.org/dist/PAR-0.73.tar.gz
    MD5 (PAR-0.73.tar.gz) = d005d9502531030a87f014b57be56062

* New Features

    - The PAR Homepage is now online at http://par.perl.org/.
      Documentations have been changed to link to it.

* Bug fixes

    - Tk applications can now properly access xpm/xbm files
      with Tk->findINC.

    - On Win32, pp-generated executables could not start from
      Explorer, if its path contains space characters.  Fixed.

    - On Win32, pp-generated executables used to leave around an
      empty directory in $ENV{TEMP}.  It is now properly rmdir'ed.

    - Some systems (notably OpenBSD and Debian) does not put their
      libperl.so in the default location, which breaks the build
      process; now searches inside $ENV{$Config{ldlibpthname}} and
      $Config{libpth} to find it.

Again, 'make par' binary package contributions are most welcome; please
check http://aut.dyndns.org/par/ first to see if somebody already sent
me a package for your platform and perl version.

Thanks,
/Autrijus/
<< attach3 >>

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




Reply via email to