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

Precompiling Reactant.jl kernels will cause segfault in SymbolicRegressionGPU.jl #500

Open
x66ccff opened this issue Jan 8, 2025 · 0 comments

Comments

@x66ccff
Copy link
Contributor

x66ccff commented Jan 8, 2025

Hi,
I found a potential bug while using Reactant.jl in my project SymbolicRegressionGPU.jl

It seems that when I enable Reactant.jl in my precompiling.jl will causes a segmentation fault when the main program starts. I feel like this is about some I/O being opened but not closed during precompilation, but I'm not entirely sure how to resolve it. What's even stranger is that I was originally able to use Reactant.jl during precompilation, but after I deleted the folder and re-cloned my repository, and then re-instantiated it, I encountered the issue of not being able to use Reactant.jl during precompilation. I find this problem quite puzzling. Do you have any thoughts on this?

I've documented this issue in detail here: x66ccff/SymbolicRegressionGPU.jl#13

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

1 participant