Ryuichi Watanabe
Ryuichi Watanabe
I get the following error and I don't know how to solve it. ``` ./tools/tcpretrans.py In file included from /virtual/main.c:4: In file included from include/net/tcp.h:35: In file included from include/net/sock_reuseport.h:5:...
fix: broken badge URL
Fix signal name display in worker termination logs Previously, when a worker process was terminated by a signal like SIGABRT,the log would display "Worker (pid:X) was sent code 134!" instead...
When a child process dies due to a signal such as SIGABRT, the signal name and signal number may not be displayed correctly and may become invalid. The following is...