Closed
Bug 1129968
Opened 10 years ago
Closed 10 years ago
fix mips assertion failure when creating thread with custom stack size
Categories
(NSPR :: NSPR, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
4.11
People
(Reporter: jcowgill+mozilla, Assigned: hev)
Details
Attachments
(1 file)
|
630 bytes,
patch
|
wtc
:
review+
|
Details | Diff | Splinter Review |
The minimum stack size on mips is 128k. This patch fixes an assertion failure in the layer test by setting _MD_MINIMUM_STACK_SIZE to 128k like arm64 does (see bug 827271)
BEGIN TEST: layer
Beginning non-layered test
Assertion failure: 0 == rv, at ptthread.c:376
| Assignee | ||
Updated•10 years ago
|
Assignee: wtc → r
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•10 years ago
|
Priority: -- → P1
Target Milestone: --- → 4.11
Comment 1•10 years ago
|
||
Comment on attachment 8559853 [details] [diff] [review]
0001-nspr-fix-mips-assertion-fail-when-creating-thread-wi.patch
r=wtc.
Kai, could you please check in this patch when the NSPR tree
reopens? Thanks.
Attachment #8559853 -
Flags: review+
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: 4.11 → 4.10.10
Updated•10 years ago
|
Target Milestone: 4.10.10 → 4.11
You need to log in
before you can comment on or make changes to this bug.
Description
•