The application threads (prio 6) where waiting on counting semaphore posted by init thread (prio 1). The semaphores got posted from the init thread after the network_init (DHCP) was run. So the app threads blocked the network from running. That's why after the system was running all the broadcasts finally came in from the network card buffers.

Thanks all for the help.

Steve

Was this thread busy looping? That is the only way i can think of it
stopping the system running.

       Andrew


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to