You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: