I'm seeing maybe 20% of my CI runs hang indefinitely. I added DEBUG=1 to the CI environment and have collected a couple occurrences. Here are the last handful of lines before the hangs:
One example:
SEND>{:id=>3524, :guid=>"handle@b20d96ccd31c0db2f05ccbf36135de34", :method=>"isEnabled", :params=>{}}
RECV>{"id"=>3524, "result"=>{"value"=>true}}
SEND>{:id=>3525, :guid=>"handle@b20d96ccd31c0db2f05ccbf36135de34", :method=>"isEnabled", :params=>{}}
RECV>{"id"=>3525, "result"=>{"value"=>true}}
SEND>{:id=>3526, :guid=>"handle@b20d96ccd31c0db2f05ccbf36135de34", :method=>"evaluateExpression", :params=>{:expression=>"function(el) {\n if (el.tagName == 'AREA'){\n const map_name = document.evaluate('./ancestor::map/@name', el, null, XPathResult.STRING_TYPE, null).stringValue;\n el = document.querySelector(`img[usemap='\#${map_name}']`);\n if (!el){\n return false;\n }\n }\n var forced_visible = false;\n while (el) {\n const style = window.getComputedStyle(el);\n if (style.visibility == 'visible')\n forced_visible = true;\n if ((style.display == 'none') ||\n ((style.visibility == 'hi...", :arg=>{:value=>{:v=>"null"}, :handles=>[]}}}
I'd be happy to help debug further or work towards a solution, but I'm not sure where to go from here. Perhaps you can point me in the right direction? Thanks!
I'm seeing maybe 20% of my CI runs hang indefinitely. I added
DEBUG=1
to the CI environment and have collected a couple occurrences. Here are the last handful of lines before the hangs:One example:
Another example:
I'd be happy to help debug further or work towards a solution, but I'm not sure where to go from here. Perhaps you can point me in the right direction? Thanks!