[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01446] Re: a error occured at the same place as v2.1rc1


I used gdb to rerun that line. crash message shown as below:
 
Iteration 20
  Floored 665 component elements
  LogLikelihood = 2.360921
Program received signal SIGSEGV, Segmentation fault.
0x000000000042453b in ZeroDMatrix (m=0x10585d8) at HMath.c:350
350           for (j=1;j<=nc;j++) m[i][j]=0.0;
(gdb) bt
#0  0x000000000042453b in ZeroDMatrix (m=0x10585d8) at HMath.c:350
#1  0x000000000040a51e in CreateAccStruct (x=0x784a80, xfinfo=Variable "xfinfo" is not available.
) at HAdapt.c:1775
#2  0x00000000004131a0 in GenAdaptXForm (hset=0x7fbfffefe0, xfinfo=0x588100) at HAdapt.c:4598
#3  0x0000000000414a68 in UpdateSemiTiedModels (hset=0x7fbfffefe0, xfinfo=0x588100) at HAdapt.c:5558
#4  0x00000000004057c5 in UpdateModels (hset=0x7fbfffefe0, xfinfo=0x588100, pbuf2=0x0, uFlags=UPSEMIT)
    at HERest.c:1935
#5  0x0000000000406b1d in main (argc=Variable "argc" is not available.
) at HERest.c:805
(gdb)
(gdb) p i
$1 = 2
(gdb) p j
$2 = 2
(gdb) p nc
$3 = 1
(gdb) p m
$4 = 0x10585d8
(gdb) p m[2][1]
Cannot access memory at address 0x9
-yufeng


 
On Wed, Jun 18, 2008 at 11:34 AM, Heiga ZEN (Byung Ha CHUN) <zen@xxxxxxxxxxxxxxx> wrote:
Hi,

Yufeng Hao wrote (2008/06/18 9:33):

I rerun the hts-demo-slt on centos with the configuration (MGCORDER=24 MGCLSP=1 GAMMA=3 FREQWARP=0.42). A error occured at the same place just like that in v2.1rc1. That is:

   ...
   Iteration 19
     Floored 665 component elements
     LogLikelihood = 2.360921
   Iteration 20
   Error in /usr/local/HTS-2.1/bin/HERest -A -B -C
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/configs/trn.cnf -D -T 1 -S
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/data/scp/train.scp -I
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/data/labels/full.mlf -m 1 -u
   tmvwdmv -w 3 -t 1500 100 5000  -H
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp/stc.mmf
   -N
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/dur/stc.mmf
   -M /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp -R
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/dur -C
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/configs/stc.cnf -K
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp stc -u
   smvdmv /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/data/lists/full.list
   /home/hyf/work/HTS-demo_CMU-ARCTIC-SLT/data/lists/full.list

Does anyone tell me why?

Do you use the latest HTS-2.1RC2 (including the patch code reported in hts-users:01431) ?
I checked the above process by gdb and valgrind but it didn't occur to me.
Please run gdb or valgrind and report which statement of HTS caused this error.

Regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
Heiga ZEN     (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)

Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

http://www.sp.nitech.ac.jp/~zen
------------------------------------------------



Follow-Ups
[hts-users:01447] Re: a error occured at the same place as v2.1rc1, Heiga ZEN (Byung Ha CHUN)
References
[hts-users:01444] a error occured at the same place as v2.1rc1, Yufeng Hao
[hts-users:01445] Re: a error occured at the same place as v2.1rc1, Heiga ZEN (Byung Ha CHUN)