<?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>16918</bug_id>
          
          <creation_ts>2008-01-17 20:33:42 -0800</creation_ts>
          <short_desc>ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(), key)</short_desc>
          <delta_ts>2024-05-22 14:42:11 -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>Web Template Framework</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>DUPLICATE</resolution>
          <dup_id>56376</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>NeedsReduction</keywords>
          <priority>P2</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>frances_c</cc>
    
    <cc>john.ripley</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>67569</commentid>
    <comment_count>0</comment_count>
    <who name="Matt Lilek">dev+webkit</who>
    <bug_when>2008-01-17 20:33:42 -0800</bug_when>
    <thetext>I&apos;ve hit this assertion failure at least twice now using the inspector when switching to another resource in the sidebar.

ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(), key)
(/Users/matt/Code/WebKit/WebKitBuild/Debug/JavaScriptCore.framework/PrivateHeaders/HashTable.h:433 Value* WTF::HashTable&lt;Key, Value, Extractor, HashFunctions, Traits, KeyTraits&gt;::lookup(const T&amp;) [with T = long long int, HashTranslator = WTF::IdentityHashTranslator&lt;long long int, std::pair&lt;long long int, int&gt;, WTF::IntHash&lt;long long unsigned int&gt; &gt;, Key = long long int, Value = std::pair&lt;long long int, int&gt;, Extractor = WTF::PairFirstExtractor&lt;std::pair&lt;long long int, int&gt; &gt;, HashFunctions = WTF::IntHash&lt;long long unsigned int&gt;, Traits = WTF::PairHashTraits&lt;WTF::HashTraits&lt;long long int&gt;, WTF::HashTraits&lt;int32_t&gt; &gt;, KeyTraits = WTF::HashTraits&lt;long long int&gt;])

