« Return to Thread: svn r10435 crashing

Re: svn r10435 crashing

by cannam :: Rate this Message:

Reply to Author | View in Thread

On Fri, Jun 26, 2009 at 12:37 PM, Colin Fletcher<colinf@...> wrote:
>
> It SEGVs fairly repeatably on start-up for me in
> Rosegarden::JackDriver::createSubmasterOutputs(int pairs), because pairs
> gets passed a value of -1 from JackDriver::SetAudioPorts.

Hm, thanks for bringing that to our attention.  It suggests some
deeper troubles here.

I've committed a different fix, because pairs < pairsNow (but >= 0) is
actually supposed to be legitimate for this function.  But it will
need some further investigation (I've left in a warning).


Chris

------------------------------------------------------------------------------
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

 « Return to Thread: svn r10435 crashing