On Thu, 1 Apr 2004 21:10:37 +0100, <newbe at online.ie> wrote:
> ./runcmdlinespeak: line 21: 3594 Segmentation fault
> $CLSDIR/cmdlinespeak
> "Hello, Welcome to ViaVoice Outloud for Linux"
>> OS REDHAT 9.0 - Soundcard sis7012
The program is crashing. Trying to access memory it shouldn't.
Is it a script or an executable. Find out with:
$ file runcmdlinespeak
or
$ vi runcmdlinespeak
If a script, see what is on line 21. With:
$ vi runcmdlinespeak
:21
If it's running another program with (pid 3594), then this
is the program that's crashing, otherwise is runcmdlinespeak
is executable then it's the one crashing. You might be able
to find out more with gdb with:
$ gdb runcmdlinespeak
run
backtrace
It depends if debugging information was compiled in or not.
Lastly, we'll try to help but if there is a viavoice or
emacspeak mailing list or irc channel somebody might have
come across your specific problem before.
Dermot.
--
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!