Results 1 to 4 of 4
Can someone provide me with the exact instructions I need to backtrace pulseaudio? I have a bug that a developer is asking me to do a backtrace and the instructions ...
- 09-22-2010 #1
Backtrace Pulseaudio
Can someone provide me with the exact instructions I need to backtrace pulseaudio? I have a bug that a developer is asking me to do a backtrace and the instructions on the ubuntu site aren't very good. I tried exactly what it said and my problem is that it says to "run the program under gdb by doing
gdb pulseaudio 2>&1 | tee ~/gdb-pulseaudio.txt
unfortunately pulseaudio isn't actually starting when I do this (I kill the program before I do this command, I also add the appropriate text file so pulse doesn't auto restart). Not sure what's going on but I'd appreciate any help as I can't get sound out of HDMI (I get it but it dies out fast). Thanks!Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 09-22-2010 #2
I'm not much of a debugger but you do have gdb installed, correct? I don't think the program is actually supposed to start but rather run through the debugger (gdb) and post the output to ~/gdb-pulseaudio.txt. Do you have that file?? That may be all you need to report.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-23-2010 #3
when I try to do "run pulseaudio" within gdb command prompt I get an error saying "pulseaudio is not executable" or something similar to that. Happens when I try to run any program through gdb. thanks is advance
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 09-23-2010 #4
Try this tutorial, of course you need to substitute Pulseaudio for the example they use.
Good Luck
How to Debug Using GDBI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote