[Webkit-unassigned] [Bug 47856] New: WebKit hangs when running in editing mode on windows (tested on 7 and XP) when using the keyboard to get over links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 15:42:48 PDT 2010


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

           Summary: WebKit hangs when running in editing mode on windows
                    (tested on 7 and XP) when using the keyboard to get
                    over links
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rokempes at yahoo.com


Created an attachment (id=71093)
 --> (https://bugs.webkit.org/attachment.cgi?id=71093&action=review)
Executable and source of the hang program

When in editing mode, for example on google.com, if I move the carret from right to left using the keyboard over a link it will hang. When using the mouse, seems to be fine. To reproduce, just put the carret on the right of a link and press the left keyboard key continuous. The problem is ONLY on windows systems. On ubuntu it works fine. I've used the binaries from the midori browser. The bug appears on every version of webkit (tested on 1.1.5 ... 1.2.4)

After examining the sources, I couldn't find any setExternalResourcesRequiredBaseValue implementation. Can this be the cause ?



Gdb bt

[Switching to Thread 4976.0x5fc]
0x76b6d429 in non-virtual thunk to WebCore::SVGGradientElement::setExternalResou
rcesRequiredBaseValue(bool const&) () from C:\Windows\system32\kernel32.dll
(gdb) bt
#0  0x76b6d429 in non-virtual thunk to WebCore::SVGGradientElement::setExternalResourcesRequiredBaseValue(bool const&) ()
   from C:\Windows\system32\kernel32.dll
#1  0x76b11194 in non-virtual thunk to WebCore::SVGGradientElement::setExternalResourcesRequiredBaseValue(bool const&) ()
   from C:\Windows\system32\kernel32.dll
#2  0x76fdb3f5 in non-virtual thunk to WebCore::SVGGradientElement::setExternalResourcesRequiredBaseValue(bool const&) () from C:\Windows\system32\ntdll.dll
#3  0x76fdb3c8 in non-virtual thunk to WebCore::SVGGradientElement::setExternalResourcesRequiredBaseValue(bool const&) () from C:\Windows\system32\ntdll.dll
#4  0x00000000 in ?? ()

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