Thread 0 Crashed:
0   com.apple.WebCore             	0x01c99dd9 std::pair&lt;long long, int&gt;* WTF::HashTable&lt;long long, std::pair&lt;long long, int&gt;, WTF::PairFirstExtractor&lt;std::pair&lt;long long, int&gt; &gt;, WTF::IntHash&lt;unsigned long long&gt;, WTF::PairHashTraits&lt;WTF::HashTraits&lt;long long&gt;, WTF::HashTraits&lt;int&gt; &gt;, WTF::HashTraits&lt;long long&gt; &gt;::lookup&lt;long long, WTF::IdentityHashTranslator&lt;long long, std::pair&lt;long long, int&gt;, WTF::IntHash&lt;unsigned long long&gt; &gt; &gt;(long long const&amp;) + 155 (HashTable.h:433)
1   com.apple.WebCore             	0x01c99efa WTF::HashTable&lt;long long, std::pair&lt;long long, int&gt;, WTF::PairFirstExtractor&lt;std::pair&lt;long long, int&gt; &gt;, WTF::IntHash&lt;unsigned long long&gt;, WTF::PairHashTraits&lt;WTF::HashTraits&lt;long long&gt;, WTF::HashTraits&lt;int&gt; &gt;, WTF::HashTraits&lt;long long&gt; &gt;::lookup(long long const&amp;) + 24 (HashTable.h:331)
2   com.apple.WebCore             	0x01c99f33 WTF::HashMap&lt;long long, WTF::RefPtr&lt;WebCore::InspectorResource&gt;, WTF::IntHash&lt;unsigned long long&gt;, WTF::HashTraits&lt;long long&gt;, WTF::HashTraits&lt;WTF::RefPtr&lt;WebCore::InspectorResource&gt; &gt; &gt;::get(long long const&amp;) const + 55 (HashMap.h:298)
3   com.apple.WebCore             	0x01c96abe WebCore::addSourceToFrame(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**) + 304 (InspectorController.cpp:260)
4   com.apple.JavaScriptCore      	0x0049889f KJS::JSCallbackFunction::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 241 (JSCallbackFunction.cpp:65)
5   com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
6   com.apple.JavaScriptCore      	0x00496c9e KJS::FunctionCallDotNode::inlineEvaluate(KJS::ExecState*) + 776 (nodes.cpp:1223)
7   com.apple.JavaScriptCore      	0x004598d0 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 30 (nodes.cpp:1229)
8   com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
9   com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
10  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
11  com.apple.JavaScriptCore      	0x0044bcbf KJS::IfNode::execute(KJS::ExecState*) + 113 (nodes.cpp:3677)
12  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
13  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
14  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
15  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
16  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
17  com.apple.JavaScriptCore      	0x00496c9e KJS::FunctionCallDotNode::inlineEvaluate(KJS::ExecState*) + 776 (nodes.cpp:1223)
18  com.apple.JavaScriptCore      	0x004598d0 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 30 (nodes.cpp:1229)
19  com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
20  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
21  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
22  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
23  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
24  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
25  com.apple.JavaScriptCore      	0x00496c9e KJS::FunctionCallDotNode::inlineEvaluate(KJS::ExecState*) + 776 (nodes.cpp:1223)
26  com.apple.JavaScriptCore      	0x004598d0 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 30 (nodes.cpp:1229)
27  com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
28  com.apple.JavaScriptCore      	0x0044bcbf KJS::IfNode::execute(KJS::ExecState*) + 113 (nodes.cpp:3677)
29  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
30  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
31  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
32  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
33  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
34  com.apple.JavaScriptCore      	0x0043e12d KJS::JSObject::put(KJS::ExecState*, KJS::Identifier const&amp;, KJS::JSValue*, int) + 565 (object.cpp:265)
35  com.apple.JavaScriptCore      	0x0044c641 KJS::AssignDotNode::evaluate(KJS::ExecState*) + 225 (nodes.cpp:3314)
36  com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
37  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
38  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
39  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
40  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
41  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
42  com.apple.JavaScriptCore      	0x00496c9e KJS::FunctionCallDotNode::inlineEvaluate(KJS::ExecState*) + 776 (nodes.cpp:1223)
43  com.apple.JavaScriptCore      	0x004598d0 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 30 (nodes.cpp:1229)
44  com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
45  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
46  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
47  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
48  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
49  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
50  com.apple.JavaScriptCore      	0x00496c9e KJS::FunctionCallDotNode::inlineEvaluate(KJS::ExecState*) + 776 (nodes.cpp:1223)
51  com.apple.JavaScriptCore      	0x004598d0 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 30 (nodes.cpp:1229)
52  com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
53  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
54  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
55  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
56  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
57  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
58  com.apple.JavaScriptCore      	0x00496c9e KJS::FunctionCallDotNode::inlineEvaluate(KJS::ExecState*) + 776 (nodes.cpp:1223)
59  com.apple.JavaScriptCore      	0x004598d0 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 30 (nodes.cpp:1229)
60  com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
61  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
62  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
63  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
64  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
65  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
66  com.apple.JavaScriptCore      	0x00496c9e KJS::FunctionCallDotNode::inlineEvaluate(KJS::ExecState*) + 776 (nodes.cpp:1223)
67  com.apple.JavaScriptCore      	0x004598d0 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 30 (nodes.cpp:1229)
68  com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
69  com.apple.JavaScriptCore      	0x0044bcbf KJS::IfNode::execute(KJS::ExecState*) + 113 (nodes.cpp:3677)
70  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
71  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
72  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
73  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
74  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
75  com.apple.JavaScriptCore      	0x00496c9e KJS::FunctionCallDotNode::inlineEvaluate(KJS::ExecState*) + 776 (nodes.cpp:1223)
76  com.apple.JavaScriptCore      	0x004598d0 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 30 (nodes.cpp:1229)
77  com.apple.JavaScriptCore      	0x0044bd69 KJS::ExprStatementNode::execute(KJS::ExecState*) + 43 (nodes.cpp:3640)
78  com.apple.JavaScriptCore      	0x0044bcbf KJS::IfNode::execute(KJS::ExecState*) + 113 (nodes.cpp:3677)
79  com.apple.JavaScriptCore      	0x0042cfd7 KJS::statementListExecute(WTF::Vector&lt;WTF::RefPtr&lt;KJS::StatementNode&gt;, 0ul&gt;&amp;, KJS::ExecState*) + 85 (nodes.cpp:3593)
80  com.apple.JavaScriptCore      	0x0042d064 KJS::BlockNode::execute(KJS::ExecState*) + 26 (nodes.cpp:3619)
81  com.apple.JavaScriptCore      	0x00449476 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 34 (nodes.cpp:4520)
82  com.apple.JavaScriptCore      	0x00438410 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 116 (function.cpp:76)
83  com.apple.JavaScriptCore      	0x0043dc3c KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 222 (object.cpp:96)
84  com.apple.WebCore             	0x02006abc WebCore::JSAbstractEventListener::handleEvent(WebCore::Event*, bool) + 608 (kjs_events.cpp:114)
85  com.apple.WebCore             	0x01b9ceeb WebCore::EventTarget::handleLocalEvents(WebCore::EventTargetNode*, WebCore::Event*, bool) + 385 (EventTarget.cpp:305)
86  com.apple.WebCore             	0x01b9d614 WebCore::EventTargetNode::handleLocalEvents(WebCore::Event*, bool) + 118 (EventTargetNode.cpp:100)
87  com.apple.WebCore             	0x01b9c94a WebCore::EventTarget::dispatchGenericEvent(WebCore::EventTargetNode*, WTF::PassRefPtr&lt;WebCore::Event&gt;, int&amp;, bool) + 1260 (EventTarget.cpp:225)
88  com.apple.WebCore             	0x01b9dc32 WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr&lt;WebCore::Event&gt;, int&amp;, bool) + 364 (EventTargetNode.cpp:115)
89  com.apple.WebCore             	0x01b9e925 WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&amp;, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, WTF::PassRefPtr&lt;WebCore::Event&gt;) + 697 (EventTargetNode.cpp:289)
90  com.apple.WebCore             	0x01b9f079 WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent const&amp;, WebCore::AtomicString const&amp;, int, WebCore::Node*) + 497 (EventTargetNode.cpp:206)
91  com.apple.WebCore             	0x01b949fe WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&amp;, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&amp;, bool) + 148 (EventHandler.cpp:1276)
92  com.apple.WebCore             	0x01b9615d WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&amp;) + 975 (EventHandler.cpp:877)
93  com.apple.WebCore             	0x01b9a78a WebCore::EventHandler::mouseDown(NSEvent*) + 554 (EventHandlerMac.mm:480)
94  com.apple.WebKit              	0x001d105f -[WebHTMLView mouseDown:] + 499 (WebHTMLView.mm:2982)
95  com.apple.AppKit              	0x9294cd9b -[NSWindow sendEvent:] + 5362
96  com.apple.AppKit              	0x92919a2c -[NSApplication sendEvent:] + 2766
97  com.apple.Safari              	0x000324a8 0x1000 + 201896
98  com.apple.AppKit              	0x92877705 -[NSApplication run] + 847
99  com.apple.AppKit              	0x928449ba NSApplicationMain + 574
100 com.apple.Safari              	0x00002876 0x1000 + 6262</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>67587</commentid>
    <comment_count>1</comment_count>
    <who name="John Ripley">john.ripley</who>
    <bug_when>2008-01-18 03:57:43 -0800</bug_when>
    <thetext>I&apos;m having the same assertion, in a different place. This is due to HashMap/HashTable not allowing key values 0 or -1 for integer-&gt;* maps. They are reserved as the &quot;empty&quot; and &quot;deleted&quot; bin values.

