-
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
eigrp: use correct memory pool on interface deletion #14557
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you put all the details that are in the PR's description in the commit directly?
@Mergifyio backport stable/8.5 stable/9.0 |
✅ Backports have been created
|
@Mergifyio backport dev/9.1 stable/8.5 stable/9.0 |
✅ Backports have been created
|
Trying to delete an interface during the test test_eigrp_topo1.py triggers a crash. ``` EIGRP: abort+0x12b EIGRP: _zlog_assert_failed+0x18c EIGRP: mt_count_free+0x56 EIGRP: qfree+0x2e EIGRP: eigrp_if_delete_hook+0x8c EIGRP: hook_call_if_del+0x5f EIGRP: if_delete_retain+0x1c EIGRP: if_delete+0xfb EIGRP: if_destroy_via_zapi+0x69 EIGRP: zclient_interface_delete+0x57 EIGRP: zclient_read+0x3d0 EIGRP: event_call+0xd8 EIGRP: frr_run+0x271 EIGRP: main+0x14b EIGRP: __libc_start_main+0xf3 EIGRP: _start+0x2e EIGRP: in thread zclient_read scheduled from lib/zclient.c:4514 zclient_event() ``` Signed-off-by: Volodymyr Huti <[email protected]>
7a50124
to
8ddf6a7
Compare
I added a sanitized crash trace to the commit message as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
@Mergifyio backport dev/9.1 |
✅ Backports have been created
|
eigrp: use correct memory pool on interface deletion (backport #14557)
eigrp: use correct memory pool on interface deletion (backport #14557)
eigrp: use correct memory pool on interface deletion (backport #14557)
Trying to delete an interface during the test
test_eigrp_topo1.py
triggers a crash.