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

Segfault in Catlab tests on v1.6.0-rc1 but pass on 1.7.0-DEV.599 #39804

Closed
jpfairbanks opened this issue Feb 24, 2021 · 3 comments · Fixed by #39821
Closed

Segfault in Catlab tests on v1.6.0-rc1 but pass on 1.7.0-DEV.599 #39804

jpfairbanks opened this issue Feb 24, 2021 · 3 comments · Fixed by #39821
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@jpfairbanks
Copy link
Contributor

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)

@JeffBezanson
Copy link
Member

In either case it looks like something that's supposed to be an object reference is actually a NULL pointer. Possibly involves FunctionWrappers.jl.

@jpfairbanks
Copy link
Contributor Author

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.

@vtjnash
Copy link
Member

vtjnash commented Feb 24, 2021

Probably this: #28669 ?

@JeffBezanson JeffBezanson self-assigned this Feb 25, 2021
@JeffBezanson JeffBezanson added the bug Indicates an unexpected problem or unintended behavior label Feb 25, 2021
KristofferC pushed a commit that referenced this issue Mar 2, 2021
@KristofferC KristofferC mentioned this issue Mar 2, 2021
52 tasks
staticfloat pushed a commit that referenced this issue Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants