Advertisement
Guest User

Untitled

a guest
Sep 24th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. 24-09-2013 21:06:59 <WARN> OSPF: LSA too large to send (Type: 0001, Id: 10.0.1.2, Rt: 10.0.1.2)
  2.  
  3. Program received signal SIGSEGV, Segmentation fault.
  4. ospf_pkt_fill_hdr (ifa=ifa@entry=0x695610, buf=buf@entry=0xffffff0022120a, h_type=h_type@entry=4 '\004') at ../../../proto/ospf/packet.c:21
  5. 21 pkt->version = OSPF_VERSION;
  6. (gdb) backtrace
  7. #0 ospf_pkt_fill_hdr (ifa=ifa@entry=0x695610, buf=buf@entry=0xffffff0022120a, h_type=h_type@entry=4 '\004') at ../../../proto/ospf/packet.c:21
  8. #1 0x0000000000423598 in ospf_lsupd_flood (po=po@entry=0x66ba60, n=n@entry=0x0, hn=hn@entry=0x0, hh=hh@entry=0x6f7a50, domain=0, rtl=rtl@entry=1) at ../../../proto/ospf/lsupd.c:284
  9. #2 0x000000000041dd84 in flush_sum_lsa (oa=oa@entry=0x688c70, fn=fn@entry=0x6db8e8, type=type@entry=0) at ../../../proto/ospf/topology.c:888
  10. #3 0x000000000042780d in check_sum_net_lsa (nf=0x6db8e8, po=<optimized out>) at ../../../proto/ospf/rt.c:968
  11. #4 ospf_rt_abr2 (po=0x66ba60) at ../../../proto/ospf/rt.c:1336
  12. #5 ospf_rt_spf (po=0x66ba60) at ../../../proto/ospf/rt.c:1639
  13. #6 0x0000000000438c19 in tm_shot () at io.c:372
  14. #7 io_loop () at io.c:1585
  15. #8 0x0000000000402808 in main (argc=<optimized out>, argv=<optimized out>) at main.c:745
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement