-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Serializing pointer segfaults #1355
Comments
@SimonEbner could you please test against the develop branch or update to Version 3.4.0? GCC says
While MSVC says
|
Version 3.4.0 fixed a lot of SFINAE-related issues, I strongly recommend upgrading. |
I cannot reproduce the issue with the latest |
Perfect, doesn't compile for me anymore either. Keep up the great work. |
What is the issue you have?
Serializing a vector/map/.. of pointers segfaults
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
What is the expected behavior?
Not sure - I guess compiler error ?
And what is the actual behavior instead?
Segfault - Stack overflow from recursive call to
Which compiler and operating system are you using? Is it a supported compiler?
g++ (Ubuntu 8.1.0-5ubuntu1~16.04) 8.1.0
Did you use a released version of the library or the version from the
develop
branch?3.3.0
If you experience a compilation error: can you compile and run the unit tests?
Not sure what should be the expected behaviour. But I guess segfault is not the desired behaviour.
The text was updated successfully, but these errors were encountered: