HP3000-L Archives

July 2000, Week 4

HP3000-L@RAVEN.UTC.EDU

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

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

Print Reply
Sender:
HP-3000 Systems Discussion <[log in to unmask]>
Subject:
From:
"Emerson, Tom # El Monte" <[log in to unmask]>
Date:
Wed, 26 Jul 2000 12:23:54 -0400
Content-Type:
text/plain; charset="iso-8859-1"
MIME-Version:
1.0
Reply-To:
"Emerson, Tom # El Monte" <[log in to unmask]>
Parts/Attachments:
text/plain (21 lines)
From what I remember, this is (usually) MPE/iX's "fancy" way of saying
"BOUNDS VIOLATION"

> -----Original Message-----
> From: Jean Huot [mailto:[log in to unmask]]
>
> An attempt was made to access virtual space in a way that
> conflicted with the access rights associated with that virtual space.
>
[...]
>
> The program is compiled with maxdata=32000 as usual. It reads
> some 45,000 records ro so and then aborts.

The usual suspects are needed to debug these sorts of things:

  -- language involved
  -- is the program reading into memory or writing to a file?
  -- which, in turn, is used when calling the "SORT" intrinsic?
  -- if a C/C++ program, is this calling malloc/new?

ATOM RSS1 RSS2