[Webkit-unassigned] [Bug 12692] New: Assertion failure in editing context menu code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 8 00:33:20 PST 2007


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

           Summary: Assertion failure in editing context menu code
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P1
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bdakin at apple.com


radar: 4983949

We are hitting the ASSERT_NOT_REACHED() at the end of
fixMenusReceivedFromOldClients() every time we try to bring up and editing
context menu in TOT. We are hitting the assert because all of the comparisons
are failing. It should be sufficient to compare addresses since UI_STRING
*should* return the same exact string every time, but for some reason, our menu
titles, though identical in content, are not identical in address to the
strings being generated by UI_STRING. 

One possible solution is to do a real string comparison, but this should not be
necessary. Did something change to UI_STRING recently so that we do not always
return the same exact string?

But! If I call UI_STRING twice in a row inside
fixMenusReceivedFromOldClients(), it does return the same *exact* string twice.


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