LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Using core files to solve crash problems (https://www.linuxquestions.org/questions/linux-software-2/using-core-files-to-solve-crash-problems-165704/)

rharvey@cox 04-03-2004 09:06 AM

Using core files to solve crash problems
 
I'm trying to get gnome-sound-recorder to work. The applet comes up but clicking on "record" causes the program to crash and create a core dump. The core file (edited for brevity) looks like this:
------------------------------------------------------------------------------------------------
Backtrace was generated from '/usr/bin/gnome-sound-recorder'

(no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `gnome-sound-recorder'.
Program terminated with signal 11, Segmentation fault.
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...

#0 0x40cea92a in munmap () from /lib/libc.so.6
#0 0x40cea92a in munmap () from /lib/libc.so.6

---------------------------------------------------------------------------------------------------

What do I do now to get sound recorder to work?

Thanks


All times are GMT -5. The time now is 09:55 PM.