http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2554
*** shadow/2554 Tue Jul 10 13:46:11 2001
--- shadow/2554.tmp.28397 Tue Jul 10 13:46:11 2001
***************
*** 0 ****
--- 1,48 ----
+ +============================================================================+
+ | Xalan/Java 1.3 bus error on SGIs |
+ +----------------------------------------------------------------------------+
+ | Bug #: 2554 Product: XalanJ2 |
+ | Status: UNCONFIRMED Version: 2.0.1 |
+ | Resolution: Platform: Other |
+ | Severity: Normal OS/Version: Other |
+ | Priority: Other Component: org.apache.xalan |
+ +----------------------------------------------------------------------------+
+ | Assigned To: [EMAIL PROTECTED] |
+ | Reported By: [EMAIL PROTECTED] |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ We can not tell if we are having a Java implementation problem or a Java/xalan
+ problem. The following error occurs when trying xalan's sapmle/Pipe/*.xsl.
+
+ java org.apache.xalan.xslt.Process -in foo.xml -xsl foo2.xsl -out test.html
+
+ SIGBUS 10* bus error
+ si_signo [10]: SIGBUS 10* bus error
+ si_errno [0]: Error 0
+ si_code [1]: BUS_ADRALN [addr: 0x2D]
+
+ User context info:
+ pc = 0x4046f74 (SignalError = 0x4042d30)
+ sp = 0x7fff0970, ra = 0x40489b4
+ stackpointer=7fff0d40
+
+ Full thread dump Classic VM (1.3, green threads):
+ |
+ |
+ |
+ Abort (core dumped)
+
+ I have tried three different SGI's using:
+
+ > java -version
+ java version "JavaVM-1.3"
+ Java(TM) 2 Runtime Environment, Standard Edition (build 1.3)
+ Classic VM (build JavaVM-1.3, build 1.3, green threads, mipsjit)
+
+ and I have tried xalan version's: 2.0.0, 2.0.1, and 2.2.D6 all have the same
+ results.
+
+ (My co-worker is sending a bug report to SGI's Java team.)