https://bugs.documentfoundation.org/show_bug.cgi?id=151766

--- Comment #11 from Sierk Bornemann <[email protected]> ---
(In reply to Simon Muschel from comment #4)
> Thank you for your reply - sorry my description was not precise enough.
> 
> Prerequisites for test case:
> * M1 Mac (e.g. MacBook Pro)
> * Java JDK installation (I used version 17)
> 
> 
> Assumptions for the following steps:
> * LibreOffice is installed in the standard location
> (/Applications/LibreOffice.app)
> * Java is installed an can be executed from Terminal
> 
> 
> Steps to reproduce behavior:
> * Download attachment, rename file to Test.java
> * Open Terminal, go to folder containing Test.java
> * execute command to compile test case (all in one line):
> 
> javac -cp
> /Applications/LibreOffice.app/Contents/Resources/java/libreoffice.jar
> Test.java
> 
> * Execution of previous step should result in creation of file Test.class
> * execute command to run test case (all in one line):
> 
> java -classpath
> /Applications/LibreOffice.app/Contents/MacOS/:/Applications/LibreOffice.app/
> Contents/Resources/java/libreoffice.jar:/Applications/LibreOffice.app/
> Contents/Resources/java/unoloader.jar:.
> -Djava.library.path=/Applications/LibreOffice.app/Contents/Frameworks Test
> 
> 
> Result:
> LibreOffice window opens, but no Writer document is started. LO window stays
> grayed out. Process has to be terminated.
> 
> Expected Result:
> LO window opens, a new Writer document is started. After 15 seconds, Writer
> document/window will be closed. Test case exits.


I can confirm the issue in question, and I can confirm the result (I did as
described above to reproduce the issue).



LibreOffice:
------------
Version: 7.4.3.1 / LibreOffice Community
Build ID: 3793858a34d8fef5b92f8fee233f97766f05e281
CPU threads: 10; OS: Mac OS X 13.0.1; UI render: default; VCL: osx
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Calc: threaded

Hardware:
---------
% /usr/sbin/system_profiler SPHardwareDataType | grep "Model Name"
      Model Name: MacBook Pro
% /usr/sbin/system_profiler SPHardwareDataType | grep "Model Identifier"
      Model Identifier: MacBookPro18,3
% /usr/sbin/system_profiler SPHardwareDataType | grep "Chip"            
      Chip: Apple M1 Pro

OS:
---
% uname -a
Darwin xyz.local 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct  9 20:15:09 PDT
2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T6000 arm64

% uname -m
arm64

% machine                                                                       
arm64e

% sw_vers                
ProductName:            macOS
ProductVersion:         13.0.1
BuildVersion:           22A400

Java JDK:
---------
% java --version
java 19.0.1 2022-10-18
Java(TM) SE Runtime Environment (build 19.0.1+10-21)
Java HotSpot(TM) 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)

% /usr/libexec/java_home
/Library/Java/JavaVirtualMachines/jdk-19.jdk/Contents/Home

resp.

% JAVA_HOME=$(/usr/libexec/java_home); echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk-19.jdk/Contents/Home

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to