ICE files are missing the span and message from bug!
/span_bug!
#133869
Labels
A-metrics
Area: Metrics
C-bug
Category: This is a bug.
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I have seen it a couple of times already that people attach ICE files but these backtrace or files look like they are missing the actual ICE message from the report.
for example, my ICE may look like this (or, this is what I would consider part of it)
Backtrace
however, the ice-dump file does not contain the actual ICE message
which makes it harder to compare it to other ICEs, check if it has been reported already or search for in the tracker...
what ends up in the file is only this:
Backtrace
can we extend what is printed into the file, or are there privacy concerns etc?
The text was updated successfully, but these errors were encountered: