Your message dated Fri, 13 Jan 2006 19:25:39 +0100
with message-id <[EMAIL PROTECTED]>
and subject line quagga (0.98-3-7) ospfd segfault on interface with
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Nov 2005 16:07:35 +0000
>From [EMAIL PROTECTED] Wed Nov 30 08:07:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from netcom1.netc.net ([205.236.235.4])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EhUUY-0001Jo-Qu
for [EMAIL PROTECTED]; Wed, 30 Nov 2005 08:07:35 -0800
Received: from [192.168.0.102] (dhiggins.private.netc.net
[::ffff:192.168.0.102])
(AUTH: CRAM-MD5 [EMAIL PROTECTED])
by netcom1.netc.net with esmtp; Wed, 30 Nov 2005 11:07:33 -0500
id 000809FD.438DCE45.00000925
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 30 Nov 2005 11:07:33 -0500
From: Daniel Higgins <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.7 (X11/20051017)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: quagga (0.98-3-7) ospfd segfault on interface with vlans
X-Enigmail-Version: 0.93.0.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature";
boundary="------------enig7E7DE81F63C18BB68A497AAA"
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig7E7DE81F63C18BB68A497AAA
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Package: quagga
Version: 0.98.3-7
Severity: grave
quagga in sarge segfault when it acts on an event on an interface with
vlans. here's a log+bt
2005/11/26 21:20:21 OSPF: Packet[DD]: Neighbor x.x.x.212 Negotiation
done (Slave).
2005/11/26 21:20:21 OSPF: nsm_change_state(x.x.x.212, Exchange -> Full):
scheduling new router-LSA origination
2005/11/26 21:20:21 OSPF: Route[External]: Calculate AS-external-LSA to
x.x.x.240/30
2005/11/26 21:20:21 OSPF: Route[External]: type-1 created.
2005/11/26 21:20:21 OSPF: Route[External]: Adding a new route x.x.x.240/30
OSPF: Received signal 11 at 1133058023 (si_addr 0x2c, PC 0x4004e705);
aborting...
Program counter: /usr/lib/libospf.so.0(ospf_lsdb_lookup+0x27)[0x4004e705]
Backtrace for 10 stack frames:
/usr/lib/libzebra.so.0(zlog_backtrace_sigsafe+0x28)[0x400ac81a]
/usr/lib/libzebra.so.0(zlog_signal+0x258)[0x400ac7ea]
/usr/lib/libzebra.so.0[0x400b3eb6]
[0xffffe440]
/usr/lib/libospf.so.0(ospf_discard_from_db+0x1f)[0x400450df]
/usr/lib/libospf.so.0(ospf_maxage_lsa_remover+0x121)[0x4004565f]
/usr/lib/libzebra.so.0(thread_call+0x52)[0x400a4b72]
/usr/lib/quagga/ospfd(main+0x2ca)[0x80494b0]
/lib/tls/libc.so.6(__libc_start_main+0xf4)[0x401a4974]
/usr/lib/quagga/ospfd[0x80490d1]
----------------
i replaced the network part with x.x.x for privacy reasons
x.x.x.212 is an EdgeCore L3 switch running OSPF.
x.x.x.240 is an end-user being routed
all of this is done over eth0.1, which has 4 VLAN created and up (eth0.1
eth0.2 eth0 eth0.4 eth0.21)
eth0 Link encap:Ethernet HWaddr 00:11:D8:D4:A8:8C
inet addr:192.168.4.254 Bcast:192.168.4.255 Mask:255.255.255.0
inet6 addr: fe80::211:d8ff:fed4:a88c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:31369228 errors:0 dropped:0 overruns:0 frame:0
TX packets:36363422 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:318638418 (303.8 MiB) TX bytes:2023613677 (1.8 GiB)
Interrupt:209 Memory:feaec000-0
eth0.1 Link encap:Ethernet HWaddr 00:11:D8:D4:A8:8C
inet addr:x.x.x.209 Bcast:x.x.x.223 Mask:255.255.255.240
inet6 addr: fe80::211:d8ff:fed4:a88c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:273405 errors:0 dropped:0 overruns:0 frame:0
TX packets:285257 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:38200388 (36.4 MiB) TX bytes:192221488 (183.3 MiB)
also note that the "native" vlan on eth0 is 3 so using eth0.1 is
definately correct in this case. this cannot be changed for legacy reasons
this doesn't happen on other systems that don't use VLANs, and combined
with the reference below, lead me to think it really is vlan related
reference:
http://lists.quagga.net/pipermail/quagga-users/2005-February/003939.html
--------------enig7E7DE81F63C18BB68A497AAA
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFDjc5GV67k90ess2sRAtFtAJ9ah7HRbIZfW+3DR3vqaWCUcpgJBwCgpmdl
T2ZTIYOX0STTIcUVtRkTgVA=
=uXjI
-----END PGP SIGNATURE-----
--------------enig7E7DE81F63C18BB68A497AAA--
---------------------------------------
Received: (at 341444-done) by bugs.debian.org; 13 Jan 2006 18:25:41 +0000
>From [EMAIL PROTECTED] Fri Jan 13 10:25:41 2006
Return-path: <[EMAIL PROTECTED]>
Received: from gate.lathspell.de ([212.117.68.82] helo=app109.intern)
by spohr.debian.org with esmtp (Exim 4.50)
id 1ExTcL-0003fJ-9t
for [EMAIL PROTECTED]; Fri, 13 Jan 2006 10:25:41 -0800
Received: by app109.intern (Postfix, from userid 1000)
id 7675D2D08D; Fri, 13 Jan 2006 19:25:39 +0100 (CET)
Date: Fri, 13 Jan 2006 19:25:39 +0100
From: Christian Hammers <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: quagga (0.98-3-7) ospfd segfault on interface with
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Version: 0.99.2
Hello
I've just telling our bug tracking system that the bug has been
fixed in Sarge.
bye,
-christian-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]