Chen

Results 295 comments of Chen

I found the culprit, but was unsure how to display it. My current fix will show `(unknown)` as the command name, but the user will not be able to distinguish...

我这边访问的 hash 是正常的: ``` $ curl https://opentuna.cn/raspbian/raspbian/dists/bullseye/main/Contents-armhf.gz | sha256sum % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 39.2M 100...

I think the error `UnexpectedEof` is due to TCP connection closing. The actual error is not shown in the logs.

I got this error when building bowhm-gc in nix on ppc64le: ``` # TOTAL: 17 # PASS: 16 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0...

Backtrace on v8.2.2: ``` Lost a node at level 1 - collector is broken Test failed Thread 19 "gctest" received signal SIGABRT, Aborted. [Switching to Thread 0x7fffef2cf170 (LWP 2171270)] 0x00007ffff7c7d168...

It is weird that, if I enable ASan or valgrind, the error goes: ``` Completed 6 tests Allocated 11602730 collectable objects Allocated 1224 uncollectable objects Allocated 8220420 atomic objects Reallocated...

I finally captured a asan error: ``` ==2726945==Running thread 2726833 was not suspended. False leaks are possible. ==2726945==Running thread 2726834 was not suspended. False leaks are possible. ==2726945==Running thread 2726835...

After some repetitions, it only fails in the following places (line numbers are off-by one due to removing fork tests to make it easier to reproduce): 1. ``` Lost a...

Adding `CFLAGS_EXTRA="-DNO_SOFT_VDB"` does work for me on Power8, as mentioned in #479