Maxim Khon
Maxim Khon
> @mkhon, Could you consider @JackBoosY 's suggestion gtk3 and gtk3mm is a commonly used name for all gtk3 packages in all Linux distributions I know. We have qt5 and...
I rebased to latest master but this PR depends on #22201
clang 7 on Debian buster/Ubuntu 18.04 uses TLS stack protector as well
Remote gdb will allow to gather additional debugging information when nanos kernel panic'ed. Also note that in production nanos is not necessarily run in qemu or even when it does...
Another option is to use LTP (Linux Test Project). See also #278 and https://github.com/nanovms/nanos/wiki/Running-tests-from-Linux-Test-Project
@wjhun do you think this one should be closed (in favor of #661)?
hvf works out of the box and does not require any third-party components. hax is currently broken for me: ``` qemu-system-x86_64 -m 2G -display none -serial stdio -drive if=none,id=hd0,format=raw,file=/Users/fjoe/work/nanovms/nanos/output/image/disk.raw -device...
Another one (similar code path and the same reproduction scenario: a lot of requests with LDAP authz coming in). But this time query->treq is NULL ``` src/lib/server/trunk.c:2052: Type mismatch: name[NULL]...
Another one crash: ``` ASSERT FAILED /home/ubuntu/work/viasat/freeradius-server/src/lib/unlang/interpret_synchronous.c[65]: request->parent || (request->log.unlang_indent == 0): Request 15635 bad log indentation - expected 0 got 10 CAUGHT SIGNAL: Aborted Backtrace of last 18 frames:...
@alandekok I think it's just looking at the free'd memory and the root cause of all ASSERT'ions here is the same. I added more logging and it seems that in...