p******n 发帖数: 9144 | 1 String.getBytes(); 卡住了会是什么原因?
有人能指导一下么 | b******e 发帖数: 1861 | 2 string太大?先用size判断一下?
【在 p******n 的大作中提到】 : String.getBytes(); 卡住了会是什么原因? : 有人能指导一下么
| p******n 发帖数: 9144 | 3 这是 osx 下边的errormessage
JikesRVM: WHOOPS. Got a signal (Bus error: 10; #10) that the hardware
signal handler wasn't prepared for.
JikesRVM: UNRECOVERABLE trapped signal 10 (Bus error: 10)
handler stack 3516700c
cs 0x0000001b
ds 0x00000023
es 0x00000023
fs 0x00000000
gs 0x0000000f
ss 0x00000023
edi 0x33a73b00
esi -- PR/VP 0x34328f1c
ebp 0x75841a80
esp -- SP 0x34341a24
ebx 0x33a73b88
edx 0x341dc980
ecx 0x75841be4
eax 0x00000000
eip 0x3516700c
trapno 0x0000000e
err 0x00000004
eflags 0x00010246
fpregs 1
oldmask 0xffffffff
cr2 0x34341c9c
fp0 0x0000000000000000ffff
fp1 0x0100000000000000ffff
fp2 0x00000000000000000000
fp3 0x00000000000000000000
fp4 0x00000000000000000000
fp5 0x0000000000000000ffff
fp6 0xe1b6011100000000ffff
fp7 0x0000000000008a2f4012
JikesRVM: internal error
-- Stack --
(0x34341a94 11309) at [0x34341a94, 0x363206de] Ljava/security/
VMAccessController; pushContext(Ljava/security/AccessControlContext;)V at
line 111
(0x34341ab8 10219) at [0x34341ab8, 0x360492aa] Ljava/security/
AccessController; doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/
Object; at line 93
(0x34341ad8 19366) at [0x34341ad8, 0x366eaabe] Lgnu/java/nio/charset/
Provider; provider()Lgnu/java/nio/charset/Provider; at line 261
(0x34341b08 2254) at [0x34341b08, 0x366eac3a] Ljava/nio/charset/Charset;
provider()Ljava/nio/charset/spi/CharsetProvider; at line 253
at [0x34341b08, 0x366eac3a] Ljava/nio/charset/Charset; charsetForName(
Ljava/lang/String;)Ljava/nio/charset/Charset; at line 208
(0x34341b5c 2253) at [0x34341b5c, 0x3507549c] Ljava/nio/charset/Charset;
forName(Ljava/lang/String;)Ljava/nio/charset/Charset; at line 188
(0x34341bcc 2658) at [0x34341bcc, 0x35075329] Ljava/lang/String; getBytes(
Ljava/lang/String;)[B at line 733
(0x34341c00 2659) at [0x34341c00, 0x365047f2] Ljava/lang/String; getBytes(
)[B at line 776
(0x34341c44 8489) at [0x34341c44, 0x35217bf2] Lorg/jikesrvm/compilers/
baseline/ia32/BaselineCompilerImpl; (Lorg/jikesrvm/compilers/baseline/
BaselineCompiledMethod;)V at line 98
(0x34341c6c 18458) at [0x34341c6c, 0x36007d3a] Lorg/jikesrvm/
ArchitectureSpecific$BaselineCompilerImpl; (Lorg/jikesrvm/compilers/
baseline/BaselineCompiledMethod;[S[S)V at line 49
at [0x34341c6c, 0x36007d3a] Lorg/jikesrvm/compilers/baseline/
BaselineCompiledMethod; compile()V at line 164
(0x34341cb8 19631) at [0x34341cb8, 0x36004193] Lorg/jikesrvm/compilers/
baseline/BaselineCompiler; compile(Lorg/jikesrvm/classloader/NormalMethod;)
Lorg/jikesrvm/compilers/common/CompiledMethod; at line 174
at [0x34341cb8, 0x36004193] Lorg/jikesrvm/compilers/common/
RuntimeCompiler; baselineCompile(Lorg/jikesrvm/classloader/NormalMethod;)
Lorg/jikesrvm/compilers/common/CompiledMethod; at line 297
(0x34341d18 19643) at [0x34341d18, 0x35025572] Lorg/jikesrvm/compilers/
common/RuntimeCompiler; compile(Lorg/jikesrvm/classloader/NormalMethod;)Lorg
/jikesrvm/compilers/common/CompiledMethod; at line 650
(0x34341d2c 18291) at [0x34341d2c, 0x35025750] Lorg/jikesrvm/classloader/
NormalMethod; genCode()Lorg/jikesrvm/compilers/common/CompiledMethod; at
line 180
(0x34341d78 1328) at [0x34341d78, 0x367f89c4] Lorg/jikesrvm/classloader/
RVMMethod; compile()V at line 765
(0x34341dc4 7477) at [0x34341dc4, 0x367f9360] Lorg/jikesrvm/VM;
runClassInitializer(Ljava/lang/String;)V at line 551
(0x34341df8 7475) at [0x34341df8, 0x367f9fc7] Lorg/jikesrvm/VM;
finishBooting()V at line 227
(0x34341e08 7474) at [0x34341e08, 0x000096f9] Lorg/jikesrvm/VM; boot()V at
line 147
【在 p******n 的大作中提到】 : String.getBytes(); 卡住了会是什么原因? : 有人能指导一下么
|
|