[robocup-rescue-s] *uregent* Re: LogViewer 49.4

From: Tomoichi Takahashi <ttaka@ccmfs.meijo-u.ac.jp>
Date: Wed 03 May 2006 - 09:05:08 GMT

It seems that I mailed a wrong address.
I send again it.

>From tomorrow, we hava RoboCup Japan Open.
And we are preparing to use 49.4.

Please give advices *ASAP*
(1) how to use logviewer:
we cannot replay logfiles output from 49.4 kernel.
(2) how to create new gisinit.files.
The format of gisinit.file has changed from 48.* to 49.*.
Is there a tool corresponding JGISEdit or
is there any way to convert a gisinit,file creadted 48.* to 49.* ?

Thanks in advance.

Tomoichi

Tomoichi Takahashi wrote:

>>Hi,
>>
>>Our team has troubles running .logviewer offline.
>>Some debug statements are added in LogIO.java.
>>Could you give us some hints ?
>>
>>Thanks in advance,
>>
>>Tomoichi
>>
>>ttaka@TakaYYY boot$ ./logviewer.sh rescue.log
>>Number of entries: 7426
>>entry: 0 keysize=196
>>entry: 0 valueSize=1275068416
>>Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
>>ttaka@TakaYYY viewer$ ls -l /home/ttaka/Rescue/rescue-0.49.4/boot/rescue.log
>>-rw-rw-r-- 1 ttaka ttaka 527102 April 23 23:48
>>/home/ttaka/Rescue/rescue-0.49.4/boot/rescue.log
>>ttaka@TakaYYY viewer$ less -N LogIO.java
>>:
>>56 if (logHeader.equals(FILE_TYPE_NAME_2)) {
>>57 // Show the parameters
>>58 int count = m_dis.readInt();
>>59 System.out.println("Number of entries: "+count);
>>60 for (int i=0;i<count;++i) {
>>61 int keySize = m_dis.readInt();
>>62 System.out.println(" entry: "+i + " keysize="+keySize);
>>63 byte[] keyData = new byte[keySize];
>>64 m_dis.read(keyData);
>>65 int valueSize = m_dis.readInt();
>>66 System.out.println(" entry: "+i + " valueSize="+valueSize);
>>67 byte[] valueData = new byte[valueSize];
>>68 m_dis.read(valueData);
>>69 System.out.print(new String(keyData));
>>70 System.out.print(" = ");
>>71 System.out.println(new String(valueData));
>>
>>
>>
>
>

-- Tomoichi Takahashi, Dr. Eng. Meijo University, Department of
Information Sciences 1-501 Shiogamaguchi, Tenpaku, Nagoya, 468-8502
JAPAN fax: + 81 52 832 1298 e-mail: ttaka@ccmfs.meijo-u.ac.jp
http://sakura.meijo-u.ac.jp/TakaLab/

-- 
Tomoichi Takahashi, Dr. Eng.
 Meijo University, Department of Information Sciences
 1-501 Shiogamaguchi, Tenpaku, Nagoya, 468-8502  JAPAN
 fax: + 81 52 832 1298
 e-mail: ttaka@ccmfs.meijo-u.ac.jp
 http://sakura.meijo-u.ac.jp/TakaLab/
-- --
$B9b66M'0l(B 
  $BL>>kBg3X(B $BM}9)3XIt(B $B>pJs9)3X2J(B
  $B")(B468-8502 $BL>8E20;TE7Gr6h1v3x8}(B1-501
  tel: 052-832-1151 ($BFb@~(B 5066) (dial in 838-2295)
  fax: 052-832-1298
_______________________________________________
robocup-rescue-s mailing list
robocup-rescue-s@mailman.cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/robocup-rescue-s
Received on Wed May 03 11:23:17 2006

This archive was generated by hypermail 2.1.8 : Wed 03 May 2006 - 09:23:18 GMT