alehouse / cantata

Automatically exported from code.google.com/p/cantata
GNU General Public License v3.0
1 stars 0 forks source link

Crash while refreshing database #596

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of Cantata?
SVN r5637

Which build? KDE, Qt4, Qt5, Windows, Ubuntu, Mac?
KDE, using ArchLinux and Qt4 4.8.6

What steps will reproduce the problem?
1. Open cantata
2. Select "refresh database"
3. Click "refresh"
-> Cantata crashes at that point

Original issue reported on code.google.com by martin.b...@googlemail.com on 25 Nov 2014 at 8:17

Attachments:

GoogleCodeExporter commented 9 years ago
Wow! Never seen this. Does it happen all the time, or was this a one off?

Thanks for the backtrace - it does help very much.

Original comment by craig.p....@gmail.com on 26 Nov 2014 at 9:49

GoogleCodeExporter commented 9 years ago
Another question, do some of your albums have music brainz ids? And is MPD 
configured to use these?

Original comment by craig.p....@gmail.com on 26 Nov 2014 at 10:38

GoogleCodeExporter commented 9 years ago
Still not recreated the crash, but I did see some errors in the code. These 
have now been fixed in trunk and branches/1.5 Can you update and confirm if 
these fix your issue?

Original comment by craig.p....@gmail.com on 26 Nov 2014 at 12:25

GoogleCodeExporter commented 9 years ago
Hi Craig,

Regarding your questions:
1. It happened multiple times, but only if I added music (not touching the 
collection + updating does NOT crash)
2. I usually don't maintain mbids, but some albums may have them
3. It seems that everything's fixed with r5639 :)

Thank you!

Original comment by martin.b...@googlemail.com on 27 Nov 2014 at 7:32

GoogleCodeExporter commented 9 years ago
Great, thanks for confirming the fix. As to mbids, you would also need to have 
configured MPD to use these (in the metadata_to_use setting). Anyhow, don't 
really think this was the issue (but there was an error due to this change)...

Original comment by craig.p....@gmail.com on 27 Nov 2014 at 8:04

GoogleCodeExporter commented 9 years ago
I'm using the default settings for this:
#metadata_to_use        
"artist,album,title,track,name,genre,date,composer,performer,disc"

-> "The default is to use all known tag types except for comments."
So my mpd is probably using them.

Thanks again for digging into this so quick :)

Original comment by martin.b...@googlemail.com on 27 Nov 2014 at 8:53