
3 Jul
2016
3 Jul
'16
1:20 a.m.
Hi, On Linux you might try to start the server with the following command gdb --args /usr/bin/mserver5 --dbpath=/opt/monetdb/CUSTOMERnew/sb_traf --set merovingian_uri=mapi:monetdb://CUSTOMER-monetbd:54321/sb_traf --set mapi_open=false --set mapi_port=0 --set mapi_usock=/opt/monetdb/CUSTOMERnew/sb_traf/.mapi.sock --set monet_vault_key=/opt/monetdb/CUSTOMERnew/sb_traf/.vaultkey --set gdk_nr_threads=8 --set max_clients=64 --set sql_optimizer=default_pipe --set monet_daemon=yes --dbinit="sql.start();" This at least could give you a stack trace where the segfault occurs, which helps in determining the cause. Furthermore, you might check your free diskspace and the size of the sql_logs directory in the dbfarm/<database> regards, Martin