Bug 242899 - Crash under WTF::charactersAreAllASCII<unsigned char>(unsigned char const*, unsigned long)
Summary: Crash under WTF::charactersAreAllASCII<unsigned char>(unsigned char const*, u...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-19 08:19 PDT by Chris Dumez
Modified: 2022-07-19 15:16 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-07-19 08:19:46 PDT
50 bool WTF::charactersAreAllASCII<unsigned char>(unsigned char const*, unsigned long) <==
        50 WebCore::ScriptBufferSourceProvider::source() const
          50 WebCore::ScriptSourceCode::ScriptSourceCode(WebCore::ScriptBuffer const&, WTF::URL&&, WTF::TextPosition const&, JSC::SourceProviderSourceType)
            50 WebCore::WorkerThread::evaluateScriptIfNecessary(WTF::String&)
              50 WebCore::WorkerOrWorkletThread::workerOrWorkletThread()
                50 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)
                  50 WTF::wtfThreadEntryPoint(void*)
                    50 _pthread_start
                      50 thread_start
Comment 1 Chris Dumez 2022-07-19 08:19:58 PDT
<rdar://94931119>
Comment 2 Chris Dumez 2022-07-19 08:26:33 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2544
Comment 3 EWS 2022-07-19 15:16:00 PDT
Committed 252617@main (147e4eda9ad9): <https://commits.webkit.org/252617@main>

Reviewed commits have been landed. Closing PR #2544 and removing active labels.