crystal icon indicating copy to clipboard operation
crystal copied to clipboard

Segfault in dbgen

Open zingdle opened this issue 4 years ago • 1 comments

$ 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

zingdle avatar Sep 23 '20 12:09 zingdle

From my experience, just use ssb-dbgen from https://github.com/eyalroz/ssb-dbgen instead of the official one.

louchenyao avatar Sep 27 '20 09:09 louchenyao