[ardour-dev] latest CVS commit
Jan Depner
eviltwin69 at cableone.net
Thu May 13 14:42:18 PDT 2004
OK. I'm rebuilding now. I ran it once already and there is a memory
violation, just not enough info. I'm assuming you want me to run it
after I've inserted the SC4 plugin and saved/exited.
Jan
On Thu, 2004-05-13 at 16:36, Paul Davis wrote:
> >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