-
Notifications
You must be signed in to change notification settings - Fork 51
Segmentation fault #346
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
Comments
Could you provide code that exhibits the failure? |
I used the double pendulum example and Acrobot example. |
Tests pass both locally (on both OSX and Linux) and on Travis, and they include various calls to I'll need more to work with. I'm not clear on what code 'the double pendulum example and Acrobot example' exactly refers to. Could you post:
|
The tests pass locally here too, however when I run any code calling the simulate function the error happens. An example code I used follows below, but I also tested using
|
Hmm, I still can't reproduce this, neither on OSX nor on Linux. To be clear, I'm on RigidBodyDynamics 0371c56, and I did change I noticed in your
whereas I have
Also, your commit is By the way, the stack trace appears to be similar to JuliaLang/julia#21244. For completeness, here is my test setup on Linux: julia> Pkg.status()
1 required packages:
- RigidBodyDynamics 0.4.0+ master
7 additional packages:
- Compat 0.32.0
- DocStringExtensions 0.4.1
- LightXML 0.5.0
- Reexport 0.0.3
- Rotations 0.6.0
- StaticArrays 0.6.2
- TypeSortedCollections 0.1.1 (same dependency versions as you were using) julia> versioninfo()
Julia Version 0.6.0
Commit 9036443 (2017-06-19 13:05 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-6950X CPU @ 3.00GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, broadwell) |
Hi Thank you! :D |
Thank you very much for the update. Just so that I understand fully, was this because you compiled Julia against a vanilla version of LLVM that didn't include the patches from JuliaLang/julia#19810? |
I use Manjaro (based on Arch linux), julia is in the package manager of it. However since the Arch is rolling-release system, the error may have occurred after a system update. Some people reported that same problem on Slack, including problems similar to the ones I had when I installed DrakeVisualizer. |
The simulation function returns
Tests performed on two different computers.
The text was updated successfully, but these errors were encountered: