Bug 1014316 - python-libcomps segfaults on accessing package.requires
Summary: python-libcomps segfaults on accessing package.requires
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libcomps
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jindrich Luza
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 17:24 UTC by Daniel Mach
Modified: 2013-11-28 09:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-28 09:57:05 UTC
Type: Bug


Attachments (Terms of Use)

Description Daniel Mach 2013-10-01 17:24:00 UTC
python-libcomps segfaults on accessing package.requires


Version:
python-libcomps-0.1.4-1.fc19.x86_64
(recompiled from rawhide)


Reproducer:

import libcomps

comps = libcomps.Comps()
comps.fromxml_f("...")

for i in comps.groups:
    for i in i.packages:
        print i.name, i.type, i.requires


Note You need to log in before you can comment on or make changes to this bug.