Bug 1541868 - Unuseful log lines reporting bugs
Summary: Unuseful log lines reporting bugs
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: xmlrpc-c
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: AcceptedFreezeException
: 1558951 (view as bug list)
Depends On:
Blocks: F28FinalFreezeException
TreeView+ depends on / blocked
 
Reported: 2018-02-05 05:30 UTC by Alessio
Modified: 2018-04-26 11:21 UTC (History)
24 users (show)

Fixed In Version: xmlrpc-c-1.51.0-5.fc28
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-24 11:24:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
/tmp/syslog (225.54 KB, text/plain)
2018-02-07 11:38 UTC, Alessio
no flags Details
/tmp/program.log (40.20 KB, text/plain)
2018-02-07 11:38 UTC, Alessio
no flags Details
/tmp/anaconda.log (14.34 KB, text/plain)
2018-02-07 11:39 UTC, Alessio
no flags Details
/tmp/dnf.librepo.log (100.00 KB, text/plain)
2018-02-07 11:39 UTC, Alessio
no flags Details
/tmp/packaging.log (1016 bytes, text/plain)
2018-02-07 11:40 UTC, Alessio
no flags Details
/tmp/storage.log (92.04 KB, text/plain)
2018-02-07 11:40 UTC, Alessio
no flags Details
/tmp/ifcfg.log (2.29 KB, text/plain)
2018-02-07 11:41 UTC, Alessio
no flags Details
/tmp/lvm.log (156.19 KB, text/plain)
2018-02-07 11:42 UTC, Alessio
no flags Details
Screenshot (125.31 KB, image/png)
2018-02-08 08:31 UTC, Alessio
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1557472 0 unspecified CLOSED Anaconda installing in text mode fails to report errors to Bugzilla. 2021-02-22 00:41:40 UTC

Internal Links: 1557472

Description Alessio 2018-02-05 05:30:42 UTC
Performing the "QA:Testcase Anaconda save traceback to bugzilla", I'm unable to send the failure and report the issue to bugzilla.
This happens on GUI mode as well on text mode.
I get a lot of these messages:

 stringNew entered
 Going to xmlrpc_createXmlrpcValue
 Back from createXmlrpcValue
 stringNew exiting

At the end, no bugs are actually reported, and the following message appears:

Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/pyanaconda/exception.py", line 150, in handleException

    raise RuntimeError()
RuntimeError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/simpleline/render/io_manager.py", line 120, in draw

    active_screen.ui_screen.show_all()
  File "/usr/lib/python3.6/site-packages/simpleline/render/screen/__init__.py", line 235, in show_all

    self._print_widget(self.window)
  File "/usr/lib/python3.6/site-packages/simpleline/render/screen/__init__.py", line 229, in _print_widget

    App.get_scheduler().io_manager.get_user_input(custom_prompt)
  File "/usr/lib/python3.6/site-packages/simpleline/render/io_manager.py", line 190, in get_user_input

    self._check_input_thread_running()
  File "/usr/lib/python3.6/site-packages/simpleline/render/io_manager.py", line 212, in _check_input_thread_running

    raise KeyError("Can't run multiple input threads at the same time!")
KeyError: "Can't run multiple input threads at the same time!"
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/pyanaconda/exception.py", line 150, in handleException

    raise RuntimeError()
RuntimeError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/simpleline/render/screen_scheduler.py", line 243, in _process_screen

    self.input_required()
  File "/usr/lib/python3.6/site-packages/simpleline/render/screen_scheduler.py", line 263, in input_required
    self._io_manager.get_user_input_async(prompt, self._process_input, hidden=hide_user_input)
  File "/usr/lib/python3.6/site-packages/simpleline/render/io_manager.py", line 169, in get_user_input_async
    self._check_input_thread_running()
  File "/usr/lib/python3.6/site-packages/simpleline/render/io_manager.py", line 212, in _check_input_thread_running
    raise KeyError("Can't run multiple input threads at the same time!")
KeyError: "Can't run multiple input threads at the same time!"

