-
Notifications
You must be signed in to change notification settings - Fork 65
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
Vector tester clean up #241
Vector tester clean up #241
Conversation
I'm trying to determine if I have a problem in my environment. I tried building this branch I get this: /home/jeff/miniconda3/envs/sparta/include/sparta/utils/SpartaSharedPointer.hpp:376:31: error: pointer may be used after 'void operator delete(void*, std::size_t)' [-Werror=use-after-free] I'm using this version of sparta
|
@jeffnye-gh I've been using the master branch of Sparta (sparcians/map@e736f0d). I didn't realize there was a |
That is weird. Which compiler/version are you using? |
deleted my other comment, to your question: for me it's gcc 11, ubuntu 22.04. i've got a user on a mac with an error that looks similar on the surface. i will see if i can get more detail, |
I'm using gcc 12 on ubuntu and didn't come across that. I then swapped to gcc 11 and tried that -- no problems. The version of sparta I have installed is map_v2.0.19 |
Added a parameter to the Vector tester to be able to reduce code size. Also removed several redundant tests.
Added a parameter to the Vector tester to be able to reduce code size. Also removed several redundant tests.