¿ªÔÆÌåÓý

Re: DLMALLOC PANIC LINE 3503


 

¿ªÔÆÌåÓý

Bert,

What makes you think RxFuncQuery and RxFunctionAdd work in CMS?

It also fails on the SP5 system at LCM+L

Dave

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 06 January 2023 02:53
To: [email protected]
Subject: [h390-vm] DLMALLOC PANIC LINE 3503

?

Hello,

?

On the earlier problem, I decided to add some tracing to determine the line causing the DMSIPT143T error.? What I got was:

?

DLMALLOC PANIC LINE 3503

ABNORMAL TERMINATION (NO RESOURCE CLEANUP) ERROR 430 DLMalloc aborted.

Ready (00012);

?

The program now looks like

/* */

trace 'e'

? ? ?if RxFuncQuery( 'SysLoadFuncs' ) <> 0 then
? ? ? ? ?do
? ? ? ? ? ? call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
? ? ? ? ? ? call SysLoadFuncs
? ? ? ? end
a = 0
do forever
? a = a + 1
? say a
? if a//20 = 0 then do
? ? 'cls'
? ? rc = syssleep(1)
? ? end
? end

?

Bertram Moshier

?

P.S. Where should I report this problem (e.g. URL) and should it be against REXX or CMS or ????

?

Thank you.

?

?

Join [email protected] to automatically receive all group messages.