mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
memcpy spinning #314
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @splitice on GitHub (Apr 14, 2020).
Today on a production service we saw near 100% cpu usage. Some quick debugging with GDB and ltrace revealed brotli spinning in a 0 byte memcpy.
gdb revealed this to be Brotli:
We are still troubleshooting this. However I thought I would ask if anyone has encountered something similar, or if there is any common traps that we could fall into that could cause this behavior?
Revision:
c435f06675