📄 readme
字号:
This demo contains a simple demonstration of how error handling duringimplicit loading is possible. The error handler here signals an exception(implemented by a call to longjmp, to let the error be handled at a higherlevel in the application. When the error handler does not exit, or signal an exception (that is,when it just returns to its caller), the dynamic loader will retry theload. So in this case, the error handler should try to remove the errorcondition. This is most useful in case of a load failure due to memoryoverflow: by cleaning up memory and returning, the system can proceedafter error handling without the application even noticing a problem.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -