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

Can't compile sentry_crashpad 0.1.0 x32 Release #56

Closed
vkalitkin opened this issue Sep 24, 2019 · 1 comment · Fixed by #64
Closed

Can't compile sentry_crashpad 0.1.0 x32 Release #56

vkalitkin opened this issue Sep 24, 2019 · 1 comment · Fixed by #64

Comments

@vkalitkin
Copy link

crashpad_util.lib(capture_context_win.obj) : error LNK2026: module unsafe for SAFESEH image.
crashpad_util.lib(safe_terminate_process.obj) : error LNK2026: module unsafe for SAFESEH image.
bin\Release\crashpad_handler.exe : fatal error LNK1281: Unable to generate SAFESEH image.
Done building project "crashpad_handler.vcxproj" -- FAILED.

crashpad_util.lib(capture_context_win.obj) : error LNK2026: module unsafe for SAFESEH image.
crashpad_util.lib(safe_terminate_process.obj) : error LNK2026: module unsafe for SAFESEH image.
Creating library bin\Release\sentry_crashpad.lib and object bin\Release\sentry_crashpad.exp
bin\Release\sentry_crashpad.dll : fatal error LNK1281: Unable to generate SAFESEH image.
Done building project "sentry_crashpad.vcxproj" -- FAILED.

Can you release ready to use Sentry Native SDK precompiled binaries for VS2017?

@jan-auer
Copy link
Member

Thanks for reporting this!

We hadn't tested building with /SAFESEH on x86 before. Will be fixed in the next release.

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.

2 participants