Updates:
        Cc: da...@chromium.org jam...@chromium.org

Comment #15 on issue 27068 by dglaz...@chromium.org: Crash -  
WebCore::QualifiedName::matches(WebCore::QualifiedName const &)
http://code.google.com/p/chromium/issues/detail?id=27068

So, here's the latest. The crash is unreproducible under normal conditions.  
I surely tried.
Which leaves tea leaf inspection as the recourse.

Turns out, it's the Attribute::m_impl that is 0. Which means one of two  
things:
1) An empty (default-constructor) Attribute is added to NamedAttrMap.
2) Somehow, when Attribute is instantiated, the HashSet that caches all  
names silently
fails to add and returns 0 as the value of m_impl.
3) Aliens are living among us and this is the proof of their existence.  
Apparently, they also
like Chrome.

I walked around the code all day and couldn't find a path that would make  
#1 possible. I'll
keep traversing tomorrow.

#2 seems only likely if there was some sort of external influence, like low  
memory, but it's
really, really odd that the problem only occurs on one site.

Which leaves #3, which which I leave you for now:
http://en.wikipedia.org/wiki/V_(2009_TV_series)

Dear Aliens. I just want a repro. Is that too much to ask? :)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to