Closed
Bug 448733
Opened 17 years ago
Closed 17 years ago
"bit length overflow" code 5 bits 6->7 Assertion/Warning
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 431950
People
(Reporter: dougt, Unassigned)
Details
I am seeing the following printf when running a debug build:
bit length overflow
code 5 bits 6->7
I am not sure why I see this, or should we.
Comment 1•17 years ago
|
||
I remember seeing something about this somewhere, but I can't remember where. IIRC it's not our printf - zlib's perhaps?
Comment 2•17 years ago
|
||
| Reporter | ||
Comment 3•17 years ago
|
||
well, yes zlib but not that one. its the one in /modules/zlib/src/trees.c, i think. (mxr for m-c isn't indexing that code).
In any case, the question "why is it happening" still exists. I do not recall seeing this in x86.
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•