2024-01-23 07:25:39 -05:00
|
|
|
# Disabled - This version of WS32_2.dll is no longer hosted by MS
|
2024-01-23 17:49:01 -05:00
|
|
|
Stop()
|
2024-01-23 07:25:39 -05:00
|
|
|
|
2019-08-29 17:40:17 -07:00
|
|
|
SetSymSrvOptions("C:/SymCache", "http://symbols.beeflang.org/\nhttps://msdl.microsoft.com/download/symbols", "TempCache")
|
2019-09-04 10:27:37 -07:00
|
|
|
#SetSymSrvOptions("C:/SymCache", "http://127.0.0.1:8042", "TempCache")
|
2019-08-23 11:56:54 -07:00
|
|
|
|
|
|
|
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<blink::scheduler::TaskQueueManager>&, const bool&)")
|