From 706b5f29b957b80a53b92ec52c5d13719ca54789 Mon Sep 17 00:00:00 2001 From: wojtekrzepecki Date: Thu, 18 Nov 2021 13:00:30 +0100 Subject: [PATCH] [BH-1209] Fix Bell crash on shutdown bump of appBell stack size --- .../include/application-bell-main/ApplicationBellMain.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/BellHybrid/apps/application-bell-main/include/application-bell-main/ApplicationBellMain.hpp b/products/BellHybrid/apps/application-bell-main/include/application-bell-main/ApplicationBellMain.hpp index 93fb6d227132318f9e68bf3af5a99ebe18d25d1c..0d63ddb47fca4864ee6756bc8e2a5d82c3ec2048 100644 --- a/products/BellHybrid/apps/application-bell-main/include/application-bell-main/ApplicationBellMain.hpp +++ b/products/BellHybrid/apps/application-bell-main/include/application-bell-main/ApplicationBellMain.hpp @@ -24,7 +24,7 @@ namespace app std::string parent = "", StatusIndicators statusIndicators = StatusIndicators{}, StartInBackground startInBackground = {false}, - std::uint32_t stackDepth = 8192); + std::uint32_t stackDepth = 10240); sys::ReturnCodes InitHandler() override;