Kacper Michajłow

Results 697 comments of Kacper Michajłow

I still don't know exactly why this happens. But my reproducer has big array in .bss section. Which likely causes big memory mapping space needed. Maybe some sort of OOM,...

> Does it fail in CLANG64 as well, or just on arm64? Fails only on arm64.

> please try again Still doesn't work, see https://github.com/mpv-player/mpv/actions/runs/18997589124/job/54288392203

> **EDIT:** Hey, I can reproduce too! Let's see... I actually can repro now too. It was a mix of different builds that made it looks like it is not...

> It looks like you need both `--enable-libssh --enable-librsvg`, other options are not relevant. If either of those libs are excluded, issue does not reproduce anymore. I've run full tests,...

> Turns out ffmpeg calls `CommandLineToArgvW` and this causes `SHCore.dll` to be loaded. Do you know why that happens with --enable-librsvg? `CommandLineToArgvW` is always called, regardless of any dependencies. >...

@lazka: Thank you for that! To avoid calling external code, just referencing the symbol from the library, to keep it loaded is enough to reproduce: ``` c // gcc -o...

What Windows version are you using? I don't see `SHCore.dll` being loaded, and I don't see unexpected `NtTerminateProcess`. Does it happen always for you?

> Can you check the strace file after test.sh fails? Here's what I get locally: There is no shcore.dll. I understand that it is loaded at some point, because I...