I think so because ffmpeg creates a lot of child processes, and it's very possible that it creates a lot of files descriptors too. How can I check if that really is the case?
On Sun, Nov 18, 2012 at 5:07 PM, Erez Sh <[email protected]> wrote: > Hi, > > I'm running a python script through supervisord, and inside I run ffmpeg > through the subprocess module. > Occasionally, supposedly when ffmpeg works hard enough, the entire process > tree (ffmpeg+python) crashes without a warning. > > I think it has something to do with > https://github.com/Supervisor/supervisor/issues/26, but I can't be sure. > > What should I do? I'll be happy to hear suggestions. > > Thanks, > Erez >
_______________________________________________ Supervisor-users mailing list [email protected] https://lists.supervisord.org/mailman/listinfo/supervisor-users
