Selçuk Cevher wrote: > Hi All, > > I get the following error when I run a newly added xorp process, which > basically receives the link state database from ospfv2 and then > processes it: > > [ 2008/07/07 08:50:30 ERROR xorp_rtrmgr:22570 RTRMGR +747 > module_manager.cc done_cb ] Command "/usr/local/xorp/sha/xorp_pname": > terminated with signal 11; aborted with a core dump. > [ 2008/07/07 08:50:30 INFO xorp_rtrmgr:22570 RTRMGR +291 > module_manager.cc module_exited ] Module coredumped: pname
Use gdb to diagnose the core file (get a backtrace at least). It's unlikely we can help you otherwise, especially since this is probably crashing in your own code. The vif errors are perhaps because you do not have interface objects in your sha config option? I'm not too sure about this, however... Thanks, -- Ben Greear <[EMAIL PROTECTED]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
