-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[T2] [Chassis] - Zebra process crashed during line card config-reload #20942
Comments
@sanjair-git could you please check if the issue you observe is fixed by this PR? |
Just FYI, this issue was seen in 202405 sonic-buildimage |
OK, Can you please paste the full backtrace for the zebra crash? |
Hi @prabhataravind, we took the above PR and we did full OC test run. The issue is not seen. And also, the issue is not reproducible when we tried to reproduce manually even with multiple attempts. |
docker run -it --entrypoint=/bin/bash -v ~/debug:/debug 8b27b6c4df1a
root@b078c945639c:/# ls /usr/lib/frr/zebra
/usr/lib/frr/zebra
root@b078c945639c:/# ls -l /usr/lib/frr/zebra
-rwxr-xr-x 1 root root 2017816 Dec 6 09:12 /usr/lib/frr/zebra
root@b078c945639c:/# cd /debug
root@b078c945639c:/debug# ls
zebra.1732429588.53.0.core
root@b078c945639c:/debug# gdb /usr/lib/frr/zebra zebra.1732429588.53.0.core
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <[http://gnu.org/licenses/gpl.html>](http://gnu.org/licenses/gpl.html%3E)
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<[https://www.gnu.org/software/gdb/bugs/>.](https://www.gnu.org/software/gdb/bugs/%3E.)
Find the GDB manual and other documentation resources online at:
<[http://www.gnu.org/software/gdb/documentation/>.](http://www.gnu.org/software/gdb/documentation/%3E.)
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/frr/zebra...
Reading symbols from /usr/lib/debug/.build-id/08/c6c2d27aa426cda9ddf445b02122676d607250.debug...
warning: Can't open file /var/tmp/frr/zebra.53/logbuf.79 during file-backed mapping note processing
warning: Can't open file /var/tmp/frr/zebra.53/logbuf.78 during file-backed mapping note processing
warning: Can't open file /var/tmp/frr/zebra.53/logbuf.70 during file-backed mapping note processing
warning: Can't open file /var/tmp/frr/zebra.53/logbuf.63 during file-backed mapping note processing
warning: Can't open file /var/tmp/frr/zebra.53/logbuf.62 during file-backed mapping note processing
warning: Can't open file /var/tmp/frr/zebra.53/logbuf.61 during file-backed mapping note processing
warning: Can't open file /var/tmp/frr/zebra.53/logbuf.53 during file-backed mapping note processing
[New LWP 53]
[New LWP 61]
[New LWP 63]
[New LWP 60]
[New LWP 70]
[New LWP 78]
[New LWP 79]
[New LWP 62]
Core was generated by `/usr/lib/frr/zebra -A 127.0.0.1 -s 90000000 -M dplane_fpm_nl -M snmp'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007f4455041ebc in ?? ()
[Current thread is 1 (LWP 53)]
(gdb) bt
#0 0x00007f4455041ebc in ?? ()
#1 0x00007fffa1818eb0 in ?? ()
#2 0xc6e332abefc6e100 in ?? ()
#3 0x0000000000000006 in ?? ()
#4 0x00007f4454c9f7c0 in ?? ()
#5 0x000055df8bb06fc0 in ?? ()
#6 0x00007f44400276a0 in ?? ()
#7 0x0000000000000000 in ?? ()
(gdb) info thread
Id Target Id Frame
* 1 LWP 53 0x00007f4455041ebc in ?? ()
2 LWP 61 0x00007f44550b8923 in ?? ()
3 LWP 63 0x00007f44550b32d6 in ?? ()
4 LWP 60 0x00007f44550b8799 in ?? ()
5 LWP 70 0x00007f44550b32d6 in ?? ()
6 LWP 78 0x00007f44550b32d6 in ?? ()
7 LWP 79 0x00007f44550b32d6 in ?? ()
8 LWP 62 0x00007f44550c1bbd in ?? ()
(gdb) Backtrace didn't help either. |
@sanjair-git - please build a debug image and retest? thanks. |
Description
On a T2 chassis line card, we see 'zebra' process got crashed and generated the following core during OC test run when the test did a 'config reload'
Attaching core, syslog and zebra logs for reference,
zebra.1732429588.53.0.core.gz
zebra-logs.zip
zebra-issue-board27.gz
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: