[Info-vax] MariaDB crash on AXPbox

Volker Halle volker_halle at hotmail.com
Mon Jan 17 00:48:10 EST 2022


issinoho,

> %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000000000000 
> 2000, PC=0000000000002000, PS=0000001B 
> %TRACE-F-TRACEBACK, symbolic stack dump follows 
> image module routine line rel PC abs PC 
> 0 0000000000002000 0000000000002000 
> DECC$SHR_EV56 0 00000000001E23E4 FFFFFFFF80C7C3E4 

Use $ SET PROC/DUMP before invoking @run_mysqld

A process dumpfile (imagename.DMP) will be written, which could be analyzed using $ ANALZYE/PROC imagename.DMP or $ ANALYZE/CRASH imagename.DMP

The access violation happens when trying to access virtual address 2000 to execute the next insturction, which is pointed to by the PC value of 2000. Either stack corruption or some wrong target address for a call...

Try to find out from the stack, which routine tries to call/access that invalid PC.

Volker.



More information about the Info-vax mailing list