Changes between Version 8 and Version 9 of QtWebKitPerformanceWork


Ignore:
Timestamp:
Dec 21, 2009 5:31:28 PM (14 years ago)
Author:
dbates@webkit.org
Comment:

Add section Common Windows Errors and describe port 80 already in use error

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitPerformanceWork

    v8 v9  
    4141The Performance utilitiy has identified a set of work areas in the performance utilities themselves, QtWebKit and Qt. The backlog will contain a summary, and some description of how to carry out the change.
    4242See the [wiki:QtBackLog Qt/QtWebKit backlog] and [wiki:QtWebKitPerformanceToolBackLog: Performance backlog] for more information on work items.
     43
     44=== Common Windows Errors ===
     45
     46==== Microsoft Visual C++ Runtime Error when you run http_server ====
     47If you see an error dialog with a message of the form:
     48{{{
     49Runtime Error!
     50Program: ...performance\host-tools\http_server\debug\http_server.exe
     51
     52This application has requested the Runtime to terminate it in an unusual way.
     53Please contact the application's support team for more information.
     54}}}
     55then http_server could not bind to port 80 because another application/service is already using it. Hence, you must quit the application/service that is using port 80 before running http_server.