[viewvc-users] viewvc-standalone crashing
Nick Tompson <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <1556192929.402.1316239167951.JavaMail.httpd__4774.17207225717$1316442874$gmane$org@localhost> |
I am running Ubuntu Server 11.04 with Python 2.7 and viewvc 1.1.5 and noticed that it will just randomly crashed.
I am able to reproduce the issue 100% of the time by constantly pressing F5 on the viewvc web page. The following is what is outputted by viewvc-standalone when the process crashes:
Traceback (most recent call last):
File "/usr/bin/viewvc-standalone", line 682, in <module>
cli(sys.argv)
File "/usr/bin/viewvc-standalone", line 633, in cli
serve(options.host, options.port, ready)
File "/usr/bin/viewvc-standalone", line 337, in serve
ViewVC_Server(host, port, callback).serve_until_quit()
File "/usr/bin/viewvc-standalone", line 274, in serve_until_quit
self.handle_request()
File "/usr/lib/python2.7/SocketServer.py", line 269, in handle_request
self._handle_request_noblock()
File "/usr/lib/python2.7/SocketServer.py", line 286, in _handle_request_noblock
self.handle_error(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 339, in handle_error
print '-'*40
File "/usr/lib/python2.7/socket.py", line 324, in write
self.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
socket.error: [Errno 32] Broken pipe
------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2840094
To unsubscribe from this discussion, e-mail: [[email protected]].