From 6e65c3821e852dd923df18efc1d02c70b42692f6 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 7 Jul 2025 21:25:35 +0300 Subject: #4319 Thread crashes not being reported to bugsplat --- indra/llcommon/llthread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/llcommon/llthread.h') diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h index 21264351e5..8794ac93aa 100644 --- a/indra/llcommon/llthread.h +++ b/indra/llcommon/llthread.h @@ -97,6 +97,11 @@ private: // static function passed to APR thread creation routine void threadRun(); + void tryRun(); + +#ifdef LL_WINDOWS + void sehHandle(); +#endif protected: std::string mName; -- cgit v1.2.3