>(gdb) break pa_sink_unlink >No symbol table is loaded. Use the "file" command. >Make breakpoint pending on future shared library load? (y or [n]) y >Breakpoint 1 (pa_sink_unlink) pending.
This is correct. Then use the "run" command in gdb, and whenever it stops on "pa_sink_unlink", issue the "backtrace full" gdb command to print the backtrace information I need. Thanks! -- HDMI Sound Cutting Out https://bugs.launchpad.net/bugs/626594 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
