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

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Buovjaga <[email protected]> ---
You could try getting a backtrace of the hang:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

As it's a hang, you might have to input

~* kp

like mentioned here:
https://developer.mozilla.org/en-US/docs/Mozilla/How_to_get_a_stacktrace_with_WinDbg#After_the_crash_or_hang

Here is the reference on kp:
https://msdn.microsoft.com/en-us/library/windows/hardware/ff551943(v=vs.85).aspx
The k* commands display the stack frame of the given thread, together with
related information.
p Displays all of the parameters for each function that is called in the stack
trace. The parameter list includes each parameter's data type, name, and value.

-- 
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