hi there    
i have a query.i will be thankful if answered.

       i was working on java 1.1 on linux since last 
  few months.
       i downloaded jdk1.2 v1,from sun's site.
       i work on redhat linux 5.2.
       followed all documentation instructions
         -set PATH.
         -set LD_PRELOAD.
      now even if i run the sample programs provided
      in kit it shows the error(the file is attached)
      there is no problem in compilation as such.
      please let me know what to do.
      thanking you.
                                    vishal. 
SIGSEGV   11*  segmentation violation
        stackpointer=0xbffff004

Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native threads):
    "Finalizer" (TID:0x40715320, sys_thread_t:0x81c32c8, state:CW, native ID:0xc03) 
prio=8
        at java.lang.Object.wait(Native Method)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0x407153b0, sys_thread_t:0x81beb98, state:CW, native 
ID:0x802) prio=10
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "SIGQUIT handler" (TID:0x407153e0, sys_thread_t:0x81b7598, state:R, native 
ID:0x401) prio=5
    "main" (TID:0x407151e0, sys_thread_t:0x8142fe8, state:R, native ID:0x400) prio=5
        at java.lang.String.valueOf(Compiled Code)
        at java.lang.Compiler.<clinit>(Compiler.java:68)
Monitor Cache Dump:
    java.lang.ref.Reference$Lock@407153C0/4074AB20: <unowned>
        Waiting to be notified:
            "Reference Handler" (0x81beb98)
    java.lang.ref.ReferenceQueue$Lock@40715338/4074B028: <unowned>
        Waiting to be notified:
            "Finalizer" (0x81c32c8)
    <unknown key> (0x40715131): owner "main" (0x8142fe8) 1 entry
Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "main" (0x8142fe8) 1 entry
    Thread queue lock: owner "main" (0x8142fe8) 1 entry
    Dynamic loading lock: <unowned>
    Monitor registry: owner "main" (0x8142fe8) 1 entry

Reply via email to