[Xorp-users] error with XRLs

Jeff Krasky kras0021@umn.edu
Fri, 04 Feb 2005 22:23:03 CST


> In that case, you would have to call "xrl_std_router.finalize();"
> after the XrlStdRouter constructor.

Ok, I tried that, i.e. now I have

_xrl_router = new XrlStdRouter(_eventloop, "bgp_beacon");
_xrl_router->finalize();

//This simply calls ServiceBase("BGPBeacon") ctor() and initializes some
vars.
//Being as I am not an XRL target, I didn't need to do everything that
other 
//modules would do before calling wait_until_xrl_router_is_ready().  After
//deleting the target-related code from the static_routes_node file this is
all
//that was left.
_bgp_beacon_node = new BGPBeaconNode(_eventloop);

wait_until_xrl_router_is_ready(_eventloop, *_xrl_router);

I am happy to say that I don't get the error that I used to.  I am sad to
say that I get a new error:

INFO xorp_rtrmgr:26153 RTRMGR +550 module_manager.cc killed ] Module
abnormally killed: bgp_beacon

Unfortunately, this one even comes BEFORE I get the message "No more tasks
to run"  :-(

Is there some way I can check out what is going on with the finder or
something...or anything?

Thanks for the help.  Someday soon this program will run successfully, but
not without me getting help from others.  :-)