perl out of memory?
From: Mike (mikee_at_mikee.ath.cx)
Date: 05/05/04
- Next message: Robin: "Re: free source authentication script"
- Previous message: Robin: "Re: free source authentication script"
- Next in thread: Joe Smith: "Re: perl out of memory?"
- Reply: Joe Smith: "Re: perl out of memory?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 05 May 2004 18:28:04 -0000
Given the script (x.pl):
#!/usr/bin/perl
use Net::FTP;
1;
When the command is executed as root 'perl -wc x.pl' all
works well. When the same command is executed as a user
the errors below are given:
$ perl -wc x.pl
Out of memory!
Callback called exit at x.pl line 3.
END failed--call queue aborted at x.pl line 17.
Callback called exit at x.pl line 17.
BEGIN failed--compilation aborted at x.pl line 3.
I've changed the limits for the user, logged out and back
in, and still get the same result. What else might be
constraining the user's account such that the simple
script above can't even pass a '-wc'?
Mike
- Next message: Robin: "Re: free source authentication script"
- Previous message: Robin: "Re: free source authentication script"
- Next in thread: Joe Smith: "Re: perl out of memory?"
- Reply: Joe Smith: "Re: perl out of memory?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|