-
Notifications
You must be signed in to change notification settings - Fork 1.5k
refs #13223 - dynamically allocate model in ResultsTree
#7798
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
base: main
Are you sure you want to change the base?
Conversation
Unfortunately this does not fix other crashing issues related to the results. |
Okay, now that test leaks memory. So it seems the tree won't take the ownership. |
Something is wrong with a |
I pushed the minimized reproducer so it can be reproduced easily. |
4f20f02
to
ddb9ec9
Compare
It will only fail with GCC so since the ASAN job uses Clang it will always pass. |
It looks like the data passed to |
41c681d
to
ca53b38
Compare
I forgot to pass
|
ca53b38
to
afb3554
Compare
ResultsTree
(fixes TestResultsTree::test1()
)ResultsTree
afb3554
to
38cb4b5
Compare
|
If you call |
No description provided.