Created attachment 951431 [details] Python-2014-10-28-19:56:44-2243.tar.gz Description of problem: --- Running report_uReport --- Line 3, column 30: Traceback header not found. reporter-ureport failed with exit code 1 ('report_uReport' exited with 1)
Thanks for the report! The crashed component is dnf and the crashed command is '/usr/bin/python -OO /bin/dnf update' 'backtrace' file misses stack trace and contains only the following three lines: an integer is required TypeError: an integer is required How is it possible? Does dnf have own exception handler or is it standard Python behaviour?
Mikhail, can you reproduce it? If so run "dnf update -d 10" and post the output, please.
# dnf update -d 10 timer: config: 6 ms cachedir: /var/cache/dnf/x86_64/21 DNF version: 0.6.2 Command: dnf update -d 10 Installroot: / Releasever: 21 Base command: upgrade Extra commands: [] repo: using cache for: updates-source not found deltainfo for: Fedora 21 - Updates Source not found updateinfo for: Fedora 21 - Updates Source repo: using cache for: updates-testing repo: using cache for: updates-testing-source not found deltainfo for: Fedora 21 - Test Updates Source repo: using cache for: fedora not found deltainfo for: Fedora 21 - x86_64 not found updateinfo for: Fedora 21 - x86_64 repo: using cache for: rpmfusion-free-rawhide not found deltainfo for: RPM Fusion for Fedora Rawhide - Free not found updateinfo for: RPM Fusion for Fedora Rawhide - Free repo: using cache for: scootersoftware not found deltainfo for: Scooter Software not found updateinfo for: Scooter Software repo: using cache for: updates-debuginfo not found deltainfo for: Fedora 21 - x86_64 - Updates - Debug not found updateinfo for: Fedora 21 - x86_64 - Updates - Debug repo: using cache for: fedora-debuginfo not found deltainfo for: Fedora 21 - x86_64 - Debug not found updateinfo for: Fedora 21 - x86_64 - Debug repo: using cache for: rpmfusion-nonfree-rawhide not found deltainfo for: RPM Fusion for Fedora Rawhide - Nonfree not found updateinfo for: RPM Fusion for Fedora Rawhide - Nonfree repo: using cache for: mikhail not found deltainfo for: Mikhail repo not found updateinfo for: Mikhail repo repo: using cache for: updates-testing-debuginfo not found deltainfo for: Fedora 21 - x86_64 - Test Updates Debug not found updateinfo for: Fedora 21 - x86_64 - Test Updates Debug repo: using cache for: updates not found updateinfo for: Fedora 21 - x86_64 - Updates repo: using cache for: fedora-source not found deltainfo for: Fedora 21 - Source not found updateinfo for: Fedora 21 - Source repo: using cache for: google-chrome not found deltainfo for: google-chrome not found updateinfo for: google-chrome timer: sack setup: 368 ms --> Starting dependency resolution ---> Package NetworkManager.x86_64 1:0.9.10.0-12.git20140704.danw2.fc21 will be upgraded ---> Package NetworkManager.x86_64 1:0.9.10.0-12.git20140704.fc21 will be an upgrade ---> Package NetworkManager-glib.x86_64 1:0.9.10.0-12.git20140704.danw2.fc21 will be upgraded ---> Package NetworkManager-glib.x86_64 1:0.9.10.0-12.git20140704.fc21 will be an upgrade ---> Package NetworkManager-wwan.x86_64 1:0.9.10.0-12.git20140704.danw2.fc21 will be upgraded ---> Package NetworkManager-wwan.x86_64 1:0.9.10.0-12.git20140704.fc21 will be an upgrade ---> Package NetworkManager-wifi.x86_64 1:0.9.10.0-12.git20140704.danw2.fc21 will be upgraded ---> Package NetworkManager-wifi.x86_64 1:0.9.10.0-12.git20140704.fc21 will be an upgrade ---> Package NetworkManager-bluetooth.x86_64 1:0.9.10.0-12.git20140704.danw2.fc21 will be upgraded ---> Package NetworkManager-bluetooth.x86_64 1:0.9.10.0-12.git20140704.fc21 will be an upgrade ---> Package NetworkManager-adsl.x86_64 1:0.9.10.0-12.git20140704.danw2.fc21 will be upgraded ---> Package NetworkManager-adsl.x86_64 1:0.9.10.0-12.git20140704.fc21 will be an upgrade ---> Package NetworkManager-config-connectivity-fedora.x86_64 1:0.9.10.0-12.git20140704.danw2.fc21 will be upgraded ---> Package NetworkManager-config-connectivity-fedora.x86_64 1:0.9.10.0-12.git20140704.fc21 will be an upgrade ---> Package NetworkManager-debuginfo.x86_64 1:0.9.10.0-12.git20140704.danw2.fc21 will be upgraded ---> Package NetworkManager-debuginfo.x86_64 1:0.9.10.0-12.git20140704.fc21 will be an upgrade --> Finished dependency resolution timer: depsolve: 655 ms Dependencies resolved. =================================================================================================================================================================================================================== Package Arch Version Repository Size =================================================================================================================================================================================================================== Upgrading: NetworkManager x86_64 1:0.9.10.0-12.git20140704.fc21 updates-testing 1.3 M NetworkManager-adsl x86_64 1:0.9.10.0-12.git20140704.fc21 updates-testing 108 k NetworkManager-bluetooth x86_64 1:0.9.10.0-12.git20140704.fc21 updates-testing 131 k NetworkManager-config-connectivity-fedora x86_64 1:0.9.10.0-12.git20140704.fc21 updates-testing 99 k NetworkManager-debuginfo x86_64 1:0.9.10.0-12.git20140704.fc21 updates-testing-debuginfo 3.2 M NetworkManager-glib x86_64 1:0.9.10.0-12.git20140704.fc21 updates-testing 373 k NetworkManager-wifi x86_64 1:0.9.10.0-12.git20140704.fc21 updates-testing 138 k NetworkManager-wwan x86_64 1:0.9.10.0-12.git20140704.fc21 updates-testing 133 k Transaction Summary =================================================================================================================================================================================================================== Upgrade 8 Packages Total download size: 5.5 M Is this ok [y/N]: no, I can't reproduce this. But I remember this occured when I ran "dnf update" when yet another "dnf update" still working.
Mikhai, thanks. I think we already have a bug reported on dnf when you run it in parallel so we'll take a look. I still don't have idea why it's not showing whole traceback.
(In reply to Jan Silhan from comment #4) > I still don't have idea why it's not showing whole traceback. ABRT generated that exception info at [1] and traceback argument was None in the exception hook [2]. Michal Toman had an idea that that exception came from a C binding during the initialization phase. 1: https://github.com/abrt/abrt/blob/master/src/hooks/abrt_exception_handler.py.in#L238 2: https://docs.python.org/2/library/sys.html#sys.excepthook
This message is a reminder that Fedora 21 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 21. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '21'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 21 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.