新月の開発

412b4274 :Anonymous 2010-05-31 22:39
バグレポートなう

----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 53796)
Traceback (most recent call last):
File "C:\Python26\lib\SocketServer.py", line 558, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python26\lib\SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python26\lib\SocketServer.py", line 615, in __init__
self.handle()
File "C:\Python26\lib\BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "C:\Python26\lib\BaseHTTPServer.py", line 323, in handle_one_request
method()
File "C:\Python26\lib\SimpleHTTPServer.py", line 43, in do_GET
f = self.send_head()
File "G:\saku.2010-01-01\shingetsu\LightCGIHTTPServer.py", line 115, in send_head
return CGIHTTPServer.CGIHTTPRequestHandler.send_head(self)
File "C:\Python26\lib\CGIHTTPServer.py", line 68, in send_head
return self.run_cgi()
File "G:\saku.2010-01-01\shingetsu\LightCGIHTTPServer.py", line 234, in run_cgi
cgiobj.start()
File "G:\saku.2010-01-01\shingetsu\basecgi.py", line 101, in start
self.run()
File "G:\saku.2010-01-01\shingetsu\client_cgi.py", line 127, in run
self.do_moonlight()
File "G:\saku.2010-01-01\shingetsu\client_cgi.py", line 200, in do_moonlight
result = cache.search()
File "G:\saku.2010-01-01\shingetsu\cache.py", line 719, in search
self.get_with_range(node)
File "G:\saku.2010-01-01\shingetsu\cache.py", line 612, in get_with_range
count = self.check_data(res, begin=begin, end=now)
File "G:\saku.2010-01-01\shingetsu\cache.py", line 540, in check_data
for i in res:
File "G:\saku.2010-01-01\shingetsu\node.py", line 158, in __iter__
for line in self.fp:
File "C:\Python26\lib\gzip.py", line 438, in next
line = self.readline()
File "C:\Python26\lib\gzip.py", line 393, in readline
c = self.read(readsize)
File "C:\Python26\lib\gzip.py", line 219, in read
self._read(readsize)
File "G:\saku.2010-01-01\shingetsu\node.py", line 137, in _read
uncompress = self.decompress.decompress(buf)
error: Error -3 while decompressing: invalid code lengths set
----------------------------------------
Powered by shinGETsu.