From owner-freebsd-ports Wed Oct 10 5:50:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96AB437B431 for ; Wed, 10 Oct 2001 05:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ACo1J48044; Wed, 10 Oct 2001 05:50:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 05:50:01 -0700 (PDT) Message-Id: <200110101250.f9ACo1J48044@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Daniel Eischen Subject: Re: ports/31141: OpenDX port dumps core in dxexec Reply-To: Daniel Eischen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31141; it has been noted by GNATS. From: Daniel Eischen To: Thomas Gellekum Cc: Charles Allen , FreeBSD-gnats-submit@FreeBSD.ORG, deischen@FreeBSD.ORG Subject: Re: ports/31141: OpenDX port dumps core in dxexec Date: Wed, 10 Oct 2001 08:40:33 -0400 (EDT) On 10 Oct 2001, Thomas Gellekum wrote: > ,---- > | $ /usr/local/dx/bin_freebsd/dxexec > | Memory cache will use 24 MB (2 for small items, 22 for large) > | > | Fatal error 'Cannot allocate priority ready queue.' at line 241 in file > | /home/FreeBSD/5/src/lib/libc_r/uthread/uthread_init.c (errno = 22) > | Abort (core dumped) > `---- > > I guess EINVAL comes from malloc(3) via brk(2) (but I'll need to build > a libc_r with debugging symbols to make sure). First time I see this. > > I tried the other binaries from OpenDX, they seem to start up fine. > > Daniel, any ideas? The above error message looks very similar to old error messages that were caused either by the threads library not being properly initialized (before trying to use functions within it), or by having relying on old libraries that use libgcc_r, or something like that... -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message