scinfu/SwiftSoup

Crash on codepointsForName

EthisDF opened this issue · 3 comments

Hello,

I have this crash in my Xcode Organizer :
image

Is this crash known by SwiftSoup team ? I don't know the html file parsed, but maybe this code can be protected to prevent crash ?

My guess is related to multiple thread want to write to the static var multipoints in the Entities.swift

related to #181

Solved