Issue 17635 - Crashreporter doesn't work under Linux
Summary: Crashreporter doesn't work under Linux
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: PC Linux, all
: P2 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: hennes.rohling
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-30 15:29 UTC by stx123
Modified: 2003-09-08 16:48 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description stx123 2003-07-30 15:29:09 UTC
In 1.1 RC2 the crashreporter doesn't work on linux.
First of all the ErrorReportServer= entry is missing in bootstrap.ini.
According to Joost, will it not work even if you add it manually.
Comment 1 stx123 2003-07-30 15:30:13 UTC
raise priority to P2 and set target to OOo 1.1 RC (for the rc3 branch)
Comment 2 hennes.rohling 2003-07-31 12:39:51 UTC
Second reason is that only the dynmaically linked version of
crash_report.bin is installed.

Seems to be O.K. in OOo 1.1 RC 3 but I'm not able to test it yet.
Comment 3 hennes.rohling 2003-07-31 12:50:51 UTC
HRO@IS: Inspecting the source files there are following issues that
need to be fixed:

scp/source/office/files.scp:

The crash reporter stuff is duplicate to scp/source/crashrep

scp/source/crashrep/makefile.mk@71:

The follwing lines are obsolete and useless:

-.IF "$(OOO_RELEASE_BUILD)"=="TRUE"
-SOLARINC+=-DOOO_RELEASE_BUILD
-.ENDIF

scp/source/office/profile.scp@196:

Bootstrap keys should be written following the same rules as for
building and installing the crash reporter:

#ifdef OSL_PRODUCT
-  #if defined(BUILD_SPECIAL) || defined(OOO_RELEASE_BUILD)
+  #if defined(ENABLE_CRASHDUMP)
    Value  = "report.services.openoffice.org";
  #else
    Value  = "";
  #endif
#else
  Value  = "report.staroffice.de";
#endif

scp/source/office/makefile.mk:

ENABLE_CRASHDUMP has to be defined if environment variable
ENABLE_CRASHDUMP is set. (See scp/util/makefile.mk)

Comment 4 ingo.schmidt-rosbiegal 2003-07-31 14:16:39 UTC
Accepting the bug, waiting till ooo11rc3 is resynched against
srx645m15 (happens at the moment).
Comment 5 ingo.schmidt-rosbiegal 2003-08-01 13:44:08 UTC
... and fixed in cws ooo11rc3.
Comment 6 ingo.schmidt-rosbiegal 2003-08-12 10:59:44 UTC
IS -> HRO: These changes are integrated into the ooo11rc3. Who is able
to test this? Wo can change the build settings to test the different
scenarios?
Comment 7 ingo.schmidt-rosbiegal 2003-08-12 11:02:30 UTC
IS -> HRO: Back to you for further handling.
Comment 8 Joost Andrae 2003-08-12 14:35:29 UTC
JA: verified within CWS
Comment 9 Joost Andrae 2003-08-12 14:37:14 UTC
.
Comment 10 Joost Andrae 2003-08-12 14:37:40 UTC
.
Comment 11 Joost Andrae 2003-09-08 16:48:10 UTC
JA: closing issue