<?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>65031</bug_id>
          
          <creation_ts>2011-07-22 10:34:31 -0700</creation_ts>
          <short_desc>[chromium] IOThread crashes at random time in GURL</short_desc>
          <delta_ts>2011-07-22 11:03:25 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>65022</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>brettw</cc>
    
    <cc>fishd</cc>
    
    <cc>japhet</cc>
    
    <cc>jianli</cc>
    
    <cc>jknotten</cc>
    
    <cc>michaeln</cc>
    
    <cc>tony</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>440992</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2011-07-22 10:34:31 -0700</bug_when>
    <thetext>Many tests are crashing at random with the following stack trace:

Thread 5 Crashed:  IOThread
0   libSystem.B.dylib             	0x928854ee __semwait_signal_nocancel + 10
1   libSystem.B.dylib             	0x928853d2 nanosleep$NOCANCEL$UNIX2003 + 166
2   libSystem.B.dylib             	0x929002a6 usleep$NOCANCEL$UNIX2003 + 61
3   libSystem.B.dylib             	0x92921959 __abort + 136
4   libSystem.B.dylib             	0x929219c9 abort_report_np + 0
5   libstdc++.6.dylib             	0x900a0fda __gnu_cxx::__verbose_terminate_handler() + 433
6   libstdc++.6.dylib             	0x9009f17a __cxxabiv1::__terminate(void (*)()) + 10
7   libstdc++.6.dylib             	0x9009f1ba __cxxabiv1::__unexpected(void (*)()) + 0
8   libstdc++.6.dylib             	0x9009f2b8 __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
9   libstdc++.6.dylib             	0x9005b856 std::__throw_logic_error(char const*) + 158
10  libstdc++.6.dylib             	0x90086ced char* std::string::_S_construct&lt;char const*&gt;(char const*, char const*, std::allocator&lt;char&gt; const&amp;, std::forward_iterator_tag) + 57
11  libstdc++.6.dylib             	0x90086d85 std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;::basic_string(char const*, unsigned long, std::allocator&lt;char&gt; const&amp;) + 37
12  DumpRenderTree                	0x679d95a6 GURL::GURL(char const*, unsigned long, url_parse::Parsed const&amp;, bool) + 136
13  DumpRenderTree                	0x6734180b WebKit::WebURL::operator GURL() const + 147 (WebURL.h:132)
14  DumpRenderTree                	0x69da1bbd void DispatchToMethod&lt;TestShellWebBlobRegistryImpl, void (TestShellWebBlobRegistryImpl::*)(GURL const&amp;), WebKit::WebURL&gt;(TestShellWebBlobRegistryImpl*, void (TestShellWebBlobRegistryImpl::*)(GURL const&amp;), Tuple1&lt;WebKit::WebURL&gt; const&amp;) + 111
15  DumpRenderTree                	0x69da1c4f RunnableMethod&lt;TestShellWebBlobRegistryImpl, void (TestShellWebBlobRegistryImpl::*)(GURL const&amp;), Tuple1&lt;WebKit::WebURL&gt; &gt;::Run() + 85
16  DumpRenderTree                	0x67a53162 (anonymous namespace)::TaskClosureAdapter::Run() + 58
17  DumpRenderTree                	0x67a53834 base::internal::Invoker1&lt;false, base::internal::InvokerStorage1&lt;void ((anonymous namespace)::TaskClosureAdapter::*)(), (anonymous namespace)::TaskClosureAdapter*&gt;, void ((anonymous namespace)::TaskClosureAdapter::*)()&gt;::DoInvoke(base::internal::InvokerStorageBase*) + 122
18  DumpRenderTree                	0x67a58b2c base::Callback&lt;void ()()&gt;::Run() const + 62
19  DumpRenderTree                	0x67a54d65 MessageLoop::RunTask(MessageLoop::PendingTask const&amp;) + 413
20  DumpRenderTree                	0x67a54ef9 MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const&amp;) + 85
21  DumpRenderTree                	0x67a55235 MessageLoop::DoWork() + 271
22  DumpRenderTree                	0x679f7a9b base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 339
23  DumpRenderTree                	0x67a564bb MessageLoop::RunInternal() + 245
24  DumpRenderTree                	0x67a56505 MessageLoop::RunHandler() + 45
25  DumpRenderTree                	0x67a565d1 MessageLoop::Run() + 63
26  DumpRenderTree                	0x67acaf75 base::Thread::Run(MessageLoop*) + 51
27  DumpRenderTree                	0x67acadd5 base::Thread::ThreadMain() + 337
28  DumpRenderTree                	0x67acaad9 base::(anonymous namespace)::ThreadFunc(void*) + 103
29  libSystem.B.dylib             	0x928457fd _pthread_start + 345
30  libSystem.B.dylib             	0x92845682 thread_start + 34</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>441023</commentid>
    <comment_count>1</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2011-07-22 11:03:25 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>