我的程序运行一段时间就会跳转到,UTL_HALT这个函数中,搜索了一下这个函数式系统退出函数,请问各位有没有解决办法呢?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我的程序运行一段时间就会跳转到,UTL_HALT这个函数中,搜索了一下这个函数式系统退出函数,请问各位有没有解决办法呢?
希望这个对你能有所帮助:
Common Symptoms: Program gets stuck spinning in UTL_halt, can't see output message from SYS_printf
Description: When SYS_abort, SYS_error is called, the error/system message is added to the system log. Other SYS functions such as SYS_printf, SYS_vprintf will output to the memory area labeled _SYS_PUTCBEG.
How to diagnose: