JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.41k stars 189 forks source link

read/write issue in PackageCompiler.create_library() #831

Open ai-ml-with-kapil opened 1 year ago

ai-ml-with-kapil commented 1 year ago

While making binary of library, I observed that if I try to read a file from Julia or want to write, it failed and give memory error. but if I am declaring 2 variables and adding them (without reading from any file or writing result on any file", it was working fine.

Please look into this. or for any further details, please let me know how I may support you.