Bug 193286 - ( r239640 ) TestWebKitAPI.WebKitLegacy.ScrollingDoesNotPauseMedia Crashing
Summary: ( r239640 ) TestWebKitAPI.WebKitLegacy.ScrollingDoesNotPauseMedia Crashing
Status: RESOLVED DUPLICATE of bug 195137
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-09 10:12 PST by Truitt Savell
Modified: 2019-03-12 11:09 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2019-01-09 10:12:18 PST
TestWebKitAPI.WebKitLegacy.ScrollingDoesNotPauseMedia was introduced in https://trac.webkit.org/changeset/239640/webkit

it is Crashing constantly with an assert sense introduction.

Crash:
TestWebKitAPI.WebKitLegacy.ScrollingDoesNotPauseMedia
        ASSERTION FAILED: isMainThread()
        /Volumes/Data/slave/ios-simulator-12-debug/build/WebKitBuild/Debug-iphonesimulator/WebCore.framework/PrivateHeaders/JSExecState.h(171) : WebCore::JSMainThreadNullState::JSMainThreadNullState()
        1   0x10da36c19 WTFCrash
        2   0x129e808cb WTFCrashWithInfo(int, char const*, char const*, int)
        3   0x129e9f4cb WebCore::JSMainThreadNullState::JSMainThreadNullState()
        4   0x129e9ef55 WebCore::JSMainThreadNullState::JSMainThreadNullState()
        5   0x129eb5950 -[DOMDocument querySelector:]
        6   0x10ce7e696 TestWebKitAPI::WebKitLegacy_ScrollingDoesNotPauseMedia_Test::TestBody()
        7   0x10d076a4e void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
        8   0x10d03eabb void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
        9   0x10d03e9e6 testing::Test::Run()
        10  0x10d0401d2 testing::TestInfo::Run()
        11  0x10d04183c testing::TestCase::Run()
        12  0x10d059a92 testing::internal::UnitTestImpl::RunAllTests()
        13  0x10d079d1e bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
        14  0x10d0594db bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
        15  0x10d05939c testing::UnitTest::Run()
        16  0x10cecd171 RUN_ALL_TESTS()
        17  0x10cecd104 TestWebKitAPI::TestsController::run(int, char**)
        18  0x10d001c6e main
        19  0x128a23575 start
        Child process terminated with signal 11: Segmentation fault
Comment 1 Ryan Haddad 2019-01-10 10:29:56 PST
Jer, would you please take a look at this? It is consistently crashing on iOS bots.
Comment 2 Radar WebKit Bug Importer 2019-01-10 10:29:59 PST
<rdar://problem/47182157>
Comment 3 Ryan Haddad 2019-03-12 11:09:01 PDT

*** This bug has been marked as a duplicate of bug 195137 ***