Open Bug 1887027 Opened 1 year ago Updated 1 year ago

about:crashes not accessible in ASAN builds

Categories

(Toolkit :: Crash Reporting, defect)

defect

Tracking

()

People

(Reporter: jgilbert, Unassigned)

Details

It says page not found for "about:crashes" in ASAN builds.
This gets in the way of requesting about:crashes from contributors/reporters.

Crash reporting is disabled in ASAN builds ([1], [2]), that's why the page doesn't show up.

What happens to the crashes that users using ASAN builds get?

Flags: needinfo?(jgilbert)
Flags: needinfo?(jgilbert) → needinfo?(gsvelto)

ASAN has its own reports and reporting code (see here). I don't know where those reports end up though.

Flags: needinfo?(gsvelto)

Decoder is probably best aware of how this works.

Flags: needinfo?(choller)

These crashes end up in their own crash reporting infrastructure and only certain crashes are filed from there (mainly use-after-free and other "special" ASan crashes that have additional debug information which allows them to be fixed often with little investigation).

However, a copy of each crash report is also stored locally in the profile directory. There should be a subdirectory "asan" which contains text files that can simply be opened. Files that have already been submitted have the ".submitted" extension but are still just text files.

Flags: needinfo?(choller)

Christian, I'm going to lower this to S4 but perhaps that can be added to the documentation? Or we can make an alternate about:crashes page?

Severity: S2 → S4
Flags: needinfo?(choller)

I'm open to either of these options, but we are planning to sunset the whole ASan Nightly project soon anyways in favor of PHC, so it is unclear if we really need to do anything further here.

Flags: needinfo?(choller)
You need to log in before you can comment on or make changes to this bug.