diff options
| author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-03-04 17:43:08 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 17:43:08 -0800 |
| commit | dd74c2cbd542daa8d6cedba7ba7a68268f7b73d3 (patch) | |
| tree | be09c6b71ce5e7a1546bb8e9d48be9b6e34e8fb7 /indra/llcommon/llcoros.cpp | |
| parent | 1013ea51a88aba820d41db7fc259296291504c11 (diff) | |
| parent | 6c43baf0298929ee315bdb3d95f0bd23f589a4cf (diff) | |
Merge pull request #928 from secondlife/andreyk/issue_54
Issue #54 LLRender::init crash and SL-17896
Diffstat (limited to 'indra/llcommon/llcoros.cpp')
| -rw-r--r-- | indra/llcommon/llcoros.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llcoros.cpp b/indra/llcommon/llcoros.cpp index 3ab97b557f..1d383f174d 100644 --- a/indra/llcommon/llcoros.cpp +++ b/indra/llcommon/llcoros.cpp @@ -278,6 +278,7 @@ std::string LLCoros::launch(const std::string& prefix, const callable_t& callabl catch (std::bad_alloc&) { // Out of memory on stack allocation? + LLError::LLUserWarningMsg::showOutOfMemory(); printActiveCoroutines(); LL_ERRS("LLCoros") << "Bad memory allocation in LLCoros::launch(" << prefix << ")!" << LL_ENDL; } |
