You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***********************************************************************************
Address Sanitizer Error detected in /tmp_topotests/mgmt_tests.test_yang_mgmt/r1.asan.staticd.5848
=================================================================
==5848==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 65568 byte(s) in 1 object(s) allocated from:
#0 0x7fad1c4b89cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fad1c03a0a7 in qmalloc lib/memory.c:101
#2 0x7fad1c0cc403 in stream_new lib/stream.c:95
#3 0x7fad1c04a98a in mgmt_msg_read lib/mgmt_msg.c:137
#4 0x7fad1c04cb9c in msg_conn_read lib/mgmt_msg.c:511
#5 0x7fad1c0eecf0 in event_call lib/event.c:2019
#6 0x7fad1c01b293 in frr_run lib/libfrr.c:1246
#7 0x55f600cc5023 in main staticd/static_main.c:193
#8 0x7fad1bb0c249 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
SUMMARY: AddressSanitizer: 65568 byte(s) leaked in 1 allocation(s).
***********************************************************************************```
Clearly this is some timing issue that needs to be addressed
### Version
```text
Latest Master
How to reproduce
mgmt_tests::test_yang_mgmt appears to cause this to happen occassionally
Expected behavior
Not to leak the stream memory
Actual behavior
Leaks stream memory
Additional context
LLama's are like nature's my little pony
Checklist
I have searched the open issues for this bug.
I have not included sensitive information in this report.
The text was updated successfully, but these errors were encountered:
Yes from what I could tell. I only noticed it because we turned on in upstream CI the fact that the 0'th test run should not have any new address-santizer errors. And it failed the run because of it.
Description
Rarely we are seeing this in the ci system:
How to reproduce
mgmt_tests::test_yang_mgmt appears to cause this to happen occassionally
Expected behavior
Not to leak the stream memory
Actual behavior
Leaks stream memory
Additional context
LLama's are like nature's my little pony
Checklist
The text was updated successfully, but these errors were encountered: