WebCore bmalloc::IsoAllocator crashes in iOS 11.3

863 Views Asked by At

I am getting crash like this in fabric crashlytics:

WebCore

bmalloc::IsoAllocator >::allocateSlow(bool)

Any clue to resolve this issue?

2

There are 2 best solutions below

1
Ho Sung Hwang On

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.

0
tuvok On

In my case it helped to set the webView.delegate to nil after I used the webView.