Sebastian Dellit <[EMAIL PROTECTED]> writes: > Hoppa Mario and all readers, > > on Wednesday, December 20, 2006 at 1:24:26 PM means Mario Lang: >> Sebastian Dellit <[EMAIL PROTECTED]> writes: >>> ** (process:5814): WARNING **: Failed to send buffer >>> Segmentation fault >>> >>> Can everybody help me to make this test correctly? > >> Can you run test-speech under gdb, and provide a backtrace when the segfault >> happens? > > Please tell me more? What must I do? What is gdb and who make I the > backtrace?
# apt-get install gdb # gdb path/to/test-speech gdb> run ... when it segfaults, you end up in the gdb prompt again, enter "bt", and paste the output you are getting. -- CYa, Mario | Debian Developer <URL:http://debian.org/> .''`. | Get my public key via finger [EMAIL PROTECTED] : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44 `. `' `- <URL:http://delysid.org/> <URL:http://www.staff.tugraz.at/mlang/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

