Hi Miklos,

Miklos Vajna schrieb am 01.08.2025 um 09:26:
Hi Regina,

On Thu, Jul 31, 2025 at 08:44:00AM +0200, Regina Henschel 
<rb.hensc...@t-online.de> wrote:
make  CppunitTest_sd_export_tests-ooxml2

It fails e.g. as
[_RUN_____] testTdf111518::TestBody
*** Exception 0xc0000005 occurred ***

But when I test only this test via
/make CppunitTest_sd_export_tests-ooxml2 CPPUNIT_TEST_NAME="testTdf111518"
it does not fail.

This can happen if one test modifies the global state in a way that it
influences the test result of a next test case in the test suite. Of
course this is far from ideal, but in practice it can happen, e.g. when
the invoked code modifies global static variables.

One thing you can try is to find out what tests run before
testTdf111518, and hopefully you can shrink the list to just 2 tests,
which may lead you close to the solution.

I would speculate one of those tests before testTdf111518 don't clean
up properly after itself.

I've found these two problems:

testTdf53970 fails with message
Throwing InvalidHeaderException
*** Exception 0xc0000005 occurred ***
at MFPCreateMediaPlayerEx, address 0x7FFB1D241AD1 in C:\WINDOWS\SYSTEM32\MFPlay.DLL


testTdf106867 fails with message
warn:unotools.config:14580:7496:unotools/source/config/configmgr.cxx:147: ConfigManager not empty
*** Exception 0xc0000005 occurred ***
at MFPCreateMediaPlayerEx, address 0x7FFB1A0E1AD1 in C:\WINDOWS\SYSTEM32\MFPlay.DLL

I wonder, that only I get these problems.

Kind regards,
Regina

Reply via email to