From owner-freebsd-alpha Fri Nov 17 20:18:13 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from nemesis.fortean.com (nemesis.fortean.com [209.42.194.41]) by hub.freebsd.org (Postfix) with ESMTP id E15E637B479 for ; Fri, 17 Nov 2000 20:18:11 -0800 (PST) Received: from rdu25-19-238.nc.rr.com (rdu25-19-238.nc.rr.com [24.25.19.238]) by nemesis.fortean.com (8.9.1/8.9.1) with ESMTP id XAA11621 for ; Fri, 17 Nov 2000 23:18:05 -0500 (EST) Date: Fri, 17 Nov 2000 23:18:05 -0500 (EST) From: Rich Bud X-Sender: rbud@chorizo Reply-To: Rich Bud To: freebsd-alpha@freebsd.org Subject: pthread_create under stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone else had problems with pthread_create under STABLE? As of a couple of weeks ago pthread_create has stopped working on my PW 500a. It now segfaults. I went to /usr/src/lib/libc_r/test and ran the tests there, and they all failed with the same problem. Here's the output from gdb with one of the libc_r tests: ======= (gdb) run Starting program: /usr/src/lib/libc_r/test/./hello_d Program received signal SIGSEGV, Segmentation fault. 0x1600bdcb0 in _thread_kern_scheduler () from /usr/lib/libc_r.so.4 ======= This is after doing another buildworld this morning, but as i said it's been that way the last few builds i've done. Can anyone else confirm this problem, or do i need to start poking through my setup? Thanks, Rich Bud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message