<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - soffice.exe 7.0.1.2 crashes on Windows Server Core 1903 or newer."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=138317">138317</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>soffice.exe 7.0.1.2 crashes on Windows Server Core 1903 or newer.
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>7.0.1.2 release
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>reik@poczta.onet.pl
</td>
</tr></table>
<p>
<div>
<pre>Description:
Libre Office portable starts to crash on Windows Server Core 1903 or newer
(both Hyper-V and run as docker image). After crash I didn't see any logfile,
also eventlog was empty.
Libre Office works correctly only on Windows Server Core version LTSC - 1809.
Easiest way to reproduce this error is to run LibreOffice as docker image and
run convert operation. I described whole procedure in "Steps to reproduce"
section.
Steps to Reproduce:
1. Install "Docker Desktop for Windows" on Windows 1903 or higher
2. Intall LibreOffice portable to "C:\LibreTmp\Libre7" ; create file
"C:\LibreTmp\sample.docx" (sample file to convert)
3. Run "Windows Server Core 1903" container in "interactive mode" with mounted
tmp folder:
C:\> docker run -it --entrypoint powershell -v "C:\LibreTmp\:C:\LibreTmp"
mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-1903
3. Run conversion for any document (in my case I used "sample.docx" and convert
it to pdf) in container:
C:\> mkdir c:\user\env
C:\> mkdir c:\user\profile
C:\> $env:USERPROFILE = "C:\user\profile"
C:\> Start-Process "C:\LibreTmp\App\libreoffice\program\soffice.exe"
-argumentlist "--convert-to pdf --outdir C:\LibreTmp\ C:\LibreTmp\sample.docx"
-wait
C:\> dir C:\LibreTmp\
4. As a result there is no converted document (c:\LibreTmp\sample.pdf) because
Libre Office crashed in strange way..
5. Exit and shutdown container
C:\> exit
If you run above operations using "Windows Server Core 1809" container
everything will work perfectly. To check just change step "3" to:
C:\> docker run -it --entrypoint powershell -v "C:\LibreTmp\:C:\LibreTmp"
mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019
Actual Results:
Libre Office crashed, there is no converted document
Expected Results:
there is converted document as result of operation.
Reproducible: Always
User Profile Reset: No
Additional Info:
LibreOffice crashed without any logfile..</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>