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

mpdcron: free(): invalid pointer: 0x089c4f60 #8

Open
Dieterbe opened this issue Aug 22, 2010 · 1 comment
Open

mpdcron: free(): invalid pointer: 0x089c4f60 #8

Dieterbe opened this issue Aug 22, 2010 · 1 comment

Comments

@Dieterbe
Copy link

using 9638d9c

log and stacktrace : http://sprunge.us/Djid

@Dieterbe
Copy link
Author

Hmm.
Consider the following ways to specify your password in mpdcron.conf:
1: "password = mypass"
2: "password = md5:md5ofmypass"
3: "password = notmypass"

Method 1 has always worked fine. The problem here is ever since I'm using method 2.
Note that last.fm does accept the format, because with method 3 the app will say:

[scrobbler] [last.fm] handshake failed, username or password incorrect (BADAUTH)
[scrobbler] [last.fm] waiting 60 seconds before trying again

with option 2 I get:
[scrobbler] [last.fm] handshake successful
and so on.

What happens is (after submitting 1 song):
mpdcron: scrobbler-submit.c:296: scrobbler_handshake_callback: Assertion `scrobbler->state == SCROBBLER_STATE_HANDSHAKE' failed.

Program received signal SIGABRT, Aborted.
0xb7fe1424 in __kernel_vsyscall ()

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