Skip to content
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

Regression: Holes model example exits with panic #2437

Closed
pabu opened this issue Aug 3, 2024 · 3 comments
Closed

Regression: Holes model example exits with panic #2437

pabu opened this issue Aug 3, 2024 · 3 comments
Labels
status: duplicate This issue or pull request already exists

Comments

@pabu
Copy link

pabu commented Aug 3, 2024

The holes model example exits with panic since this commit that changes how to construct a circle:

39b0274

Looks like it panics trying to create an approximation of the solid. It is very clear what the commit changes so presumably this is also a quick task for someone familiar with the codebase.

Perhaps to prevent similar things in the future, the demo models could be tested in a CI pipeline but that is out of scope for this ticket.

@Sergi-Ferrez
Copy link

What OS are you using?
I think this has relation to #2376

@hannobraun
Copy link
Owner

Thank you for opening this issue, @pabu! Sorry for the late reply.

This indeed looks like a duplicate of #2376 (thanks for linking that, @Sergi-Ferrez). The commit you linked is from the pull request where that problem first appeared (#2375).

Looks like it panics trying to create an approximation of the solid. It is very clear what the commit changes so presumably this is also a quick task for someone familiar with the codebase.

Unfortunately it's not easy to debug, as it's totally unclear why that problem would appear just on Windows. What this needs right now is someone with access to Windows to debug it. I'd expect that to be hard, as these kinds of issues tend to be hard to debug for me too.

If nobody else can fix it, I'm hoping that my ongoing work on the geometry code will fix this as a side effect, at some point (which seems not unlikely). If that doesn't help either, I'll probably have to bite the bullet and try to debug this via the CI server. But that's going to be a huge pain, and for the time being, I have other priorities.

Perhaps to prevent similar things in the future, the demo models could be tested in a CI pipeline but that is out of scope for this ticket.

That is already happening. Just not on Windows, as per #2376.


@pabu, can you please confirm what platform you're running on? If it's Windows, we can close this as a duplicate.

@hannobraun
Copy link
Owner

Closing due to lack of feedback. For the time being, I'm going to assume this is a duplicate of #2376.

@hannobraun hannobraun added the status: duplicate This issue or pull request already exists label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants