Seems your app tries to starts /bin/ls (using fork+exec) to retrieve file 
list. You could try to replace this code with something which uses Posix 
interface in background (opendir, readdir) - I would say this is most 
OSv-ish friendly solution.

BR Justin

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to