Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebCore bmalloc::IsoAllocator crashes in iOS 11.3

I am getting crash like this in fabric crashlytics:

WebCore

bmalloc::IsoAllocator >::allocateSlow(bool)

Any clue to resolve this issue?

like image 500
Scorpian Alive Avatar asked Apr 28 '18 07:04

Scorpian Alive


1 Answers

i'm getting same crash.

in my case, when large html load on webview and inline css in the html was reason.

check your html content.


this is knowledge in my case. not a question.

more detail is

i'm using UIWebView.

my same crash was to occur when client updated on ios 11.3

i checked all webview.

when call loadrequest on uiwebview function.

crash occured when large html load. the html content size was

char length 80000 ~ 200000. it's breaking on css in html content.

this is my case. I hope it helps.

like image 66
Ho Sung Hwang Avatar answered Sep 22 '22 17:09

Ho Sung Hwang