Open
Bug 1516081
Opened 6 years ago
Updated 2 years ago
watchdog sometimes kill firefox train run
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: jh, Unassigned)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
I build firefox with GCC and PGO
http://hubicka.blogspot.com/2018/12/firefox-64-built-with-gcc-and-clang.html
Actual results:
Depending on workload of your machine, sometimes train run is killed
MOZ_CRASH(Shutdown too long, probably frozen, causing a crash.) at /aux/hubicka/firefox-2018/release/toolkit/components/terminator/nsTerminator.cpp:219
which leads to incomplete profile data and poorly behaving binary
Expected results:
watchdog timeout should be set to large value - killing training run would only mask other bugs.
Reporter | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Setting the component, in order to involve the development team. Feel free to change it, if I'm wrong.
Component: Untriaged → Gecko Profiler
Product: Firefox → Core
Updated•6 years ago
|
Component: Gecko Profiler → General
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•