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
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)