#1222 closed defect (fixed)

pthread_equal has bad critical section code when built for DEBUG

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

Description

The pthread_equal code has two implementations -- one for debug and another for non-debug. The debug version has a bug in the way it exits the thread dispatching disable critical section.

This appears to be common to 4.6, 4.7 and the CVS head.

Attachments (1)

pr1222.diff (1.3 KB) - added by Joel Sherrill on 03/05/07 at 19:51:56.
Patch to address problem

Download all attachments as: .zip

Change History (2)

Changed on 03/05/07 at 19:51:56 by Joel Sherrill

Attachment: pr1222.diff added

Patch to address problem

comment:1 Changed on 03/05/07 at 19:52:19 by Joel Sherrill

Resolution: fixed
Status: newclosed

Patch applied.

Note: See TracTickets for help on using tickets.