[Bug 319] Shark sun.nio.cs.US_ASCII$Encoder.encodeArrayLoop SHARK_FRAME segfaults on ARM
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Apr 16 06:38:30 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=319
------- Comment #10 from xerxes at zafena.se 2009-04-16 13:38 -------
Observation:
The testcase are not fully deterministic.
I have now noticed that sometimes when running the testcase
the output looks the same:
java -Xbatch -XX:+SharkTraceInstalls HelloLoop
Hello World!
...
Hello World! [0x67c7c2d0-0x67c7cfb8): sun.nio.cs.UTF_8$Encoder::encodeArrayLoop
(3304 bytes code)
#
... mjau
#
Current thread is 1090716816
Dumping core ...
Aborted
yet the top of the java stack is different, sometimes it are not even a
SHARK_FRAME at the top, in this case it was a INTERPERTER_FRAME:
Java stack:
0x4102f710: stack_word[2] = 0x43188e10
0x4102f714: stack_word[1] = 0x431ac3b0
0x4102f718: stack_word[0] = 0x00000002
0x4102f71c: (vtable for istate) = 0x4102f6d4
0x4102f720: istate->_thread = 0x00035270
0x4102f724: istate->_bcp = 0x6329fc69
0x4102f728: istate->_locals = 0x4102f784
0x4102f72c: istate->_constants = 0x632a0c58
0x4102f730: istate->_method =
java.nio.charset.CharsetEncoder.encode(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult;
0x4102f734: istate->_mdx = 0x00000000
0x4102f738: istate->_stack = 0x4102f714
0x4102f73c: istate->_msg = 0x00000008
0x4102f740: istate->_result = 0x6329e408
0x4102f744: (istate->_result) = 0x410f8180
0x4102f748: (istate->_result) = 0x00000003
0x4102f74c: istate->_prev_link = 0x00000000
0x4102f750: istate->_oop_temp = 0x00000000
0x4102f754: istate->_stack_base = 0x4102f71c
0x4102f758: istate->_stack_limit = 0x4102f70c
0x4102f75c: istate->_monitor_base = 0x4102f71c
0x4102f760: istate->_self_link = 0x4102f71c
0x4102f764: frame_type = INTERPRETER_FRAME
0x4102f768: next_frame = 0x4102f7d4
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list