Bug 212232 - [GTK] editing/async-clipboard/clipboard-read-while-pasting.html is crashing since added in r261825
Summary: [GTK] editing/async-clipboard/clipboard-read-while-pasting.html is crashing s...
Status: NEW
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:
Depends on: 211979
Blocks:
  Show dependency treegraph
 
Reported: 2020-05-21 14:38 PDT by Diego Pino
Modified: 2022-01-09 06:09 PST (History)
0 users

See Also:


Attachments
Full stacktrace (21.85 KB, text/plain)
2022-01-09 06:09 PST, Diego Pino
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-05-21 14:38:53 PDT
editing/async-clipboard/clipboard-read-while-pasting.html [ Crash ]


Crash-log: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r262016%20(13802)/editing/async-clipboard/clipboard-read-while-pasting-crash-log.txt

Thread 1 (Thread 0x7fa996aa89c0 (LWP 61581)):
#0  0x00007fa99d11c1ae in WTFCrash () at /app/webkit/WebKitBuild/Release/lib/libjavascriptcoregtk-4.0.so.18
#1  0x0000558d219977f9 in  ()
#2  0x0000558d219cb3e4 in WTR::JSUIScriptController::paste(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**) ()
#3  0x00007fa99c1e23ea in long JSC::APICallbackFunction::call<JSC::JSCallbackFunction>(JSC::JSGlobalObject*, JSC::CallFrame*) () at /app/webkit/WebKitBuild/Release/lib/libjavascriptcoregtk-4.0.so.18
#4  0x00007fa8bbfff027 in  ()
#5  0x00007ffe4491a960 in  ()
#6  0x00007fa99c161a09 in llint_op_call () at /app/webkit/WebKitBuild/Release/lib/libjavascriptcoregtk-4.0.so.18
#7  0x0000000000000000 in  ()

STDERR: 
STDERR: warning: core file may not match specified executable file.
STDERR: 1   0x7fa99d11c1a9 WTFCrash
STDERR: 2   0x558d219977f9 /app/webkit/WebKitBuild/Release/bin/WebKitTestRunner(+0x177f9) [0x558d219977f9]
STDERR: 3   0x558d219cb3e4 /app/webkit/WebKitBuild/Release/bin/WebKitTestRunner(+0x4b3e4) [0x558d219cb3e4]
STDERR: 4   0x7fa99c1e23ea long JSC::APICallbackFunction::call<JSC::JSCallbackFunction>(JSC::JSGlobalObject*, JSC::CallFrame*)
STDERR: 5   0x7fa8bbfff027 [0x7fa8bbfff027]
Comment 1 Diego Pino 2022-01-09 06:09:42 PST
Created attachment 448699 [details]
Full stacktrace