Skip to content
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 on trying to deserialize json string on 3ds homebrew #1707

Closed
AceKiron opened this issue Aug 14, 2019 · 4 comments
Closed

Crash on trying to deserialize json string on 3ds homebrew #1707

AceKiron opened this issue Aug 14, 2019 · 4 comments

Comments

@AceKiron
Copy link

  • What is the issue you have?
    When I try deserializing a string to json it crashes the app.

  • Please describe the steps to reproduce the issue. Can you provide a small but working code example?
    json data = "{\"a\": [\"1\", 2], \"b\": true}"_json;

  • What is the expected behavior?
    Deserializing json string

  • And what is the actual behavior instead?
    An crash

  • Which compiler and operating system are you using? Is it a supported compiler?
    I think arm-none-eabi-g++ or gnu++17, I use devkitARM. The operating system is 3DS for the app and Windows 10 Pro for development

  • Did you use a released version of the library or the version from the develop branch?
    A released version

  • If you experience a compilation error: can you compile and run the unit tests?
    I don't have either cmake or ctest.

What might help is the part of the make log I think is about this: https://hastebin.com/amomibogic.rb

@nlohmann
Copy link
Owner

What is the exact error message? Do you have a stack trace?

@AceKiron
Copy link
Author

nope, just crashes the app and returns to the homebrew menu

@AceKiron
Copy link
Author

https://hastebin.com/amomibogic.rb is the closest to an error message / stack trace

@AceKiron
Copy link
Author

nvm, it got fixed, idk how

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants