信号11 SIGSEGV崩溃的Andr​​oid [英] SIGNAL 11 SIGSEGV crash Android

查看:141
本文介绍了信号11 SIGSEGV崩溃的Andr​​oid的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天我面对因这我的Andr​​oid应用程序越来越受信号11错误。

Today I faced an error due to which my Android application is getting by SIGNAL 11.

此错误通常发生在搭载Android内部存储未经授权的内存区域的访问。一些可能出现的情况是网络接入,网络通信,服务器映像下载和这样的。我的是浏览器URL负载的情况下!

This error usually occurs due to unauthorized memory area access by Android internal storage. Some of the possible scenarios are web access, network communication, server image downloading and such. Mine was the case of browser load url!

<一个href="http://bootloader.wikidot.com/linux:android:crashlog">http://bootloader.wikidot.com/linux:android:crashlog

我需要一个QR code扫描后启动浏览器。

I need to launch the browser after a QR code scan.

应用程序被不断扫描,流利启动浏览器,但后15-20尝试相同的步骤出现问题。

Application was keep on scanning and launching the browser fluently but the issue occurs after 15-20 attempts of same steps..

我研究了很多,发现其发生在Android原生库。通常,当一个未知的内存区域由机器人内部存储系统试图访问的内存错误

I researched a lot and found that its the MEMORY ERROR which occurs in Android Native libraries.. usually when an unknown memory area is tried to access by the android internal storage system.

最后,我发现,当我看到在Android应用程序设置部分我的应用程序的内存使用情况,我发现缓存已经达到10 MB。

Finally I revealed that when I saw my application memory usage in the Android application setting section, i found that the cache has been reached to 10 MB..

推荐答案

呼叫 webview.clearCache(); webView2.destroyDrawingCache();

这应该解决的问题。

这篇关于信号11 SIGSEGV崩溃的Andr​​oid的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