[Webkit-unassigned] [Bug 63123] New: run-webkit-websocketserver fails to stop websocket server

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 02:04:54 PDT 2011


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

           Summary: run-webkit-websocketserver fails to stop websocket
                    server
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yutak at chromium.org
                CC: ojan at chromium.org, dpranke at chromium.org


If you manually run run-webkit-websocketserver, it fails to stop the pywebsocket server and leaks the process. It's probably caused by r89400.

$ Tools/Scripts/run-webkit-websocketserver 
Starting Web Socket server...
Started.
Hit [ENTER] to stop it.
Stopping Web Socket server...
Traceback (most recent call last):
  File "/usr/local/google/home/yutak/build/Chromium/src/third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver", line 108, in <module>
    main()
  File "/usr/local/google/home/yutak/build/Chromium/src/third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver", line 105, in main
    pywebsocket.stop(force=True)
TypeError: stop() got an unexpected keyword argument 'force'
Stopped.

$ ps aux |grep pywebsocket
yutak    18693  0.0  0.0  48324  9548 pts/2    S    17:58   0:00 /usr/bin/python -u .../pywebsocket/mod_pywebsocket/standalone.py --server-host 127.0.0.1 --port 8880 ...
yutak    18788  0.0  0.0   6468   900 pts/2    S+   18:02   0:00 grep pywebsocket

-- 
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