You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
I think this needs more context to be acted upon. Does dumping mean calling Json::dump() normally or something specific to the debugger? Does calling it normally within the same program work? Is it possible that the dump() method simply isn't compiled into the program because it's unused or something like that?
An example plus repro steps would be good. A stack trace would be useful too.
artwyman
changed the title
json11::Json::dump throws exception dumping empty map
json11::Json::dump throws exception dumping empty map in gdb
Mar 31, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
json11 raises a "pure virtual function call" exception when trying to dump the following json:
{"params": {}, "method": "ping", "id": 1}
this only happens in gdb
The text was updated successfully, but these errors were encountered: