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 _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
