Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When import solc-js to Web Worker, occur error "Maximum call stack size exceeded". #218

Closed
yjgaia opened this issue Jun 9, 2018 · 4 comments

Comments

@yjgaia
Copy link

yjgaia commented Jun 9, 2018

When import solc-js to Web Worker, occur error "Maximum call stack size exceeded".
soljson-v0.4.6+commit.2dabbdf0.js is ok, but all upper versions have this problem.
Could you find reason?

@axic
Copy link
Member

axic commented Jun 12, 2018

Probably that given release was quite big and your VM/browser has a limit on Javascript sizes.

@Pony-Unicorn
Copy link

@hanul 设置一下 --stack_size=1000000

@axic
Copy link
Member

axic commented Jul 25, 2018

Closing this as Remix users would notice if this would be a common issue. Please reopen if it keeps happening.

@axic axic closed this as completed Jul 25, 2018
@Asone
Copy link

Asone commented Jul 25, 2018

@axic : i just tried it and have the same problem.

  • OS : Debian 9
  • Node : v10.7.0
  • npm : 6.1.0

It happened a first time on npm install of remix-ide and also when trying npm start.

I tried also npm start --verbose to see if i could get a more specific stacktrace but no luck.

Please, feel free to ping me if you want or need any additional information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants