[Webkit-unassigned] [Bug 17932] New: "ASSERTION FAILED: type != Continue" with do/white and try/finally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 18 18:38:48 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17932

           Summary: "ASSERTION FAILED: type != Continue" with do/white and
                    try/finally
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jruderman at gmail.com
OtherBugsDependingO 13638
             nThis:


This script:

  do try { continue; } finally { } while (0);

triggers an assertion failure in a Debug ToT testksj:

ASSERTION FAILED: type != Continue
(/Users/jruderman/WebKit/JavaScriptCore/kjs/ExecState.h:117 void
KJS::ExecState::setCompletionType(KJS::ComplType))

The script doesn't seem to cause any problems in a Release (as opposed to
Debug) build.


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



More information about the webkit-unassigned mailing list