#2452: traceback on page displayed
--------------------+------------------------
Reporter: virgilg | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Resolution:
Keywords: |
--------------------+------------------------
Comment (by dustin):
It looks like there's a sourcestamp in the db that refers to nonexistent
changes. The DB's consistency checks should prevent that, but SQLite
doesn't check such things.
Try running
{{{
select sourcestamp_changes.changeid from sourcestamp_changes left join
changes on sourcestamp_changes.changeid == changes.changeid where
changes.changeid is NULL;
}}}
to figure out what the offending change id's are. Then delete those from
`sourcestamp_changes`
--
Ticket URL: <http://trac.buildbot.net/ticket/2452#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits