[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael
To clarify:

Rhythmbox now crashes immediately every time I try to run it.

Before installing samba and making name resolution changes, rhythmbox
launched fine every time.

** Visibility changed to: Public

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael
My bug is a possible duplicate of this one:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox-ubuntuone-music-store/+bug/529714

(Note: the rhythmbox package version is different.)

I see the other bug reporter has samba, too. I'm still assuming that's
related.

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael
I can confirm that reverting the nsswitch.conf line back to its original
fixes rhythmbox:

Next I added WINS to nsswitch.conf for name resolution.

[modified - BREAKS RHYTHMBOX]
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4

[original - BREAKS SAMBA]
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4

However, this breaks local network browsing (again).

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael
Ignore this line in previous comment:

-Next I added WINS to nsswitch.conf for name resolution.


Sorry, I was copy+pasting and forgot to remove that line.

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael
I see this may be a problem with the Ubuntu One Music Store plugin:

$ apt-cache policy rhythmbox-ubuntuone-music-store
rhythmbox-ubuntuone-music-store:
  Installed: 0.0.9-0ubuntu1
  Candidate: 0.0.9-0ubuntu1
  Version table:
 *** 0.0.9-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

I'll try removing it and re-adding wins to nsswitch.conf to confirm if
the plugin is the cause of the segfault.

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael
Adding wins to nsswitch.conf and removing package rhythmbox-ubuntuone-
music-store had the following effect: Rhythmbox would now launch
properly and the interface appeared to be working; however, clicking on
the Last.fm category on the left immediately crashes rhythmbox.
Additionally, hovering the mouse cursor over that Last.fm category
appears to crash rhythmbox.

I'm attaching a debug file created with:
rhythmbox --debug | rhythmbox-crash-debug-0.txt

...and a second file containing the console output.

It shows a problem with the audioscrobbler feature of Last.fm.

Neither this Last.fm problem, nor the Ubuntu One Music Store problem,
occurs when wins is removed from nsswitch.conf.

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael

** Attachment added: Last.fm crash (DEBUG output only)
   http://launchpadlibrarian.net/45710783/rhythmbox-crash-debug-0.txt

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael

** Attachment added: Last.fm crash (same crash, except this is CONSOLE output 
only)
   http://launchpadlibrarian.net/45710817/rhythmbox-crash-debug-0-console.txt

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Michael
Nope, it's all still to do with Ubuntu One Music Store.

To summarize my findings so far:

Case 1:
 rhythmbox-ubuntuone-music-store package INSTALLED
 wins entry REMOVED in nsswitch.conf
Result: Works fine.

Case 2:
 rhythmbox-ubuntuone-music-store package INSTALLED
 wins entry PRESENT in nsswitch.conf
Result: Launch immediately segfaults.

Case 3:
 rhythmbox-ubuntuone-music-store package REMOVED
 wins entry PRESENT in nsswitch.conf
Result: Launches fine but crashes after a few seconds, consistently with error 
about Ubuntu One Music Store.

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 570648] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-27 Thread Sebastien Bacher
** Package changed: rhythmbox (Ubuntu) = libubuntuone (Ubuntu)

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/570648
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs