-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Gearsyncd crash and core observed after continuous warm reboot #6172
Comments
Bt from the core:
|
Although the stacktrace is different, the root cause of this issue appears to be identical with #6103 In this issue also the FAULT is hit when This is where it gets similar to the other issue - An EMPTY_NAMESPACE is searched in an empty
|
This should be a multi-thread-mishandling/race condition issue due to the fact that this issue is not consistent and seen only once in ~30 iterations of gearsyncd warm start. |
Duplicate of #6103 |
closing as duplicate |
Description
Gearsyncd crash seen after warm reboot, producing core file.
Core was generated by `/usr/bin/gearsyncd -p /usr/share/sonic/hwsku/gearbox_config.json'.
The issue seems to have been hit due to a GP fault reported by Kernel during gearsyncd warm start.
Dec 9 05:28:18.287552 vlab-01 INFO kernel: [ 41.785625] traps: gearsyncd[2570] general protection ip:7f385ce98fea sp:7f385c916690 error:0 in libswsscommon.so.0.0.0[7f385ce7c000+54000]
Steps to reproduce the issue:
should
be reproducible on a physical device too).Describe the results you received:
GP fault in gearsyncd processing path happened, producing gearsyncd core.
Describe the results you expected:
Warm reboot without any core/crash.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: