[Ardour-Dev] Ardour-Dev Digest, Vol 99, Issue 5

t ticallionz at gmail.com
Fri Apr 27 13:12:25 PDT 2012


cool thx
On Apr 27, 2012, at 4:00 PM, ardour-dev-request at lists.ardour.org wrote:

> Send Ardour-Dev mailing list submissions to
> 	ardour-dev at lists.ardour.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org
> or, via email, send a message with subject or body 'help' to
> 	ardour-dev-request at lists.ardour.org
> 
> You can reach the person managing the list at
> 	ardour-dev-owner at lists.ardour.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ardour-Dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: Problem add track (F?bio Magnoni)
>   2. Re: Problem add track (Paul Davis)
>   3. Re: Problem add track (F?bio Magnoni)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 27 Apr 2012 09:57:05 -0300
> From: F?bio Magnoni <fabiohmagnoni at gmail.com>
> To: Paul Davis <paul at linuxaudiosystems.com>
> Cc: ardour-dev at lists.ardour.org
> Subject: Re: [Ardour-Dev] Problem add track
> Message-ID:
> 	<CAAEfs6EfF6VAmQaM6fQcJaeu4NsSArpAgpVMNRdKPpsxR8a_FQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> 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.
> 
> Could you help with this?
> 
> Thanks,
> F?bio
> 
> 2012/4/25 Paul Davis <paul at linuxaudiosystems.com>
> 
>> On Wed, Apr 25, 2012 at 4:36 PM, F?bio Magnoni <fabiohmagnoni at gmail.com>
>> wrote:
>>> [New Thread 0x7fffcd5fa820 (LWP 5313)]
>>> [New Thread 0x7fffd8a94700 (LWP 5314)]
>>> [Thread 0x7fffdbbd4700 (LWP 5303) exited]
>>> [New Thread 0x7fffdbbd4700 (LWP 5316)]
>>> [Thread 0x7fffdbbd4700 (LWP 5316) exited]
>>> 
>>> entered track canvas
>>> left track canvas
>>> [New Thread 0x7fffdbbd4700 (LWP 5318)]
>>> [Thread 0x7fffdbbd4700 (LWP 5318) exited]
>>> [New Thread 0x7fffdbbd4700 (LWP 5319)]
>>> [Thread 0x7fffd8a94700 (LWP 5314) exited]
>>> [Thread 0x7fffdbbd4700 (LWP 5319) exited]
>> 
>> this isn't really the advice offered by that document.
>> 
> 
> 
> 
> -- 
> F?bio R?a
> Eng. de Computa??o - PUC-Campinas
> 
> Wiki-keeper Ubuntu-BR-SP
> http://wiki.ubuntu-br.org/UbuntuSP
> 
> Eu prefiro receber documentos em ODF. N?o sabe o que ?? -> http://miud.in/V1
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.ardour.org/private.cgi/ardour-dev-ardour.org/attachments/20120427/a5898862/attachment.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Fri, 27 Apr 2012 10:06:48 -0400
> From: Paul Davis <paul at linuxaudiosystems.com>
> To: F?bio Magnoni <fabiohmagnoni at gmail.com>
> Cc: ardour-dev at lists.ardour.org
> Subject: Re: [Ardour-Dev] Problem add track
> Message-ID:
> 	<CAFa_cKkVRMYfs-9jU8tDE5U_Zkx+B_PdvkZCd4Ue+9UjbYe2KQ at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> 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.
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Fri, 27 Apr 2012 11:08:26 -0300
> From: F?bio Magnoni <fabiohmagnoni at gmail.com>
> To: Paul Davis <paul at linuxaudiosystems.com>
> Cc: ardour-dev at lists.ardour.org
> Subject: Re: [Ardour-Dev] Problem add track
> Message-ID:
> 	<CAAEfs6FdZNrmSuTDr695FGu0sCcxVX87xWtHmrYhwHTLw=ts6A at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Thanks! I'm gonna try it again :)
> 
> 2012/4/27 Paul Davis <paul at linuxaudiosystems.com>
> 
>> 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.
>> 
> 
> 
> 
> -- 
> F?bio R?a
> Eng. de Computa??o - PUC-Campinas
> 
> Wiki-keeper Ubuntu-BR-SP
> http://wiki.ubuntu-br.org/UbuntuSP
> 
> Eu prefiro receber documentos em ODF. N?o sabe o que ?? -> http://miud.in/V1
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.ardour.org/private.cgi/ardour-dev-ardour.org/attachments/20120427/b9efb819/attachment-0001.htm>
> 
> ------------------------------
> 
> _______________________________________________
> Ardour-Dev mailing list
> ardour-dev at lists.ardour.org
> http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org
> 
> 
> End of Ardour-Dev Digest, Vol 99, Issue 5
> *****************************************



More information about the Ardour-Dev mailing list