This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/13184] rwlocks can go into dead lock


http://sourceware.org/bugzilla/show_bug.cgi?id=13184

Philippe Mathieu <ph.mathieu at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ph.mathieu at gmail dot com

--- Comment #6 from Philippe Mathieu <ph.mathieu at gmail dot com> 2012-01-16 20:02:45 UTC ---
I've observed the same problem on Opteron 270 processors. Even for a x86_64
targets.

> ./crazylock 4
crazylock: crazylock.c:37: cache_get: Assertion `rwlock.__data.__nr_readers <
n' failed.
crazylock: crazylock.c:31: cache_get: Assertion `rwlock.__data.__nr_readers <=
n' failed.
crazylock: crazylock.c:31: cache_get: Assertion `rwlock.__data.__nr_readers <=
n' failed.
crazylock: crazylock.c:37: cache_get: Assertion `rwlock.__data.__nr_readers <
n' failed.

> file crazylock
crazylock: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux),
dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]