threads/85112: Resource temporarily unavailable reading from sockets with Java/libpthread/jdbc

Daniel Eischen deischen at freebsd.org
Fri Aug 19 14:10:21 GMT 2005


The following reply was made to PR threads/85112; it has been noted by GNATS.

From: Daniel Eischen <deischen at freebsd.org>
To: Nick Johnson <freebsd at spatula.net>
Cc: FreeBSD-gnats-submit at freebsd.org, <freebsd-threads at 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
 


More information about the freebsd-threads mailing list