[Quagga-bugs] [Bug 307] ospfd segfaulting
bugzilla-daemon at allevil.dishone.st
bugzilla-daemon at allevil.dishone.st
Sat Oct 21 00:07:08 IST 2006
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.quagga.net/show_bug.cgi?id=307
------- Additional Comments From skennedy at vcn.com 2006-10-20 23:07 -------
Well, unfourtunately, it crashed again. I was just disconnecting/connecting a
client over PPPoE and after reconnecting I noticed I couldn't ping out so I
checked ospfd and sure enough, it was dead. Here is the backtrace:
(gdb) run -f /usr/local/etc/quagga/ospfd.conf -i /var/run/quagga/ospfd.pid -u
quagga -g quagga
Starting program: /usr/local/sbin/ospfd -f /usr/local/etc/quagga/ospfd.conf -i
/var/run/quagga/ospfd.pid -u quagga -g quagga
Program received signal SIGSEGV, Segmentation fault.
0x280efc99 in if_is_loopback (ifp=0x0) at if.c:367
367 return (ifp->flags & (IFF_LOOPBACK|IFF_NOXMIT|IFF_VIRTUAL));
(gdb) bt
#0 0x280efc99 in if_is_loopback (ifp=0x0) at if.c:367
#1 0x2808b5df in ospf_if_is_enable (oi=0x80c4500) at ospf_interface.c:732
#2 0x280a104a in ospf_ls_retransmit_delete_nbr_if (oi=0x80c4500, lsa=0x80caac0)
at ospf_flood.c:944
#3 0x280a1128 in ospf_ls_retransmit_delete_nbr_area (area=0x0, lsa=0x80caac0)
at ospf_flood.c:965
#4 0x28098ebe in ospf_router_lsa_timer (t=0x0) at ospf_lsa.c:930
#5 0x280ef4fd in thread_call (thread=0xbfbfec6c) at thread.c:1051
#6 0x080491d4 in main (argc=9, argv=0xbfbfed48) at ospf_main.c:331
(gdb)
Here is my ospfd.conf:
!
! Zebra configuration saved from vty
! 2006/10/19 11:12:06
!
hostname kramer
password *****
enable password ******
log file /var/log/quagga/ospfd.log
!
!
!
interface bge0
!
interface bge1
!
interface lo0
!
interface tun0
!
interface tun1
!
interface tun2
!
interface tun3
!
router ospf
ospf router-id 209.193.95.214
passive-interface default
no passive-interface bge0
network 72.55.223.160/27 area 0.0.0.1
network 209.193.94.176/28 area 0.0.0.1
network 209.193.95.212/30 area 0.0.0.1
area 0.0.0.1 stub
!
line vty
!
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Quagga-bugs
mailing list