I would recommend reverting:

ceecc7e *: Consolidate all double VIEW_NODE and ENABLE_NODE's
0dbe0d2 lib: Consolidate VIEW_NODE to be ENABLE_NODE as well

They are the cause of this breakage.

Shall I do this?

thanks!

donald

On Tue, Jun 14, 2016 at 10:45 AM, Donald Sharp <sha...@cumulusnetworks.com>
wrote:

> I'm getting this crash in zebra:
>
> root@robot:/etc/quagga# /usr/lib/quagga/zebra --daemon -A 127.0.0.1
> Aborted (core dumped)
> root@robot:/etc/quagga#
>
> (gdb) r -A 127.0.0.1
> Starting program: /usr/lib/quagga/zebra -A 127.0.0.1
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
>
> Program received signal SIGABRT, Aborted.
> 0x00007ffff77e0418 in __GI_raise (sig=sig@entry=6) at
> ../sysdeps/unix/sysv/linux/raise.c:54
> 54 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
> (gdb) bt
> #0  0x00007ffff77e0418 in __GI_raise (sig=sig@entry=6) at
> ../sysdeps/unix/sysv/linux/raise.c:54
> #1  0x00007ffff77e201a in __GI_abort () at abort.c:89
> #2  0x00007ffff7ba5964 in _zlog_assert_failed 
> (assertion=assertion@entry=0x7ffff7bb587d
> "0",
>     file=file@entry=0x7ffff7bb13bf "command.c", line=line@entry=620,
>     function=function@entry=0x7ffff7bb3820 <__func__.10624>
> "install_element") at log.c:669
> #3  0x00007ffff7b959df in install_element (ntype=<optimized out>,
> cmd=0x7ffff7dcde00 <show_version_cmd>) at command.c:620
> #4  0x00007ffff7b95ffd in cmd_init (terminal=terminal@entry=1) at
> command.c:4165
> #5  0x000000000040bdc0 in main (argc=3, argv=0x7fffffffe608) at main.c:404
> (gdb)
>
> donald
>
> On Tue, Jun 14, 2016 at 10:42 AM, Lou Berger <lber...@labn.net> wrote:
>
>> Paul,
>>
>> On 6/14/2016 9:02 AM, Paul Jakma wrote:
>> > Note: I've had a good few conflicts on 'install_element' lines, due to
>> > various patches adding/removing commands with the restricted node and
>> > 'auto-install view commands into enable' patches. I didn't look too
>> > closely as to whether I resolved them correctly.
>> Looks like there's more to do in bgp...
>>
>> #0  0x00000034e0232625 in raise () from /lib64/libc.so.6
>> #1  0x00000034e0233e05 in abort () from /lib64/libc.so.6
>> #2  0x00000000004cf7ce in _zlog_assert_failed (assertion=0x52ce72 "0",
>>     file=0x52ce68 "command.c", line=620, function=0x52fb80
>> "install_element")
>>     at log.c:669
>> #3  0x00000000004b02ae in install_element (ntype=ENABLE_NODE,
>> cmd=0x7736c0)
>>     at command.c:620
>> #4  0x00000000004b02bf in install_element (ntype=VIEW_NODE, cmd=0x7736c0)
>>     at command.c:623
>> #5  0x00000000004b6e5d in cmd_init (terminal=1) at command.c:4165
>> #6  0x0000000000421f8f in main (argc=1, argv=0x7fffffffe5d8) at
>> bgp_main.c:452
>>
>> Lou
>>
>>
>>
>> _______________________________________________
>> Quagga-dev mailing list
>> Quagga-dev@lists.quagga.net
>> https://lists.quagga.net/mailman/listinfo/quagga-dev
>>
>
>
_______________________________________________
Quagga-dev mailing list
Quagga-dev@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to