Kate
Kate
Here's some more logs I got to illustrate ``` [02:35:20] [Server thread/INFO]: [Kekmium] 5545 chunks queued for save in the last second [02:35:20] [Server thread/INFO]: [Kekmium] current ticket count is...
I was pulling `FROM php:7.2-apache` so it should not even try to use any credentials I never ran (or at least remember running) `docker-login` at any point in time...
had the same issue was an indentation problem in my `config.yml` if that helps anybody
not sure why subpath install seems to make this go wrong i dont know nginx well enough so i'll let people who do handle this i know for subdomain install...
oh no its available by default under `domain/web` (so like its available by default even on ynh installs)
seems to be any x11 stuff actually, not specifically mlx i tried this simple gist https://gist.githubusercontent.com/m1nuz/8f8f10a7f8715b62fe79/raw/ac438bd5d757e82c1781d462bfa9be15d657ae31/simple-x11-window.c and built it with `-lX11` and `funcheck` also hangs on it
heres the last lines of an `strace` with no fork following ``` pipe2([3, 6], 0) = 0 openat(AT_FDCWD, "/tmp", O_RDWR|O_EXCL|O_TMPFILE, 0600) = 7 fcntl(7, F_GETFL) = 0x418002 (flags O_RDWR|O_LARGEFILE|O_TMPFILE) getpid()...
i added a bunch of logs until i found where it got stuck and it appears its here specifically https://github.com/froz42/funcheck/blob/main/host/srcs/run/runner.c#L178
I can't really run prebuilt dynamically linked executables "easily" :( https://nix.dev/guides/faq#how-to-run-non-nix-executables I have to patch the elf for it to work But at least the prebuilt version got further and...
ok so after alot of pain i am trying to find the issue... i added some logs in the mlx hooks... ``` INFO Running program details: INFO Program: ./result/bin/so_long INFO...