<?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>34568</bug_id>
          
          <creation_ts>2010-02-04 02:07:38 -0800</creation_ts>
          <short_desc>2x execCommand ReadAV@NULL</short_desc>
          <delta_ts>2010-04-06 22:47:24 -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>HTML Editing</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows Vista</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>35791</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="Berend-Jan Wever">skylined</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>eric</cc>
    
    <cc>joepeck</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>187690</commentid>
    <comment_count>0</comment_count>
    <who name="Berend-Jan Wever">skylined</who>
    <bug_when>2010-02-04 02:07:38 -0800</bug_when>
    <thetext>Repro:

&lt;BODY&gt;&lt;/BODY&gt;
&lt;SCRIPT&gt;
  document.designMode = &quot;on&quot;;
  document.execCommand(&quot;selectall&quot;);
  document.execCommand(&quot;InsertLineBreak&quot;);
  document.execCommand(&quot;InsertLineBreak&quot;);
  document.execCommand(&quot;forecolor&quot;, false, 1); // Optional, see note
  document.execCommand(&quot;InsertText&quot;, false, 1);
  document.execCommand(&quot;SelectAll&quot;);
  document.execCommand(&quot;createlink&quot;, false, 1);
  document.execCommand(&quot;justifycenter&quot;, false);
&lt;/SCRIPT&gt;

The &quot;forecolor&quot; line is optional: there are two different crashes that can 
happen, one with it and one without (latest non-debug build of Chromium):

WebCore::Node::shadowAncestorNode ReadAV@NULL 
(3b90161564d80c611251f74d8780bd91)
WebCore::CSSStyleDeclaration::diff ReadAV@NULL 
(2b02a76b8ac89beb9292332299f74c09)

Both repro&apos;s trigger ASSERTs in debug builds. Details and repros are attached to the chromium bug:
http://code.google.com/p/chromium/issues/detail?id=34575</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>209456</commentid>
    <comment_count>1</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2010-04-06 22:47:24 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>