Comment 10 for bug 1016470

Revision history for this message
Chris Halse Rogers (raof) wrote : Re: [Bug 1016470] Re: colord crashed with SIGSEGV in __opendirat()

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.