Hi,
I used wait_event_interruptible() for checking a
particular condition on linux 2.4.18.
In the test program, I passed a condition to
wait_event_interruptible() which evaluates to false.
The system hangs. Can anybody tell me the reason
and solution?
When I pass a condition evaluating to TRUE, the
task executes successfully .
Thanks in advance.
Regards,
Anj
|