[Webkit-unassigned] [Bug 59283] New: wrong exception raised in Lighttpd start method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 23 14:04:52 PDT 2011


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

           Summary: wrong exception raised in Lighttpd start method
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,
when try to run the tests with lighttd server, for some reason server could not start.
Then I get following exception:

NameError: global name 'google' is not defined

Actually, in start method of Lighttpd class, 

> raise google.httpd_utils.HttpdNotStarted('Failed to start httpd.') 

raises a name error because google is not defined. This does not change much, as an exception is raised anyway. But may be it's better to raise a relevant exception.

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