I end up having to restart my update_daemon.php fairly regularly. I see a lot of "undefined index" warnings being output by it, but I am unsure if any are the actual killer. Here's a sampling:
Notice: Undefined index: slash in /var/www/feeds/functions.php on line 429
Notice: Undefined index: title in /var/www/feeds/functions.php on line 685
Notice: Undefined index: content in /var/www/feeds/functions.php on line 694
Notice: Undefined index: both in /var/www/feeds/functions.php on line 703
Notice: Undefined index: link in /var/www/feeds/functions.php on line 713
Notice: Undefined index: id in /var/www/feeds/functions.php on line 357
Notice: Undefined index: dc in /var/www/feeds/functions.php on line 367
Notice: Undefined index: issued in /var/www/feeds/functions.php on line 368
Notice: Undefined index: updated in /var/www/feeds/functions.php on line 369
Notice: Undefined index: link_ in /var/www/feeds/functions.php on line 387
Notice: Undefined index: content:escaped in /var/www/feeds/functions.php on line 393
Notice: Undefined index: content:encoded in /var/www/feeds/functions.php on line 395
Notice: Undefined index: content in /var/www/feeds/functions.php on line 396
Notice: Undefined index: comments in /var/www/feeds/functions.php on line 415
Notice: Undefined index: dc in /var/www/feeds/functions.php on line 417
Notice: Undefined index: slash in /var/www/feeds/functions.php on line 429
Notice: Undefined index: title in /var/www/feeds/functions.php on line 685
Notice: Undefined index: content in /var/www/feeds/functions.php on line 694
Notice: Undefined index: both in /var/www/feeds/functions.php on line 703
Notice: Undefined index: link in /var/www/feeds/functions.php on line 713
Feed: http://www.newegg.com/Product/RSS.asp?Submit=RSSDailyDeals: (1862/1800, 1) Updating...
Notice: Undefined index: daemon in /var/www/feeds/functions.php on line 247
I'm unsure what other information I can offer to help track down this bug.