Comment 1 Jiri Konecny 2018-02-07 09:01:15 UTC
Could you please provide us installation logs as plain text files. You can find them in /tmp/*.log.

Thank you

Comment 2 Alessio 2018-02-07 11:38:28 UTC
Created attachment 1392638 [details]
/tmp/syslog

Comment 3 Alessio 2018-02-07 11:38:58 UTC
Created attachment 1392639 [details]
/tmp/program.log

Comment 4 Alessio 2018-02-07 11:39:22 UTC
Created attachment 1392640 [details]
/tmp/anaconda.log

Comment 5 Alessio 2018-02-07 11:39:55 UTC
Created attachment 1392642 [details]
/tmp/dnf.librepo.log

Comment 6 Alessio 2018-02-07 11:40:17 UTC
Created attachment 1392644 [details]
/tmp/packaging.log

Comment 7 Alessio 2018-02-07 11:40:40 UTC
Created attachment 1392645 [details]
/tmp/storage.log

Comment 8 Alessio 2018-02-07 11:41:35 UTC
Created attachment 1392646 [details]
/tmp/ifcfg.log

Comment 9 Alessio 2018-02-07 11:42:31 UTC
Created attachment 1392647 [details]
/tmp/lvm.log

Comment 10 Jiri Konecny 2018-02-08 08:25:08 UTC
I'm not sure if I understand you correctly but you are saying that you are not able to send the failure and report the issue to bugzilla but you have two more testing bugs (bug 1541863 and bug 1541865) created in bugzilla from yesterday. 

Aren't those bugs you wanted to report?

Comment 11 Alessio 2018-02-08 08:31:48 UTC
Created attachment 1393067 [details]
Screenshot

Comment 12 Alessio 2018-02-08 08:35:05 UTC
Whoops, my fault.
Since I saw a lot of these lines (as you can see in the attached screenshot Attachment 1393067 [details])

 Back from createXmlrpcValue
 stringNew exiting
 stringNew entered
 Going to xmlrpc_createXmlrpcValue
 Back from createXmlrpcValue
 stringNew exiting
 Logging out

I didn't scroll down to the last line where it is stated that a new bug was created.

Btw, what about such lines?

Comment 13 Jiri Konecny 2018-02-08 10:15:01 UTC
Thanks for that screenshot now I finally understand what is the problem. This really looks like a bug and we should fix it.

Comment 14 Fedora End Of Life 2018-02-20 15:23:52 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle.
Changing version to '28'.

Comment 15 Juan Orti 2018-04-09 17:49:20 UTC
I see tons of these messages when reporting bugs with abrt. My versions are:

libreport-plugin-mailx-2.9.4-1.fc28.x86_64
libreport-anaconda-2.9.4-1.fc28.x86_64
libreport-plugin-ureport-2.9.4-1.fc28.x86_64
libreport-web-2.9.4-1.fc28.x86_64
libreport-filesystem-2.9.4-1.fc28.x86_64
libreport-plugin-reportuploader-2.9.4-1.fc28.x86_64
libreport-2.9.4-1.fc28.x86_64
libreport-fedora-2.9.4-1.fc28.x86_64
libreport-gtk-2.9.4-1.fc28.x86_64
libreport-plugin-kerneloops-2.9.4-1.fc28.x86_64
libreport-plugin-systemd-journal-2.9.4-1.fc28.x86_64
libreport-cli-2.9.4-1.fc28.x86_64
python3-libreport-2.9.4-1.fc28.x86_64
libreport-plugin-bugzilla-2.9.4-1.fc28.x86_64
libreport-plugin-logger-2.9.4-1.fc28.x86_64
abrt-addon-xorg-2.10.8-2.fc28.x86_64
abrt-addon-pstoreoops-2.10.8-2.fc28.x86_64
abrt-addon-coredump-helper-2.10.8-2.fc28.x86_64
abrt-java-connector-1.1.0-15.fc28.x86_64
abrt-libs-2.10.8-2.fc28.x86_64
abrt-gui-libs-2.10.8-2.fc28.x86_64
abrt-addon-kerneloops-2.10.8-2.fc28.x86_64
gnome-abrt-1.2.6-3.fc28.x86_64
abrt-dbus-2.10.8-2.fc28.x86_64
abrt-plugin-bodhi-2.10.8-2.fc28.x86_64
abrt-tui-2.10.8-2.fc28.x86_64
abrt-cli-2.10.8-2.fc28.x86_64
python3-abrt-addon-2.10.8-2.fc28.x86_64
abrt-addon-ccpp-2.10.8-2.fc28.x86_64
python3-abrt-2.10.8-2.fc28.x86_64
abrt-addon-vmcore-2.10.8-2.fc28.x86_64
abrt-retrace-client-2.10.8-2.fc28.x86_64
abrt-2.10.8-2.fc28.x86_64

Comment 16 Adam Williamson 2018-04-18 15:15:35 UTC
I'm proposing this for a freeze exception, as it affects the installer - if we *can* get this fixed in time for Final it'd be a good idea to pull it in. Also marking it for Common Bugs in case it doesn't get fixed.

Comment 17 Adam Williamson 2018-04-19 20:55:08 UTC
*** Bug 1558951 has been marked as a duplicate of this bug. ***

Comment 18 Adam Williamson 2018-04-19 21:12:45 UTC
This is actually in xmlrpc-c , and has been fixed in upstream trunk (yes, trunk, not master, xmlrpc-c lives in SVN on sourceforge for some goddamn reason):

https://sourceforge.net/p/xmlrpc-c/code/2981/

if this SVN checkout finishes any goddamn time today, I'll backport that change to Rawhide and F28 and submit an update.

Comment 19 Fedora Update System 2018-04-19 21:46:49 UTC
xmlrpc-c-1.51.0-5.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-15ead6656f

Comment 20 Kevin Fenzi 2018-04-19 21:50:59 UTC
+1 FE™️

Comment 21 Mohan Boddu 2018-04-19 21:53:41 UTC
+1 FE

Comment 22 Adam Williamson 2018-04-19 21:56:09 UTC
That's +3 (counting myself as +1), so setting accepted.

Comment 23 Fedora Update System 2018-04-20 01:50:37 UTC
xmlrpc-c-1.51.0-5.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-15ead6656f

Comment 24 Adam Williamson 2018-04-20 15:44:18 UTC
Can folks please test and karma the update so we can get it into Final? Thanks!

Comment 25 Fedora Update System 2018-04-24 11:24:42 UTC
xmlrpc-c-1.51.0-5.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.


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