28.01.2014, 18:34
Try to debug it. Install "gdb" (the GNU debugger) and execute "gdb sampsvr" and "run". If it crashes, the debugger will show more informations. Post them here. And when it crashes, execute "bt", this will print the backtrace (also post it here).