Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Quagga: Users

ospf6d crashes 0.99.18

 

 

Quagga users RSS feed   Index | Next | Previous | View Threaded


tias at netnod

May 5, 2011, 1:06 AM

Post #1 of 4 (383 views)
Permalink
ospf6d crashes 0.99.18

We run Debian/Linux 5.0 Lenny, kernel 2.6.32-bpo.3-amd64

After upgrading Quagga from 0.99.17 to 0.99.18, ospf6d experience
sporadic crashes.

Here's a backtrace:
OSPF6: Received signal 11 at 1304409672 (si_addr 0x20000003d); aborting...
Backtrace for 9 stack frames:
/usr/lib/libzebra.so.0(zlog_backtrace_sigsafe+0x42)[0x7f91ecee4152]
/usr/lib/libzebra.so.0(zlog_signal+0x30e)[0x7f91ecee486e]
/usr/lib/libzebra.so.0[0x7f91ecef13c5]
/lib/libc.so.6[0x7f91ebee3f60]
/usr/lib/quagga/ospf6d(adj_ok+0x3a)[0x7f91ed3575ca]
/usr/lib/libzebra.so.0(thread_call+0x2e)[0x7f91eced66ee]
/usr/lib/quagga/ospf6d(main+0x390)[0x7f91ed346d40]
/lib/libc.so.6(__libc_start_main+0xe6)[0x7f91ebed01a6]
/usr/lib/quagga/ospf6d[0x7f91ed346779]

Anybody else seeing this?

A colleague wrote a report:
https://bugzilla.quagga.net/show_bug.cgi?id=646

Any input is much appreciated.

