Reporting errors

In order to be able to determine the location of a crash, we need a backtrace with usable information in it. To generate a usable backtrace compile a debug build of the dSS:

cd your_build_directory
cmake .. -DCMAKE_BUILD_TYPE=Debug

Now run the dSS in gdb and generate a backtrace at the point of the crash:

gdb dss
(gdb) run
[...]
(gdb) thread apply all bt

Include the backtrace in your bug-report or your mail to the mailing-list.