Find the answer to your Linux question:
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 ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    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"

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    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.

  3. #3
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    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"

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Try this tutorial, of course you need to substitute Pulseaudio for the example they use.
    Good Luck
    How to Debug Using GDB
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...