Page 1 of 1

segmentation fault in google cover fetcher

Posted: Sat Feb 05, 2011 6:03 pm
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.

segmentation fault in google cover fetcher

Posted: Sat Feb 05, 2011 6:06 pm
by tamalet
Can you do a backtrace when you get the error, please?
http://guayadeque.org/forums/index.php? ... /backtrace

segmentation fault in google cover fetcher

Posted: Mon Feb 07, 2011 12:17 am
by anonbeat
This should be fixed in svn revision 1468

Thanks for your bug report