Bug 11651 - NPTL process-shared mutex failure with 32/64-bit applications
Summary: NPTL process-shared mutex failure with 32/64-bit applications
Status: RESOLVED WONTFIX
Alias: None
Product: glibc
Classification: Unclassified
Component: nptl (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
: 11652 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-31 19:06 UTC by Chris Friesen
Modified: 2014-06-30 17:53 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Friesen 2010-05-31 19:06:47 UTC
This is a third-party bug report.

It appears that on RHEL 5.5 a pthread mutex in shared memory cannot be used by a
combination of 32-bit and 64-bit apps.

I realize that posix doesn't guarantee that this will work since they are
technically different programming models, but it seems like a useful capability
to have.
Comment 1 Chris Friesen 2010-05-31 23:06:37 UTC
*** Bug 11652 has been marked as a duplicate of this bug. ***
Comment 2 Ulrich Drepper 2010-06-15 02:26:31 UTC
This is no bug and there is no way to accommodate such uses because of binary
compatiblity with data structures introduced in LinuxThreads a long, long time ago.