雑談

b390b322 :Anonymous vdsv8i7lEuk 2011-02-02 03:02
>>40a618ce
朔の時だけでふ(´Д⊂ヽ

エラーメッセージはこんな感じです
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 1056)
Traceback (most recent call last):
File "C:\program files\Python27\lib\SocketServer.py", line 582, in process_req
uest_thread
self.finish_request(request, client_address)
File "C:\program files\Python27\lib\SocketServer.py", line 323, in finish_requ
est
self.RequestHandlerClass(request, client_address, self)
File "C:\program files\Python27\lib\SocketServer.py", line 639, in __init__
self.handle()
File "C:\program files\Python27\lib\BaseHTTPServer.py", line 337, in handle
self.handle_one_request()
File "C:\program files\Python27\lib\BaseHTTPServer.py", line 325, in handle_on
e_request
method()
File "C:\program files\Python27\lib\SimpleHTTPServer.py", line 43, in do_GET
f = self.send_head()
File "D:\Program Files\saku-3.9.0\shingetsu\LightCGIHTTPServer.py", line 115,
in send_head
return CGIHTTPServer.CGIHTTPRequestHandler.send_head(self)
File "C:\program files\Python27\lib\CGIHTTPServer.py", line 68, in send_head
return self.run_cgi()
File "D:\Program Files\saku-3.9.0\shingetsu\LightCGIHTTPServer.py", line 234,
in run_cgi
cgiobj.start()
File "D:\Program Files\saku-3.9.0\shingetsu\basecgi.py", line 101, in start
talk: http://122.132.111.126:8000/server.cgi/ping
self.run()
File "D:\Program Files\saku-3.9.0\shingetsu\client_cgi.py", line 124, in run
self.do_sync()
File "D:\Program Files\saku-3.9.0\shingetsu\client_cgi.py", line 188, in do_sy
nc
cachelist.getall(timelimit=self.timelimit)
File "D:\Program Files\saku-3.9.0\shingetsu\cache.py", line 813, in getall
cache.search(searchlist=searchlist, myself=myself)
File "D:\Program Files\saku-3.9.0\shingetsu\cache.py", line 773, in search
self.get_with_range(node)
File "D:\Program Files\saku-3.9.0\shingetsu\cache.py", line 664, in get_with_r
ange
count = self.check_data(res, begin=begin, end=now)
File "D:\Program Files\saku-3.9.0\shingetsu\cache.py", line 603, in check_data

if (len(i) > config.record_limit*1024) or spam.check(i):
File "D:\Program Files\saku-3.9.0\shingetsu\spam.py", line 46, in check
tmp = cached_rules.check(recstr, 'utf-8')
File "D:\Program Files\saku-3.9.0\shingetsu\conflist.py", line 126, in check
if r.search(target):
MemoryError
----------------------------------------
Powered by shinGETsu.