FATAL SIGNAL 11 (Sigsegv) at 0x00000000 (code=1)?

前端 未结 6 1131
余生分开走
余生分开走 2021-02-04 06:49

Why does this problem occur?

public static String path;
private VideoView mVideoView;


mVideoView = (VideoView) findViewById(R.id.surface_view);
mVideoView.setV         


        
6条回答
  •  难免孤独
    2021-02-04 07:46

    I had the same problem using samsung galaxy tab 2 loading any WiX website getting:

    Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)

    and exiting the whole application.

    Researching more, I found a post talking about a ROM BUG. So, I plug a phone and F11 (eclipse) to compile the same code. And... It's is working! I'm still getting the error in my tablet.

    TABLET: Samsung Galaxy Tabg 2 GT-P5100 ANDROID 4.0.3 KERNEL 3.0.8

    PHONE: Samsung Galaxy Young DUOS (old but firmware updated) GT-S6102B ANDROID 4.4.2 KERNEL 2.6.35.7

    Work in my phone, but crashes on tablet when I load any website made with WiX tool.

    good information here: google+ link

提交回复
热议问题