netbeans4.1+java1.5之完美崩溃
 发表新主题   回复此主题 
第1楼 2005-07-01 18:44  evzhy  写道: 
netbeans4.1+java1.5之完美崩溃
 
用netbeans4.1运行在java 1.5.0_04
向游戏中的重载的addCommand()和removeCommand()中加入几行打印语句,完蛋了,请看现场,郁闷吧
Method............: 100cdf44 ';java/lang/System.gc (static)'; 
Stack Chunk.......: 1106800
Frame Pointer.....: 110687c
Current IP........: 1011cb35 = 1011cb2f + offset 6
Previous Frame....: 1106864
Previous IP.......: 1125b94 (offset 40)
Frame size........: 0 (0 arguments, 0 local variables)
Method............: 112710c ';GameMIDletZUMA.splashDone (virtual)'; 
Stack Chunk.......: 1106800
Frame Pointer.....: 1106864
Current IP........: 1125b94 = 1125b6c + offset 40
Previous Frame....: 1106848
Previous IP.......: 1122639 (offset 73)
Frame size........: 1 (1 arguments, 0 local variables)
Argument[0].......: 10b2e2c
Method............: 1122760 ';GameCanvas.handleSplash (virtual)'; 
Stack Chunk.......: 1106800
Frame Pointer.....: 1106848
Current IP........: 1122639 = 11225f0 + offset 73
Previous Frame....: 1106828
Previous IP.......: 1122576 (offset 146)
Frame size........: 2 (1 arguments, 1 local variables)
Argument[0].......: 1108a1c
Local[1]..........: 10b2dd8
Method............: 1122780 ';GameCanvas.run (virtual)'; 
Stack Chunk.......: 1106800
Frame Pointer.....: 1106828
Current IP........: 1122576 = 11224e4 + offset 146
Previous Frame....: 0
Previous IP.......: 1
Frame size........: 8 (1 arguments, 7 local variables)
Argument[0].......: 1108a1c
Local[1]..........: d158e0bb
Local[2]..........: 104
Local[3]..........: 0
Local[4]..........: 0
Local[5]..........: 0
Local[6]..........: 0
Local[7]..........: 0
VM status:
Instruction pointer.: 1011cb35 (offset within invoking method: 6)
Next instruction....: 0xb1
Frame pointer.......: 110687c
Local pointer.......: 110687c
Stack size..........: 256; sp: 1106890; ranges: 1106808-1106a08;10c0900-10c0b00;
Contents of the current stack frame:
ALERT: Invalid heap pointer found
    110687c: 1106864 (lp) (fp)
    1106880: 1125b94
    1106884: 1106878
    1106888: 100cdf44
    110688c: 1106800
    1106890: 0 (end of frame) (sp)
Execution stack contains 140 items: 
1108a1c  
d158e0bb  
104  
0  
0  
0  
0  
0  
0  
1  
1106804  
1122780  
1106800  
0  
1108a1c  
10b2dd8  
1106828  
1122576  
110683c  
1122760  
1106800  
0  
10b2e2c  
1106848  
1122639  
110685c  
112710c  
1106800  
0  
1106864  
1125b94  
1106878  
100cdf44  
1106800  
0  
Execution completed.
2948920 bytecodes executed
5421 thread switches
464 classes in the system (including system classes)
7779 dynamic objects allocated (498812 bytes)
61 garbage collections (466252 bytes collected)
Execution completed.
2948920 bytecodes executed
5421 thread switches
464 classes in the system (including system classes)
7779 dynamic objects allocated (498812 bytes)
61 garbage collections (466252 bytes collected)
 第2楼 2013-08-31 12:44  Robot  : 
netbeans4.1+java1.5之完美崩溃 相关
 
第3楼 2005-07-01 18:53  evzhy  写道: 
 
独立运行索爱模拟器,也崩溃,说明这应该是模拟器的问题! 第4楼 2005-07-01 18:59  evzhy  写道: 
 
看来索爱的sdk不太支持System.out.println输出 第5楼 2006-03-11 15:49  reedpw  写道: 
 
下面引用由evzhy在 2005/07/01 03:44pm 发表的内容:
用netbeans4.1运行在java 1.5.0_04
向游戏中的重载的addCommand()和removeCommand()中加入几行打印语句,完蛋了,请看现场,郁闷吧
Method............: 100cdf44 ';java/lang/System.gc (static)'; 
St ...
  第6楼 2006-11-27 11:59  asrtope  写道: 
 
下面引用由evzhy在 2005/07/01 03:59pm 发表的内容:
看来索爱的sdk不太支持System.out.println输出