Skip to content

pls let me stop finding chrome bugs

Compare
Choose a tag to compare
@9001 9001 released this 17 Aug 23:28
· 1161 commits to hovudstraum since this release

two browser-bugs in two hours, man i just wanna play horizon

bugfixes

  • chrome randomly running out of memory while hashing files and mt is enabled
    • the gc suddenly gives up collecting the filereaders
    • fixed by reusing a pool of readers instead
  • chrome failing to gc Any Buffers At All while hashing files and mt is enabled on plaintext http
    • this one's funkier, they've repeatedly fixed and broke it like 6 times between chrome 84 and 106
    • looks like it just forgets about everything that's passed into wasm
    • no way around it, just show a popup explaining how to disable multithreaded hashing