JunitTest_sfx2_complex failing on Windows after f5ab8bcbfd20
Michael Stahl
mst at libreoffice.org
Tue Jan 5 10:32:49 UTC 2021
On 03.01.21 07:14, Luke Benes wrote:
>
> After https://cgit.freedesktop.org/libreoffice/core/commit/?id=f5ab8bcbfd20
> WIN don't notify clipboard change with SolarMutex
>
> I'm seeing the failure below on Windows 10 x86. Any idea why this would cause this failure? Let me know if you need any additional debugging info.
>
> There was 1 failure:
> 1) complex.sfx2.DocumentMetadataAccess
> java.lang.AssertionError: expected:<0> but was:<-1073741819>
> at org.junit.Assert.fail(Assert.java:93)
> at org.junit.Assert.failNotEquals(Assert.java:647)
> at org.junit.Assert.assertEquals(Assert.java:128)
> at org.junit.Assert.assertEquals(Assert.java:472)
> at org.junit.Assert.assertEquals(Assert.java:456)
> at org.openoffice.test.OfficeConnection.tearDown(OfficeConnection.java:150)
this looks like a crash on shutdown in the soffice.bin process.
if you can reproduce it, get a stack trace by attaching a debugger to
soffice.bin while the test is running.
see also
https://wiki.documentfoundation.org/Development/How_to_debug#Running_the_subsequent_tests
and following sections
More information about the LibreOffice
mailing list