/Tias
_______________________________________________
Quagga-users mailing list
Quagga-users [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-users


if at xip

May 5, 2011, 6:23 AM

Post #2 of 4 (338 views)
Permalink
Re: ospf6d crashes 0.99.18 [In reply to]

Hi,

> We run Debian/Linux 5.0 Lenny, kernel 2.6.32-bpo.3-amd64
>
> After upgrading Quagga from 0.99.17 to 0.99.18, ospf6d experience
> sporadic crashes.
>
> Here's a backtrace:
> OSPF6: Received signal 11 at 1304409672 (si_addr 0x20000003d); aborting...
> Backtrace for 9 stack frames:
> /usr/lib/libzebra.so.0(zlog_backtrace_sigsafe+0x42)[0x7f91ecee4152]
> /usr/lib/libzebra.so.0(zlog_signal+0x30e)[0x7f91ecee486e]
> /usr/lib/libzebra.so.0[0x7f91ecef13c5]
> /lib/libc.so.6[0x7f91ebee3f60]
> /usr/lib/quagga/ospf6d(adj_ok+0x3a)[0x7f91ed3575ca]
> /usr/lib/libzebra.so.0(thread_call+0x2e)[0x7f91eced66ee]
> /usr/lib/quagga/ospf6d(main+0x390)[0x7f91ed346d40]
> /lib/libc.so.6(__libc_start_main+0xe6)[0x7f91ebed01a6]
> /usr/lib/quagga/ospf6d[0x7f91ed346779]
>
> Anybody else seeing this?
>
> A colleague wrote a report:
> https://bugzilla.quagga.net/show_bug.cgi?id=646
>
> Any input is much appreciated.

Compile with debug; get a backtrace to get the detailed line number.

There are also some bugfixes posted to the list from me, you can try that.

Kind regards,
Ingo Flaschberger


_______________________________________________
Quagga-users mailing list
Quagga-users [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-users


tias at netnod

May 6, 2011, 2:05 AM

Post #3 of 4 (335 views)
Permalink
Re: ospf6d crashes 0.99.18 [In reply to]

On 5/5/11 15:23 , Ingo Flaschberger wrote:
> Hi,
>
>> We run Debian/Linux 5.0 Lenny, kernel 2.6.32-bpo.3-amd64
>>
>> After upgrading Quagga from 0.99.17 to 0.99.18, ospf6d experience
>> sporadic crashes.
>>
>> Here's a backtrace:
>> OSPF6: Received signal 11 at 1304409672 (si_addr 0x20000003d);
>> aborting...
>> Backtrace for 9 stack frames:
>> /usr/lib/libzebra.so.0(zlog_backtrace_sigsafe+0x42)[0x7f91ecee4152]
>> /usr/lib/libzebra.so.0(zlog_signal+0x30e)[0x7f91ecee486e]
>> /usr/lib/libzebra.so.0[0x7f91ecef13c5]
>> /lib/libc.so.6[0x7f91ebee3f60]
>> /usr/lib/quagga/ospf6d(adj_ok+0x3a)[0x7f91ed3575ca]
>> /usr/lib/libzebra.so.0(thread_call+0x2e)[0x7f91eced66ee]
>> /usr/lib/quagga/ospf6d(main+0x390)[0x7f91ed346d40]
>> /lib/libc.so.6(__libc_start_main+0xe6)[0x7f91ebed01a6]
>> /usr/lib/quagga/ospf6d[0x7f91ed346779]
>>
>> Anybody else seeing this?
>>
>> A colleague wrote a report:
>> https://bugzilla.quagga.net/show_bug.cgi?id=646
>>
>> Any input is much appreciated.
>
> Compile with debug; get a backtrace to get the detailed line number.
>
> There are also some bugfixes posted to the list from me, you can try that.
>
> Kind regards,
> Ingo Flaschberger
>
>

I compiled a debian debug package and all looks good until I try to run
the binaries.

# /usr/lib/debug/usr/lib/quagga/zebra
-bash: /usr/lib/debug/usr/lib/quagga/zebra: cannot execute binary file

# file /usr/lib/debug/usr/lib/quagga/zebra
/usr/lib/debug/usr/lib/quagga/zebra: ELF 64-bit LSB shared object,
x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.8, not stripped

What am I missing here...

/Tias
_______________________________________________
Quagga-users mailing list
Quagga-users [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-users


tias at netnod

May 11, 2011, 5:33 AM

Post #4 of 4 (310 views)
Permalink
Re: ospf6d crashes 0.99.18 [In reply to]

Hi all


I'm still not sure quagga is free from bugs in this area, but I do know
what caused our issues.

/proc/sys/net/ipv6/route/max_size < current IPv6 table.

Would it be wise to have quagga check maximum number of routes (IPv4 and
IPv6) and show this in some way?

Also, does anybody know what happens when the maximum is reached?
Does the kernel write over the oldest entries (link local etc)?

/Tias


On 5/6/11 11:05 , Mathias Wolkert wrote:
> On 5/5/11 15:23 , Ingo Flaschberger wrote:
>> Hi,
>>
>>> We run Debian/Linux 5.0 Lenny, kernel 2.6.32-bpo.3-amd64
>>>
>>> After upgrading Quagga from 0.99.17 to 0.99.18, ospf6d experience
>>> sporadic crashes.
>>>
>>> Here's a backtrace:
>>> OSPF6: Received signal 11 at 1304409672 (si_addr 0x20000003d);
>>> aborting...
>>> Backtrace for 9 stack frames:
>>> /usr/lib/libzebra.so.0(zlog_backtrace_sigsafe+0x42)[0x7f91ecee4152]
>>> /usr/lib/libzebra.so.0(zlog_signal+0x30e)[0x7f91ecee486e]
>>> /usr/lib/libzebra.so.0[0x7f91ecef13c5]
>>> /lib/libc.so.6[0x7f91ebee3f60]
>>> /usr/lib/quagga/ospf6d(adj_ok+0x3a)[0x7f91ed3575ca]
>>> /usr/lib/libzebra.so.0(thread_call+0x2e)[0x7f91eced66ee]
>>> /usr/lib/quagga/ospf6d(main+0x390)[0x7f91ed346d40]
>>> /lib/libc.so.6(__libc_start_main+0xe6)[0x7f91ebed01a6]
>>> /usr/lib/quagga/ospf6d[0x7f91ed346779]
>>>
>>> Anybody else seeing this?
>>>
>>> A colleague wrote a report:
>>> https://bugzilla.quagga.net/show_bug.cgi?id=646
>>>
>>> Any input is much appreciated.
>>
>> Compile with debug; get a backtrace to get the detailed line number.
>>
>> There are also some bugfixes posted to the list from me, you can try
>> that.
>>
>> Kind regards,
>> Ingo Flaschberger
>>
>>
>
> I compiled a debian debug package and all looks good until I try to run
> the binaries.
>
> # /usr/lib/debug/usr/lib/quagga/zebra
> -bash: /usr/lib/debug/usr/lib/quagga/zebra: cannot execute binary file
>
> # file /usr/lib/debug/usr/lib/quagga/zebra
> /usr/lib/debug/usr/lib/quagga/zebra: ELF 64-bit LSB shared object,
> x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for
> GNU/Linux 2.6.8, not stripped
>
> What am I missing here...
>
> /Tias
> _______________________________________________
> Quagga-users mailing list
> Quagga-users [at] lists
> http://lists.quagga.net/mailman/listinfo/quagga-users

_______________________________________________
Quagga-users mailing list
Quagga-users [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-users

Quagga users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.