-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Issue #22 does not seem to be resolved #37
Comments
Here's the stack trace from my crash:
This looks more like memory corruption, but I could be wrong. Prev field of |
Interesting. Did you have switches between PIMd routers or were they directly connected? How did you caused the link down? Was it sending side pimd that crashed or receiving side? Did the multicast flow recover to work through upper part of triangel (through RP) before crash or how quickly crash occurred. |
It's the receiving side operating with shortest path on. |
Followup to 3aa829c, according to proposal in (the reopened) issue #22. Signed-off-by: Joachim Nilsson <[email protected]>
I downloaded, compiled 2.2.0 and set it up in a triangle topology of 3 routers with the top node of the triangle configured as the RP. I start traffic and wait for traffic to switch to shortest path tree (first hop router and last hop router left and right hand nodes of the triangle respectively). I then simulate a link
down event between the two nodes and I get same crash and stack trace previously reported for this issue:
The text was updated successfully, but these errors were encountered: