|
最初由 liuruibnu 发布
[B]1TISIGINFO signal 11 received
=========
请参考以下链接:
http://www-1.ibm.com/support/doc ... amp;uid=swg21181068
=========
对于singnal11的说明是:
* SIGSEGV
This signal is equivalent to a kill -11 command. It indicates an operation that is not valid in a program, such as accessing an illegal memory address. This is typically indicative of a programming problem in one of the native libraries.
代码里面是不是有native调用? [/B]
是对本地库的操作有导致的问题,但是java虚拟机 大部分都是本地调用,又能怎么具体是哪个应用导致的问题呢? |
|