[quagga-users 14945] Re: Assertion failed in ospfd 1.2.3
Bernd <bernd-waxOF2Bc/[email protected]> Mon, 19 Feb 2018 07:54:35 +0100
| Newsgroups | gmane.network.quagga.user |
|---|---|
| Message-ID | <[email protected]> |
Am 2018-02-16 17:51, schrieb Paul Jakma: > On Fri, 16 Feb 2018, Ivan Kuznetsov wrote: Hi, >> 2018/02/16 18:32:26 OSPF: Assertion `thread->master != ((void *)0) && >> thread != ((void *)0)' failed in file thread.c, line 607, function >> thread_add_unuse > >> What can be a troubleshooting procedure? > > If you 'git revert 5e13840d7f3e7fcdf7e' and then rebuild, does that fix > it? > > I.e. backout: > > https://gogs.quagga.net/Quagga/quagga/commit/5e13840d7f3e7fcdf7ecff762c019bb56c88965f I just built a new RPM based on above ``release'' but the error unfortunately still occurs: 2018/02/19 07:44:23 OSPF: Assertion `thread->master != ((void *)0) && thread != ((void *)0)' failed in file thread.c, line 607, function thread_add_unuse 2018/02/19 07:44:23 OSPF: Backtrace for 20 stack frames: 2018/02/19 07:44:23 OSPF: [bt 0] /usr/lib64/quagga/libzebra.so.1(zlog_backtrace+0x37) [0x7fefe278fdb7] 2018/02/19 07:44:23 OSPF: [bt 1] /usr/lib64/quagga/libzebra.so.1(_zlog_assert_failed+0x5d) [0x7fefe27906ad] 2018/02/19 07:44:23 OSPF: [bt 2] /usr/lib64/quagga/libzebra.so.1(+0x28130) [0x7fefe2780130] 2018/02/19 07:44:23 OSPF: [bt 3] /usr/lib64/quagga/libzebra.so.1(+0x298eb) [0x7fefe27818eb] 2018/02/19 07:44:23 OSPF: [bt 4] /usr/lib64/quagga/libzebra.so.1(funcname_thread_execute+0x56) [0x7fefe27819a6] 2018/02/19 07:44:23 OSPF: [bt 5] /usr/lib64/quagga/libospf.so.0(ospf_if_cleanup+0xe0) [0x7fefe29ef950] 2018/02/19 07:44:23 OSPF: [bt 6] /usr/lib64/quagga/libospf.so.0(+0x25809) [0x7fefe29f1809] 2018/02/19 07:44:23 OSPF: [bt 7] /usr/lib64/quagga/libospf.so.0(ospf_ism_event+0x2f) [0x7fefe29f183f] 2018/02/19 07:44:23 OSPF: [bt 8] /usr/lib64/quagga/libzebra.so.1(+0x2982c) [0x7fefe278182c] 2018/02/19 07:44:23 OSPF: [bt 9] /usr/lib64/quagga/libzebra.so.1(funcname_thread_execute+0x56) [0x7fefe27819a6] 2018/02/19 07:44:23 OSPF: [bt 10] /usr/lib64/quagga/libospf.so.0(ospf_if_down+0x42) [0x7fefe29f0612] 2018/02/19 07:44:23 OSPF: [bt 11] /usr/lib64/quagga/libospf.so.0(ospf_if_free+0x1e) [0x7fefe29f06ae] 2018/02/19 07:44:23 OSPF: [bt 12] /usr/lib64/quagga/libospf.so.0(+0x1ef85) [0x7fefe29eaf85] 2018/02/19 07:44:23 OSPF: [bt 13] /usr/lib64/quagga/libospf.so.0(ospf_terminate+0x49) [0x7fefe29eb689] 2018/02/19 07:44:23 OSPF: [bt 14] /usr/lib64/quagga/libzebra.so.1(quagga_sigevent_process+0x49) [0x7fefe279b639] 2018/02/19 07:44:23 OSPF: [bt 15] /usr/lib64/quagga/libzebra.so.1(+0x28765) [0x7fefe2780765] 2018/02/19 07:44:23 OSPF: [bt 16] /usr/lib64/quagga/libzebra.so.1(thread_main+0x20) [0x7fefe27819f0] 2018/02/19 07:44:23 OSPF: [bt 17] /usr/sbin/ospfd(main+0x2f3) [0x401a13] 2018/02/19 07:44:23 OSPF: [bt 18] /lib64/libc.so.6(__libc_start_main+0xf5) [0x7fefdfec0c05] 2018/02/19 07:44:23 OSPF: [bt 19] /usr/sbin/ospfd() [0x401a6a] 2018/02/19 07:44:23 OSPF: Current thread not known/applicable 2018/02/19 07:46:56 OSPF: ASBR[Status:1]: Update 2018/02/19 07:46:56 OSPF: ASBR[Status:2]: Update 2018/02/19 07:46:56 OSPF: ASBR[Status:2]: Already ASBR Running recent CentOS 7 (3.10.0-693.17.1.el7.x86_64) Regards Bernd