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

set_debug(true) crashes #309

Closed
daxpedda opened this issue Jun 18, 2020 · 6 comments · Fixed by #310
Closed

set_debug(true) crashes #309

daxpedda opened this issue Jun 18, 2020 · 6 comments · Fixed by #310

Comments

@daxpedda
Copy link
Contributor

Apparently simply doing this:

sentry_options_t *options = sentry_options_new();
sentry_options_set_debug(options, 1);

Crashes the application. This doesn't happen in 0.3.2, so maybe it has something to do with #302?

@Swatinem
Copy link
Member

Would be good to know the os / compiler. The options code itself does not really do anything.

@daxpedda
Copy link
Contributor Author

daxpedda commented Jun 19, 2020

Sorry about that, this issue report was very sloppy!
Windows 10, Version 1809
CMake 3.17.2
MSVC 2019, 16.6.2
f326cec - which is 0.3.3

I will go ahead on try it on Ubuntu now.

@daxpedda
Copy link
Contributor Author

daxpedda commented Jun 19, 2020

I'm having the same issue on Ubuntu:
Ubuntu 18.04.4 LTS
CMake 3.17.3
g++ 9.3.0
Same commit as above.

@Swatinem
Copy link
Member

Swatinem commented Jun 19, 2020

Fixed by #310

@jan-auer
Copy link
Member

Thank you for reporting this issue. 0.3.4 is being released now with the bugfix.

@daxpedda
Copy link
Contributor Author

Thank you for the quick response and fix!

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

Successfully merging a pull request may close this issue.

3 participants