In my case, NPN_GetIntIdentifier uses HashMap&lt;int32, NPIdentifier&gt; to associate integer keys with unique NPIdentifiers (actually PrivateIdentifier*). When a plugin asks for an NPIdentifier associated with 0 or -1, it will assert. I&apos;m currently working around this by remapping the incoming int32 values to uint64 and setting bit 32, thus avoiding values 0 or -1.

It&apos;s a silly workaround. Can we make HashMap stop using special values for integer keys?
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>67588</commentid>
    <comment_count>2</comment_count>
    <who name="John Ripley">john.ripley</who>
    <bug_when>2008-01-18 04:09:12 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; I&apos;m having the same assertion, in a different place. This is due to
&gt; HashMap/HashTable not allowing key values 0 or -1 for integer-&gt;* maps. They are
&gt; reserved as the &quot;empty&quot; and &quot;deleted&quot; bin values.

Scratch that - it&apos;s unrelated. I&apos;ll file a separate bug.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>74592</commentid>
    <comment_count>3</comment_count>
    <who name="Matt Lilek">dev+webkit</who>
    <bug_when>2008-03-20 18:22:11 -0700</bug_when>
    <thetext>I&apos;ve been hitting this more and more lately, especially since the improved inspector console landed. Always happens when I&apos;m clicking a url in a console message.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2032874</commentid>
    <comment_count>4</comment_count>
    <who name="Frances Cornwall">frances_c</who>
    <bug_when>2024-05-02 13:38:42 -0700</bug_when>
    <thetext>The bug is a resolved duplicate of: https://bugs.webkit.org/show_bug.cgi?id=56376.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2037148</commentid>
    <comment_count>5</comment_count>
    <who name="Frances Cornwall">frances_c</who>
    <bug_when>2024-05-22 14:42:11 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>