当前位置:
代码迷
>>
Android
>> 求大神相助,关于 Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 1531解决思路
详细解决方案
求大神相助,关于 Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 1531解决思路
热度:
420
发布时间:
2016-04-28 06:51:39.0
求大神相助,关于 Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 1531
这个问题在网上查找了较多的资料
首先这是一个底层的错误
有人说这个是因为多线程互斥的问题,要加synchronized
有人说是因为jni问题
不过都没有解决我的问题,我发觉很多人都提到个问题
就是在2.x的系统就没有问题,放到4.x的系统就有问题了
我的也是这样的,有哪位大牛知道这个是什么问题吗?
有人说改SDl版本就可以了,这个怎么搞?
------解决方案--------------------
你在什么情况下报的这个错呢,把log帖一下吧
查看全文
相关解决方案
Exception in thread "main" org.hibernate.HibernateException: /hibernate.cfg.xml解决办法
thread(线程)中用spring注入不成功有关问题
fatal error; call to a member function query() on a non-object异常求回答啊 php+sqlite
Exception in thread "main" java.lang.UnsupportedClassVersionError:有关问题
weservice调用Server returned HTTP response code: 500 for URL解决方法
Thread.sleep() 有关问题
Exception in thread "main" java.lang.NullPointerException,该怎么处理
小弟我的程序中Exception in thread "main" java.lang.NullPointerException如何解决
一个关于QR code(二维码) 的有关问题
\nbproject\build-impl.xml:332: Preverification failed with error code 1. 异常
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.
Exception in thread "main" java.lang.InstantiationError:
Exception in thread "Thread-7" java.lang.UnsatisfiedLinkError:
JEECG(J2EE Code Generation) 基于代码生成器J2EE智能开发框架 公布新版本通知
Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么处理
这个是什么东东 Pool thread stack traces
it.sauronsoftware.ftp4j.FTPException [code=550,message= /DLL:Permission denied,该怎么处理
急求:PL/SQL Developer 的Product code、Serial number以及Password,该怎么处理
请教两个对象值相同(x.equals(y) == true),但却可有不同的hash code,这句话对不对
Server returned HTTP response code: 403 for URL如何解决
in thread "main" java.lang.OutOfMemoryError: Java heap space
Exception in thread "main"不知名的异常!
Exception in thread "main" java.security.InvalidKeyException:
code lover解决办法
MyEclipse错误:Java was started but returned exit code = 1
上面的代码会出错,Exception in thread "main" java.lang.Error:
Thread.sleep() 与 Thread.currentThread().sleep()差异
报错 Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么解决
Which methods guarantee that a thread will leave the running state解决方案
出现Exception in thread "main" java.lang.NullPointerException求赐教,