jiridanek commented on pull request #1048:
URL: https://github.com/apache/qpid-dispatch/pull/1048#issuecomment-782841264


   One more leak in system_tests_http1_adaptor, which appears only sometimes, 
that needs to be suppressed
   
   ```
   68: ==15712==ERROR: LeakSanitizer: detected memory leaks
   68: 
   68: Indirect leak of 64 byte(s) in 1 object(s) allocated from:
   68:     #0 0x7fc7780f9602 in malloc 
(/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)
   68:     #1 0x7fc776378396  (/lib/x86_64-linux-gnu/libc.so.6+0xeb396)
   68:     #2 0x7fc77637bd5d in getaddrinfo 
(/lib/x86_64-linux-gnu/libc.so.6+0xeed5d)
   68:     #3 0x7fc7780d268f  (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x7168f)
   68:     #4 0x7fc77572568e in pgetaddrinfo 
/home/travis/build/apache/qpid-dispatch/qpid-proton/c/src/proactor/epoll.c:1368
   68:     #5 0x7fc77572568e in pn_proactor_raw_connect 
/home/travis/build/apache/qpid-dispatch/qpid-proton/c/src/proactor/epoll_raw_connection.c:196
   68:     #6 0x7fc7778ce0ad in _do_reconnect 
/home/travis/build/apache/qpid-dispatch/src/adaptors/http1/http1_server.c:449
   68:     #7 0x7fc777a86632 in qd_timer_visit 
/home/travis/build/apache/qpid-dispatch/src/timer.c:201
   68:     #8 0x7fc777a773b6 in handle 
/home/travis/build/apache/qpid-dispatch/src/server.c:1008
   68:     #9 0x7fc777a7d9b7 in thread_run 
/home/travis/build/apache/qpid-dispatch/src/server.c:1122
   68:     #10 0x7fc777a7f7f6 in qd_server_run 
/home/travis/build/apache/qpid-dispatch/src/server.c:1484
   68:     #11 0x402111 in main_process 
/home/travis/build/apache/qpid-dispatch/router/src/main.c:113
   68:     #12 0x401d68 in main 
/home/travis/build/apache/qpid-dispatch/router/src/main.c:367
   68:     #13 0x7fc7762ad82f in __libc_start_main 
(/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
   68: 
   68: -----------------------------------------------------
   68: Suppressions used:
   68:   count      bytes template
   68:       1         24 ^pn_condition$
   68:       1       1536 ^pn_raw_connection$
   68:       1         56 qdr_core_subscribe
   68:      37        120 _ctypes_alloc_format_string
   68:       3        144 ^pn_object_new$
   68:       1        128 ^pn_list$
   68:       1         24 ^pni_record_create$
   68:    5002    3527472 /libpython2.*.so
   68: -----------------------------------------------------
   68: 
   68: SUMMARY: AddressSanitizer: 64 byte(s) leaked in 1 allocation(s).
   ```
   
   ```
   68: Indirect leak of 64 byte(s) in 1 object(s) allocated from:
   68:     #0 0x7fa6cfbf7602 in malloc 
(/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)
   68:     #1 0x7fa6cdda0396  (/lib/x86_64-linux-gnu/libc.so.6+0xeb396)
   68:     #2 0x7fa6cdda3d5d in getaddrinfo 
(/lib/x86_64-linux-gnu/libc.so.6+0xeed5d)
   68:     #3 0x7fa6cfbd068f  (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x7168f)
   68:     #4 0x7fa6cd15198e in pgetaddrinfo 
/home/travis/build/apache/qpid-dispatch/qpid-proton/c/src/proactor/epoll.c:1369
   68:     #5 0x7fa6cd15198e in pn_proactor_raw_connect 
/home/travis/build/apache/qpid-dispatch/qpid-proton/c/src/proactor/epoll_raw_connection.c:193
   68:     #6 0x7fa6cf30ccd5 in _do_reconnect 
/home/travis/build/apache/qpid-dispatch/src/adaptors/http1/http1_server.c:449
   68:     #7 0x7fa6cf4f35b3 in qd_timer_visit 
/home/travis/build/apache/qpid-dispatch/src/timer.c:201
   68:     #8 0x7fa6cf4e621e in handle 
/home/travis/build/apache/qpid-dispatch/src/server.c:1008
   68:     #9 0x7fa6cf4e771a in thread_run 
/home/travis/build/apache/qpid-dispatch/src/server.c:1122
   68:     #10 0x7fa6cf3c6d91 in _thread_init 
/home/travis/build/apache/qpid-dispatch/src/posix/threading.c:172
   68:     #11 0x7fa6ced936b9 in start_thread 
(/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
   68: 
   68: -----------------------------------------------------
   68: Suppressions used:
   68:   count      bytes template
   68:       4         96 ^pn_condition$
   68:       4       6144 ^pn_raw_connection$
   68:       1         56 qdr_core_subscribe
   68:      37        120 _ctypes_alloc_format_string
   68:       6        336 ^pn_string_grow$
   68:      24       1128 ^pn_object_new$
   68:       4        512 ^pn_list$
   68:       7        168 ^pni_record_create$
   68:    4999    3525904 /libpython2.*.so
   68: -----------------------------------------------------
   68: 
   68: SUMMARY: AddressSanitizer: 64 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]

Reply via email to