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

Using qmlfunction on anonymous functions seems to cause segfaults #87

Closed
bramtayl opened this issue Jul 11, 2020 · 3 comments
Closed

Using qmlfunction on anonymous functions seems to cause segfaults #87

bramtayl opened this issue Jul 11, 2020 · 3 comments

Comments

@bramtayl
Copy link
Contributor

No description provided.

@barche
Copy link
Collaborator

barche commented Jul 20, 2020

This could be because the function is not protected from GC. Could you run your test with GC.enable(false) at the start of the Julia file and see if that makes a difference? If so, this will need a change in jlqml and a new binary release.

barche added a commit to JuliaGraphics/jlqml that referenced this issue Jul 21, 2020
@barche
Copy link
Collaborator

barche commented Jul 21, 2020

I had to update jlqml to fix the segfault in the nightly test, so I included the probable fix for this too.

@bramtayl
Copy link
Contributor Author

Yup that seems to have done it! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants