On 08/07/2012 03:16 PM, Michael Meeks wrote:
        In my experience writing to stderr is synchronous; ie.

        fprintf (stderr, "crash\n");
        *((int *)NULL) = 42;

        will do what you want; unless SAL_DEBUG guarantees that too it's too
dangerous to be useful for me :-)

SAL_DEBUG boils down to std::fputs(..., stderr) in sal/osl/all/log.cxx.

Stephan
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to