Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-09 Thread Kaganski Mike
I forgot to mention that the problem with CppunitTest_cppuhelper_qa_misc manifests itself because it happens to have two tests: testCatchThrow first, which triggers the described behaviour and modifies global state, and testgetCaughtException second, that tries to test exception handling and

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-08 Thread Kaganski Mike
Hi! On 8/8/2018 3:56 PM, Stephan Bergmann wrote: > On 07/08/18 18:14, Stephan Bergmann wrote: >> As we speak, I happen to run into your CppunitTest_cppuhelper_qa_misc >> failure with my MSVC build (with latest Visual Studio 2017, see above) >> too, will investigate.  (The test currently only

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-08 Thread Stephan Bergmann
On 07/08/18 18:14, Stephan Bergmann wrote: As we speak, I happen to run into your CppunitTest_cppuhelper_qa_misc failure with my MSVC build (with latest Visual Studio 2017, see above) too, will investigate.  (The test currently only runs (late) during `make check`, see

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-07 Thread slacka
Sorry I was in the wrong folder: this is the correct one Microsoft (R) C/C++ Optimizing Compiler Version 19.14.26433 for x64 Copyright (C) Microsoft Corporation. All rights reserved. -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-07 Thread Stephan Bergmann
On 07/08/18 18:14, Stephan Bergmann wrote: On 07/08/18 17:48, slacka wrote: Here is my build environment: $ cat autogen.input --enable-debug $ cl /? Microsoft (R) C/C++ Optimizing Compiler Version 17.00.60610.1 for x86 Isn't that a completely outdated version?  According to

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-07 Thread Stephan Bergmann
On 07/08/18 17:48, slacka wrote: Here is my build environment: $ cat autogen.input --enable-debug $ cl /? Microsoft (R) C/C++ Optimizing Compiler Version 17.00.60610.1 for x86 Isn't that a completely outdated version? According to

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-07 Thread slacka
Here is my build environment: $ cat autogen.input --enable-debug $ cl /? Microsoft (R) C/C++ Optimizing Compiler Version 17.00.60610.1 for x86 Do you need anything else? I'll try reverting Noel's patches to check if that is the cause or not. -- Sent from:

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-07 Thread slacka
Here is my build environment: $ cat autogen.input --enable-debug $ cl /? Microsoft (R) C/C++ Optimizing Compiler Version 17.00.60610.1 for x86 Do you need anything else? -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-07 Thread Stephan Bergmann
On 07/08/18 06:28, Luke Benes wrote: [build CUT] cppuhelper_qa_misc `anonymous namespace'::Test::testCatchThrow finished in: 10ms D:/core/cppuhelper/qa/misc/test_misc.cxx:69:`anonymous namespace'::Test::testgetCaughtException assertion failed - Expression: bool(aSavedException) That's a

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-06 Thread Luke Benes
Thanks Noel, That last patch fixed the segfault, but the subsequent Unit Tests are still failing at: [build CUT] cppuhelper_qa_misc `anonymous namespace'::Test::testCatchThrow finished in: 10ms D:/core/cppuhelper/qa/misc/test_misc.cxx:69:`anonymous namespace'::Test::testgetCaughtException

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-06 Thread Noel Grandin
On 2018/08/05 10:32 PM, Caolán McNamara wrote: On Sun, 2018-08-05 at 16:48 +, Luke Benes wrote: Noel, That fix and subsequent fixes are not enough. Windows debug builds are still failing. Currently they fail on CppunitTest_services: This is the bt... thanks for the bt caolan. Should

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-05 Thread Caolán McNamara
On Sun, 2018-08-05 at 16:48 +, Luke Benes wrote: > Noel, > > That fix and subsequent fixes are not enough. Windows debug builds > are still failing. Currently they fail on CppunitTest_services: This is the bt... #0 0x7faf569074fd in ImplDbgTestSolarMutex() () at

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-08-05 Thread Luke Benes
Noel, That fix and subsequent fixes are not enough. Windows debug builds are still failing. Currently they fail on CppunitTest_services: https://ci.libreoffice.org/job/lo_tb_master_win_dbg/18045/consoleFull#-1107669237d893063f-7f3d-4b7e-b56f-4e0f225817cd /usr/bin/sh: line 1:  6252

Re: Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-07-31 Thread Noel Grandin
On 2018/07/31 5:54 AM, Luke Benes wrote: Noel, Ever since: https://cgit.freedesktop.org/libreoffice/core/commit/?id=9cceba9a make DBG_TESTSOLARMUTEX available in assert builds Windows builds with "--enable-debug" are failing with the following error: D:/core/vcl/source/app/svmain.cxx(371):

Windows Debug builds failure: 'DbgGUIInitSolarMutexCheck': identifier not found

2018-07-30 Thread Luke Benes
Noel, Ever since: https://cgit.freedesktop.org/libreoffice/core/commit/?id=9cceba9a make DBG_TESTSOLARMUTEX available in assert builds Windows builds with "--enable-debug" are failing with the following error: D:/core/vcl/source/app/svmain.cxx(371): error C3861: 'DbgGUIInitSolarMutexCheck':