StackOverflowError
基本解释
- 堆栈溢出错误(写代码时出现的错误)
英汉例句
- C++ Infinite Loop causing a stack overflow error?
无限循环造成栈溢出错误呢?。 - If you run into a stack overflow error, change the method to an iterative algorithm or make use of memoization to avoid work repetition.
如果你遇到一个栈溢出错误,将方法修改为一个迭代算法或者使用制表法可以避免重复工作。
blog.sina.com.cn - Memory space breach -- Accomplished via stack overflow, buffer overrun, or heap error, enables execution of arbitrary code supplied by the attacker with the permissions of the host process.
内存空间缺口——通过栈溢出、缓冲区溢出或堆错误来实现,以宿主进程的权限执行攻击者提供的任何代码。