-
-
Notifications
You must be signed in to change notification settings - Fork 197
Description
I haven't been able to use the create_app functionality since updating Julia to 1.12. I am currently running Julia 1.12.1 with PackageCompiler v2.2.3.
Julia Version 1.12.1
Commit ba1e628ee4 (2025-10-17 13:02 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 20 × 13th Gen Intel(R) Core(TM) i7-13800H
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, alderlake)
GC: Built with stock GC
Threads: 12 default, 1 interactive, 12 GC (on 20 virtual cores)
Environment:
JULIA_DEBUG = all
JULIA_NUM_THREADS = 12
The app I am testing only contains a print statement:
function julia_main()::Cint
println("Hello world")
return 0
end
The crash happens in create_fresh_base_sysimage:
cmd = `$(PackageCompiler.get_julia_cmd()) --cpu-target $cpu_target
--output-o $tmp_corecompiler_o $sysimage_build_args
$compiler_source_path $compiler_args`
@debug "running $cmd"
read(cmd)
This is the error message:
ERROR: failed process: Process(setenv('C:\Users\e193003.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\bin\julia.exe' --color=yes --startup-file=no --pkgimages=no --cpu-target 'generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)' '--sysimage=C:\Users\e193003\AppData\Local\Temp\jl_W6vSKx\corecompiler.dll' '--output-o=C:\Users\e193003\AppData\Local\Temp\jl_W6vSKx\sys-o.a' 'C:\Users\e193003\AppData\Local\Temp\jl_W6vSKx\sysimage_packagecompiler_b460946e-adf0-11f0-b44a-f5988b090063.jl' --buildroot '' --dataroot '..../',["PYTHON=C:\\Users\\e193003\\AppData\\Local\\Programs\\Python\\Python312-32\\python.exe", "WINDIR=C:\\WINDOWS", "PATH=C:\\WINDOWS\\system32; … , "=C:=C:\\Users\\e193003\\.julia\\juliaup\\julia-1.12.1+0.x64.w64.mingw32\\share\\julia\\base", "JULIA_DEBUG=all", "PROGRAMW6432=C:\\Program Files", "IGCCSVC_DB=AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA8SUqmed6Hk6fqWbmTfpH1gQAAAACAAAAAAAQZgAAAAEAACAAAADWNcYwlVsX/rPSfX9QBJMt7SoPuSIMgMZSEzy/wtUQKwAAAAAOgAAAAAIAACAAAAAiYguHzf3ydeWPeYLrY6if8zE0cM+8Ah7aLy9nF4xKtmAAAABBlMJF+XYdeBC/qdQJuNwxxns+hs1WMvby40nKnZ/gUjyivoWG2z20OJqsuyKiRJKwGgUcpVNq1a0+vzXv8wN/1ave1CnxOyr1sxOSt2BwK7xkcEuFwQSvp8m3+5To6AJAAAAAW8nvtonCEj/DZbq/UvsVkgqD1vizCuJxE9bjeenkjUtjdsKp37wB0GJnCHscR2aKiBb0ck+JgXpjRrI1FZYrmw==", "HOMEDRIVE=C:", "OPENBLAS_MAIN_FREE=1", "PROCESSOR_ARCHITECTURE=AMD64", "TEMP=C:\\Users\\e193003\\AppData\\Local\\Temp", "COLORTERM=truecolor"]), ProcessExited(3))