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

Uncaught CPP Exceptions are missing message #3931

Open
krystofwoldrich opened this issue Jul 3, 2024 · 2 comments
Open

Uncaught CPP Exceptions are missing message #3931

krystofwoldrich opened this issue Jul 3, 2024 · 2 comments

Comments

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Jul 3, 2024

Description

When throw std::invalid_argument( "received negative value" ); in *.mm I would expect to see the stack trace and the message of the std::invalid_argument( "received negative value" ) but I'm seeing only the the type std::invalid_argument.

Event
Note: There seems to be a main thread missing. Maybe related.

Screenshot 2024-07-03 at 13 01 37

Related

iOS
Screenshot 2024-07-03 at 13 03 10

Android

Screenshot 2024-07-03 at 13 02 49

Blocked by

@krystofwoldrich
Copy link
Member Author

@brustolin @philipphofmann @armcknight

This might be related to

The mentioned cocoa issues also miss the message and the main thread (the second link).

@krystofwoldrich
Copy link
Member Author

I'll check if Cpp exception directly from native module is captured the same (with missing message)

@krystofwoldrich krystofwoldrich moved this from Needs Discussion to Needs Investigation in Mobile & Cross Platform SDK Jul 12, 2024
@krystofwoldrich krystofwoldrich moved this from Needs Investigation to Backlog in Mobile & Cross Platform SDK Aug 9, 2024
@krystofwoldrich krystofwoldrich moved this from Backlog to Blocked in Mobile & Cross Platform SDK Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Blocked
Development

No branches or pull requests

1 participant