crystal
crystal copied to clipboard
Segfault in dbgen
$ python util.py ssb 1 gen
SSBM (Star Schema Benchmark) Population Generator (Version 1.0.0)
Copyright Transaction Processing Performance Council 1994 - 2000
Segmentation fault (core dumped)
According to this, you can just change MAXAGG_LEN
from 10
to 20
, which works for me.
https://github.com/anilshanbhag/crystal/blob/f2179e607eb923f2053a706c1e30aa2b6161b9db/test/ssb/dbgen/shared.h#L120
From my experience, just use ssb-dbgen from https://github.com/eyalroz/ssb-dbgen instead of the official one.