Modify ↓
Opened 13 years ago
Closed 13 years ago
#10257 closed defect (cantfix)
MemoryError:
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /admin/accounts/users
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'accounts', 'panel_id': u'users', 'path_info': None}
User agent: Mozilla/4#0 #compatible; MSIE 8#0; Windows NT 5#2; WOW64; Trident/4#0#
System Information
Trac | 0#12#1
|
Babel | 0#9#5
|
CustomFieldAdmin | 0#2#5
|
Genshi | 0#6
|
mod_python | 3#3#1
|
MySQL | server: "5#1#41", client: "5#1#33", thread-safe: 1
|
MySQLdb | 1#2#2
|
Python | 2#6#6 #r266:84297, Aug 24 2010, 18:46:32# #MSC v#1500 32 bit #Intel##
|
setuptools | 0#6c12
|
Subversion | 1#6#1 #r37116#
|
jQuery | 1#4#2
|
Enabled Plugins
Python Traceback
Traceback #most recent call last#: File "build\bdist#win32\egg\trac\web\main#py", line 511, in _dispatch_request dispatcher#dispatch#req# File "build\bdist#win32\egg\trac\web\main#py", line 237, in dispatch resp = chosen_handler.process_request#req# File "build\bdist.win32\egg\trac\admin\web_ui.py", line 116, in process_request path_info# File "build\bdist.win32\egg\acct_mgr\admin.py", line 132, in render_admin_panel return self._do_users#req# File "build\bdist.win32\egg\acct_mgr\admin.py", line 263, in _do_users for username in mgr.get_users##: File "build\bdist.win32\egg\acct_mgr\api.py", line 160, in get_users users.extend#store.get_users### MemoryError
Attachments (0)
Note:
See TracTickets
for help on using tickets.
The
MemoryError
tends to indicate an out-of-memory condition. This is an InstallationIssue, or possibly a PluginIssue, as the error happens in th:AccountManagerPlugin.