[Libreoffice-bugs] [Bug 108340] Crash accessing Format Cells dialog

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 21 09:55:21 UTC 2017


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

Timur <gtimur at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gtimur at gmail.com

--- Comment #7 from Timur <gtimur at gmail.com> ---
This bug may stay open but I'm afraid it's of no use. Even Needinfo is not
appropriate because submitter may have no other info. 

So I recommend this be closed as Insufficient Data. You may set it back to
Unconfirmed should you experience it again. 
There are some nasty bugs with paste and undo. This may be or not related. 

Kevin, if there's no Crash Report, and sometimes there's no in Windows, you may
use procdump (part of free and useful Sysinternaly Suite) during LO run in
order to get a dump (soffice.bin.dmp).
How: 
- run procdump manually after LO start (path-to\SYSINTERNALSSUITE\procdump.exe
soffice.bin -h path-to\soffice.bin.dmp) for reproducible bugs like this one, OR
- via simple batch file like attachment 129814, that is used instead of LO icon
to start LO, for intermittent bugs (which seems to be the case here).

You may upload that crash dump or do it yourself:
- analyze dump with WinDbg configured per
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg (set
"Symbol File Path")
- attach here as an attachment result of "!analyze -v" command in WinDbg
(that's "backtrace") 
- if "!analyze -v" is empty, which comes after "ntdll!NtTerminateProcess"
error, go with "kb" that prints stack trace and "~* kp" to dump the whole
stack.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170721/75b7ee77/attachment.html>


More information about the Libreoffice-bugs mailing list