[Alsaplayer-devel] AlsaNode.cpp, OpenSuse10, Line 476
Christian Werner Becker
cb at cwbecker.de
Tue May 16 14:56:13 BST 2006
Hi all!
I just compiled alsaplayer successfully on OpenSuse10 but after starting
I immediately get a SIGSEGV in Line 476 of AlsaNode.cpp:
void AlsaNode::StopStreaming()
{
assert(plugin);
if (plugin->start_callbacks) {
return;
}
looping = false;
if (pthread_join(looper_thread, NULL)) {
// Hmmm
<------------------------------------------??????????????????????????????
}
}
That's a joke, isnt it?
Greetings,
Christian
More information about the alsaplayer-devel
mailing list