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

Why can't run_example_code.py do a complete run-through of all of the reference documentation example code? #17

Open
hx2A opened this issue Jun 21, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@hx2A
Copy link
Collaborator

hx2A commented Jun 21, 2021

When I try to run run_example_code.py on all of the example code, with no filtering, there will be a JVM crash about half way through. All of the individual examples work fine when I run them. It's just when that program tries to run all of them that the problem emerges. It doesn't crash at the same exact place every time.

It seems to crash in several places when working through the Py5Shape example code.

The workaround is to not run all of them at once. All of the code works fine when part of a smaller subset. I can validate that the code is all correct by running this in pieces.

This isn't a critical issue but it will be when I want to have a build process that uses github actions.

@hx2A
Copy link
Collaborator Author

hx2A commented Jun 21, 2021

I didn't notice this before because as I wrote the Py5Shape example code I tested them a few at a time, as I completed them. I didn't attempt a full run-through until now.

@hx2A hx2A added the bug Something isn't working label Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant