Closed GoogleCodeExporter closed 9 years ago
Errata: s=gif/jpg/png=tif=g in the first paragraph. pop only uses tif for
display.
Original comment by tereniao...@gmail.com
on 12 Mar 2015 at 2:43
this is a race condition in your script. the write to the note file will
*post* a note to the process, but not wait for the process to have actually
been killed. so you start another tif/gif/jpg before the previous one has
exited and the /dev/mouse file has been closed by the kernel.
page just changes the timing enougth for this race to happen more likely.
what you need is to wait for that process to exit with "wait" rc function.
Original comment by cinap_le...@felloff.net
on 12 Mar 2015 at 3:34
Original comment by cinap_le...@felloff.net
on 12 Mar 2015 at 3:43
Original issue reported on code.google.com by
tereniao...@gmail.com
on 12 Mar 2015 at 2:40