-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
shall we set export MALLOC_CONF=junk:true
for PR tests?
#44962
Comments
cms-bot internal usage |
A new Issue was created by @VinInn. @antoniovilela, @rappoccio, @sextonkennedy, @Dr15Jones, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
as proposed in cms-sw/cmssw#44962
sounds like a good idea to me. I have opened cms-sw/cms-bot#2228 to set |
assign core |
New categories assigned: core @Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks |
I think too it's worth a shot |
Apparently some wf may even crash when
export MALLOC_CONF=junk:true
is set ( see #44956 )We may consider to set it for all PR tests: besides major issues such as the one above one can detect regression due to uninitialized memory
(only heap, not stack)
The text was updated successfully, but these errors were encountered: