Apache OpenOffice (AOO) Bugzilla – Issue 114793
Crashrep nor working
Last modified: 2017-05-20 10:22:21 UTC
- starting OOo in a shell - when sending a crashreport I'll get the error message: crash_report.bin not found
Seems that there are no reports in the database. No report mails received.
reassigned
of: Crashrep on Windows is working,
@of: I suppose you are talking about a Unix platform, right? Issue 86044 for Unix changed the name of the respective binary from crash_report.bin to crashrep (to consolidate with Windows naming), but apparently missed <http://hg.services.openoffice.org/OOO330/file/0f69876bb154/svx/source/dialog/sendreportunx.cxx#l246>.
reproducible for Solaris x86 OOO330m9
so the following patch might fix it ? - "$BRAND_BASE_DIR/program/crash_report.bin")); + "$BRAND_BASE_DIR/program/crashrep"));
fixed as <http://hg.services.openoffice.org/cws/sw33bf10/rev/5527a91c01f2> (remember to build the CWS configured with --enable-crashdump when verifying this issue)
@of: please verify
.
of: Looks good in cws sw33bf10