>>>>> inkle c writes:

    inkle> I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1,
    inkle> any java command I execute, there is always same error:

    inkle> ===================================================

    inkle> *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference
    inkle>         CLASSPATH may be incorrect
    inkle> SIGABRT   6*   abort (generated by abort(3) routine)
    inkle>         stackpointer=0xbfffebf0

    inkle> Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native
    inkle> threads):
    inkle>     "main" (TID:0x410e21e0, sys_thread_t:0x81436d8, state:R, native
    inkle> ID:0x400) prio=5: pending=java.lang.OutOfMemoryError
    inkle> Monitor Cache Dump:
    inkle> Registered Monitor Dump:
    inkle>     utf8 hash table: <unowned>
    inkle>     JNI pinning lock: <unowned>
    inkle>     JNI global reference lock: <unowned>
    inkle>     BinClass lock: <unowned>
    inkle>     Class linking lock: <unowned>
    inkle>     System class loader lock: <unowned>
    inkle>     Code rewrite lock: <unowned>
    inkle>     Heap lock: <unowned>
    inkle>     Monitor cache lock: owner "main" (0x81436d8) 1 entry
    inkle>     Thread queue lock: owner "main" (0x81436d8) 1 entry
    inkle>     Dynamic loading lock: <unowned>
    inkle>     Monitor registry: owner "main" (0x81436d8) 1 entry

    inkle> ======================================================

    inkle> I believe I have set up my CLASSPATH well, well, it looks like this:

The problem has nothing to do with classpath. The problem is that you
are using glibc 2.1 and the JDK fails when doing pthread_create (so
this only affects the native threads vm).
Until we release a special glibc 2.1 version, you'll have to
use the green threads vm, i.e. 'java -green ...'.


        Juergen


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

Reply via email to