1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
|
---input---
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 314, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 186, in dispatch
req.session = Session(self.env, req)
File "/usr/lib/python2.3/site-packages/trac/web/session.py", line 52, in __init__
self.promote_session(sid)
File "/usr/lib/python2.3/site-packages/trac/web/session.py", line 125, in promote_session
"AND authenticated=0", (sid,))
File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 47, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 44, in execute
args or [])
File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 36, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: database is locked
---tokens---
'' Generic.Traceback
' File ' Text
'"/usr/lib/python2.3/site-packages/trac/web/main.py"' Name.Builtin
', line ' Text
'314' Literal.Number
', in ' Text
'dispatch_request' Name
'\n' Text
' ' Text
'dispatcher' Name
'.' Operator
'dispatch' Name
'(' Punctuation
'req' Name
')' Punctuation
'\n' Text
' File ' Text
'"/usr/lib/python2.3/site-packages/trac/web/main.py"' Name.Builtin
', line ' Text
'186' Literal.Number
', in ' Text
'dispatch' Name
'\n' Text
' ' Text
'req' Name
'.' Operator
'session' Name
' ' Text
'=' Operator
' ' Text
'Session' Name
'(' Punctuation
'self' Name.Builtin.Pseudo
'.' Operator
'env' Name
',' Punctuation
' ' Text
'req' Name
')' Punctuation
'\n' Text
' File ' Text
'"/usr/lib/python2.3/site-packages/trac/web/session.py"' Name.Builtin
', line ' Text
'52' Literal.Number
', in ' Text
'__init__' Name
'\n' Text
' ' Text
'self' Name.Builtin.Pseudo
'.' Operator
'promote_session' Name
'(' Punctuation
'sid' Name
')' Punctuation
'\n' Text
' File ' Text
'"/usr/lib/python2.3/site-packages/trac/web/session.py"' Name.Builtin
', line ' Text
'125' Literal.Number
', in ' Text
'promote_session' Name
'\n' Text
' ' Text
'"' Literal.String.Double
'AND authenticated=0' Literal.String.Double
'"' Literal.String.Double
',' Punctuation
' ' Text
'(' Punctuation
'sid' Name
',' Punctuation
')' Punctuation
')' Punctuation
'\n' Text
' File ' Text
'"/usr/lib/python2.3/site-packages/trac/db/util.py"' Name.Builtin
', line ' Text
'47' Literal.Number
', in ' Text
'execute' Name
'\n' Text
' ' Text
'return' Keyword
' ' Text
'self' Name.Builtin.Pseudo
'.' Operator
'cursor' Name
'.' Operator
'execute' Name
'(' Punctuation
'sql_escape_percent' Name
'(' Punctuation
'sql' Name
')' Punctuation
',' Punctuation
' ' Text
'args' Name
')' Punctuation
'\n' Text
' File ' Text
'"/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py"' Name.Builtin
', line ' Text
'44' Literal.Number
', in ' Text
'execute' Name
'\n' Text
' ' Text
'args' Name
' ' Text
'or' Operator.Word
' ' Text
'[' Punctuation
']' Punctuation
')' Punctuation
'\n' Text
' File ' Text
'"/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py"' Name.Builtin
', line ' Text
'36' Literal.Number
', in ' Text
'_rollback_on_error' Name
'\n' Text
' ' Text
'return' Keyword
' ' Text
'function' Name
'(' Punctuation
'self' Name.Builtin.Pseudo
',' Punctuation
' ' Text
'*' Operator
'args' Name
',' Punctuation
' ' Text
'*' Operator
'*' Operator
'kwargs' Name
')' Punctuation
'\n' Text
'OperationalError' Generic.Error
': ' Text
'database is locked' Name
'\n' Text
|