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

Select Generative Design examples panicking on overflow #630

Open
sbauer322 opened this issue Jul 16, 2020 · 0 comments
Open

Select Generative Design examples panicking on overflow #630

sbauer322 opened this issue Jul 16, 2020 · 0 comments
Labels

Comments

@sbauer322
Copy link
Contributor

Here's a handful of Generative Design examples that fail to load / run for me due to addition or subtraction overflows.

Each example should have a note on how to reproduce and the line it occurs on.

Let me know if you need more information from the stacktraces. This is on the master commit b127d30

p_2_1_1_03.rs

Triggers when I press the '4' key and there are many diagonals on screen.

thread 'main' panicked at 'attempt to subtract with overflow', generative_design/shape/p_2_1_1_03.rs:95:23

p_2_1_3_05.rs

Triggers when moving the mouse around the far right side.

thread 'main' panicked at 'attempt to subtract with overflow', generative_design/shape/p_2_1_3_05.rs:92:32

p_2_2_1_02.rs

Triggers when loading

thread 'main' panicked at 'attempt to add with overflow', generative_design/shape/p_2_2_1_02.rs:92:9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants