Jonathan Ryshpan wrote:
On Fri, 2008-01-11 at 12:18 +0530, Rahul Sundaram wrote:
Jonathan Ryshpan wrote:
In debugging audacity with gdb I get a very large number of errors like
the following.
I guess that this means that in addition to the package mumble.rpm, the
package mumble-debug.rpm also needs to be installed. Is this correct?
If so, how can I find out which the package is that needs to be loaded?
# yum install yum-utils
# debuginfo-install audacity
Unfortunately, this advice is no help. It seems that audacity needs to
already be installed for this to work. I installed it and ran the
Fedora version of audacity under gdb, but with no better success --
still a large number of "missing info file" warnings. I then reran
# debuginfo-install audacity
and
$ gdb /usr/bin audacity
so as to capture a log, which I have attached.
Any ideas?
It appears that the debug info package has not been generated correctly.
You should file a bug report.
Rahul