Yo!pizio wrote:Hi,
Which version of LMMS are you using?pizio wrote:I am writing because happen often that LMMS crash without any information.
Did you install it as a binary or compile form source?
When LMMS crash under linux you will often find a core dump, a file named 'core' in wherever you've configured the OS to dump core files.pizio wrote: Is here any log file where I can understand what was the matter for crashing?
I am using Debian Testing 9
Thanks
From the man core page:
You need a debugger like gdb to study the core file. Typically you would run LMMS in gdb like this:By default the core file is called core, and is created in the current working directory
Code: Select all
gdb ./lmms core