Issue 125868 - AOO crashes if JRE (Java) is not installed (using help search or picture/makros)
Summary: AOO crashes if JRE (Java) is not installed (using help search or picture/makros)
Status: RESOLVED FIXED
Alias: None
Product: General
Classification: Code
Component: help (show other issues)
Version: 4.1.1
Hardware: Mac OS X 10.9
: P3 Major (vote)
Target Milestone: 4.2.0
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: crash, release_blocker
Depends on:
Blocks:
 
Reported: 2014-11-16 09:05 UTC by kai_m
Modified: 2016-12-17 15:14 UTC (History)
2 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 kai_m 2014-11-16 09:05:22 UTC
AOO crashes if JRE (Java) is not installed.

I found at least two cases:

Help System: use search in Help System.
Open Help. Click Search. Enter Search string. Click Search.
-> starts searching. Then a diolog box appears: 
OO needs JRE, please install and restart OO
after click OK AOO crashes

Writer:
insert a picture. Go to the properties/attributes of that picture. click Makros
-> a diolog box appears: 
OO needs JRE, please install and restart OO
after click OK AOO crashes
Comment 1 damjan 2016-10-18 15:52:41 UTC
Also happens on FreeBSD, but not on Linux.

I've fixed the writer/picture issue in #127165. The cause was an exception not getting caught.

This one is a bit different. Still investigating.
Comment 2 SVN Robot 2016-10-18 17:52:45 UTC
"damjan" committed SVN revision 1765488 into trunk:
#i125868# AOO crashes if JRE (Java) is not installed (using help search or pi...
Comment 3 damjan 2016-10-18 17:54:42 UTC
Exception was getting thrown but not specified in throw().

Patch committed, resolving fixed.