From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23174 invoked by alias); 29 Nov 2006 12:26:49 -0000 Received: (qmail 23058 invoked by uid 48); 29 Nov 2006 12:26:30 -0000 Date: Wed, 29 Nov 2006 12:26:00 -0000 From: "sources dot redhat dot com at hovland dot cx" To: glibc-bugs@sources.redhat.com Message-ID: <20061129122628.3610.sources.redhat.com@hovland.cx> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug nptl/3610] New: coredump on pthread_mutex_lock() X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00099.txt.bz2 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
, file=0x6
, 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.