Bug 133019 - LibreOffice crashes when opening the macro tab (comment 2)
Summary: LibreOffice crashes when opening the macro tab (comment 2)
Status: RESOLVED DUPLICATE of bug 134167
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.0.0.0.alpha1+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: Crash
  Show dependency treegraph
 
Reported: 2020-05-13 20:55 UTC by Telesto
Modified: 2020-06-23 18:26 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
Bibisect log (4.32 KB, text/plain)
2020-05-29 18:40 UTC, Telesto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2020-05-13 20:55:57 UTC
Description:
LibreOffice crashes when pressing Run Macro (without JRE installed).

Steps to Reproduce:
1. Open Writer
2. Tools -> Macro's -> Run Macro (doesn't occur with Alpha1.. a dialog appears.. ) Not sure if this a bug or difference between builds.. 

Actual Results:
Crash

Expected Results:
No crash


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.0.alpha1+ (x64)
Build ID: f9790da286f2d2fa47f1748f8cfa6172c6622ca3
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win; 
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL
Comment 1 Marctoo 2020-05-28 06:55:14 UTC
Not reproducible both on master and stable version.

Probably is an issue with your PC.

Version: 7.0.0.0.alpha1 (x64)
Build ID: 6a03b2a54143a9bc0c6d4c7f1...
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win; 
Locale: en-GB (en_GB); UI: en-US
Calc: threaded


Version: 6.4.3.2 (x64)
Build ID: 747b5d0ebf89f41c860ec2a39efd7cb15b54f2d8
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: en-GB (en_GB); UI-Language: en-GB
Calc: CL
Comment 2 Telesto 2020-05-29 18:40:43 UTC
Created attachment 161401 [details]
Bibisect log

Bisected to:
author	Thorsten Behrens <Thorsten.Behrens@CIB.de>	2020-05-06 23:45:55 +0200
committer	Thorsten Behrens <Thorsten.Behrens@CIB.de>	2020-05-07 15:56:06 +0200
commit 6ba74150866d71469827de9f4f19268dfa7db137 (patch)
tree 0c24ca4b2a5a45afd024b14837f80232dfcd76bb
parent 58c87f8261abf4f1528a43dc501e956cb9c1d2f2 (diff)
jfw::isAccessibilitySupportDesired is obsolete
There's no platform left that would require java accessibility.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=6ba74150866d71469827de9f4f19268dfa7db137

STR used:
1. Open Writer document with Image in it
2. Right Click Properties
3. Open Macro tab
Comment 3 Vignesh 2020-06-12 18:57:08 UTC
When running the macro a dialog box appears and there are different options but even after selecting the options it is unable to run the macro.
Comment 4 Telesto 2020-06-23 08:43:28 UTC
Self-confirming: based on bug 134072 and bug 133708
Comment 5 Telesto 2020-06-23 08:49:48 UTC
Adding CC: to Thorsten Behrens

vmfwklo!jfw_findAndSelectJRE+0x215
mergedlo!javaloader_component_getFactory+0x843b
mergedlo!io_component_getFactory+0x20737
mergedlo!io_component_getFactory+0x2021a

With "Use  a java runtime environment" checked (which is the default setting) LibreOffice will crash a certain points (in my case without Java runtime present)

Not sure what the setting was for bug 134072
Comment 6 Thorsten Behrens (allotropia) 2020-06-23 10:16:48 UTC
Wonder if crash in bug 134167 is related?
Comment 7 Xisco Faulí 2020-06-23 13:57:14 UTC
(In reply to Thorsten Behrens (CIB) from comment #6)
> Wonder if crash in bug 134167 is related?

@Telesto, does it crash with https://git.libreoffice.org/core/commit/642fc41cd7d080384658e10b30bb9d3b38a2cbd9 included ?
Comment 8 Telesto 2020-06-23 18:26:43 UTC

*** This bug has been marked as a duplicate of bug 134167 ***