Date: Fri, 19 Aug 2005 14:10:21 GMT From: Daniel Eischen <deischen@freebsd.org> To: freebsd-threads@FreeBSD.org Subject: Re: threads/85112: Resource temporarily unavailable reading from sockets with Java/libpthread/jdbc Message-ID: <200508191410.j7JEAL39006595@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR threads/85112; it has been noted by GNATS. 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 Date: Fri, 19 Aug 2005 10:04:50 -0400 (EDT) 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?200508191410.j7JEAL39006595>