-
Notifications
You must be signed in to change notification settings - Fork 36
Roundtrip fail #7
Copy link
Copy link
Open
Labels
parserjson-parser library: partner in crime preventionjson-parser library: partner in crime preventionsrc*.c*.ctestsWould she tell me that this door leads to the dragon?Would she tell me that this door leads to the dragon?
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
parserjson-parser library: partner in crime preventionjson-parser library: partner in crime preventionsrc*.c*.ctestsWould she tell me that this door leads to the dragon?Would she tell me that this door leads to the dragon?
Recently I encountered crash on some platform (Ubuntu/gcc-5) during a roundtrip of this JSON:
I saved it in valid-0013.json and run the test, which reproduced the problem but did not crash on my machine (OS X El Capitan/clang):
I found that several tests in test/main.cc are also failed. I make a note here as well.
BTW, I discovered this during integrating Travis in https://github.com/miloyip/nativejson-benchmark .