-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
OSPFd: Crashed on Hash table Access on Multiple Scenario's #4223
Comments
@SathishVenkatesh7 can you recreate this on a later release? Preferable 7.0 or above? 4.0 is well out of our support lifetime at this point. |
@qlyoung I have tried to reproduce this issue in FRR-7.0. I am able to see the same ospfd crash in 7.0 as well. I could see this hash corruption specifically after the node restart. (gdb) bt |
@SathishVenkatesh7 can you provide the configuration (zebra + ospfd) you use and the circumstance of the crash ? |
Version: FRR-4.0.0
We are facing the ospf daemon crash with the following back traces:
(Crash observed while accessing hash_clean & hash_get functions. It seems to be a synchronization problem, where the invalid memory is being accessed.This crash is observed especially after the node restart)
Kindly let me know, if anybody else facing this issue (or) holding any useful data to proceed further.
Scenario 1:
Scenario 2:
The text was updated successfully, but these errors were encountered: