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 ?
toggle quoted message
Show quoted text
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: ABNORMAL TERMINATION (NO RESOURCE CLEANUP) ERROR 430 DLMalloc aborted. The program now looks like ? ? ?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 P.S. Where should I report this problem (e.g. URL) and should it be against REXX or CMS or ????
|