[Ardour-Dev] Problem add track
Paul Davis
paul at linuxaudiosystems.com
Fri Apr 27 07:06:48 PDT 2012
On Fri, Apr 27, 2012 at 8:57 AM, Fábio Magnoni <fabiohmagnoni at gmail.com> wrote:
> Hi Paul,
>
> I'm having problem with this step:
>
> after ./ardbg
> (gdb) core-file core.*
>
> When a crash happens, it doesn't create any core.* so I just can't do this
> command.
you need to make sure that the core-file size limit is appropriate.
you can see the current limit in a terminal with this command:
ulimit -c
you can reset it like this:
ulimit -c unlimited
many linux distributions now ship with the default limit being zero,
which prevents core files from being created.
More information about the Ardour-Dev
mailing list