blob: 27e40d8597b1174852eeae60c46a2b7a73ed2482 (
plain) (
blame)
1
2
3
4
5
6
7
|
tcmalloc cannot allocate some internal data (regression)
Since https://github.com/ptitSeb/box64/commit/1344b1837909da6d91153cf686557a4a10bcb468, steamwebhelper fails to run properly and steam displays the "steamwebhelper is not working" message. In `steamwebhelper.log`, there is the error
```
../../third_party/tcmalloc/chromium/src/page_heap_allocator.h:74] FATAL ERROR: Out of memory trying to allocate internal tcmalloc data (bytes, object-size) 131072 48
```
https://github.com/ptitSeb/box64/commit/1deec05f3dfaa93b034d0bb7cf00b0f9d73d4016 still works fine.
I didn't see any relevant log output (with `BOX64_LOG=2` set for steamwebhelper)
|