Re: compat-6x does not work when kernel has NO_KSE

2007-09-12 Thread Kris Kennaway
Jiawei Ye wrote: On 9/11/07, LI Xin [EMAIL PROTECTED] wrote: Jiawei Ye wrote: Hi, This hit me when I tried bootstrapping JDK builds on a -current with Diablo JDK1.5. Running java -version returns Fatal error 'kse_create() failed ' at line 444 in file

Re: compat-6x does not work when kernel has NO_KSE

2007-09-12 Thread Jiawei Ye
On 9/12/07, Kris Kennaway [EMAIL PROTECTED] wrote: How does symbol versioning affect this? Are you saying that libmap no longer works with pre-7 libraries? Kris This is what happens when I try to run diablo-jdk15 on a symbol-versioned -current with NO_KSE kernel. [EMAIL PROTECTED]

Re: compat-6x does not work when kernel has NO_KSE

2007-09-12 Thread Jiawei Ye
On 9/12/07, Jiawei Ye [EMAIL PROTECTED] wrote: [/usr/local/diablo-jdk1.5.0/jre/bin/java] libpthread.so.2 libthr.so Changing this to libthr.so.2 fixes the problem. Sorry about the noise. Regards, Jiawei -- If it looks like a duck, walks like a duck, and quacks like a duck, then to the end

Re: compat-6x does not work when kernel has NO_KSE

2007-09-12 Thread Kris Kennaway
Jiawei Ye wrote: On 9/12/07, Jiawei Ye [EMAIL PROTECTED] wrote: [/usr/local/diablo-jdk1.5.0/jre/bin/java] libpthread.so.2 libthr.so Changing this to libthr.so.2 fixes the problem. Sorry about the noise. Regards, Jiawei Thanks, that's very useful to know. In the future we will be

Re: compat-6x does not work when kernel has NO_KSE

2007-09-12 Thread Vivek Khera
On Sep 12, 2007, at 5:37 AM, Jiawei Ye wrote: On 9/12/07, Jiawei Ye [EMAIL PROTECTED] wrote: [/usr/local/diablo-jdk1.5.0/jre/bin/java] libpthread.so.2 libthr.so Changing this to libthr.so.2 fixes the problem. Sorry about the noise. curious... on 6.1/6.2 I *must* use libpthread as the

Re: compat-6x does not work when kernel has NO_KSE

2007-09-12 Thread Timur I. Bakeyev
On Wed, Sep 12, 2007 at 10:21:59AM -0400, Vivek Khera wrote: On Sep 12, 2007, at 5:37 AM, Jiawei Ye wrote: On 9/12/07, Jiawei Ye [EMAIL PROTECTED] wrote: [/usr/local/diablo-jdk1.5.0/jre/bin/java] libpthread.so.2 libthr.so Changing this to libthr.so.2 fixes the problem. Sorry about the

Re: compat-6x does not work when kernel has NO_KSE

2007-09-12 Thread Kris Kennaway
Timur I. Bakeyev wrote: On Wed, Sep 12, 2007 at 10:21:59AM -0400, Vivek Khera wrote: On Sep 12, 2007, at 5:37 AM, Jiawei Ye wrote: On 9/12/07, Jiawei Ye [EMAIL PROTECTED] wrote: [/usr/local/diablo-jdk1.5.0/jre/bin/java] libpthread.so.2 libthr.so Changing this to libthr.so.2 fixes the

Re: compat-6x does not work when kernel has NO_KSE

2007-09-12 Thread Vivek Khera
On Sep 12, 2007, at 3:40 PM, Kris Kennaway wrote: But do they apply to a 6.x binary running on 7.0? i.e. are you describing a 6.x kernel bug or a 6.x libthr bug? Dunno which it is, but I don't have any 7.0 around here whatsoever. So it is a 6.x binary running on 6.x.

compat-6x does not work when kernel has NO_KSE

2007-09-11 Thread Jiawei Ye
Hi, This hit me when I tried bootstrapping JDK builds on a -current with Diablo JDK1.5. Running java -version returns Fatal error 'kse_create() failed ' at line 444 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2) Any workarounds for this? Jiawei Ye -- If it looks like a duck,

Re: compat-6x does not work when kernel has NO_KSE

2007-09-11 Thread LI Xin
Jiawei Ye wrote: Hi, This hit me when I tried bootstrapping JDK builds on a -current with Diablo JDK1.5. Running java -version returns Fatal error 'kse_create() failed ' at line 444 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2) Any workarounds for this? Will mapping

Re: compat-6x does not work when kernel has NO_KSE

2007-09-11 Thread Jiawei Ye
On 9/11/07, LI Xin [EMAIL PROTECTED] wrote: Jiawei Ye wrote: Hi, This hit me when I tried bootstrapping JDK builds on a -current with Diablo JDK1.5. Running java -version returns Fatal error 'kse_create() failed ' at line 444 in file /usr/src/lib/libpthread/thread/thr_kern.c