HP3000-L Archives

February 1999, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Thu, 4 Feb 1999 15:13:02 -0700
Content-Type:
multipart/mixed
Parts/Attachments:
BDY.TXT (1005 bytes)
This error is the same as the old "Stack overflow" errors on classic (non
PA-RISC) machines.
If that doesn't make it perfectly clear...

The basic error means that the program is bumping into the limit of memory
allowed.  The memory allowed is affected by several things.

The quick & dirty fix is below. If it doesn't help; let us know & we'll get
more detailed.

Run the program with ;MAXDATA=31232;NOCB   (larger numbers for maxdata don't
get you any more data, but they're accepted)

:RUN prog;MAXDATA=31232;NOCB

This will give you the largest amount of memory you can get. (Assuming that the
max cm stack size parm in NMMGR is set to the maximum. I think it's set to the
maximum by default now days).

Rich (bored in class) Trapp
[log in to unmask]



-----Original Message-----
From: [log in to unmask] [mailto:[log in to unmask]]
Sent: Wednesday, February 03, 1999 9:07 PM
To: [log in to unmask]
Cc: [log in to unmask]
Subject: Compatability stack overflow


anyone have a clue what this run time error is and how to resolve it?


ATOM RSS1 RSS2