Bug 69933 - [Qt][GTK] Assertion fail in CSSPrimitiveValue ctor
Summary: [Qt][GTK] Assertion fail in CSSPrimitiveValue ctor
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Qt, QtTriaged
: 69000 72716 (view as bug list)
Depends on:
Blocks: 79668
  Show dependency treegraph
 
Reported: 2011-10-12 08:42 PDT by Balazs Kelemen
Modified: 2012-05-15 20:15 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kelemen 2011-10-12 08:42:07 PDT
ASSERTION FAILED: isfinite(num)
../../../Source/WebCore/css/CSSPrimitiveValue.cpp(184) : WebCore::CSSPrimitiveValue::CSSPrimitiveValue(double, WebCore::CSSPrimitiveValue::UnitTypes)

Full log:
http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Debug/r97259%20(18924)/fast/borders/inline-mask-overlay-image-outset-crash-log.txt

The culprit might be http://trac.webkit.org/changeset/97248
Comment 1 Antti Koivisto 2011-10-12 10:47:56 PDT
It is unlikely that http://trac.webkit.org/changeset/97248 has anything to do with this as it only concerns code that runs well after any CSSPrimitiveValue construction.
Comment 2 Csaba Osztrogonác 2011-10-13 00:08:24 PDT
As far as I remember it is a flakey assertion, we should check it in the buildbot history.
Comment 3 Philippe Normand 2011-11-18 06:50:23 PST
*** Bug 69000 has been marked as a duplicate of this bug. ***
Comment 4 Philippe Normand 2011-11-18 06:50:37 PST
*** Bug 72716 has been marked as a duplicate of this bug. ***