h2oai / db-benchmark

reproducible benchmark of database-like ops
https://h2oai.github.io/db-benchmark
Mozilla Public License 2.0
322 stars 85 forks source link

clickhouse segfault during groupby q10, sorted 1e9 #133

Closed jangorecki closed 4 years ago

jangorecki commented 4 years ago
./clickhouse/exec.sh: line 35: 17408 Done                    cat "clickhouse/$1-
clickhouse.sql"
     17409 Segmentation fault      | clickhouse-client -mn --max_memory_usage=$C
H_MEM --format=Pretty --output_format_pretty_max_rows 1
./clickhouse/exec.sh: xrealloc: .././subst.c:687: cannot allocate 128 bytes (110
592 bytes allocated)
jangorecki commented 4 years ago

Segfault has been fixed with https://github.com/h2oai/db-benchmark/commit/f8ad13877d447ce167c0005579ed883fd1510cba when addressing #132