pg /c database 通过。似乎是pg使用 open/write 写入了某个文件,通过 fopen/fscanf 绕过了hook路径导致的。出现了新的段错误。

This commit is contained in:
2026-03-13 10:49:31 +00:00
parent 544f532bf5
commit 4d350d5aea
28 changed files with 1686 additions and 128 deletions

View File

@@ -21,7 +21,7 @@ BENCHMARKS="fillrandom,readrandom"
# key数
# NUM=1000000
NUM=500
NUM=5000
# 线程数
THREADS=2