using debug build memory leak detection tools without assertions

sadko <[email protected]> Thu, 17 Jul 2008 08:48:50 -0700 (PDT)
Newsgroups gmane.comp.mozilla.performance
Organization http://groups.google.com
Message-ID <fd0942bb-f2d3-4fee-8071-f9cbfba0a359@y38g2000hsy.googlegroups.com>
Hello,
I wrote one extension and I need to trace ref counts and detect memory
leaks. Problem is, that the tools I know about are usable only with
debug build of ff. When I build such one I'm getting a tons of
assertions about non thread-safety of components like nsIURI instance,
nsIMutableArray instance and so on.
Can anyone help me to get through this?

Thanks in advance
Sadko