Comment 15 for bug 978060

Revision history for this message
Dietmar Eggemann (dietmar-eggemann) wrote :

I see 2 different error scenarios, I get both of them on vexpress/TC2 tile with ICS 4.0.1 build too.

(1) signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) in one of the binder threads of system_server (#9, #10)

(2) signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) in one of the threads of com.android.browser (#11)

If I change the execution mode of the Dalvik VM from int:jit (default) to int:fast or int:portable, (1) does not happen anymore.

adb shell setprop dalvik.vm.execution-mode int:fast
adb shell stop; adb shell start <== so that system_server is affected by this change