abrt 1.0.8 detected a crash. architecture: x86_64 cmdline: python /usr/bin/daemon_wallpapoz component: wallpapoz executable: /usr/bin/daemon_wallpapoz kernel: 2.6.32.11-99.fc12.x86_64 package: wallpapoz-0.4.1-20.svn92_trunk.fc12 reason: wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: '' release: Fedora release 12 (Constantine) backtrace ----- wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: '' Traceback (most recent call last): File "/usr/bin/daemon_wallpapoz", line 90, in <module> wallpapozxml = XMLProcessing() File "../share/wallpapoz/lib/xml_processing.py", line 49, in __init__ wallpapoz_system = WallpapozSystem() File "../share/wallpapoz/lib/wallpapoz_system.py", line 56, in __init__ self.finding_total_workspaces() File "../share/wallpapoz/lib/wallpapoz_system.py", line 116, in finding_total_workspaces self.total_workspaces = int(self.exec_cmd_under_X("xprop -root _NET_NUMBER_OF_DESKTOPS")[36:38]) ValueError: invalid literal for int() with base 10: '' Local variables in innermost frame: self: <wallpapoz_system.WallpapozSystem instance at 0x2484c20>
Created attachment 408437 [details] File: backtrace
Would you provide how you can reproduce this issue?
I can't sorry. Its an preupgrade from F11 to F12 and testing all the windowmanagers i have installed and this came from the lxde window manager. I have tried to reproduce it but can't. Not even when i create a test user and start the windowmanager. Some excerpt from /var/log/message Apr 25 22:40:23 asus pulseaudio[19478]: sink-input.c: Failed to create sink input: sink is suspended. Apr 25 22:44:48 asus dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.196" ( uid=507 pid=22713 comm="lxsession-logout) interface="org.freedesktop.Hal.Device.SystemPowerManagement" member=" ThisMethodMustNotExistInHal" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pi d=13527 comm="hald)) Apr 25 22:44:52 asus xinetd[14089]: START: ldminfod pid=22732 from=10.10.3.11 Apr 25 22:44:52 asus xinetd[14089]: EXIT: ldminfod status=0 pid=22732 duration=0(sec) Apr 25 22:44:52 asus xinetd[14089]: START: nbdrootd pid=22736 from=10.10.3.11 Apr 25 22:44:52 asus nbd-server: connect from 10.10.3.11, assigned file is /opt/ltsp/images/i386.img Apr 25 22:44:52 asus nbd-server: Size of exported file/device is 200929280 Apr 25 22:44:53 asus nbd-server: Disconnect request received. Apr 25 22:44:53 asus xinetd[14089]: EXIT: nbdrootd status=0 pid=22736 duration=1(sec) Apr 25 22:45:16 asus gnome-keyring-daemon[23933]: couldn't set environment variable in session: The name org.gn ome.SessionManager was not provided by any .service files Apr 25 22:45:16 asus setroubleshoot: SELinux not enabled, setroubleshootd exiting... Apr 25 22:45:16 asus python: abrt: detected unhandled Python exception in /usr/bin/daemon_wallpapoz Apr 25 22:45:16 asus abrtd: Directory 'pyhook-1272228316-23937' creation detected Didn't get any more abrt messages. So maybe its and onetime bug and if so please close this bug.
Do you remember when this happened? (did this happen when logging in to LXDE session or logging out from LXDE session or on some other timing?)
Package: wallpapoz-0.4.1-20.svn92_trunk.fc13 Architecture: x86_64 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1. Logged in to LXDE 2. 3. Comment ----- Loging into the LXDE desktop
Well, I added some workaround (I guess) in -24, which is not a complete solution, however I think it works...
wallpapoz-0.4.1-24.svn92_trunk.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/wallpapoz-0.4.1-24.svn92_trunk.fc13
wallpapoz-0.4.1-24.svn92_trunk.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/wallpapoz-0.4.1-24.svn92_trunk.fc12
wallpapoz-0.4.1-24.svn92_trunk.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update wallpapoz'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/wallpapoz-0.4.1-24.svn92_trunk.fc12
wallpapoz-0.4.1-24.svn92_trunk.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
wallpapoz-0.4.1-24.svn92_trunk.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
I am now getting this with wallpapoz-0.5-3.fc15.1.noarch on Rawhide. wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: '' Traceback (most recent call last): File "/usr/bin/wallpapoz", line 1355, in <module> wallpapozgui = Wallpapoz() File "/usr/bin/wallpapoz", line 76, in __init__ self.wallpapozxml = XMLProcessing() File "../share/wallpapoz/lib/xml_processing.py", line 49, in __init__ wallpapoz_system = WallpapozSystem() File "../share/wallpapoz/lib/wallpapoz_system.py", line 56, in __init__ self.finding_total_workspaces() File "../share/wallpapoz/lib/wallpapoz_system.py", line 116, in finding_total_workspaces self.total_workspaces = int(self.exec_cmd_under_X("xprop -root _NET_NUMBER_OF_DESKTOPS")[36:38]) ValueError: invalid literal for int() with base 10: '' Local variables in innermost frame: self: <wallpapoz_system.WallpapozSystem instance at 0x1a23c20> Package: wallpapoz-0.5-3.fc15.1 Latest Crash: Wed 09 Mar 2011 09:49:39 PM Command: python /usr/bin/wallpapoz Reason: wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: ''