Daniel

Results 6 comments of Daniel

I could narrow down the problem to the `jxl-x86-windows-static` executable, the `jxl-x64-windows-static` works. The Exit Code is `-1073740791` when the error occurs. ![image](https://user-images.githubusercontent.com/6566207/165061265-7163e2d4-9403-4106-aaaf-11493d5052b6.png)

Same error with JPEG XL encoder v0.7.0 10d7a7d from [jxl-x86-windows-static](https://github.com/libjxl/libjxl/suites/6244749736/artifacts/222003593). ``` PS C:\> ."C:\Local\Tools\libjxl_x86\cjxl.exe" "C:\temp\sample.png" "C:\temp\sample.png_x86.jxl" --num_threads 8 -v -v ; Write-Host -ForegroundColor Cyan $LASTEXITCODE JPEG XL encoder v0.7.0 10d7a7d...

## different efforts ``` PS C:\> ."C:\Local\Tools\libjxl_x86\cjxl.exe" "C:\temp\sample.png" "C:\temp\sample.png_x86.jxl" --num_threads 8 -e 1 -v -v ; Write-Host -ForegroundColor Cyan $LASTEXITCODE JPEG XL encoder v0.7.0 10d7a7d [SSE4,SSSE3,Scalar] libpng warning: iCCP: known...

Could it be a OutOfMemoryException? Because this error occurs only with the x86 executable? ``` Exit Status: -1073740791 User Time: 40.0781250 seconds Kernel Time: 1.1406250 seconds Private Bytes: 2.065.260.544 Peak...

I would suggest that we use cgroup to determine that we run under docker and than use the hash like string in cgroup as a salt. Unique literal for docker...

Script throws exception under Windows 10 Preview ### Windows Version ``` PS C:\Users\danie> [System.Environment]::OSVersion.Version Major Minor Build Revision ----- ----- ----- -------- 10 0 17134 0 ``` ### Exception ```...