mozeq / test

testing repo for playing with the github API
0 stars 0 forks source link

Unable to get report! Debuginfo missing? #795

Closed mozeq closed 11 years ago

mozeq commented 11 years ago

Opened '20090226T12:23:03' by michich as https://fedorahosted.org/abrt/ticket/6

After running mc and kiling it with killall -SEGV mc, the applet noticed it just fine, I clicked "Yes" to report the crash, then "Forward". I got an error messagebox:

Unable to get report! Debuginfo missing?

This is with crash-catcher-0.0.1-5.fc11.x86_64

mozeq commented 11 years ago

Added '20090226T15:07:18' by 'mnowak'

{{{

I thing the problem is on the debuginfo-install app, that it does not honor the epoch number:

(On the same system.)

Not able to install via debuginfo-install:

newman@dhcp-lab-124 ~ $ sudo debuginfo-install mc-debuginfo Loaded plugins: dellsysidplugin2, refresh-packagekit enabling rawhide-debuginfo Reading repository metadata in from local files There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. No debuginfo packages available to install newman@dhcp-lab-124 ~ $ sudo debuginfo-install gedit-debuginfo Loaded plugins: dellsysidplugin2, refresh-packagekit enabling rawhide-debuginfo Reading repository metadata in from local files There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. No debuginfo packages available to install

Able to install via yum:

newman@dhcp-lab-124 ~ $ sudo yum install mc-debuginfo Loaded plugins: dellsysidplugin2, refresh-packagekit Setting up Install Process Resolving Dependencies There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. --> Running transaction check ---> Package mc-debuginfo.x86_64 1:4.6.2-8.pre1.fc11 set to be updated --> Finished Dependency Resolution

Dependencies Resolved

Package Arch Version Repository Size

Installing: mc-debuginfo x86_64 1:4.6.2-8.pre1.fc11 rawhide-debuginfo 1.3 M

Transaction Summary

Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 1.3 M Is this ok [y/N]: Exiting on user Command Complete! newman@dhcp-lab-124 ~ $ sudo yum install gedit-debuginfo Loaded plugins: dellsysidplugin2, refresh-packagekit Setting up Install Process Resolving Dependencies There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. --> Running transaction check ---> Package gedit-debuginfo.x86_64 1:2.25.7-1.fc11 set to be updated --> Finished Dependency Resolution

Dependencies Resolved

Package Arch Version Repository Size

Installing: gedit-debuginfo x86_64 1:2.25.7-1.fc11 rawhide-debuginfo 1.5 M

Transaction Summary

Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 1.5 M Is this ok [y/N]: Exiting on user Command Complete!

1:2.25.7-1.fc11

`---^----------------(what I call epoch) }}}

mozeq commented 11 years ago

Added '20090226T16:01:29' by 'jlaska'

I get this error if I:

  1. Crash an application
  2. Select the application in the CCMainWindow.py, select '''Forward'''
  3. click '''Cancel'''
  4. Select '''Forward''' again for the same entry

{{{ Unable to get report! Debuginfo missing? }}}

mozeq commented 11 years ago

Added '20090312T13:19:56' by 'mnowak'