Try disabling DEBUG_DUMP_URLS_AT_SHUTDOWN to see if it's responsible for the unit test shutdown hangs (bug 505718, bug 508767)

This commit is contained in:
L. David Baron 2009-08-06 11:29:08 -07:00
parent 9e4d7edc90
commit fd82d36325

View File

@ -56,7 +56,7 @@
#include "prclist.h"
#ifdef NS_BUILD_REFCNT_LOGGING
#define DEBUG_DUMP_URLS_AT_SHUTDOWN
//#define DEBUG_DUMP_URLS_AT_SHUTDOWN
#endif
class nsIBinaryInputStream;