Html Cleaner (http://htmlcleaner.sourceforge.net/) is used in EasyRSS as HTML parser, to find out the images inside the items, and to clean up redundant HTML tags. But when parsing a certain item, the parser itself crashes, causing a stack overflow error in my app.
I've been working for hours to find out where the problem is, and later, I found the actual problem is that there're over 1'000 continuous <wbr> tags in the document (I guess it's the reason). It's a disaster to devices with smaller stack sizes.
Anyway, I think it's still a bug of Html Cleaner, and I've reported it.
http://sourceforge.net/tracker/?func=detail&aid=3379412&group_id=183053&atid=903696