Hans Petter Selasky
2010-03-02 13:34:27 UTC
int fd_frontend = DvbOpen(DEV_DVB_FRONTEND, adapter, frontend, O_RDWR |
O_NONBLOCK); -----
So for me it looks like O_NONBLOCK is set and used but it still hangs at
the ioctl.
Make sure the flag is also received by webcamd. Maybe there is a bug there.O_NONBLOCK); -----
So for me it looks like O_NONBLOCK is set and used but it still hangs at
the ioctl.
Any other ideas?
Kind regards
Joerg
Could you compile webcamd with -g and run it from gdb. Then dump all threadsKind regards
Joerg
when it is hanging?
--HPS