Ticket #193 (new task)

Opened 3 years ago

Last modified 1 year ago

Automatic Error Reporting (Server Side)

Reported by: jan Assigned to:
Priority: minor Milestone: Advanced Multiplayer Demo
Component: Game engine Keywords:
Cc:

Description

A general outline of the server side follows.

  • bundle (generated by client side - see #192) is received and given a unique name.
  • it is added to the list of pending bug reports.
  • periodically, someone could manually wade through them, and file Trac bugs for any that are actually new.

Ideally, this would be automated. Filing trac bugs programmatically ought not be a problem. Classifying them as old or not would require some logic. The error locus can be used as one criteria; the exact message text (if exactly equal, it's a dupe) is another.

If the above automated approach is in place, it would be nice to send back a link to the user showing the Trac ticket's page. They could then see the status of the bug and any workarounds/fixes in the comments.

Attachments

0ad.tar.bz2 (110.5 kB) - added by inigo on 2007-04-08 12:01:53.
Report bug server side source

Change History

2007-03-20 17:51:33 changed by inigo

  • status changed from new to assigned.

2007-04-08 12:01:53 changed by inigo

  • attachment 0ad.tar.bz2 added.

Report bug server side source

2009-07-14 10:34:25 changed by feneur

  • owner deleted.
  • status changed from assigned to new.