Hi James,
Did the client change their security level?
Gary
-----Original Message-----
From: c400-l-bounces+gary.monnier=terex.com@xxxxxxxxxxxx
[mailto:c400-l-bounces+gary.monnier=terex.com@xxxxxxxxxxxx] On Behalf Of
James Lampert
Sent: Monday, September 26, 2011 10:48 AM
To: C programming iSeries / AS400
Subject: [C400-L] Weird error on a memcpy() that's been working,
unaltered,for years
We have the following statement, in a C main program, in a procedure
that moves fields around between where an RPG module puts them, and
where a client program expects them in the reply to a request.
memcpy(uncompBuffer, buffytemplate.commndnkey+3, uncompLen);
It has been working perfectly, without alteration, for over six years.
But now, at one (and only one) installation (one where other weirdness
has happened), suddenly, over the weekend, with no known updates of any
of our stuff, it has suddenly stopped working, throwing:
Message . . . . : Space offset X'0002E11A' or X'0000000000000000' is
outside current limit for object WTCPCHILD WINTOUCH 180310.
Cause . . . . . : A program tried to set a space pointer, tried to use
storage outside a space, or tried to use an unallocated page in
teraspace.
The space class is X'03'. . . .
Can anybody think of anything that could have been done, external to our
code, to make it do this?
--
This is the C programming iSeries / AS400 (C400-L) mailing list To post
a message email: C400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
http://lists.midrange.com/mailman/listinfo/c400-l
or email: C400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/c400-l.
As an Amazon Associate we earn from qualifying purchases.