BZ #75: Mauve javax.print.DocFlavor crashes on ARM

Status fields:

creation_ts:2008-06-02 16:45
component:jit
version:default branch
rep_platform:arm
op_sys:Linux
bug_status:RESOLVED
resolution:DUPLICATE
reporter:twisti@complang.tuwien.ac.at
This one is very strange.  I can't reproduce it when running manually, even with the
binaries built from jvmtester, but it crashes reproduceably when running with jvmtester:

$ ant -Dmauve.test.packages=javax.print test-mauve
<snip>
-test-package:
     [echo] Running mauve javax.print with
/nfstmp/twisti/jvmtester/work/iyonix/cacao/install/bin/cacao on iyonix
  [sshexec] Connecting to iyonix:22
  [sshexec] PASS: javax.print.DocFlavor.hostEncoding
  [sshexec] LOG: [0x00004000] We received a SIGSEGV and tried to handle it, but we were
  [sshexec] LOG: [0x00004000] unable to find a Java method at:
  [sshexec] LOG: [0x00004000]
  [sshexec] LOG: [0x00004000] PC=0x402686f4
  [sshexec] LOG: [0x00004000]
  [sshexec] LOG: [0x00004000] Dumping the current stacktrace:

Disabling one of:

javax.print.DocFlavor.hostEncoding
javax.print.DocFlavor.parseMimeType

works though.

Disabling javax.print.DocFlavor.hostEncoding in jvmtester.

Comment #1 by twisti@complang.tuwien.ac.at on 2008-09-11 10:34:54

*** This bug has been marked as a duplicate of bug 85 ***