Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Possible segfault? #2

Open
faultlin3 opened this issue Jun 15, 2021 · 0 comments
Open

Possible segfault? #2

faultlin3 opened this issue Jun 15, 2021 · 0 comments

Comments

@faultlin3
Copy link

if (_terminate_callback(_terminate_data)) {

This seems to cause a segfault for me - following change fixed it:
if (nullptr != _terminate_callback && _terminate_callback(_terminate_data)) {

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

No branches or pull requests

1 participant