Date: Fri, 17 Nov 2000 23:18:05 -0500 (EST) From: Rich Bud <rbud@fortean.com> To: freebsd-alpha@freebsd.org Subject: pthread_create under stable Message-ID: <Pine.BSF.4.21.0011172300200.1790-100000@chorizo>
next in thread | raw e-mail | index | archive | help
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 <rbud@fortean.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0011172300200.1790-100000>