You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tis error happens when calling free(stream->main_data); in mad_stream_finish().
I have doubl checked if there is a double free, but as far as I could see there is non in the first place.
Not in the Mixxx code and not in the library code.
But I am affraid we have a race condition with CachingReader::~CachingReader() because this is called from outside the worker thread, without a check if the worker is still running.
Reported by: daschuer
Date: 2013-06-23T15:31:05Z
Status: Invalid
Importance: Critical
Launchpad Issue: lp1193853
here is the tail of the mixxx.log:
The text was updated successfully, but these errors were encountered: