Comment 15 for bug 366091

Revision history for this message
Max Linke (max-linke) wrote :

Ok I've found the place where the segfault is generated but I have absolutly no idea why

The segfault is thrown when setArtist of TrackInfoObject is called,
QMutexLocker lock(&m_qMutex);

for me this looks we give lock sum chunk adress. I have no Idea why this happens.
The setArtist method is orignially called in ryhtemboxtablemodel.cpp getTrack()