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

Examples which use scipy.solve_ivp causes an fatal exception #49

Open
clegaard opened this issue Jun 27, 2020 · 0 comments
Open

Examples which use scipy.solve_ivp causes an fatal exception #49

clegaard opened this issue Jun 27, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@clegaard
Copy link
Contributor

clegaard commented Jun 27, 2020

Platform: Windows and Linux
Python 3.8.2

Executing the tests of examples using scipy.solve_ivp seems is causing for python test cases

Windows provides little context:

Windows fatal exception: access violation

Current thread 0x000040bc (most recent call first):
<no Python frame>

Linux output is more verbose:

thread '<unnamed>' panicked at 'cannot access a Thread Local Storage value during or after destruction: AccessError', /home/clegaard/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libstd/thread/local.rs:239:9

To reproduce run:

pytest test\test_examples.py::test_BicycleKinematic
pytest test\test_examples.py::test_BicycleDynamic

The strange thing is that the test runs to completion, although pytest returns code != 0

@clegaard clegaard added bug Something isn't working help wanted Extra attention is needed labels Jun 27, 2020
@clegaard clegaard changed the title Examples which use scipy.solve_ivp causes an fatal exception when tested with fmpy Examples which use scipy.solve_ivp causes an fatal exception Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant