scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

Crash on codepointsForName #193

Closed EthisDF closed 2 years ago

EthisDF commented 3 years ago

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 ?

jeffersonsetiawan commented 3 years ago

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

jeffersonsetiawan commented 3 years ago

related to https://github.com/scinfu/SwiftSoup/issues/181

scinfu commented 2 years ago

Solved