Minidump debug symbols

I’m working on a C++/Qt software. I’m trying to use breakpad minidump with sentry. I uploaded the debug symbols to sentry (.sym). But I see the following error messages on all of the crash reports:

  • Could not resolve one or more frames in debug information file. (several of this)
  • A binary image is referenced that is unknown. (one)

There is no more info about what’s the missing image name, what frames are missing and how to resolve them. No clue whatsoever what’s wrong. Just this cryptic useless messages.

Any idea what could be wrong?

I’m having this problem too with a similar stack. I uploaded .pdb files successfully, i can see them in my project settings, but i can’t figure out how to associate them with a release.