Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 10.10 - Clementine closes when viewing artist/song info #1036

Closed
Clementine-Issue-Importer opened this issue Dec 6, 2013 · 0 comments

Comments

@Clementine-Issue-Importer

From XLegs231 on December 07, 2010 00:35:04

What steps will reproduce the problem? 1. Select or play a song
2. Click on artist info or song info
3. Crash!!

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=1036

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on December 06, 2010 15:38:20

Can you try to get a backtrace?

In a terminal type:
gdb clementine
run
(wait for it to crash)
bt

And attach or paste the output here.

@Clementine-Issue-Importer
Copy link
Author

From XLegs231 on December 06, 2010 20:24:13

GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later < http://gnu.org/licenses/gpl.html >
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
< http://www.gnu.org/software/gdb/bugs/>.. .
Reading symbols from /usr/bin/clementine...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/clementine
[Thread debugging using libthread_db enabled]
[New Thread 0xb7d70b70 (LWP 5346)]
[New Thread 0xb73b0b70 (LWP 5347)]
virtual bool GnomeGlobalShortcutBackend::DoRegister()
[New Thread 0xb3fe7b70 (LWP 5348)]
[New Thread 0xb37e6b70 (LWP 5349)]
[New Thread 0xb2fe5b70 (LWP 5350)]
[Thread 0xb2fe5b70 (LWP 5350) exited]
[New Thread 0xb2fe5b70 (LWP 5351)]
[New Thread 0xb27e4b70 (LWP 5352)]
[New Thread 0xb1fe3b70 (LWP 5353)]
[New Thread 0xb17e2b70 (LWP 5354)]
[New Thread 0xb07e0b70 (LWP 5356)]
[New Thread 0xb0fe1b70 (LWP 5355)]
[New Thread 0xaffdfb70 (LWP 5357)]
[New Thread 0xaf5ffb70 (LWP 5358)]
[New Thread 0xaedfeb70 (LWP 5359)]
[New Thread 0xad9cbb70 (LWP 5360)]
[New Thread 0xa9148b70 (LWP 5361)]
[New Thread 0xa86a8b70 (LWP 5362)]
[Thread 0xa86a8b70 (LWP 5362) exited]
QUrl( " http://ws.audioscrobbler.com/2.0/?api_key=75d20fb472be99275392aefa2760ea09&artist=&lang=en&method=track.getInfo&track=Moeagare Toushi Ima Washiki Shukumei Wo Koete" )
[New Thread 0xa86a8b70 (LWP 5364)]
[New Thread 0xa74ffb70 (LWP 5365)]
[New Thread 0xa6cfeb70 (LWP 5366)]
[New Thread 0xa64fdb70 (LWP 5367)]
[New Thread 0xa5cfcb70 (LWP 5368)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xa6cfeb70 (LWP 5366)]
0x0660831a in _nss_wins_gethostbyname_r () from /lib/libnss_wins.so.2
(gdb) bt
#0 0x0660831a in _nss_wins_gethostbyname_r () from /lib/libnss_wins.so.2
#1 0x0660861f in _nss_wins_gethostbyname2_r () from /lib/libnss_wins.so.2
#2 0x032fa2de in ?? () from /lib/libc.so.6
#3 0x032fc3b5 in getaddrinfo () from /lib/libc.so.6
#4 0x02e07672 in ?? () from /usr/lib/libQtNetwork.so.4
#5 0x02dfb4a2 in ?? () from /usr/lib/libQtNetwork.so.4
#6 0x02ee4523 in ?? () from /usr/lib/libQtCore.so.4
#7 0x02eefdf9 in ?? () from /usr/lib/libQtCore.so.4
#8 0x0020ecc9 in start_thread () from /lib/libpthread.so.0
#9 0x033236be in clone () from /lib/libc.so.6

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on December 09, 2010 12:19:36

Looks like this same bug in winbind: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/529714 Try removing "wins" from your /etc/nsswitch.conf file

Status: Invalid

@Clementine-Issue-Importer
Copy link
Author

From XLegs231 on December 09, 2010 12:38:25

It worked but it broke my Samba browsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant