[Webkit-unassigned] [Bug 48742] Misaligned memory access in CloneDeserializer on ARM (v7)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 04:43:06 PDT 2010


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





--- Comment #1 from Gabor Loki <loki at webkit.org>  2010-11-02 04:43:06 PST ---
> There's a problem on our toolchain:
> sbox-arm-none-linux-gnueabi-g++ (4.4.1)
> WTF_ARM_ARCH_VERSION = 7

Alignment problem on ARMv7? It is strange.

> Window/window-postmessage-clone.html --> bus error crash

This test should be on the skipped list for Qt (missing eventSender.beginDragWithFiles).

See the output of this test on ARMv7:
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: line 163: TypeError: Result of expression 'eventSender.beginDragWithFiles' [undefined] is not a function.
+FAIL: Timed out waiting for notifyDone to be called
 Tests that we clone object hierarchies
 PASS: 'postMessage(cyclicObject)' threw TypeError: Cannot post cyclic structures.
 PASS: 'postMessage(cyclicArray)' threw TypeError: Cannot post cyclic structures.
@@ -26,9 +28,4 @@
 PASS: eventData is 2009-02-13T23:31:30.000Z of type object
 PASS: eventData is [object Object] of type object
 PASS: eventData is [object Array](default toString threw RangeError: Maximum call stack size exceeded.) of type object
-PASS: eventData is [object File] of type object
-PASS: eventData is [object FileList] of type object
-PASS: eventData is [object ImageData] of type object
-PASS: eventData is [object ImageData] of type object
-PASS: eventData is done of type string

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