<?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>18899</bug_id>
          
          <creation_ts>2008-05-05 16:06:55 -0700</creation_ts>
          <short_desc>REGRESSION (r32871): Non-Safari crash in WTF::HashTable on startup</short_desc>
          <delta_ts>2008-05-05 16:35:53 -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>Page Loading</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Regression</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Matt Lilek">dev+webkit</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>koivisto</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>79708</commentid>
    <comment_count>0</comment_count>
    <who name="Matt Lilek">dev+webkit</who>
    <bug_when>2008-05-05 16:06:55 -0700</bug_when>
    <thetext>&lt;http://trac.webkit.org/changeset/32871&gt; caused my WebView-embedding app to crash on startup. I have a small sample project I&apos;ll upload.

Thread 0 Crashed:
0   com.apple.WebCore             	0x022a4ac9 WTF::HashTable&lt;WebCore::StringImpl*, WebCore::StringImpl*, WTF::IdentityExtractor&lt;WebCore::StringImpl*&gt;, WebCore::StringHash, WTF::HashTraits&lt;WebCore::StringImpl*&gt;, WTF::HashTraits&lt;WebCore::StringImpl*&gt; &gt;::invalidateIterators() + 9 (HashTable.h:1016)
1   com.apple.WebCore             	0x022a643f std::pair&lt;WTF::HashTableIterator&lt;WebCore::StringImpl*, WebCore::StringImpl*, WTF::IdentityExtractor&lt;WebCore::StringImpl*&gt;, WebCore::StringHash, WTF::HashTraits&lt;WebCore::StringImpl*&gt;, WTF::HashTraits&lt;WebCore::StringImpl*&gt; &gt;, bool&gt; WTF::HashTable&lt;WebCore::StringImpl*, WebCore::StringImpl*, WTF::IdentityExtractor&lt;WebCore::StringImpl*&gt;, WebCore::StringHash, WTF::HashTraits&lt;WebCore::StringImpl*&gt;, WTF::HashTraits&lt;WebCore::StringImpl*&gt; &gt;::addPassingHashCode&lt;char const*, char const*, WTF::HashSetTranslatorAdapter&lt;WebCore::StringImpl*, WTF::HashTraits&lt;WebCore::StringImpl*&gt;, char const*, WebCore::CStringTranslator&gt; &gt;(char const* const&amp;, char const* const&amp;) + 39 (HashTable.h:695)
2   com.apple.WebCore             	0x022a6631 std::pair&lt;WTF::HashTableIteratorAdapter&lt;WTF::HashTable&lt;WebCore::StringImpl*, WebCore::StringImpl*, WTF::IdentityExtractor&lt;WebCore::StringImpl*&gt;, WebCore::StringHash, WTF::HashTraits&lt;WebCore::StringImpl*&gt;, WTF::HashTraits&lt;WebCore::StringImpl*&gt; &gt;, WebCore::StringImpl*&gt;, bool&gt; WTF::HashSet&lt;WebCore::StringImpl*, WebCore::StringHash, WTF::HashTraits&lt;WebCore::StringImpl*&gt; &gt;::add&lt;char const*, WebCore::CStringTranslator&gt;(char const* const&amp;) + 45
3   com.apple.WebCore             	0x022a3c85 WebCore::AtomicString::add(char const*) + 107 (AtomicString.cpp:81)
4   com.apple.WebCore             	0x0231c15c WebCore::AtomicString::AtomicString(char const*) + 24 (AtomicString.h:34)
5   com.apple.WebCore             	0x02932164 WebCore::Loader::Loader() + 58
6   com.apple.WebCore             	0x0232b538 WebCore::Cache::Cache() + 42
7   com.apple.WebCore             	0x0232c64b WebCore::cache() + 55 (Cache.cpp:50)
8   com.apple.WebKit              	0x00349a35 +[WebView(WebFileInternal) _setCacheModel:] + 379 (WebView.mm:4051)
9   com.apple.WebKit              	0x0034a0f4 +[WebView(WebFileInternal) _preferencesChangedNotification:] + 290 (WebView.mm:4086)
10  com.apple.Foundation          	0x96f01bda _nsnote_callback + 106
11  com.apple.CoreFoundation      	0x9646c9da __CFXNotificationPost + 362
12  com.apple.CoreFoundation      	0x9646ccb3 _CFXNotificationPostNotification + 179
13  com.apple.Foundation          	0x96efefd0 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
14  com.apple.WebKit              	0x0033441c -[WebPreferences(WebPrivate) _postPreferencesChangesNotification] + 93 (WebPreferences.m:933)
15  com.apple.WebKit              	0x0033135f -[WebPreferences initWithIdentifier:] + 575 (WebPreferences.m:217)
16  com.apple.WebKit              	0x003319c0 +[WebPreferences standardPreferences] + 92 (WebPreferences.m:287)
17  com.apple.WebKit              	0x003505f2 -[WebView _commonInitializationWithFrameName:groupName:] + 48 (WebView.mm:1847)
18  com.apple.WebKit              	0x00340552 -[WebView initWithCoder:] + 1314 (WebView.mm:1989)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>79709</commentid>
    <comment_count>1</comment_count>
    <who name="Matt Lilek">dev+webkit</who>
    <bug_when>2008-05-05 16:13:36 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; I have a small sample project I&apos;ll upload.

Even easier: this reproduces with MiniBrowser.

All my code does is:
[mWebView.mainFrame loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@&quot;http://www.google.com/&quot;]]];</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>79712</commentid>
    <comment_count>2</comment_count>
    <who name="Antti Koivisto">koivisto</who>
    <bug_when>2008-05-05 16:35:53 -0700</bug_when>
    <thetext>Sending        WebCore/ChangeLog
Sending        WebCore/loader/loader.cpp
Transmitting file data ..
Committed revision 32887.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>