11 Feb
2014
11 Feb
'14
10:42 a.m.
On 11/02/14 11:39, Radovan Bičiště wrote: try to run this command gdb --args /usr/bin/mserver5 --dbpath=/u01/ceosdata/database/monetdb/drmax/crm/zkdev1 --set merovingian_uri=mapi:monetdb://lux-analytics:50000/zkdev1 --set mapi_open=false --set mapi_port=0 --set mapi_usock=/u01/ceosdata/database/monetdb/drmax/crm/zkdev1/.mapi.sock --set monet_vault_key=/u01/ceosdata/database/monetdb/drmax/crm/zkdev1/.vaultkey --set gdk_nr_threads=4 --set max_clients=64 --set sql_optimizer=default_pipe --dbinit="sql.start();" this brings up the debugger. Then type the command: run If you see a SEGFAULT, then type the command thr apply all where and sent the stacktrace . Thanks, Martin