open-source-parsers / open-source-parsers/jsoncpp
VS2013 debug build crashes compiler
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 8.9k
- Forks
- 2.7k
- Avg merge
- 31m
- Merged PRs (30d)
- 1
Description
I realise it's a historic compiler, clinging on for a last few months of support, but some of us still constrained by these things.
#define JSONCPP_VERSION_STRING "1.8.4"
with the debug build (release is ok) failing with:
error MSB6006: "CL.exe" exited with code -1073740940
Completely repeatable, and with an older version of jsoncpp (1.6.2) working ok.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the debug build failure with Visual Studio 2013 and JSONCPP_VERSION_STRING 1.8.4, then compare it with version 1.6.2 and the working release build. Done means the cause is isolated and the debug build no longer makes CL.exe exit with code -1073740940.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100