Opened 5 years ago

Last modified 5 years ago

#13113 new Bugs

OperationalError: could not extend file "base/19263/19289": No space left on deviceHINT: Check free disk space.

Reported by: anonymous Owned by: Douglas Gregor
Milestone: To Be Determined Component: trac / subversion
Version: Boost 1.63.0 Severity: Problem
Keywords: Cc:

Description

How to Reproduce

While doing a GET operation on /query, Trac issued an internal error.

pressed middle mouse click on a keyword in a bug report

Request parameters:

{u'keywords': u'~multi_index', u'status': u'!closed'}

User agent: #USER_AGENT#

System Information

System information not available

Enabled Plugins

Plugin information not available

Interface Customization

Interface customization information not available

Python Traceback

Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 623, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 260, in dispatch
    req.send(output, content_type or 'text/html')
  File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 683, in send
    self.send_response(status)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 109, in send_response
    self.session.save()
  File "build/bdist.linux-x86_64/egg/trac/web/session.py", line 169, in save
    """, (self.sid, self.last_visit, authenticated))
  File "build/bdist.linux-x86_64/egg/trac/db/util.py", line 128, in execute
    cursor.execute(query, params if params is not None else [])
  File "build/bdist.linux-x86_64/egg/trac/db/util.py", line 72, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
OperationalError: could not extend file "base/19263/19289": No space left on device
HINT:  Check free disk space.

Change History (1)

comment:1 by Daniel James, 5 years ago

Component: websitetrac / subversion
Owner: changed from René Rivera to Douglas Gregor
Note: See TracTickets for help on using tickets.