#1718 closed defect (fixed)

POSIX Thread Stack Memory Not Correctly Accounted For

Reported by: Joel Sherrill Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: score Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

POSIX threads are allocated twice the minimum stack space by default.
confdefs.h only accounts for one minimum -- not the 2x factor.

Attachments (2)

pr1718.diff (608 bytes) - added by Joel Sherrill on 11/16/10 at 18:09:25.
Patch for 4.11
pr1718-48.diff (774 bytes) - added by Joel Sherrill on 11/16/10 at 18:15:35.
Patch for 4.8

Download all attachments as: .zip

Change History (4)

Changed on 11/16/10 at 18:09:25 by Joel Sherrill

Attachment: pr1718.diff added

Patch for 4.11

Changed on 11/16/10 at 18:15:35 by Joel Sherrill

Attachment: pr1718-48.diff added

Patch for 4.8

comment:1 Changed on 11/16/10 at 18:17:44 by Joel Sherrill

Resolution: fixed
Status: newclosed

Patch applied to all applicable branches.

comment:2 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

Note: See TracTickets for help on using tickets.