Bug 561029 - [abrt] crash in exaile-0.3.0.1-1.fc12
Summary: [abrt] crash in exaile-0.3.0.1-1.fc12
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: exaile
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Deji Akingunola
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:08997608
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-02 14:33 UTC by CMB
Modified: 2010-08-23 18:20 UTC (History)
6 users (show)

Fixed In Version: exaile-0.3.0.2-1.fc12
Clone Of:
: 662298 (view as bug list)
Environment:
Last Closed: 2010-02-20 00:32:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.52 KB, text/plain)
2010-02-02 14:33 UTC, CMB
no flags Details

Description CMB 2010-02-02 14:33:40 UTC
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'

Comment 1 CMB 2010-02-02 14:33:42 UTC
Created attachment 388311 [details]
File: backtrace

Comment 2 Fedora Update System 2010-02-10 16:18:53 UTC
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

Comment 3 Fedora Update System 2010-02-11 14:33:30 UTC
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

Comment 4 Fedora Update System 2010-02-20 00:31:45 UTC
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.

Comment 5 nomnex 2010-08-11 07:43:33 UTC
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

Comment 6 Raphael Groner 2010-08-23 18:20:42 UTC
(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'


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