jiridanek commented on pull request #880: URL: https://github.com/apache/qpid-dispatch/pull/880#issuecomment-787142618
Note to self: probably something I introduced here. I never saw this on master https://github.com/apache/qpid-dispatch/runs/1995248602?check_suite_focus=true#step:9:755 ``` 19: Router solo output file: 19: >>>> 19: ../src/parse.c:497:66: runtime error: left shift of 128 by 56 places cannot be represented in type 'long int' 19: 19: ================================================================= 19: ==2208==ERROR: LeakSanitizer: detected memory leaks 19: 19: Direct leak of 14 byte(s) in 1 object(s) allocated from: 19: #0 0x7fd6c33383dd in strdup (/lib/x86_64-linux-gnu/libasan.so.5+0x963dd) 19: #1 0x7fd6c2ce39c0 in py_string_2_c ../src/python_utils.c:35 19: #2 0x7fd6c2ce39c0 in py_string_2_c ../src/python_utils.c:25 19: #3 0x7fd6c2b2a0c1 in qd_entity_get_string ../src/entity.c:49 19: #4 0x7fd6c2b27114 in qd_dispatch_configure_router ../src/dispatch.c:217 19: #5 0x7fd6bd80bff4 (/lib/x86_64-linux-gnu/libffi.so.7+0x6ff4) 19: #6 0x7fffb0aa8b7f ([stack]+0x1eb7f) 19: 19: ----------------------------------------------------- 19: Suppressions used: 19: count bytes template 19: 1 56 qdr_core_subscribe 19: 589 901772 *libpython* 19: ----------------------------------------------------- 19: 19: SUMMARY: AddressSanitizer: 14 byte(s) leaked in 1 allocation(s). ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
