[Webkit-unassigned] [Bug 32058] New: pywebsocket should log a more friendly error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 00:38:02 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32058

           Summary: pywebsocket should log a more friendly error.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Enhancement
          Priority: P5
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org


pywebsocket shows following log now:
[2009-12-01 22:43:55,992] [WARNING] root: mod_pywebsocket:
web_socket_transfer_data raised exception: Traceback (most recent call last):
  File
"/Volumes/Big/WebKit-BuildSlave/leopard-intel-debug-tests/build/WebKitTools/pywebsocket/mod_pywebsocket/dispatch.py",
line 179, in transfer_data
    transfer_data_(request)
  File "<string>", line 38, in web_socket_transfer_data
  File
"/Volumes/Big/WebKit-BuildSlave/leopard-intel-debug-tests/build/WebKitTools/pywebsocket/mod_pywebsocket/msgutil.py",
line 52, in send_message
    request.connection.write('\x00' + message.encode('utf-8') + '\xff')
  File "WebKitTools/pywebsocket/mod_pywebsocket/standalone.py", line 118, in
write
    return self._request_handler.wfile.write(data)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/socket.py",
line 262, in write
    self.flush()
  File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/socket.py",
line 249, in flush
    self._sock.sendall(buffer)
  File "<string>", line 1, in sendall
error: (32, 'Broken pipe')

the server should log a more friendly error to indicate what happened rather
than logging a backtrace.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list