[Xorp-users] ORANTE TUCCERI new code for xorp 1.2 /ospf/area_router my problem

Pavlin Radoslavov pavlin at icir.org
Wed Nov 8 09:31:06 PST 2006


>   My idea is to insert pairs wich containing for each router and network lsa into database:
>      
>           
>     the link state id value  (e.g 192.168.37.130) present into the LSA
>    
>    place of the _db  in which found the lsa containing the  link state id  (e.g 192.168.37.130)  
>      in a container map of the template Standard library
>      
>      I have attached my code.
>      
>      Into the attached file is present also the error message which i have had
>      
>      I hope that it can help me to correct the  error
>      
>      .-compiling the code no errors is presents

It appears that the OSPF process has coredumped.
You can use gdb to find the reason.
There should be a coredump file in the local directory, the name
varies by OS, but usually it contains "core" in its name:

gdb path/to/xorp_ospfv2 -c my.core

Then print the values of the variables that are referred when the
process crashed. Typically, some of them will have invalid value
(e.g., NULL pointers being followed, etc).

Hope that helps,
Pavlin

P.S. Please don't use DOC files with information about your code
changes, log messages, etc. You should use plain ASCII for that
purpose (or a tarball with text files).



More information about the Xorp-users mailing list