Segfault in AsmParser for debug-compiled solc #15207
Labels
bug 🐛
medium effort
Default level of effort
medium impact
Default level of impact
must have eventually
Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
should compile without error
Error is reported even though it shouldn't. Source is fine.
Description
Calling
solc --standard-json out.json
for out.json (corresponding to initcode_too_large_paris syntax test) leads to a segfault in thestd::regex
module here whensolc
was compiled under GCC with a debug configuration.Environment
The text was updated successfully, but these errors were encountered: