This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Ethernet DSR's are not being Serviced?



On 19-Sep-2000 Colin Spier wrote:
> Hello All, 
> Our ethernet dsr's do not seem to be working. We have 
> tracked it down to a function called "alarm_thread()" where 
> we are waiting for the alarm flag to be set. We know the 
> function "ecos_synch_eth_drv_dsr()" is being called and the 
> flag is being set. 
> 
> The function "cyg_flag_wait()" waits and does not return 
> even after the flag has been set. 
> 
> This is really holding us up and would appreciate any help. 

Perhaps you have other threads of higher priority which are not
allowing the network alarm thread to run?

What do you see if you do "info threads" from GDB?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]