LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   program problem (https://www.linuxquestions.org/questions/linux-software-2/program-problem-326737/)

megadeth 05-24-2005 05:39 PM

program problem
 
Quote:

[root@usual ~]# rpm -vhi --force rh9.ymessenger-1.0.4-1.i386.rpm
Preparing... ########################################### [100%]
1:ymessenger ########################################### [100%]
[root@usual ~]# ymessenger
Segmentation fault
[root@usual ~]#
I was using Yahoo Messenger. It worked the first time, but after that I keep getting this error and it won't run. I've reinstalled it. I don't know what is wrong. How do I fix this error?

jonaskoelker 05-24-2005 09:58 PM

a few different options:
(1) find the faulty pointer with gdb and/or valgrind, fix the source, recompile.
(2) file a bug report.
(3) try experimenting:
My intuition says me that it created a few configuration files when you ran it the first time. Try removing those (or mv'ing them to somewhere else).

hth --Jonas


All times are GMT -5. The time now is 04:08 PM.