Closed
Bug 1393707
Opened 8 years ago
Closed 8 years ago
mips performance segment fault
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P1)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: qiaopengcheng-hf, Unassigned, Mentored)
Details
Attachments
(2 files)
|
3.21 KB,
text/x-csrc
|
Details | |
|
1.16 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux mips64-loongson; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20170825111631
Steps to reproduce:
on mips64 platform, after starting performance for serveral minutes, firefox will crash for segment faults.
Actual results:
firefox crashed by segment faults.
including firefox45, firefox52, firefox57.......
Expected results:
Normal running.
| Reporter | ||
Comment 1•8 years ago
|
||
on mips64 platform, this file,
xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_mips64.S
has been modified for fixed the bug.
original code will generate a bug if interruption happens after line70(REG_L sp, 0(sp) # get orig sp back), the information saved on stack maybe discard after interruption handler return.
| Reporter | ||
Updated•8 years ago
|
Mentor: gtatum
Severity: normal → blocker
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Component: Untriaged → Developer Tools: Performance Tools (Profiler/Timeline)
Priority: -- → P1
Resolution: --- → INVALID
| Reporter | ||
Comment 2•8 years ago
|
||
Approval Request Comment
[Feature/Bug causing the regression]:
[User impact if declined]:
[Is this code covered by automated tests?]:
[Has the fix been verified in Nightly?]:
[Needs manual test from QE? If yes, steps to reproduce]:
[List of other uplifts needed for the feature/fix]:
[Is the change risky?]:
[Why is the change risky/not risky?]:
[String changes made/needed]:
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•