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

[hts-users:00869] Re: SLT Demo error


Hi,

# Sorry, I sent the last mail before reading your mail.

feng bin wrote (2007/10/19 16:11):

I have redirect stderr and stdout to the log file int main Makefile
as following :
/usr/bin/perl scripts/Training.pl scripts/Config.pm > log 2>&1 &

I forget to say that HHEd was generated a core file .I had compliled htk using -g parameter,I run gdb in order to see core
file ,but it is not any debug information .

running gdb show that :
GNU gdb Red Hat Linux (6.1post-1.20040607.62rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu".
Core was generated by `/usr/local/bin/HHEd -A -B -C /home/hyf/HTS-demo_CMU-ARCTIC-SLT/configs/trn.cnf'.
Program terminated with signal 11, Segmentation fault.
#0  0x0804f383 in ?? ()
(gdb) where
#0  0x0804f383 in ?? ()
Cannot access memory at address 0xbff0cc00
(gdb)

Please re-run HHEd on gdb as follows:

(gdb) file /usr/local/bin/HHEd

(gdb) run -A -B -C /home/iceberg/HTS-demo_CMU-ARCTIC-SLT/configs/trn.cnf -D -T 1 -p -i -H /home/iceberg/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp/re_clustered.mmf -m -a 1.0 -w /home/iceberg/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp/re_clustered.mmf /home/iceberg/HTS-demo_CMU-ARCTIC-SLT/edfiles/qst001/ver1/cmp/cxc_mgc.hed.untied /home/iceberg/HTS-demo_CMU-ARCTIC-SLT/data/lists/full.list

It may stop at the statement which caused this segmentation fault, after that, please type

(gdb) up

until reaching the top of HHEd.c.
Please reported messages of gdb.

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:00870] Re: SLT Demo error, feng bin
[hts-users:00871] demos problems, Thomas Drugman
References
[hts-users:00867] SLT Demo error, feng bin