Has anyone managed to get xalan-j to work on SGI Irix 6.5?

I realize that the java implementation is different on SGI's but I'm
getting core dump whenever I try to run the SimpleTransform example.
I've searched the mailing-list archives and seen that other people have
had the same problem with no resolution.

SIGSEGV   11*  segmentation violation
    si_signo [11]: SIGSEGV   11*  segmentation violation
    si_errno [0]: Error 0
    si_code [1]: SEGV_MAPERR [addr: 0x60BE774]

    User context info:
        pc = 0x10b7742c (SignalError = 0x4042d30)
        sp = 0x7fff0470, ra = 0x10b773e4
        stackpointer=7fff0400

Full thread dump Classic VM (1.3, green threads):
    "Finalizer" (TID:0xac8c510, sys_thread_t:0x10377b78, state:CW)
prio=8
        at java.lang.Object.wait(Native Method)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:154)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
        at
java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:124)

    "Reference Handler" (TID:0xac8c2f8, sys_thread_t:0x1033de68,
state:CW) prio=10
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:421)
        at
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:135)
    "Signal dispatcher" (TID:0xac8c328, sys_thread_t:0x1031b488,
state:CW) prio=5
    "main" (TID:0xac8c1a0, sys_thread_t:0x10022358, state:R) prio=5
        at
org.apache.xalan.processor.XSLTSchema.<init>(XSLTSchema.java:78)
        at
org.apache.xalan.processor.StylesheetHandler.<init>(StylesheetHandler.java:133)

        at
org.apache.xalan.processor.TransformerFactoryImpl.newTemplatesHandler(TransformerFactoryImpl.java:468)

        at
org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:1020)

        at
org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:819)

        at SimpleTransform.main(SimpleTransform.java:97)
Monitor Cache Dump:
    [EMAIL PROTECTED]/ACC2590: <unowned>
        Waiting to be notified:
"Reference Handler" (0x1033de68)
Registered Monitor Dump:
    utf8 hash table: <unowned>
    Class lock: <unowned>
    JNI pinning lock #150: <unowned>
    JNI pinning lock #149: <unowned>
    JNI pinning lock #148: <unowned>


Please help.

Sheryl

BTW:  -nojit is not an option for SGI's implementation of java and I've
tried running with green threads and native threads.  Neither works.

Reply via email to