divinity76

Results 202 comments of divinity76

would this also require a CPU with Intel VT-x / AMD-V support? fwiw some hosting providers disable these CPU features, for example Contabo.com disable VT-x/AMD-V on most of their VPS...

> Can you try to compile with debug symbols enabled? Doing so gives a better trace in the error message). if by `debug symbols enabled` you mean `./configure --enable-debug` ,...

btw have you (or anyone) tried to reproduce it? seems compiling it with ``` ./configure --enable-debug --enable-static --disable-unicode --disable-hwloc --disable-setuid --disable-sensors --disable-capabilities --disable-openvz --disable-vserver --disable-ancient-vserver --disable-delayacct --disable-linux-affinity; make clean CFLAGS="-Og...

@fasterit thanks, can you upload the htop you produced? it'd be interesting to see if that same binary is crashing on my system or not

did it segfault in _nss_systemd_is_blocked() ? the only reference i could find to that function is https://github.com/systemd/systemd/blob/main/src/nss-systemd/nss-systemd.c with _nss_systemd_is_blocked() defined as ``` _public_ bool _nss_systemd_is_blocked(void) { return _blocked > 0;...

actually the compression should make the /dev/zero test much FASTER, as zeroes compress extremely well `Could the debug version of winbtrfs affect the write rate significantly?` - idk, but it...

same issue here but on windows 7, https://i.imgur.com/W7oekKa.png worked great until a recent update of VSC @domske dev console? i can't find any dev console, but i found a "debug...

@domske thanks, found it. i get the same error as you, it seems. ``` ERR spawn clang-format ENOENT: Error: spawn clang-format ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:229:19) at onErrorNT (internal/child_process.js:406:16) at process._tickCallback...

i don't think this issue is ready to be closed just yet, a workaround has been found, yes, but it's still an issue that people have to read through 15...