WebView and native browser crash on simple HTML

前端 未结 1 1792
鱼传尺愫
鱼传尺愫 2021-01-14 07:08

After struggling to find the cause of a crash in my app\'s WebView, I discovered that a very basic webpage causes even the native Android browser on two specific HTC models

1条回答
  •  一生所求
    2021-01-14 07:52

    I'm getting the same thing with the HTC one V.

    According to this answer, "The message indicates corruption of the native stack. Code to detect stack buffer overflows is inserted when the gcc flag "-fstack-protector" is used."

    So I think it's a bug in the platform itself. (Well in my case anyway, as I have no JNI code in my app)

    0 讨论(0)
提交回复
热议问题