https://bugs.documentfoundation.org/show_bug.cgi?id=98022

--- Comment #15 from Buovjaga <[email protected]> ---
You could try

!analyze -hang

to replace !analyze -v in these instructions:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

You can read about it in the Windbg help.

I also read this page:
https://developer.mozilla.org/en-US/docs/Mozilla/How_to_get_a_stacktrace_with_WinDbg

It has these steps after breaking out (Debug - Break):
~* kp
!analyze -v -f

!analyze -f means: Generates the !analyze exception output. Use this parameter
to see an exception analysis even when the debugger does not detect an
exception.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to