diff options
Diffstat (limited to 'results/scraper/box64/1249')
| -rw-r--r-- | results/scraper/box64/1249 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/box64/1249 b/results/scraper/box64/1249 new file mode 100644 index 000000000..27e40d859 --- /dev/null +++ b/results/scraper/box64/1249 @@ -0,0 +1,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) \ No newline at end of file |