This is old and solved but I just had the same problem like lerizzle. Maybe this helps someone. Was on my dev install.
In my case i had to delete an old sticky option in wp_options database table. There was an old post marked sticky that did not exists anymore.
get_option( 'sticky_posts' ) found an post_id that does not exists anymore and tried to display this one.