Bug 983302

Summary: [abrt] yum-3.4.3-99.fc19: <string>:91:next:ParseError: not well-formed (invalid token): line 21711, column 79
Product: [Fedora] Fedora Reporter: mdmpsyd <mdmpsyd>
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: admiller, ffesti, firas.alkafri, jzeleny, mdmpsyd, packaging-team-maint, tim.lauridsen, vmukhame
Target Milestone: ---Flags: mdmpsyd: needinfo-
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:69984b498e9a45aaca2b0848286ba932c5aa2a96
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-28 11:54:21 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 Flags
File: backtrace
none
File: core_backtrace
none
File: environ none

Description mdmpsyd@gmail.com 2013-07-10 22:37:51 UTC
Version-Release number of selected component:
yum-3.4.3-99.fc19

Additional info:
reporter:       libreport-2.1.5
cmdline:        /usr/bin/python /usr/bin/yum update
executable:     /usr/bin/yum
kernel:         3.9.8-300.fc19.x86_64
runlevel:       N 5
uid:            0

Truncated backtrace:
<string>:91:next:ParseError: not well-formed (invalid token): line 21711, column 79

Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 316, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 219, in main
    return_code = base.doTransaction()
  File "/usr/share/yum-cli/cli.py", line 630, in doTransaction
    problems = self.downloadPkgs(downloadpkgs, callback_total=self.download_callback_total_cb)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2372, in downloadPkgs
    presto = DeltaInfo(self, pkgs, adderror)
  File "/usr/lib/python2.7/site-packages/yum/drpm.py", line 188, in __init__
    for ev, el in iterparse(path):
  File "<string>", line 91, in next
ParseError: not well-formed (invalid token): line 21711, column 79

Local variables in innermost frame:
self: <iterparse object at 0x5e62110>
e: ParseError('not well-formed (invalid token): line 21711, column 79',)

Comment 1 mdmpsyd@gmail.com 2013-07-10 22:37:56 UTC
Created attachment 771885 [details]
File: backtrace

Comment 2 mdmpsyd@gmail.com 2013-07-10 22:37:59 UTC
Created attachment 771886 [details]
File: core_backtrace

Comment 3 mdmpsyd@gmail.com 2013-07-10 22:38:03 UTC
Created attachment 771887 [details]
File: environ

Comment 4 Zdeněk Pavlas 2013-07-11 08:35:56 UTC
Broken xml, but I can't tell where did it come from, as the "path" variable is not shown fro some reason..  Could you run this, please?

$ for f in $(find /var/cache/yum/ -name '*prestodelta*'); do echo $f; xmllint --noout $f; done

Comment 5 Valentina Mukhamedzhanova 2014-05-28 11:54:21 UTC
Closing as there is no reply.