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
Clone projCppContext context when copying projCtx_t #2324
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if those new code paths are exercised by the existing test suite. If not, that would be welcome
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Sounds like a good idea. I will take a look at it later. |
07dc2c2
to
c988e34
Compare
c988e34
to
8c6b2dd
Compare
8c6b2dd
to
e51ea3e
Compare
Thanks for reviewing @rouault |
Reasoning:
I made some changes assuming the database path would be copied from the default context. After core dumps, I determined this was not the case. I believe copying the
cpp_context
will enable this. Thoughts?