It's actually worse than that; colord calls sane_init / sane_get_devices / sane_exit repeatedly, and sane leaks fds across that usage.
So eventually we run out of fds and crash. I'm not sure if *this* crash is due to running out of fds, but many of the other ones are.
It's actually worse than that; colord calls sane_init /
sane_get_devices / sane_exit repeatedly, and sane leaks fds across that
usage.
So eventually we run out of fds and crash. I'm not sure if *this* crash
is due to running out of fds, but many of the other ones are.