Reporting a Bug
Bug Tracker
Reporting Bugs with gdb
gdbgdb /usr/bin/lmms
rthread apply all backtraceHow to Report Bugs without GDB
$ ulimit -l unlimited
$ lmmsWas this helpful?
For reporting any kind of bugs, use the GitHub issue tracker. Please take a look at other submitted bugs before opening a new item as someone else might have reported the same bug.
gdbIf you are using LMMS and encounter a segmentation fault (crash), please include a full backtrace:
gdb /usr/bin/lmms
rThen attempt to replicate the crash. Once LMMS crashes:
thread apply all backtraceThe output of this command is interesting for us! Please either report it to the issue tracker or email it to the mailing list.
$ ulimit -l unlimited
$ lmmsNow when LMMS crashes, there will be a file called "core" in your working directory. The file may be large enough to be worth zipping.
Was this helpful?
Was this helpful?