[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] Scheduler: Event UID not valid!



You know the event uid which caused the aobrt(), then put a conditional
breakpoint in scheduler::schedule() to see who scheduled the event with
that particular id. Also put a cond. breakpoint in dispatch() see who has
dispatched it before.

On Sun, 12 Nov 2000, Canhui Ou wrote:

> Hi, there,
> 
> I try to develop a new scheme to manage queue.
> Specifically, I deploy RED for TCP traffic and FIFO
> for each flow of UDP traffic. Unfortunately, I get the
> following error.
>   Scheduler: Event UID not valid!
> I trace into scheduler.cc and get to know this error
> is caused by e->uid > 0. Since there are numerous
> events and this error only occurs after about 14,490
> enque, it drives me crazy when I debuged for a day.
> 
> Does anyone has similar experience? I really
> appreciate your help.
> 
> Regards,
> Canhui
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Calendar - Get organized for the holidays!
> http://calendar.yahoo.com/
>