-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Internal error in runtime when testing Meshing.jl #28641
Labels
compiler:inference
Type inference
Comments
JeffBezanson
added a commit
that referenced
this issue
Aug 14, 2018
KristofferC
pushed a commit
that referenced
this issue
Aug 19, 2018
(cherry picked from commit 290684d)
KristofferC
pushed a commit
that referenced
this issue
Aug 19, 2018
(cherry picked from commit 290684d)
Merged
KristofferC
pushed a commit
that referenced
this issue
Aug 19, 2018
(cherry picked from commit 290684d)
KristofferC
pushed a commit
that referenced
this issue
Sep 8, 2018
(cherry picked from commit 290684d)
KristofferC
pushed a commit
that referenced
this issue
Sep 8, 2018
(cherry picked from commit 290684d)
KristofferC
pushed a commit
that referenced
this issue
Feb 11, 2019
(cherry picked from commit 290684d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error occurs reliably for me when running
Pkg.test
for Meshing.jl on this branch with GeometryTypes.jl atfd82434
. The tests still pass, and everything seems to work correctly, but I get a very long internal backtrace from Julia.Here's a partial copy of that backtrace:
and the full backtrace is here: https://gist.github.com/rdeits/e0043a0b0d39a794ecde83651267f2cc
This occurs for me on both Julia 0.7.0 and Julia 1.0.0.
The text was updated successfully, but these errors were encountered: