From owner-freebsd-stable Sat May 19 8:52:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E34337B43E for ; Sat, 19 May 2001 08:52:35 -0700 (PDT) (envelope-from aa8vb@nc.rr.com) Received: from stealth.dummynet ([24.25.3.190]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sat, 19 May 2001 11:52:11 -0400 Received: (from rhh@localhost) by stealth.dummynet (8.11.1/8.11.1) id f4JFs9m14465 for stable@freebsd.org; Sat, 19 May 2001 11:54:09 -0400 (EDT) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sat, 19 May 2001 11:54:09 -0400 From: Randall Hopper To: stable@freebsd.org Subject: -pthread: Cannot allocate priority ready queue Message-ID: <20010519115409.A13745@nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm compiling an OpenGL app, which on FreeBSD requires -pthread, and I'm getting this error. We're core dumping before we even get to main() in the pthread code. Anyone else seen this? Any tips or work-arounds? > src/exec/dxexec/dxexec Fatal error 'Cannot allocate priority ready queue.' at line ? in file /usr/src/lib/libc_r/uthread/uthread_init.c (errno = ?) Abort (core dumped) (gdb) where #0 0x28adf320 in kill () from /usr/lib/libc_r.so.4 #1 0x28b296a6 in abort () from /usr/lib/libc_r.so.4 #2 0x28af5ffd in _thread_exit () from /usr/lib/libc_r.so.4 #3 0x28af38db in _thread_init () from /usr/lib/libc_r.so.4 #4 0x28b29d0c in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #5 0x28b29d45 in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #6 0x28b29d6e in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #7 0x28b29d9c in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #8 0x28ab21d2 in _init () from /usr/lib/libc_r.so.4 #9 0x283dd86c in _rtld () from /usr/libexec/ld-elf.so.1 Thanks, Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message