-
Notifications
You must be signed in to change notification settings - Fork 571
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
There are a bunch of memory leaks when doing 'make test' #15214
Comments
From @khwilliamsonAfter having fixed several memory leaks that I knew how to, or Tony Cook gave me advice on fixing, there remain a bunch. Tony indicated that we have lived with some for a long time, so those are not a priority to fix now, but obviously it would be nice to. But we do want to not introduce memory leaks. Some of these are coming from, for example, multi deref, which is fairly new. So they should be looked at anyway before 5.24, so I will add this ticket to the blockers. Attached is a .gz of the output of clang on a non-threaded build, with the leak sanitizer enabled. |
From @khwilliamsonOn Fri Mar 04 10:51:00 2016, khw wrote: Oops, attached is a 'make test' output that has the lines with embedded \n expanded out, so it is more readable. -- |
From @khwilliamson |
From @iabynOn Fri, Mar 04, 2016 at 10:51:00AM -0800, Karl Williamson wrote:
I disabled LeakSanitizer locally (with ASAN_OPTIONS='detect_leaks=0') What version of clang are you using, and/or what (if any) report -- |
The RT System itself - Status changed from 'new' to 'open' |
From @khwilliamsonOn 03/04/2016 04:44 PM, Dave Mitchell wrote:
This happened to me too, but not in current blead; I assumed I had fixed LSAN_OPTIONS="exitcode=0; On dromedary, I don't have to use the symbolizer. $ clang -v Hmm. maybe I should be using symbolizer-3.6. But it seemed to work fine |
From @jkeenanOn Fri Mar 04 10:58:34 2016, khw wrote:
Karl, what were the tools or commands you used to generate this output? Thank you very much. -- |
From @khwilliamsonOn 03/18/2016 05:55 AM, James E Keenan via RT wrote:
./Configure -des -Uversiononly -Dprefix=/home/khw/devel -Dusedevel $ clang -v |
Migrated from rt.perl.org#127657 (status was 'open')
Searchable as RT127657$
The text was updated successfully, but these errors were encountered: