[Ardour-Dev] config wizard [was : Re: video timeline patch testing]

Paul Davis paul at linuxaudiosystems.com
Sun Jul 18 06:25:09 PDT 2010


On Sun, Jul 18, 2010 at 9:23 AM, Patrick Shirkey
<pshirkey at boosthardware.com> wrote:

> Sorry, late on Sunday here.
>
> This is the trace:
>
> #0  0x0000003494e0d330 in sem_wait () from /lib64/libpthread.so.0
> #1  0x00007ffff7362167 in ARDOUR::Graph::routes_no_roll(unsigned int, long,
> long, bool, bool, int) () from ./../build/default/libs/ardour/libardour.so.3
> #2  0x0000000001eb4800 in ?? ()
> #3  0x00007ffff74b5f63 in ARDOUR::Session::no_roll(unsigned int) ()
>   from ./../build/default/libs/ardour/libardour.so.3

you need to read the debugging guide again. the relevant command is:

   thread apply all bt

so that you get a trace per thread. in this particular case, you got
lucky and found the most relevant thread, but the others matter too.



More information about the Ardour-Dev mailing list