| Summary: | KsCD crashes when I try to play a CD | ||
|---|---|---|---|
| Product: | [Unmaintained] kscd | Reporter: | Jeff Trull <jetrull> |
| Component: | general | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | bcooksley, fabo, jb, martin.sandsmark, myriam |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 1.5 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kscd/b3a6b47eac52bf42cbfee0a428b070b9b388f902 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jeff Trull
2013-08-24 03:14:41 UTC
void MediaObject::addSink(SinkNode *node)
{
Q_ASSERT(!m_sinks.contains(node));
m_sinks.append(node);
}
seems to me kscd tried to connect(ao, mo) even though they were previously connected and not disconnected meanwhile
Git commit b3a6b47eac52bf42cbfee0a428b070b9b388f902 by Harald Sitter. Committed on 30/09/2013 at 14:38. Pushed by sitter into branch 'master'. do not create paths more than once M +2 -1 hwcontroler.cpp http://commits.kde.org/kscd/b3a6b47eac52bf42cbfee0a428b070b9b388f902 |