[Xorp-hackers] Problem with writing a xorp process

Bruce M Simpson bms at incunabulum.net
Wed Jul 30 10:34:12 PDT 2008


Nguyen Van Nam wrote:
> Hi,
> Thanks so much for your answer.
> But could you please answer me another question?
> I have implemented my code  as in print_lsas modul.
> In such a way, I defined my own EventLoop, my own XrlRouter, and i 
> wait_for_xrl_ router_is ready.
> But I found the following error when i declared EventLoop evenloop.
> [timer.cc] Assertion 'thetimerList==(!null)' failed.
> Another time, could you please explain me?

This assertion is only present in the TimerList constructor.

Could you have done anything which caused the constructor to be called 
more than once?
Are you using threads, for example (we don't support this) ?

thanks
BMS



More information about the Xorp-hackers mailing list