Hi,
I use sentry on premise
Sentry 20.10.0.dev0b22ca35
Minidumps are uploaded via UE4 key.
We have setup an HTTP symbol server that sentry is using via custom symbol server setting.
Sadly it cannot process the most important file, our game pdb.
We already allocated 16GB to VM as inbetween we saw a demand of around 11GB while processing. Still we get an error when trying to process the symbol file.
In symbolicator log we get:
WARN symbolicator::actors::symcaches > Failed to write symcache: failed to write symcache
We also set our sentry instance to catch symbolicator issues and we get this:
Writing
failed to write symcache
BadDebugFile
malformed debug info file
Pdb
failed to process pdb file
BadObject
invalid pdb file
CrossModuleRefNotFound
Cross module reference 0xb7438fe8 not found in imports
I checked the file and uploaded it via CLI and there it works. Any idea what the issue could be ? Or starting point to look for ?