# Disabled - This version of WS32_2.dll is no longer hosted by MS Stop() SetSymSrvOptions("C:/SymCache", "http://symbols.beeflang.org/\nhttps://msdl.microsoft.com/download/symbols", "TempCache") #SetSymSrvOptions("C:/SymCache", "http://127.0.0.1:8042", "TempCache") OpenCrashDump("dumps/Chrome1.dmp") WaitForPaused() ClickPanelButton("Run") WaitForPaused() AssertLineContains("*zero = 0;") SelectCallStackIdx(2) AssertCurrentMethod("chrome_child.dll!content::RenderFrameImpl::OnFailedNavigation(const content::CommonNavigationParams& common_params, const content::RequestNavigationParams& request_params, bool has_stale_copy_in_cache, int error_code)") AssertEvalEquals("error_code", "-300") SelectCallStackIdx(15) AssertCurrentMethod("chrome_child.dll!base::internal::InvokeHelper<1,void>::MakeItSo(void (bool)& weak_ptr, const base::WeakPtr&, const bool&)")