-
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
LDPd crash in RB Tree rbe_insert_color() #841
Comments
I am able to reproduce this on one of our internal tests (tests.nclu.bond_and_vrr_test.VrrNcluTest.test06_bond_lacp_bypass) as well
|
rwestphal
added a commit
to opensourcerouting/frr
that referenced
this issue
Jul 24, 2017
Commit 8f942af introduced a bug while silencing a clang warning. Silence the warning in a different way to fix our red-black tree implementation. Fixes FRRouting#841. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Merged
@dwalton76 could you check if #848 fixes the problem for you? |
@rwestphal yep this fixes the crash for me |
qlyoung
pushed a commit
to qlyoung/frr
that referenced
this issue
Sep 15, 2017
Commit 8f942af introduced a bug while silencing a clang warning. Silence the warning in a different way to fix our red-black tree implementation. Fixes FRRouting#841. Signed-off-by: Renato Westphal <renato@opensourcerouting.org> (cherry picked from commit 145b205)
qlyoung
pushed a commit
to qlyoung/frr
that referenced
this issue
Nov 6, 2017
Commit 8f942af introduced a bug while silencing a clang warning. Silence the warning in a different way to fix our red-black tree implementation. Fixes FRRouting#841. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debug information is from master branch at dceb5f8 (July 20). However the bug exists at least since f30a732 (June 26), but not on or before bade23d (June 2)
Bug does not exist on 2.0 or 3.0
LDPd crashes in ANVL Compliance Test ANVL-LDP-28.12
From the LDP log:
Backtrace info from the coredump:
#4 is here:
and it crashes as
gparent
isNULL
in line 169parent
is{rbt_parent = 0x0, rbt_left = 0x0, rbt_right = 0x113daa0, rbt_color = 1}
Issue is reliable reproducable. Access info of the bug is mailed to @rwestphal to look at.
The text was updated successfully, but these errors were encountered: