Сухарик
Сухарик
GDB backtrace: ``` #0 0x00007ffff7a9cf3c in __pthread_kill_implementation () from /nix/store/q4wq65gl3r8fy746v9bbwgx4gzn0r2kl-glibc-2.40-66/lib/libc.so.6 #1 0x00007ffff7a4190e in raise () from /nix/store/q4wq65gl3r8fy746v9bbwgx4gzn0r2kl-glibc-2.40-66/lib/libc.so.6 #2 0x00007ffff7a28942 in abort () from /nix/store/q4wq65gl3r8fy746v9bbwgx4gzn0r2kl-glibc-2.40-66/lib/libc.so.6 #3 0x00007ffff7a299c3 in __libc_message_impl.cold () from...
Switching to libgit-cli solves the problem.
- system: `"x86_64-linux"` - host os: `Linux 6.15.3, NixOS, 25.11 (Xantusia), 25.11.20250624.83685a4` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.24.14` - channels(root): `"nixos"` - channels(suhr): `""` -...
And I think I know why: ``` /home/suhr> which git # command path type ───────────────────────────────────────────────────────── 0 git /run/current-system/sw/bin/git external ``` `GtOsSystemInfo >> #findExecutable:` assumes a bash-like system shell. But I...
`which git | first | get path` should work.
> didn't check a build yet It does not compile, needs some actual porting (it's a draft PR).
For #12626. It's answered, but the PR will stay for a while.
I've got a lot further than that, I just did not commit the changes yet. Thanks for the suggestion though. See also https://github.com/pharo-project/pharo-vm/issues/999.
> The blocks have been rolled back, but for the future, is reality xhttp with a custom port really such a bad idea with these kinds of blocks? Making yourself...
`extracted/vm/scr/unix/aio.c` requires Epoll, which is not supported by Haiku. Before I try to port `aio.c` to kqueue, I'd like to know one thing. Presumably (judging from cmake files) Pharo VM...