Bug 454625

Summary: Unexpected index value on insertion
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: gtk2Assignee: Matthias Clasen <mclasen>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-10 16:43:05 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:

Description Tim Waugh 2008-07-09 13:16:22 UTC
Description of problem:
I'm seeing gtk2 warnings only on rawhide (same code on F-9 is fine).

Version-Release number of selected component (if applicable):
gtk2-2.13.4-1.fc10
system-config-printer-1.0.3-1.fc10

How reproducible:
Very often

Steps to Reproduce:
1.system-config-printer
2.Keep hitting 'Refresh'

Actual results:
/usr/share/system-config-printer/system-config-printer.py:895: GtkWarning:
Unexpected index value on insertion 3 -1431655766
  self.mainlist.append (row=[object, pixbuf, name, tip])

Expected results:
No warning.

Additional info:
Original report:
  https://fedorahosted.org/system-config-printer/ticket/59

Comment 1 Matthias Clasen 2008-07-10 04:22:57 UTC
This is a segfault in the icon view a11y implementation. 
I've filed it upstream: http://bugzilla.gnome.org/show_bug.cgi?id=542234