Bug 562035
| Summary: | Segmentation fault (gstrings.c) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | don gilbert <don.gilbert> | ||||
| Component: | yumex | Assignee: | Tim Lauridsen <tim.lauridsen> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | tim.lauridsen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:71383bac9f2e319fa6bee3626a5de0c9b558c938 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-07-11 09:49:15 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
don gilbert
2010-02-05 03:32:29 UTC
Created attachment 388944 [details]
File: backtrace
Can you reproduce it ? try to update to the latest version of yumex yum --enablerepo=updates-testing update yumex and paste the output from running yumex -d in a console [dmg@mel ~]$ yumex -d
running
Current Settings
autorefresh: True
branding_title: 'Yum Extender NextGen'
color_install: 'darkgreen'
color_normal: 'black'
color_obsolete: 'blue'
color_update: 'red'
debug: True
disable_netcheck: False
disable_repo_page: False
history_limit: 15
plugins: True
proxy: ''
recentdays: 14
repo_exclude: ['debug', 'source']
win_height: 998
win_sep: 762
win_width: 1398
yumdebuglevel: 2
/usr/lib/python2.6/site-packages/guihelpers/__init__.py:199: GtkWarning: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead
self.add_from_file(filename)
eth0 (r8169) is connected
/usr/lib/python2.6/site-packages/yumexgui/gui.py:178: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltip = gtk.Tooltips()
/usr/lib/python2.6/site-packages/yumexgui/gui.py:205: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltip.set_tip(button, tooltip)
eth0 (r8169) is connected
Connected to an network
DEBUG: Getting package lists - BEGIN
eth0 (r8169) is connected
Starting yum child process
DEBUG: Initialize yum backend - BEGIN
DEBUG: Using yum debuglevel = 2
YUM: Loaded plugins: presto
DEBUG: Initialize yum backend - END
DEBUG: Sending command: get-packages args: ['updates', 'False']
YUM: Populating Package Cache
YUM: getting packages - updates
DEBUG: Yum Child Task: Command get-packages took 2.43 s to complete
DEBUG: Sending command: get-packages args: ['available', 'False']
YUM: getting packages - available
DEBUG: Yum Child Task: Command get-packages took 2.51 s to complete
DEBUG: Sending command: get-packages args: ['installed', 'False']
YUM: getting packages - installed
DEBUG: Getting package lists - END
DEBUG: Getting Group information - BEGIN
DEBUG: Getting Group information
DEBUG: Yum Child Task: Command get-packages took 0.54 s to complete
DEBUG: Sending command: get-groups args: []
DEBUG: Getting Group information - END
DEBUG: Getting History Information - BEGIN
DEBUG: Yum Child Task: Command get-groups took 0.55 s to complete
DEBUG: Sending command: get-history args: []
DEBUG: Yum Child Task: Command get-history took 0.06 s to complete
DEBUG: Sending command: get-history-packages args: ['86']
DEBUG: Yum Child Task: Command get-history-packages took 0.00 s to complete
DEBUG: Sending command: get-history-packages args: ['85']
DEBUG: Yum Child Task: Command get-history-packages took 0.02 s to complete
DEBUG: Sending command: get-history-packages args: ['84']
DEBUG: Yum Child Task: Command get-history-packages took 0.00 s to complete
DEBUG: Sending command: get-history-packages args: ['83']
DEBUG: Yum Child Task: Command get-history-packages took 0.01 s to complete
DEBUG: Sending command: get-history-packages args: ['82']
DEBUG: Yum Child Task: Command get-history-packages took 0.05 s to complete
DEBUG: Sending command: get-history-packages args: ['81']
DEBUG: Yum Child Task: Command get-history-packages took 0.01 s to complete
DEBUG: Sending command: get-history-packages args: ['80']
DEBUG: Yum Child Task: Command get-history-packages took 0.00 s to complete
DEBUG: Sending command: get-history-packages args: ['79']
DEBUG: Yum Child Task: Command get-history-packages took 0.01 s to complete
DEBUG: Sending command: get-history-packages args: ['78']
DEBUG: Yum Child Task: Command get-history-packages took 0.07 s to complete
DEBUG: Sending command: get-history-packages args: ['77']
DEBUG: Yum Child Task: Command get-history-packages took 0.01 s to complete
DEBUG: Sending command: get-history-packages args: ['76']
DEBUG: Yum Child Task: Command get-history-packages took 0.01 s to complete
DEBUG: Sending command: get-history-packages args: ['75']
DEBUG: Yum Child Task: Command get-history-packages took 0.00 s to complete
DEBUG: Sending command: get-history-packages args: ['74']
DEBUG: Yum Child Task: Command get-history-packages took 0.00 s to complete
DEBUG: Sending command: get-history-packages args: ['73']
DEBUG: Yum Child Task: Command get-history-packages took 0.03 s to complete
DEBUG: Sending command: get-history-packages args: ['72']
DEBUG: Yum Child Task: Command get-history-packages took 0.01 s to complete
DEBUG: Sending command: get-history-packages args: ['71']
DEBUG: Getting History Information - END
DEBUG: Yum Child Task: Command get-history-packages took 0.03 s to complete
DEBUG: Sending command: get-repos args: []
DEBUG: START: Getting updates packages
DEBUG: START: Adding updates packages to view
DEBUG: END: Getting updates packages
Can you reproduce it ? In the lastest yumex release (2.9.7) in updates-testing ? |