[Libreoffice-commits] core.git: vcl/source
Jan-Marek Glogowski
glogow at fbihome.de
Mon Sep 25 12:26:10 UTC 2017
vcl/source/app/scheduler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f64adba14ef7d56d72cf11e3730f40395f626570
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date: Mon Sep 25 14:22:42 2017 +0200
Disable Scheduler shutdown assertion
This currently kills 50% of Windows Jenkins build, which I can't
reproduce. So disable the assertion while looking for a real
solution.
Change-Id: Ic03787893b6a970b608e3e8bdd3247f4664be40e
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 92db1e23563a..5c1b1bc8f5f4 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -171,7 +171,7 @@ void Scheduler::ImplDeInitScheduler()
SAL_INFO( "vcl.schedule.deinit", "DeInit the scheduler - finished" );
SAL_WARN_IF( 0 != nActiveTasks, "vcl.schedule.deinit", "DeInit active tasks: "
<< nActiveTasks << " (ignored: " << nIgnoredTasks << ")" );
- assert( nIgnoredTasks == nActiveTasks );
+// assert( nIgnoredTasks == nActiveTasks );
#endif
rSchedCtx.mpFirstSchedulerData = nullptr;
More information about the Libreoffice-commits
mailing list