Author: MagicAndre1981
Subject: Any way to diagnose hangs/freezes?
Posted: 15 March 2014 at 7:26am
use ProcessExplorer to generate a full dump, open it with WinDbg, point to the Mozilla Symbol Server (https://developer.mozilla.org/en-US/docs/Using_the_Mozilla_symbol_server) and run !analyze -v -hang
Subject: Any way to diagnose hangs/freezes?
Posted: 15 March 2014 at 7:26am
use ProcessExplorer to generate a full dump, open it with WinDbg, point to the Mozilla Symbol Server (https://developer.mozilla.org/en-US/docs/Using_the_Mozilla_symbol_server) and run !analyze -v -hang