abrt 1.0.4 detected a crash. architecture: i686 cmdline: python /usr/lib/python2.6/site-packages/exaile/exaile.py --datadir=/usr/share/exaile/data --startgui -q component: exaile executable: /usr/lib/python2.6/site-packages/exaile/exaile.py kernel: 2.6.31.12-174.2.3.fc12.i686.PAE package: exaile-0.3.0.1-1.fc12 release: Fedora release 12 (Constantine) backtrace ----- Summary: TB08997608 connection.py:630:call_blocking:DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.764 was not provided by any .service files Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/exaile/exaile.py", line 56, in <module> main() File "/usr/lib/python2.6/site-packages/exaile/exaile.py", line 53, in main exaile = main.Exaile() File "/usr/lib/python2.6/site-packages/exaile/xl/main.py", line 85, in __init__ if xldbus.check_exit(self.options, self.args): File "/usr/lib/python2.6/site-packages/exaile/xl/xldbus.py", line 54, in check_exit iface.TestService('testing dbus service') File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking message, timeout) DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.764 was not provided by any .service files Local variables in innermost frame: byte_arrays: False self: <dbus._dbus.SessionBus (session) at 0x9c816bc> args: ('testing dbus service',) utf8_strings: False bus_name: dbus.UTF8String(':1.764') get_args_opts: {'byte_arrays': False, 'utf8_strings': False} object_path: '/org/exaile/Exaile' timeout: -1.0 signature: None dbus_interface: 'org.exaile.Exaile' message: <dbus.lowlevel.MethodCallMessage object at 0x9c136f0> method: 'TestService'
Created attachment 388311 [details] File: backtrace
exaile-0.3.0.2-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/exaile-0.3.0.2-1.fc12
exaile-0.3.0.2-1.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 exaile'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1693
exaile-0.3.0.2-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
exaile-0.3.0.2-1.fc12 here on Fedora 13. Python26 persistent crash with Exaile (ABRT tool reported a bug duplicate with this bug ref.) How to reproduce the crash. 1. Exaile is playing an audio file (tested with .mp3) 2. Right click another audio file in nautilus and select "open with" Exaile 3. Crash occurs + ABRT pops up with a Python2.6 lib crash. Can you re-open this bug or do I create another bug report manually? Thanks
(In reply to comment #5) I can confirm a bug with Fedora 13. ABRT found this closed bug as a duplicate. Package: exaile-0.3.2.0-1.fc13 Latest Crash: Mo 23 Aug 2010 20:09:55 Command: python /usr/lib/python2.6/site-packages/exaile/exaile.py --datadir=/usr/share/exaile/data --startgui '04-Danny Noise - Lucky Star (X-Mas House Edit).mp3' Reason: connection.py:630:call_blocking:DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last): Comment: Miro can play the file. Bug Reports: Status: CLOSED ERRATA https://bugzilla.redhat.com/show_bug.cgi?id=561029 connection.py:630:call_blocking:DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/dbus/service.py", line 702, in _message_cb retval = candidate_method(self, *args, **keywords) File "/usr/lib/python2.6/site-packages/exaile/xl/xldbus.py", line 453, in Enqueue tracks = trax.sort_tracks(['album', column], tracks, descending) File "/usr/lib/python2.6/site-packages/exaile/xl/trax/util.py", line 90, in sort_tracks return sorted(iter, key=keyfunc, reverse=reverse) File "/usr/lib/python2.6/site-packages/exaile/xl/trax/util.py", line 89, in <lambda> artist_compilations=artist_compilations) for field in fields] TypeError: 'bool' object is not callable Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/exaile/exaile.py", line 52, in <module> main() File "/usr/lib/python2.6/site-packages/exaile/exaile.py", line 49, in main exaile = main.Exaile() File "/usr/lib/python2.6/site-packages/exaile/xl/main.py", line 83, in __init__ exit = xldbus.check_exit(self.options, self.args) File "/usr/lib/python2.6/site-packages/exaile/xl/xldbus.py", line 78, in check_exit iface.Enqueue(args) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking message, timeout) DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/dbus/service.py", line 702, in _message_cb retval = candidate_method(self, *args, **keywords) File "/usr/lib/python2.6/site-packages/exaile/xl/xldbus.py", line 453, in Enqueue tracks = trax.sort_tracks(['album', column], tracks, descending) File "/usr/lib/python2.6/site-packages/exaile/xl/trax/util.py", line 90, in sort_tracks return sorted(iter, key=keyfunc, reverse=reverse) File "/usr/lib/python2.6/site-packages/exaile/xl/trax/util.py", line 89, in <lambda> artist_compilations=artist_compilations) for field in fields] TypeError: 'bool' object is not callable Local variables in innermost frame: byte_arrays: False self: <dbus._dbus.SessionBus (session) at 0xee58f0> args: (['/tmp/xa-9lYV4s/04-Danny Noise - Lucky Star (X-Mas House Edit).mp3'],) utf8_strings: False bus_name: dbus.UTF8String(':1.57') get_args_opts: {'byte_arrays': False, 'utf8_strings': False} object_path: '/org/exaile/Exaile' timeout: -1.0 signature: u'as' dbus_interface: 'org.exaile.Exaile' message: <dbus.lowlevel.MethodCallMessage object at 0xecf480> method: 'Enqueue'