After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 407795 - 'MySQL server has gone away' querying bonsai history
'MySQL server has gone away' querying bonsai history
Status: RESOLVED OBSOLETE
Product: sysadmin
Classification: Infrastructure
Component: Git
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2007-02-14 09:09 UTC by Ross Golder
Modified: 2011-03-22 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Golder 2007-02-14 09:09:18 UTC
Example URL:

http://svn.gnome.org/viewcvs/gtk%2B/?view=query&dir=&file=&file_match=exact&who=amitakhya&who_match=exact&querysort=date&date=hours&hours=2&mindate=&maxdate=

Gives:

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
  • File "/var/www/viewcvs-web/lib/viewcvs.py", line 3397 in main
    request.run_viewcvs()
  • File "/var/www/viewcvs-web/lib/viewcvs.py", line 370 in run_viewcvs
    self.view_func(self)
  • File "/var/www/viewcvs-web/lib/viewcvs.py", line 3212 in view_query
    db.RunQuery(query)
  • File "/var/www/viewcvs-web/lib/cvsdb.py", line 404 in RunQuery
    cursor.execute(sql)
  • File "/usr/lib/python2.4/site-packages/MySQLdb/cursors.py", line 137 in execute
    self.errorhandler(self, exc, value)
  • File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 33 in defaulterrorhandler
    raise errorclass, errorvalue
OperationalError: (2006, 'MySQL server has gone away')