-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Segfault in Catlab tests on v1.6.0-rc1 but pass on 1.7.0-DEV.599 #39804
Comments
In either case it looks like something that's supposed to be an object reference is actually a NULL pointer. Possibly involves FunctionWrappers.jl. |
Thanks for looking in to it Jeff! Should we investigate this further before 1.6.0 is finalized, or is there way to test whether it has been fixed between 1.6.0-rc1 and 1.6.0? I figured that nightly was the easiest way to get an approximate answer to that question. |
Probably this: #28669 ? |
When testing 1.6.0-rc1 with the Catlab library, we get a segfault in one test case and an undefined reference error in another (see AlgebraicJulia/Catlab.jl#385). Both tests pass on Julia Version 1.7.0-DEV.599 (2021-02-23)
The text was updated successfully, but these errors were encountered: