-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
solc-js throws an error with just a number; trouble compiling strings.js #44
Comments
I think those numeric errors are C++ exceptions not properly handled. Probably it is a memory offset pointer. It is printed by Emscripten and not the |
Correct. Those were for me to ensure they were never reached. They can be removed. |
@tcoulter were you able to somehow reduce string.sol to a smaller instance which still has this problem? |
Ah, my bad. I didn't try. |
I can likely give it a shot later today. |
@tcoulter moved to ethereum/solidity#971 - can you please comment your findings there later? |
When you try to compile solidity stringutils's strings.sol, solc-js will throw an error with only a number as its error message. I've created a github project showing how you can reproduce the error, link below. This error was originally posted on Truffle's issue tracker here.
https://github.com/tcoulter/solc-result-bug
The text was updated successfully, but these errors were encountered: