Hi Daniel,

>>may I ask where those leaks are reported?
> 
> Those leaks are OSL_asserted.

When? Upon app shutdown? What if parts of the infrastructure for OSL
assertions is not in place then anymore?

> Just for completeness: You can also take a pro-build and recompile some
> code with OSL_DEBUG_LEVEL > 0 (e.g. debug=t).

Is this compatible? That is, consider a header file containing
  class Foo : public DebugBase< Foo >
  {
    // ...
  };

Now if the implementation file is compiled without debug, but a certain
client file of the header is compiled with debug=1 (resulting in
OSL_DEBUG_LEVEL > 0), will this client file crash, or are the debug- and
non-debug "versions" of DebugBase binary compatible?

Sorry for being that inquisitive :)

Thanks & Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Database                   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to