bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ospf_maxage_lsa_remover (ospfd core)


From: Alexander Savelyev
Subject: ospf_maxage_lsa_remover (ospfd core)
Date: Sat, 21 Sep 2002 20:43:46 +0300
User-agent: Mozilla/5.0 (X11; U; BSD/OS i386; en-US; rv:1.1) Gecko/20020829

{gdb} bt
#0  ospf_maxage_lsa_remover (thread=0xbfbffd60) at ospf_lsa.c:2436
#1  0x807b992 in thread_call (thread=0xbfbffd60) at thread.c:627
#2  0x8049e89 in main (argc=2, argv=0xbfbffddc) at ospf_main.c:288
#3  0x80498af in _start ()
(gdb) print *node
$29 = {next = 0xd0d0d0d0, prev = 0xd0d0d0d0, data = 0xd0d0d0d0}
(gdb) print *next
Cannot access memory at address 0xd0d0d0d0.
(gdb) print lsa
$30 = (struct ospf_lsa *) 0xd0d0d0d0
(gdb) print *ospf_top->maxage_lsa
$21 = {head = 0x81051a0, tail = 0x81051a0, count = 1, cmp = 0, del = 0}
(gdb) print {struct listnode}0x81051a0
$23 = {next = 0x0, prev = 0x0, data = 0x810dd00}
(gdb) print {struct ospf_lsa}0x810dd00
$24 = {flags = 17 '\021', data = 0x8102520, tv_recv = {tv_sec = 1032515352,
    tv_usec = 556822}, tv_orig = {tv_sec = 1032515352, tv_usec = 556822},
  lock = 1, retransmit_counter = 0, area = 0x80c5680, lsdb = 0x80c5700,
  route = 0x0, refresh_list = -1}

running zebra, ospfd on FreeBSD

--
~.

  Alexander

>>> UNIX System Administrator mailto:address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]