| Summary: | A runtime-switch for the MiniCrashDump | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Juergen Funk (CIB) <juergen.funk_ml> |
| Component: | LibreOffice | Assignee: | Juergen Funk (CIB) <juergen.funk_ml> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | oliver.brinzing, thb, xiscofauli |
| Priority: | medium | ||
| Version: | 6.4.0.0.alpha1+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.4.0 target:6.5.0 target:6.4.0.1 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Juergen Funk (CIB)
2019-09-23 09:19:38 UTC
To analyze a minidump:- ->Open Visual Studio. ->On the File menu, click Open Project. ->Set Files of type to Dump Files, navigate to the dump file, select it, and ->click Open. ->Run the debugger. https://www.vtpeanutbutter.com/mcdvoice/ In soffice.ini (sofficerc) the new entry "CrashDumpEnable" default is "true" The compile-time-switch is "--disable-crashdump", then set the switch to "false" - when "CrashDumpEnable" is false then the Dump.ini and the dump-file are not written - when the entry "CrashDumpEnable" is missing, in this case is the default true, too - the checkbox under Options-General "Send crash reports to ..." is deactive and shows off (only view, not change the config) The environment variable is "CRASH_DUMP_ENABLE" when set to any char, then the switch "CrashDumpEnable=false" are overrules with true and the Dump.ini and dump-file are write Here gerrits https://gerrit.libreoffice.org/#/c/79272 https://gerrit.libreoffice.org/#/c/79273 Juergen Funk committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2215be5268a646d3cc7d138a0184c6826585b7fb tdf#127711 - A runtime-switch for the MiniCrashDump It will be available in 6.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Looks fixed to me. Juergen Funk committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/73524467b9a6a7c4e6d5173aba79d80632ef46e2 tdf#127711 Fix msi-soffice.ini CrashDumpEnable-entry It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Juergen Funk committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/1908393e7861f45aea616a192059ccbd9b62b5a4 tdf#127711 Fix msi-soffice.ini CrashDumpEnable-entry It will be available in 6.4.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |