Modify ↓
Opened 18 years ago
Closed 17 years ago
#5076 closed defect (worksforme)
Exception related to DB pool when closing trac
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | general | Version: | devel |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I run trac via WSGI on m2twisted, when I end the program with ctrl-c the following exception is shown:
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method PooledConnection.__del__ of <trac.db.pool.PooledConnection object at 0x8f5334c>> ignored
System info:
Trac: 0.11dev-r5116 Python: 2.5 (r25:51908, Mar 26 2007, 11:29:24) [GCC 3.3.5 (Debian 1:3.3.5-13)] setuptools: 0.6c5 SQLite: 3.3.13 pysqlite: 2.3.2 Genshi: 0.4dev-r509 Pygments: 0.7.1 Subversion: 1.4.3 (r23084)
Is it relevant ?
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Questions like this should be asked on the MailingList. Tickets are for bug reports or enhancement requests.