running a C program with the new release 6.1 of openvms
we have this error :
%system-f-accvio,access violation,reason mask=00
nevertheless the step compilation and linkage was without
error
thank you very much for your help
The Answer is:
This error message results when the program accesses an invalid memory address.
In C it can often be caused by a programming error involving pointers. Run
the program under the debugger and see what is happening when the program
fails, and determine where the bad address came from.