After about two weeks I just brought down a new version from CVS and I can't
get it to work. I'm getting a check stack error when NSCAP_RELEASE(this,
mRawPtr); is called.
Tracing in further I'm in this macro doing the release...
nsLocalFileWin.cpp
/* nsISupports interface implementation. */
NS_IMPL_THREADSAFE_ISUPPORTS2(nsLocalFile, nsILocalFile, nsIFile)
My source app is built with NS_DEBUG. This calls release without a
parameter. The release in this macro is expecting a parameter. My XPCOM
standalone is built with MOZ_DEBUG=1.
Can anyone give me a clue where to look for the problem?
--
Jon Smirl
[EMAIL PROTECTED]