This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug nptl/3610] New: coredump on pthread_mutex_lock()
- From: "sources dot redhat dot com at hovland dot cx" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sources dot redhat dot com
- Date: 29 Nov 2006 12:26:30 -0000
- Subject: [Bug nptl/3610] New: coredump on pthread_mutex_lock()
- Reply-to: sourceware-bugzilla at sourceware dot org
There is a chance that glibc/nptl is not the cause of this, but I cannot say
for sure.
Note that this is glibc 2.5, not 2.4 as stated in the version field.
Thanks
Example 1:
#3 0x000073fc in ?? ()
#4 0xb797181b in *__GI_raise (sig=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:67
#5 0xb79731e8 in *__GI_abort () at abort.c:88
#6 0xb796af2c in *__GI___assert_fail (assertion=0xb7a86b04 "new_prio == -1 ||
(new_prio >= __sched_fifo_min_prio && new_prio <= __sched_fifo_max_prio)",
file=0xb7a86ae0 "tpp.c", line=63,
function=0xb7a86ae6 "__pthread_tpp_change_priority") at assert.c:78
#7 0xb7a84db2 in __pthread_tpp_change_priority (previous_prio=-1,
new_prio=3825) at tpp.c:61
#8 0xb7a7db5b in __pthread_mutex_lock (mutex=0x81162fc) at
pthread_mutex_lock.c:379
Example 2:
#4 0xb799e577 in *__GI_raise (sig=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:67
#5 0xb79a00ea in *__GI_abort () at abort.c:88
#6 0xb799782c in *__GI___assert_fail (assertion=0x6 <Address 0x6 out of
bounds>, file=0x6 <Address 0x6 out of bounds>, line=6,
function=0xb7abbf78 "__pthread_tpp_change_priority") at assert.c:78
#7 0xb7ab9ddf in __pthread_tpp_change_priority (previous_prio=-1,
new_prio=1527) at tpp.c:61
#8 0xb7ab27b5 in __pthread_mutex_lock (mutex=0x908db1c) at
pthread_mutex_lock.c:379
Hardware: dual xeon x64 with hyperthreads
Kernel 2.6.18.1 and 2.6.18.2
--
Summary: coredump on pthread_mutex_lock()
Product: glibc
Version: 2.4
Status: NEW
Severity: normal
Priority: P2
Component: nptl
AssignedTo: drepper at redhat dot com
ReportedBy: sources dot redhat dot com at hovland dot cx
CC: glibc-bugs at sources dot redhat dot com
GCC build triplet: i686-j-linux
GCC host triplet: i686-j-linux
GCC target triplet: i686-j-linux
http://sourceware.org/bugzilla/show_bug.cgi?id=3610
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.