Open
Description
openedon Jan 21, 2024
Environment
- Windows 10, x86_64
- sentry-cli v2.25.3
Steps to Reproduce
- Open Visual Studio 2019 Developer Command Prompt
- Build a C++ project using cmake with
CMAKE_BUILD_TYPE
set toRelWithDebInfo
- Run:
sentry-cli upload-dif -o %SENTRY_ORGANIZATION% -p %SENTRY_PROJECT% --log-level=debug .
Expected Result
All debug information files should be uploaded to Sentry.
Actual Result
The sentry-cli call fails with exit code 1. The following message is printed:
error: Invalid checksum
This runs on a Windows VM. Please note that I run similar jobs on macOS and Linux VMs on the same computing cluster, which also call sentry-cli upload-dif
with similar inputs at some point. Neither of these ever fail because of Sentry, only the Windows job does.
Logs
Here are (sanitized) logs from a typical run: sentry_fail.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Type
Projects
Status
No status
Status
No status