c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #10309
[Bug 522230] Re: ftp_server memory error
Can you please write the steps to reproduce the error. So i can proceed
further in this bug. Hope you will cooperate with this.
Thanks.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/522230
Title:
ftp_server memory error
Status in OpenObject Addons Modules:
Incomplete
Bug description:
branch-server 1902
branch-addons official 2580
although this service is actually NOT accessed by anyone this error occured - restart necesary
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib64/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/home/terp/OpenERP/branch/server/5.0/bin/addons/document/ftpserver/__init__.py", line 93, in run
ftpd.serve_forever()
File "/home/terp/OpenERP/branch/server/5.0/bin/addons/document/ftpserver/ftpserver.py", line 3001, in serve_forever
asyncore.loop(timeout=1.0, use_poll=False)
File "/usr/lib64/python2.5/asyncore.py", line 191, in loop
poll_fun(timeout, map)
File "/usr/lib64/python2.5/asyncore.py", line 116, in poll
e.append(fd)
MemoryError
Follow ups