For me it appears to be this line in particular:
add_image_size( 'recent-posts', 98, 119, true );
When I changed it to 100 pixels, it works again.
add_image_size( 'recent-posts', 100, 119, true );
edit: I have about 5 other add_image_size functions that work perfectly, just this one was giving me trouble.