segmentation fault in google cover fetcher

Use this category to discuss anything related to the development of Guayadeque.
Locked
mischa
Posts: 1
Joined: Sat Feb 05, 2011 5:44 pm

segmentation fault in google cover fetcher

Post by mischa »

there is a bug in the google cover fetcher which causes a segemantation fault from time to time. The implemented html parsing algorithm does not always detect the image entries correctly.
A possible workaround is changing line 126 (Google.cpp) to "break;" this makes the parser stop after the last cover entry.
tamalet
Posts: 490
Joined: Fri Sep 24, 2010 4:34 am

segmentation fault in google cover fetcher

Post by tamalet »

Can you do a backtrace when you get the error, please?
http://guayadeque.org/forums/index.php? ... /backtrace
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

segmentation fault in google cover fetcher

Post by anonbeat »

This should be fixed in svn revision 1468

Thanks for your bug report
Locked