[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tru64-unix-managers
Subject:    SUMMARY: perl5 gobbles core - config error?
From:       Simon Greaves <censjg () caledonia ! hw ! ac ! uk>
Date:       1995-09-30 18:34:28
[Download RAW message or body]

Return-path: <alpha-osf-managers-relay@sws1.ctd.ornl.gov>
Received: from sws1.CTD.ORNL.GOV by SLUVCA.SLU.EDU (PMDF V5.0-4 #5070)
 id <01HVVEX8Y8OW8Y5DLE@SLUVCA.SLU.EDU> for ALPHAOSF@SLUAVA.SLU.EDU; Sat,
 30 Sep 1995 03:17:33 -0600 (CST)
Received: (from daemon@localhost) by sws1.CTD.ORNL.GOV (8.6.10/8.6.10)
 id HAA17655 for aomaa; Fri, 29 Sep 1995 07:32:25 -0400
Received: from oaunx1.ctd.ornl.GOV (oaunx1.ctd.ornl.gov [128.219.128.17])
 by sws1.CTD.ORNL.GOV (8.6.10/8.6.10) with ESMTP id HAA17595 for
 <alpha-osf-managers@sws1.ctd.ornl.gov>; Fri, 29 Sep 1995 07:32:17 -0400
Received: from avb.slu.edu by oaunx1.ctd.ornl.GOV (8.6.10/3.0-C)
 id HAA18858; Fri, 29 Sep 1995 07:02:51 -0400
Received: from DECNET-MAIL (SYSTEM@AVB) by SLUVCA.SLU.EDU (PMDF V5.0-4 #5070)
 id <01HVU4J7Z0KGA3CHDX@SLUVCA.SLU.EDU> for alpha-osf-managers@ornl.gov; Fri,
 29 Sep 1995 05:09:09 -0600 (CST)
Date: Fri, 29 Sep 1995 05:09:09 -0600 (CST)
From: Simon Greaves <censjg@caledonia.hw.ac.uk>
Subject: SUMMARY: perl5 gobbles core - config error?
Sender: alpha-osf-managers-relay@sws1.ctd.ornl.gov
To: alpha-osf-managers@ORNL.GOV
Reply-to: Simon Greaves <censjg@caledonia.hw.ac.uk>
Message-id: <01HVU4J85G1UA3CHDX@SLUAVA.SLU.EDU>
Organization: SAINT LOUIS UNIVERSITY  St. Louis, MO
X-VMS-To: IN%"alpha-osf-managers@ornl.gov"
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Followup-to: poster

Return-path: <alpha-osf-managers-relay@sws1.ctd.ornl.gov>
Received: from sws1.CTD.ORNL.GOV by SLUVCA.SLU.EDU (PMDF V5.0-4 #5070)
 id <01HVTZI897Z48Y56IA@SLUVCA.SLU.EDU> for ALPHAOSF@SLUAVA.SLU.EDU; Fri,
 29 Sep 1995 03:06:41 -0600 (CST)
Received: (from daemon@localhost) by sws1.CTD.ORNL.GOV (8.6.10/8.6.10)
 id MAA12534 for aomaa; Wed, 27 Sep 1995 12:30:31 -0400
Received: from oaunx1.ctd.ornl.GOV (oaunx1.ctd.ornl.gov [128.219.128.17])
 by sws1.CTD.ORNL.GOV (8.6.10/8.6.10) with ESMTP id MAA12522 for
 <alpha-osf-managers@sws1.ctd.ornl.gov>; Wed, 27 Sep 1995 12:30:27 -0400
Received: from caledonias1.caledonia.hw.ac.uk by oaunx1.ctd.ornl.GOV
 (8.6.10/3.0-C) id MAA28612; Wed, 27 Sep 1995 12:30:25 -0400
Received: from cend1c4.caledonia.hw.ac.uk by caledonias1.caledonia.hw.ac.uk
 with SMTP id AA19225; Wed, 27 Sep 1995 17:29:53 +0100
Received: by cend1c4.caledonia.hw.ac.uk (5.65/4.7) id AA24087; Wed,
 27 Sep 1995 17:29:53 +0100
Date: Wed, 27 Sep 1995 17:29:53 -0300 (BST)
From: Simon Greaves <censjg@caledonia.hw.ac.uk>
Subject: SUMMARY: perl5 gobbles core - config error?
Sender: alpha-osf-managers-relay@sws1.ctd.ornl.gov
To: alpha-osf-managers@ornl.gov
Reply-to: Simon Greaves <censjg@caledonia.hw.ac.uk>
Message-id: <9509271629.AA24087@cend1c4.caledonia.hw.ac.uk>
MIME-version: 1.0
X-Mailer: exmh version 1.6.1 5/23/95
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Followup-to: poster

My original message:

> I'm having some problems with perl 5.001 on a 2100/DEC Unix V3.2A,  
> specifically intense memory use and just plain crashes.

> Problems so far have been experienced using ftplib.pl, a (perl4?) 
> library for  scripting ftp transactions, and option processing with 
> [new]getopt[s].pl.

> Ftp stuff gobbles core like there's no tomorrow then dies (out of 
> memory),  getopt stuff dies with alignment errors like:

> Unaligned access pid=25756 <ptest.pl> va=14002050b pc=120062afc 
> ra=12001937c  type=ldl Unaligned access pid=25756 <ptest.pl> 
> va=1400204ff pc=120062ba0 ra=12001937c  type=ldq Segmentation fault

> Perl4 works fine with all these, I built both perl4 & 5 using gcc 
> 2.6.3, maybe  I screwed my perl5 config (think I just accepted 
> defaults), any ideas? 

Big thanks to John Stoffel <john@wpi.edu> for the following:

  You first of all want to get the latest version of perl5, which is
  perl5.001m and can be found on ftp.wpi.edu/perl5/perl5.001m.tar.gz.
  This version has alot of bug fixes over the 5.001 version and is known
  to work pretty well on the Digital Unix.  

  Of course the problem could be with the ftplib.pl library itself.
  Does the program work at all, or does it just sit there and then die?
  You should probably try asking the author of the program if there is a
  perl5 version of that library.

and also:

  5.001m is the official unofficial version of perl.  It's got Larry's
  blessing, and hopefully 5.002 is going to be out real soon now, but
  don't hold your breath.


This confirmed my own suspicions, I 've been using perl 5.001m on a couple of 
Sun's without problem, just wasn't sure if this was an Alpha wierdness, guess 
I'll just have to compile it and see.

Simon Greaves
--
censjg@caledonia.hw.ac.uk
DDI: +44 (0)131 451 3265		Fax: +44 (0)131 451 3261

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic