0

RV, Windows XP 64, Processes, and spinning

We're exploring integrating RV much more deeply into our preview & approval pipeline, but I'm running into a problem with RV spinning (using up all available CPU on that core) that makes me think I must be doing something wrong.

We don't have any problems using RV directly from the UI; I can open and close window/sessions, add media, etc. with no problems.  However, if I have RV already running, and then I programmatically launch RV (from test programs, for instance), I end up with two RV processes running.  And, every time I end up with two RV processes running, the second running process seems to spin (i.e., completely consume one CPU), rendering the system unresponsive.  The second RV does not crash; it will, eventually, respond to user input.  However, it's comsuming so much CPU as to make the system useless for playback.

In fact, I don't actually want to launch two RV processes; I would really prefer that all the RV windows stay connected to a single process.  However, if I launch RV programmatically from other tools, it seems like I'm supposed to use the rv.exe command line, which in our environment seems to always give rise to multiple RV processes.

I've attached a screenshot of the situation I'm describing with the RV processes highlighted in the Task Manager at bottom right.  We're running Windows XP 64-bit.  I have RV 32-bit 3.10.6 installed locally on my machine; all the other versions I have tested with are being executed directly from a network drive.  Below are a bunch of things I've tried to vary; so far none of them have had any effect, it always turns out that if I have two RV processes the second one spins and makes the system unusable.

  • It doesn't seem to matter which RV version I use; I've tried everything from 3.8.6 up to 3.10.10
  • It doesn't seem to matter whether the two copies of RV are the same version or different versions
  • It doesn't seem to matter how I launch either the first or second copy of RV:  I've tried from the command line with no parameters, from the command line with parameters, from rvlink: URLs, by double-clicking .rv files, and programatically from scripts.
  • It doesn't seem to matter whether I have turned networking on or off.
  • It doesn't seem to matter whether I turn the "Desktop Aware" checkbox on or off.

In addition, I am frequently able to get RV to crash on launch when another RV process is running (although I haven't been able to find a reproducible case of that; launching again a few seconds later works fine).

Finally, while I haven't gone back and verified this on every single test situation, it seems that the second RV process only spins when the mouse is over the RV window.  Note, however, that the first RV process is perfectly well-behaved even when the mouse is over the RV window.  Only the second a subsequent RV spin when the mouse is over them.

Thanks for any tips on where I'm going wrong,

Leo

 

 

 




DuelingRVs.png

2 comments

  • 0
    Avatar
    Alan Trombla

    Hi Leo,

    Hmm, no I can't think what might cause that, and I'm not able to replicate it, though I don't have an XP 64 machine handy to try it on.  Can you make it happen by just starting multiple RV's from the command line ?  Do you have any custom packages loaded ?  The first thing I'd try would be to unload all those and see if that makes a difference.  Does it only happen with particular media ? 

    Anything you can do to narrow it down to a test case that we can use to reproduce the problem would be appreciated.

    It might be better to track this via a support ticket.  You can open one by just mailing support@tweaksoftware.zendesk.com.

    Regarding multiple processes, yes, RV doesn't do anything magical with multiple runs of rv.exe, they just produce multiple processes.  You can of course have multiple sessions managed by a single rv, although with 3.10, it's actually probably better to have multipls sources/sequences/etc managed by a single session.  To produce that programmatically requires starting the first rv.exe and then makeing network connections to it later to add media or whatever.   Depending on the amount of coding you want to do that might be an option, and we'd be happy to help (there is source for Python and C++ implementations of the network API provided with RV).

    Hope that helps,

    Alan

  • 0
    Avatar
    Leo Hourvitz

    Hi Alan,

    Thanks for the quick reply, I'll move to a support ticket.  In the meantime, the quick answers to your questions are:

    • Yes, it will happen even if I just launch two empty RV processes from the command line with no arguments (as I mentioned earlier, only if the mouse is inside the window of the second RV process).
    • No, we don't have any custom packages loaded.
    • No, it's not dependent on particular media (as mentioned in #1, there doesn't even need to be any media loaded).

    I'll have a look at the network API stuff since that's really what I want to do anyway (and I'm in Python).

    Thanks,

    Leo

Please sign in to leave a comment.