-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack overflow by endless recursion #41
Comments
pierre-dejoue
added a commit
to pierre-dejoue/poly2tri
that referenced
this issue
Apr 20, 2022
…nite recursion From issue jhasse#41
pierre-dejoue
added a commit
to pierre-dejoue/poly2tri
that referenced
this issue
Apr 20, 2022
…nite recursion From issue jhasse#41
pierre-dejoue
added a commit
to pierre-dejoue/poly2tri
that referenced
this issue
Apr 24, 2022
…nite recursion From issue jhasse#41
Merged
pierre-dejoue
added a commit
to pierre-dejoue/poly2tri
that referenced
this issue
May 1, 2022
…nite recursion From issue jhasse#41
pierre-dejoue
added a commit
to pierre-dejoue/poly2tri
that referenced
this issue
May 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Library stack overflow occurs in case of triangulation of some geometry.
Endless recursion backtrace:
poly2tritest.exe!p2t::Sweep::FlipScanEdgeEvent(p2t::SweepContext & tcx, p2t::Point & ep, p2t::Point & eq, p2t::Triangle & flip_triangle, p2t::Triangle & t, p2t::Point & p)
poly2tritest.exe!p2t::Sweep::FlipEdgeEvent(p2t::SweepContext & tcx, p2t::Point & ep, p2t::Point & eq, p2t::Triangle * t, p2t::Point & p)
poly2tritest.exe!p2t::Sweep::FlipScanEdgeEvent(p2t::SweepContext & tcx, p2t::Point & ep, p2t::Point & eq, p2t::Triangle & flip_triangle, p2t::Triangle & t, p2t::Point & p)
poly2tritest.exe!p2t::Sweep::FlipEdgeEvent(p2t::SweepContext & tcx, p2t::Point & ep, p2t::Point & eq, p2t::Triangle * t, p2t::Point & p)
poly2tritest.exe!p2t::Sweep::FlipScanEdgeEvent(p2t::SweepContext & tcx, p2t::Point & ep, p2t::Point & eq, p2t::Triangle & flip_triangle, p2t::Triangle & t, p2t::Point & p)
poly2tritest.exe!p2t::Sweep::FlipEdgeEvent(p2t::SweepContext & tcx, p2t::Point & ep, p2t::Point & eq, p2t::Triangle * t, p2t::Point & p)
poly2tritest.exe!p2t::Sweep::FlipScanEdgeEvent(p2t::SweepContext & tcx, p2t::Point & ep, p2t::Point & eq, p2t::Triangle & flip_triangle, p2t::Triangle & t, p2t::Point & p)
Test case:
Geometry looks like:
The text was updated successfully, but these errors were encountered: