Java 1.3.1, NPTL kernel

Ulrich Drepper drepper at redhat.com
Wed Nov 19 00:31:42 UTC 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hugh McGuirk wrote:

> I found a fix to this was simply to change the locale:
> In /etc/sysconfig/i18n ,the line 
> LANG="en_GB.UTF8"
> to:
> LANG="en_GB."

With a trailing period?  That should be removed.


> Will the above cause any other issues?

If change LANG helps it means the JVM is not multibyte-locale clean.
The locale is (should be?) used for all kind of internal things like
reading text files.  By changing the locale any text file read has to be
encodined using ISO-8859-1 instead of UTF-8.  You have to know yourself
whether this is a problem.


> What other incompatibilities should i expect between Java1.3.1 and a
> NPTL kernel?

There are many things which will go wrong with old JVMs.  The thread
library behaves differently (but correctly) now.  The exec-shield
functionality is causing problems.

No version earlier than 1.4.2 has been shown to work correctly.

- -- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/urnu2ijCOnn/RHQRAvSaAKCqsGJRwzj8fSPDNY13lJdtc/r5fQCeMLc8
ID8Am4ozKJddKCrVPX40MFo=
=WaZ8
-----END PGP SIGNATURE-----





More information about the users mailing list