Ticket #77 (new defect)

Opened 2 years ago

Last modified 1 year ago

painting

Reported by: anonymous Assigned to: dslovin
Priority: major Milestone:
Component: gui (not web) Version: 1.0.7
Keywords: painting Cc: painting

Description

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.

Change History

06/20/06 23:31:17 changed by anonymous

As always, restarting the update_daemon works without any issue.

06/20/06 23:57:58 changed by fox

Yep, sometimes daemon dies for no apparent reason. It will also die if, for example, database connection is reset.

The best way to cope with this for the time being is wrap it into some kind of restarting script.

E.g. while true; do ./update_daemon.php; done.

Lack of exceptions in PHP4 prevents me from cooking more "kosher" solution to this problem.

07/07/07 05:22:52 changed by anonymous

  • type changed from defect to task.
  • version set to 1.2.12.
  • component changed from backend to interface.
  • milestone set to 1.2.13.

07/07/07 06:26:39 changed by anonymous

  • priority changed from major to blocker.
  • type changed from task to enhancement.
  • version changed from 1.2.12 to 1.1.5.
  • component changed from interface to mobile.
  • milestone deleted.

07/07/07 06:27:20 changed by anonymous

  • owner changed from fox to dslovin.
  • priority changed from blocker to major.
  • version changed from 1.1.5 to 1.0.7.
  • component changed from mobile to gui (not web).
  • type changed from enhancement to defect.