Comment #2 on issue 8291 by [email protected]:  
LayoutTests/fast/css/beforeSelectorOnCodeElement.html is crashing
http://code.google.com/p/chromium/issues/detail?id=8291

The crash is not really related with this test (as expected).

  15     ntdll.dll!_kiuserexceptiondispatc...@8()
  16     test_shell.exe!WebCore::BackForwardList::close()
*17     test_shell.exe!WebCore::Page::~Page()
  18     test_shell.exe!WebCore::Page::`scalar deleting destructor'()
  19     test_shell.exe!WTF::deleteOwnedPtr<WebCore::Page>(WebCore::Page *  
ptr=0x057b9e68)
  20     test_shell.exe!WTF::OwnPtr<WebCore::Page>::clear()
  21     test_shell.exe!WebCore::SVGImage::~SVGImage()
  22     test_shell.exe!WebCore::SVGImage::`scalar deleting destructor'()
  23     test_shell.exe!WTF::RefCounted<WebCore::Image>::deref()
  24      
test_shell.exe!WTF::RefPtr<WebCore::Image>::~RefPtr<WebCore::Image>()
  25     test_shell.exe!WebCore::CachedImage::~CachedImage()
  26     test_shell.exe!WebCore::CachedImage::`scalar deleting destructor'()
  27     test_shell.exe!WebCore::Cache::evict(WebCore::CachedResource *  
resource=0x05794a18)
  28     test_shell.exe!WebCore::Cache::pruneDeadResources()
  29     test_shell.exe!WebCore::Cache::prune()

BackForwardList::close() crashes when trying to close m_client because  
setClient() was never called (the
field is uninitialized). The owner (Page), never called the Chromium  
specific method, it just created
the object (BackForwardList::Create()).

--
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