<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>208479</bug_id>
          
          <creation_ts>2020-03-02 15:15:04 -0800</creation_ts>
          <short_desc>REGRESSION(r257667): [GTK] Two tests are now crashing</short_desc>
          <delta_ts>2020-03-05 02:22:07 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>208571</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Diego Pino">dpino</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1624780</commentid>
    <comment_count>0</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2020-03-02 15:15:04 -0800</bug_when>
    <thetext>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&lt;int, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;::at(unsigned long)
STDERR: 5   0x7fa5dddd0b8f WTF::Vector&lt;int, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;::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&lt;int (GIOCondition)&gt;::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&lt;void ()&gt;::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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1625999</commentid>
    <comment_count>1</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2020-03-05 02:22:07 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 208571 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>