Activity log for bug #381190

Date Who What changed Old value New value Message
2009-05-28 07:28:52 Evan bug added bug
2009-05-28 07:29:10 Evan tags git serve
2009-05-28 07:30:50 Evan description 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: ---------------------------------------- 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: ---------------------------------------- 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'] ---------------------------------------- Inspection of the origin git log shows that the change was never propagated upstream.
2009-05-28 10:55:44 Jelmer Vernooij bzr-git: status New Triaged
2009-05-28 10:56:10 Jelmer Vernooij bzr-git: importance Undecided Medium
2009-09-26 09:30:47 Jelmer Vernooij bzr-git: status Triaged Fix Released
2010-11-25 00:18:07 Jelmer Vernooij bzr-git: status Fix Released Triaged
2011-11-01 18:18:57 Jelmer Vernooij bzr-git: status Triaged Fix Released
2011-11-01 18:18:59 Jelmer Vernooij bzr-git: status Fix Released Fix Committed
2011-11-01 18:19:01 Jelmer Vernooij bzr-git: assignee Jelmer Vernooij (jelmer)
2011-11-03 13:20:22 Jelmer Vernooij bzr-git: status Fix Committed Fix Released
2011-11-03 13:20:25 Jelmer Vernooij bzr-git: milestone 0.6.4