Testers' crash dumps stay out of the history
Crashdmp\ is where a dump sent in by a tester lands. Read it with cdb against the matching Release\rpl4opt.pdb - the PE timestamp recorded in the dump says which build it came from, and the symbols mean nothing unless it matches. Not tracked, because a minidump is not ours to keep: it carries process memory and the sender's own file paths. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -84,3 +84,10 @@ assets/**/last.spl
|
||||
|
||||
# packaged releases (attached to Gitea releases, not tracked)
|
||||
RedPlanet-*.zip
|
||||
|
||||
# Crash dumps sent in by testers. Read them with cdb against the matching
|
||||
# Release\rpl4opt.pdb - the PE timestamp in the dump says which build, and
|
||||
# the symbols only mean anything if it matches. They are not ours to keep
|
||||
# in the history: a minidump carries process memory and the sender's own
|
||||
# file paths.
|
||||
/Crashdmp/
|
||||
|
||||
Reference in New Issue
Block a user