Bug 208479 - REGRESSION(r257667): [GTK] Two tests are now crashing
Summary: REGRESSION(r257667): [GTK] Two tests are now crashing
Status: RESOLVED DUPLICATE of bug 208571
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:
Blocks:
 
Reported: 2020-03-02 15:15 PST by Diego Pino
Modified: 2020-03-05 02:22 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-03-02 15:15:04 PST
These two tests started crashing after r257667 ([GPUP] Implement Modern EME API in the GPU Process):

  * http/tests/incremental/split-hex-entities.pl [ Crash ]
  * http/tests/misc/large-js-program.php [ Crash ]

http/tests/misc/large-js-program.php: (https://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug%20(Tests)/r257696%20(5974)/http/tests/misc/large-js-program-crash-log.txt)

STDERR: 1   0x7fa5d0b796b5 WTFCrash
STDERR: 2   0x7fa5dd67061f /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(+0xb0e861f) [0x7fa5dd67061f]
STDERR: 3   0x7fa5dd670616 WTF::CrashOnOverflow::crash()
STDERR: 4   0x7fa5dddd18f5 WTF::Vector<int, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>::at(unsigned long)
STDERR: 5   0x7fa5dddd0b8f WTF::Vector<int, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>::operator[](unsigned long)
STDERR: 6   0x7fa5dddcb6ac IPC::Connection::processMessage()
STDERR: 7   0x7fa5dddcc1c9 IPC::Connection::readyReadHandler()
STDERR: 8   0x7fa5dddcc24a /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(+0xb84424a) [0x7fa5dddcc24a]
STDERR: 9   0x7fa5dddcfebc /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(+0xb847ebc) [0x7fa5dddcfebc]
STDERR: 10  0x7fa5d0c30f81 WTF::Function<int (GIOCondition)>::operator()(GIOCondition) const
STDERR: 11  0x7fa5d0c30c8c WTF::GSocketMonitor::socketSourceCallback(_GSocket*, GIOCondition, WTF::GSocketMonitor*)
STDERR: 12  0x7fa5c9558e99 /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/WebKitBuild/DependenciesGTK/Root/lib/libgio-2.0.so.0(+0x8de99) [0x7fa5c9558e99]
STDERR: 13  0x7fa5c939e6b8 g_main_context_dispatch
STDERR: 14  0x7fa5c939ea78 /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/WebKitBuild/DependenciesGTK/Root/lib/libglib-2.0.so.0(+0x4ca78) [0x7fa5c939ea78]
STDERR: 15  0x7fa5c939ed62 g_main_loop_run
STDERR: 16  0x7fa5d0c22cd5 WTF::RunLoop::run()
STDERR: 17  0x7fa5d0c1d342 /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug/lib/libjavascriptcoregtk-4.0.so.18(+0x3830342) [0x7fa5d0c1d342]
STDERR: 18  0x7fa5d0c1f2b2 /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug/lib/libjavascriptcoregtk-4.0.so.18(+0x38322b2) [0x7fa5d0c1f2b2]
STDERR: 19  0x7fa5dd6a8471 WTF::Function<void ()>::operator()() const
STDERR: 20  0x7fa5d0bad290 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)
STDERR: 21  0x7fa5d0c299ee /home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Debug/lib/libjavascriptcoregtk-4.0.so.18(+0x383c9ee) [0x7fa5d0c299ee]
STDERR: 22  0x7fa5cb53efa3 /lib/x86_64-linux-gnu/libpthread.so.0(+0x7fa3) [0x7fa5cb53efa3]
STDERR: 23  0x7fa5c7e2b4cf clone
Comment 1 Diego Pino 2020-03-05 02:22:07 PST

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