fmadio / public

fmadio issue tracking
MIT License
8 stars 3 forks source link

stream_push file descriptor leak #320

Closed fmadio closed 3 years ago

fmadio commented 5 years ago

somewhere in the luajit popen is not freeing up resources. end result is io.popen runs out of descriptors and returns nil / refuses to execute

image

fmadio commented 5 years ago

This is a long running issue with luajit seen it many times, but need to resolve it now or find a workaround

fmadio commented 4 years ago

running this long term (weeks at a time) and cant seem to reproduce the problem. not sure where the true bug is. f20v1 system was running for 1 week+ on a dedicated test to create the file handle leaks but to noavail.

need to think more on what could cause this

fmadio commented 3 years ago

Push V1 has been depreciated, closing