mozilla / spidernode

Node.js on top of SpiderMonkey
https://ehsanakhgari.org/blog/2016-04-20/project-spidernode
Other
559 stars 43 forks source link

deps/zlib/trees.c reports "bit length overflow" #363

Open mykmelez opened 7 years ago

mykmelez commented 7 years ago

Ever since #362, the output of deps/spidershim/scripts/run-tests.py includes this trace-level message from deps/zlib/trees.c:

bit length overflow
code 18 bits 7->6
code 6 bits 5->6

bit length overflow
code 18 bits 7->6
code 6 bits 5->6

We should figure out why.