Date: Fri, 19 Aug 2005 10:04:50 -0400 (EDT) From: Daniel Eischen <deischen@freebsd.org> To: Nick Johnson <freebsd@spatula.net> Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-threads@freebsd.org Subject: Re: threads/85112: Resource temporarily unavailable reading from sockets with Java/libpthread/jdbc Message-ID: <Pine.GSO.4.43.0508191001320.11726-100000@sea.ntplx.net> In-Reply-To: <20050817175257.E24F31701D@turing.morons.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 Aug 2005, Nick Johnson wrote: > > This fails every time when java links against libpthread and works every time > when it is linked against libc_r. > > I'm not entirely sure, but this may have started showing itself after I added > this to /etc/make.conf: > > CPUTYPE?=i686 > CFLAGS=-O2 -pipe > > or it may be totally unrelated. See also threads/84778 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=84778) which was previously > preventing me from getting far enough to make a database connection. (Once > the class files were compiled with a process linked against libc_r, they were > in place for a process linked against libpthread to use.) Please either try removing CPUTYPE or sending this to -java. Ad far as I know, getting a connection to a database is just a connect(), which we know works fine. -- DE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0508191001320.11726-100000>