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

[hts-users:00867] SLT Demo error


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)


Follow-Ups
[hts-users:00869] Re: SLT Demo error, Heiga ZEN (Byung Ha CHUN)