LoginSignup
9
9

More than 5 years have passed since last update.

signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad

Posted at

こういうエラーがでるときの対応方法。

02-11 17:00:07.754: I/DEBUG(19337): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-11 17:00:07.754: I/DEBUG(19337): Build fingerprint: 'docomo/P_01D/pana2_1:2.3.4/GRH78/20111019.143038:user/release-keys'
02-11 17:00:07.754: I/DEBUG(19337): pid: 19367, tid: 19391 >>> hogehoge.me <<<

BitmapリソースやWebviewリソースで、recicleのような破棄系の処理をした後にリソースを参照しているため発生するエラー。Null系処理で無いのでNullPointerExceprionが出ないので、LogCatでキャッチしにくいので注意。

対処は、recicle系の処理をスタートするタイミングを見直すこと。

9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9