My thanks to everyone for the replies about thread interleaving.  The
        other thing I'm still trying to sort out is this issue with native
        threads in jdk 1.1.7v3 and redhat 6.0 (with glibc 2.1).   There seems to
        be a library mismatch or something.  A simple threaded program runs fine
        with native threads on a system with glibc 2.0.7 but doesn't work
        reasonable at all with glibc 2.1.1.  Are there any known conflicts, and
        if so are there any known work-arounds?  Of course, it might be
        something other than glibc that's conflicting... the symptom I see is
        that a Thread.sleep(10000l) returns much, much sooner than it should
        with
        no error thrown.  I can supply a program to demonstrate the problem if
        anyone wants.

        thanks again,
        Rich
        [EMAIL PROTECTED]

The native threads implementation is just plain broken
on glibc-2.1 systems.  See this bug report:

http://www.blackdown.org/cgi-bin/jdk/incoming?id=1302


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to