----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 55911)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/SocketServer.py", line 222, in handle_request
self.process_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/SocketServer.py", line 241, in process_request
self.finish_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/SocketServer.py", line 522, in __init__
self.handle()
File "/opt/local/lib/python2.5/site-packages/dulwich/server.py", line 235, in handle
h.handle()
File "/opt/local/lib/python2.5/site-packages/dulwich/server.py", line 213, in handle
self.backend.apply_pack(client_refs, self.proto.read)
File "/opt/local/lib/python2.5/site-packages/bzrlib/plugins/git/server.py", line 86, in apply_pack
entries = p.sorted_entries()
File "/opt/local/lib/python2.5/site-packages/dulwich/pack.py", line 633, in sorted_entries
ret = list(self.iterentries(resolve_ext_ref, progress=progress))
File "/opt/local/lib/python2.5/site-packages/dulwich/pack.py", line 622, in iterentries
raise KeyError([sha_to_hex(h) for h in postponed.keys()])
KeyError: ['7fff6cdb4fdb96aa146bb8e7f6d32a6f9c9b2882', '8ecf2ecf90e02445cabd746de4fea549a4ab4b00', '1d68f24e614fb3b0b0393471bf7a2a2ca0147731', 'f953ffd983aa7a470a43e8b413459d4c06c23dea', 'a9dd9d7e03fa462888f97b0161c78a7cef0e7c70', '32321c23471b0189fa25fbf6ea37128927cb5259', '0948725e553261553bb3d21af9dfd94c1e4833e2', 'e5dffe5b1567a206853a5335ef4fa04628b7bd4d', '7c090b4d47a17338865079b16d97d829bc4e290e', '864c042bca306f7551c72c87bfee83b70e9bfdc4']
----------------------------------------
Git push hangs indefinitely:
$ git push
localhost[0: ::1]: errno=Connection refused
localhost[0: fe80::1]: errno=Connection refused
Counting objects: 22, done.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (15/15), 1.86 KiB, done.
Total 15 (delta 12), reused 0 (delta 0)
^C
Traceback after control-C:
------- ------- ------- ------- ------- ----- Library/ Frameworks/ Python. framework/ Versions/ 2.5/lib/ python2. 5/SocketServer. py", line 222, in handle_request process_ request( request, client_address) Library/ Frameworks/ Python. framework/ Versions/ 2.5/lib/ python2. 5/SocketServer. py", line 241, in process_request finish_ request( request, client_address) Library/ Frameworks/ Python. framework/ Versions/ 2.5/lib/ python2. 5/SocketServer. py", line 254, in finish_request RequestHandlerC lass(request, client_address, self) Library/ Frameworks/ Python. framework/ Versions/ 2.5/lib/ python2. 5/SocketServer. py", line 522, in __init__ lib/python2. 5/site- packages/ dulwich/ server. py", line 235, in handle lib/python2. 5/site- packages/ dulwich/ server. py", line 213, in handle backend. apply_pack( client_ refs, self.proto.read) lib/python2. 5/site- packages/ bzrlib/ plugins/ git/server. py", line 86, in apply_pack lib/python2. 5/site- packages/ dulwich/ pack.py" , line 633, in sorted_entries iterentries( resolve_ ext_ref, progress=progress)) lib/python2. 5/site- packages/ dulwich/ pack.py" , line 622, in iterentries [sha_to_ hex(h) for h in postponed.keys()]) 6aa146bb8e7f6d3 2a6f9c9b2882' , '8ecf2ecf90e024 45cabd746de4fea 549a4ab4b00' , '1d68f24e614fb3 b0b0393471bf7a2 a2ca0147731' , 'f953ffd983aa7a 470a43e8b413459 d4c06c23dea' , 'a9dd9d7e03fa46 2888f97b0161c78 a7cef0e7c70' , '32321c23471b01 89fa25fbf6ea371 28927cb5259' , '0948725e553261 553bb3d21af9dfd 94c1e4833e2' , 'e5dffe5b1567a2 06853a5335ef4fa 04628b7bd4d' , '7c090b4d47a173 38865079b16d97d 829bc4e290e' , '864c042bca306f 7551c72c87bfee8 3b70e9bfdc4' ] ------- ------- ------- ------- -----
Exception happened during processing of request from ('127.0.0.1', 55911)
Traceback (most recent call last):
File "/opt/local/
self.
File "/opt/local/
self.
File "/opt/local/
self.
File "/opt/local/
self.handle()
File "/opt/local/
h.handle()
File "/opt/local/
self.
File "/opt/local/
entries = p.sorted_entries()
File "/opt/local/
ret = list(self.
File "/opt/local/
raise KeyError(
KeyError: ['7fff6cdb4fdb9
-------