Open
Bug 1641230
Opened 5 years ago
Updated 4 years ago
./mach reftest --debugger=gdb doesn't actually run firefox under gdb
Categories
(Testing :: Reftest, defect, P3)
Testing
Reftest
Tracking
(firefox76 wontfix, firefox77 wontfix, firefox78 fix-optional)
NEW
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | wontfix |
| firefox77 | --- | wontfix |
| firefox78 | --- | fix-optional |
People
(Reporter: kats, Unassigned)
References
Details
I was doing ./mach reftest path/to/reftest --debugger=gdb and it doesn't seem to actually run firefox under gdb (wasn't giving me a gdb prompt when I hit a MOZ_CRASH). I wrapped the whole mach command with rr record and then used rr ps to get a list of all the process spawned, gdb wasn't in the list.
| Reporter | ||
Updated•5 years ago
|
Severity: -- → S3
status-firefox76:
--- → wontfix
status-firefox77:
--- → wontfix
status-firefox78:
--- → fix-optional
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•