You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which seems like some kind of arbitrary limit that can be changed? Changing it to 20k fixed the error. I'm not sure if that would break something in Sys.
Some bitcode files for firefox generate
Write too large
error.How to reproduce:
Bitcode is available here.
And the error is raised here:
sys/src/Symex/Symex/Memory.hs
Line 181 in 821c4d7
Which seems like some kind of arbitrary limit that can be changed? Changing it to 20k fixed the error. I'm not sure if that would break something in Sys.
(Using clang-9 and bleeding edge firefox)
-Suyash
CC @epyeh
The text was updated successfully, but these errors were encountered: