Banshee doesnt work on kubuntu breezy badger

Bug #34177 reported by daniel
8
Affects Status Importance Assigned to Milestone
banshee (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

daniel@home:~$ banshee

Unhandled Exception: DBus.DBusException: Unable to determine the address of the message bus
in [0x0003e] (at /build/buildd/dbus-0.36.2/mono/Bus.cs:46) DBus.Bus:GetBus (BusType busType)
in [0x00001] (at /build/buildd/dbus-0.36.2/mono/Bus.cs:23) DBus.Bus:GetSessionBus ()
in [0x00007] (at /build/buildd/banshee-0.9.7.1+cvs20051004+revertedto0.9.7.1/src/DBusIPC.cs:53) Banshee.DBusServer:.ctor ()
in [0x00016] (at /build/buildd/banshee-0.9.7.1+cvs20051004+revertedto0.9.7.1/src/Core.cs:135) Banshee.Core:.ctor ()
in [0x0000b] (at /build/buildd/banshee-0.9.7.1+cvs20051004+revertedto0.9.7.1/src/Core.cs:73) Banshee.Core:get_Instance ()
in [0x000ef] (at /build/buildd/banshee-0.9.7.1+cvs20051004+revertedto0.9.7.1/src/Main.cs:78) Banshee.BansheeEntry:Main (System.String[] args)

Revision history for this message
Sebastian Dröge (slomo) wrote :

Does it work when you call 'dbus-launch banshee'?
Do you have a dbus session bus running?

Sebastian Dröge (slomo)
Changed in banshee:
status: Unconfirmed → Needs Info
Revision history for this message
daniel (skoda306) wrote :
Download full text (3.4 KiB)

First thanks for taking the time to examine the bug, I have little idea of c# so I didnt did an exhausting debbuging on this basically it dies when it tryes to access bad memory.
Error accessing memory address 0xc0000000: No such file or directory.
Ill give you a couple of dumps, if you need more please contact me

daniel@laptop:~$ ulimit -c unlimited
daniel@laptop:~$ dbus-launch banshee

** (<unknown>:9361): WARNING **: No GConf default audio sink key and esdsink doesn't work
Player Engine `GStreamer Engine' failed init tests... disabling (Could not initialize GStreamer library)
Segmentation fault (core dumped)
daniel@laptop:~$ gdb -c core
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
Core was generated by `ftp 192.168.112.129'.
Program terminated with signal 11, Segmentation fault.
#0 0xb7f9d39b in ?? ()
(gdb) bt
#0 0xb7f9d39b in ?? ()
#1 0x00000000 in ?? ()
#2 0xffffffff in ?? ()
#3 0x00000000 in ?? ()
#4 0xbffff628 in ?? ()
#5 0xb7f9d6ad in ?? ()
#6 0x00000000 in ?? ()
#7 0x00000000 in ?? ()
#8 0xb7deee24 in ?? ()
#9 0x00000000 in ?? ()
#10 0x00000002 in ?? ()
#11 0xbffff890 in ?? ()
#12 0xbffff678 in ?? ()
#13 0x08053282 in ?? ()
#14 0x00000000 in ?? ()
#15 0xffffffff in ?? ()
#16 0x00000000 in ?? ()
#17 0xb7eae840 in ?? ()
#18 0xb7eade80 in ?? ()
#19 0xb7eae840 in ?? ()
#20 0x0809e578 in ?? ()
#21 0xbffff668 in ?? ()
#22 0xb7deddcb in ?? ()
---Type <return> to continue, or q <return> to quit---q
Quit
(gdb) i r
eax 0x0 0
ecx 0x809e570 134866288
edx 0x0 0
ebx 0xb7eade80 -1209344384
esp 0xbffff5fc 0xbffff5fc
ebp 0xbffff608 0xbffff608
esi 0xffffffff -1
edi 0x0 0
eip 0xb7f9d39b 0xb7f9d39b
eflags 0x210296 2163350
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51

Some good strace output:
write(1, "Player Engine `GStreamer Engine\'"..., 104Player Engine `GStreamer Engine' failed init tests... disabling (Could not initialize GStreamer library)) = 104
write(1, "\n", 1
) = 1
writev(27, [{"GIOP\1\2\1\0\225\0\0\0", 12}, {"`\234\324\277\3\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\220Z\314"..., 149}], 2) = 161
poll([{fd=23, events=POLLIN}, {fd=27, events=POLLIN|POLLPRI, revents=POLLIN}, {fd=28, events=POLLIN|POLLPRI}, {fd=29, events=POLLIN|POLLPRI}], 4, -1) = 1
read(27, "GIOP\1\2\1\1a\0\0\0", 12) = 12
read(27, "`\234\324\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1"..., 97) = 97
writev(27, [{"GIOP\1\2\1\0~\0\0\0", 12}, {"\4\235\324\277\3\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\220Z\314"..., 126}], 2) = 138
poll([{fd=23, events=POLLI...

Read more...

Revision history for this message
Sebastian Dröge (slomo) wrote :

Thanks... your coredump seems to be from ftp, not from banshee ;)

But the strace output let me assume that this bug is fixed with 0.10.8 finally... not good for breezy but in dapper it will be fixed.
When you still get this on dapper please reopen this bug later

Revision history for this message
Sebastian Dröge (slomo) wrote :

this should be fixed with 0.10.8-1ubuntu1

Changed in banshee:
status: Needs Info → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.