[wp-trac] [WordPress Trac] #57348: OperationalError: database is locked

WordPress Trac noreply at wordpress.org
Sun Dec 18 10:42:55 UTC 2022


#57348: OperationalError: database is locked
--------------------------+-----------------------------
 Reporter:  code1800      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 ==== How to Reproduce ====

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

 ''(please provide additional details here)''

 Request parameters:
 {{{
 {}
 }}}

 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 204, in
 save
     session_saved = True
   File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 155, in
 __exit__
     self.db.commit()
 OperationalError: database is locked
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/57348>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list