<div dir="ltr">Hello!<br><br>I need to find the intersections with a set of the poligons and a set of the lines. I have to many poligons and lines, so i decide to do it in the different threads. For each line I start own thread. In that thread there is the calculation of the intersection with each polygon from the set and one line. Application crashes with an segmentation fault. I use C++ API. Is CAPI can help me (using the reentrant API) ?<br clear="all"><br><br></div>