-
Notifications
You must be signed in to change notification settings - Fork 155
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
_ZNK2v810StackFrame11GetLocationEv: symbol not found #453
Comments
isolated-vm works on 16.20.2. It sounds like you are running an old binary somehow. |
Sorry for the bother, after a couple of rebuilds, it is working now. Thanks for quick response! |
I facing the same issue on node 18.0 alpine no matter how many times I build the image. any workaround ? |
Hello, |
Just to point out this can be caused by node_modules being transferred to docker. I think that was my problem. Once I used node_modules in docker ignore and built an image with --no-cache it worked. |
I rebuilt my docker container and suddenly I am seeing this error:
Container is built successfully and this is the error that is poping on the runtime.
Node version: 16.20.2
Also Python3, make and g++ are installed
The text was updated successfully, but these errors were encountered: