kangkaisen commented on issue #690: There should be memory leak in Doris URL: https://github.com/apache/incubator-doris/issues/690#issuecomment-475105187 Just now, I compile Doris BE with BUILD_TYPE=LSAN. After BE start, the log is following: ``` ==188287==ERROR: LeakSanitizer: detected memory leaks Direct leak of 262528 byte(s) in 8 object(s) allocated from: #0 0xb40b46 in __interceptor_malloc ../../../../libsanitizer/lsan/lsan_interceptors.cc:53 #1 0x7fb3e39a79c0 in __alloc_dir (/lib64/libc.so.6+0xc09c0) SUMMARY: LeakSanitizer: 262528 byte(s) leaked in 8 allocation(s). ./start_be.sh: line 58: kill: (188287) - No such process start time: Thu Mar 21 11:39:56 CST 2019 I0100 00:00:00.000000 189239 vlog_is_on.cc:192] RAW: Set VLOG level for "*" to 10 ``` I think the detected result of LeakSanitizer is strange.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
