SSB dbgen Linux - Segmentation Fault

醉酒当歌 提交于 2019-12-12 19:19:13

问题


I am trying to generate SSB tables and getting Segmentation fault (core dumped) error. During "make" I get a lot of warnings due to variable types but it seems to compile with success. I do understand that segmentation fault is due to the wrong memory access but I have not changed anything except for 4 makefile options. Make file has:

CC = gcc
DATABASE = DB2
MACHINE = LINUX
WORKLOAD = SSBM

I have already downloaded several generatos from different websites but I always get same error. I am using Ubuntu 12.04 LTS. Any ideas?

Regards, Veronika


回答1:


I experienced the same issue today on a Ubuntu 15.04 VM with 2GB of RAM.

Solved the problem by increasing the VM memory allocation to 16GB.



来源:https://stackoverflow.com/questions/21881515/ssb-dbgen-linux-segmentation-fault

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!