Open
Description
Steps to reproduce:
- run the following Python script and redirect the output to test.js
for i in range(1, 23):
for j in range(0, int(1.7**i)):
print '{};'.format(i)
(the result is 1.1MB of JS file)
- encode the JS file generated in step 1 with fbssdc
Actual result:
crash at
Line 472 in 5cdddbc
AssertionError: (2097151, 21), 20, 21
Metadata
Metadata
Assignees
Labels
No labels