-
-
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
crash in dump #370
Comments
operator<<
dump()
|
Can you give more information:
|
Linux i7-2720QM 4.8.10-1-ARCH #1 SMP PREEMPT Mon Nov 21 11:55:43 CET 2016 x86_64 GNU/Linux It's just basic stuff, basically there's a crash with anything you do json j; gcc version 6.2.1 20160830 (GCC) |
==3109==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7ff28bfd3b10 bp 0x7ffdd5df5930 sp 0x7ffdd5df58c0 T0) |
|
no, it's a plain vanilla test from main(), no static functions or destructors are involved. |
wow, switching to the develop branch fixed the issue, way to go hehe. I'd think the develop branch would be the most unstable one :) |
There have been a lot of fixes lately, and master contains the previous release (which was thought to be stable ;)). |
No description provided.
The text was updated successfully, but these errors were encountered: