[ardour-dev] latest CVS commit

Paul Davis paul at linuxaudiosystems.com
Thu May 13 14:36:07 PDT 2004


>On Thu, 2004-05-13 at 16:23, Paul Davis wrote:
>> >I have no idea why this is screwing up.  I'd suspect the plugins but
>> >they work under the old version of Ardour.  Heavy sigh.
>> 
>> do you have valgrind installed?
>
>Yes.  Just tell me what to do with it.

you may or may not have the "arval" script in the gtk_ardour
directory. its very simple:

----------------------------------------------------------------------
#!/bin/sh

export LD_LIBRARY_PATH=../libs/ardour/.libs
valgrind ./ardour $*
----------------------------------------------------------------------

make sure you have a non-optimized version of ardour
(--disable-optimize). then use the arval script from the gtk_ardour
directory with whatever other args you use.

do all this inside of a script(3) command, which will collect all the
output for you. when done, ctrl-d to leave the script-sub-shell.

hopefully, we'll catch a useful memory access violation ...





More information about the Ardour-Dev mailing list