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

--- Comment #25 from Buovjaga <todven...@suomi24.fi> ---
(In reply to fdhealy54 from comment #24)
> No I'm not running Comodo. I still have the problem though.

Ok, could you get some local Windows guru to help get a backtrace of the hang?

Because the hang happens upon starting, you have to use this method to attach
the debugger to the process:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg#Automation

In the case of a hang like this, there is an additional step before doing
"!analyze -v": you have to give this command in WinDbg:

~* kp

It will display the call stack for all threads and all of the parameters for
each function that is called in the stack trace. Then you can give the !analyze
-v command.

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

Reply via email to