Bug 218461 - REGRESSION (r269214): [ Mac and iOS ] imported/w3c/web-platform-tests/html/dom/idlharness.worker.html is crashing
Summary: REGRESSION (r269214): [ Mac and iOS ] imported/w3c/web-platform-tests/html/do...
Status: RESOLVED DUPLICATE of bug 218457
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-11-02 14:44 PST by Truitt Savell
Modified: 2020-11-02 14:51 PST (History)
3 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 2020-11-02 14:44:04 PST
imported/w3c/web-platform-tests/html/dom/idlharness.worker.html 

is crashing after the changes in https://trac.webkit.org/changeset/269214/webkit

history:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fdom%2Fidlharness.worker.html


log:
No crash log found for com.apple.WebKit.WebContent.Development:17154.

stdout:

stderr:
ERROR: WebSocket network error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
./Modules/websockets/WebSocketChannel.cpp(365) : virtual void WebCore::WebSocketChannel::didFailSocketStream(WebCore::SocketStreamHandle &, const WebCore::SocketStreamError &)
CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
ERROR: WebSocket network error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
./Modules/websockets/WebSocketChannel.cpp(365) : virtual void WebCore::WebSocketChannel::didFailSocketStream(WebCore::SocketStreamHandle &, const WebCore::SocketStreamError &)
CONSOLE MESSAGE: WebSocket network error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
ASSERTION FAILED: m_state == CLOSED
./page/EventSource.cpp(289) : void WebCore::EventSource::abortConnectionAttempt()
1   0x77ec825a9 WTFCrash
2   0x786a63d6b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x78a6b05ea WebCore::EventSource::abortConnectionAttempt()
4   0x78a6b03b9 WebCore::EventSource::didFail(WebCore::ResourceError const&)
5   0x78a52beec WebCore::ThreadableLoaderClientWrapper::didFail(WebCore::ResourceError const&)
6   0x78a550746 WebCore::WorkerThreadableLoader::MainThreadBridge::didFail(WebCore::ResourceError const&)::$_19::operator()(WebCore::ScriptExecutionContext&)
7   0x78a5505a3 WTF::Detail::CallableWrapper<WebCore::WorkerThreadableLoader::MainThreadBridge::didFail(WebCore::ResourceError const&)::$_19, void, WebCore::ScriptExecutionContext&>::call(WebCore::ScriptExecutionContext&)
8   0x788f85a4a WTF::Function<void (WebCore::ScriptExecutionContext&)>::operator()(WebCore::ScriptExecutionContext&) const
9   0x788f79b2d WebCore::ScriptExecutionContext::Task::performTask(WebCore::ScriptExecutionContext&)
10  0x78b8ea8a0 WebCore::WorkerRunLoop::Task::performTask(WebCore::WorkerOrWorkletGlobalScope*)
11  0x78b8e9d87 WebCore::WorkerRunLoop::runInMode(WebCore::WorkerOrWorkletGlobalScope*, WebCore::ModePredicate const&, WebCore::WorkerRunLoop::WaitMode)
12  0x78b8e8d88 WebCore::WorkerRunLoop::run(WebCore::WorkerOrWorkletGlobalScope*)
13  0x78b8e8d28 WebCore::WorkerOrWorkletThread::runEventLoop()
14  0x78b8befb4 WebCore::DedicatedWorkerThread::runEventLoop()
15  0x78b8e8f9a WebCore::WorkerOrWorkletThread::workerOrWorkletThread()
16  0x78b91a41b WebCore::WorkerThread::createThread()::$_0::operator()() const
17  0x78b91a3ce WTF::Detail::CallableWrapper<WebCore::WorkerThread::createThread()::$_0, void>::call()
18  0x77ecae062 WTF::Function<void ()>::operator()() const
19  0x77ed6be68 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)
20  0x77ed7a668 WTF::wtfThreadEntryPoint(void*)
21  0x777311109 _pthread_start
22  0x77730cb8b thread_start
Comment 1 Radar WebKit Bug Importer 2020-11-02 14:44:29 PST
<rdar://problem/70967091>
Comment 2 Chris Dumez 2020-11-02 14:51:40 PST

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