Closed thomas536 closed 8 years ago
It's a privilege to have users who report bugs with an strace. :-)
This bug resulted from the latest release, from commit 19b71a37 on the wd
branch, which ended up as a major rewrite of subprocess management. I had many problems and I wanted to preserve logs from previous runs.
I'll check whether the file exists and use open
or creat
accordingly.
Do you compile from source, or need a new version of the deb package?
I'm using the deb, but no rush. It's pretty easy to work around. =)
1.9 released with the fix.
Thanks for writing this code! It's working great!
But sometimes I see an error that the daemon doesn't start. The child process gets forked, but it immediately exits (return code 4) when omxlog doesn't already exist. Not sure if this is intended or not. Maybe these log files should be opened w/ O_CREAT?
Thanks!