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

Error after upgrading to v2.4.0 #853

Closed
labnol opened this issue Jul 2, 2021 · 4 comments
Closed

Error after upgrading to v2.4.0 #853

labnol opened this issue Jul 2, 2021 · 4 comments

Comments

@labnol
Copy link
Contributor

labnol commented Jul 2, 2021

I am on Node 16.3.0

➜ projects (main) ✗ npx clasp push   
node[2819]: ../src/api/callback.cc:129:void node::InternalCallbackScope::Close(): Assertion `(env_->execution_async_id()) == (0)' failed.
 1: 0x10e9f0985 node::Abort() (.cold.1) [/Users/me/n/bin/node]
 2: 0x10d6a3aa9 node::Abort() [/Users/me/n/bin/node]
 3: 0x10d6a3911 node::Assert(node::AssertionInfo const&) [/Users/me/n/bin/node]
 4: 0x10d5d2cd8 node::InternalCallbackScope::Close() [/Users/me/n/bin/node]
 5: 0x10d5d25de node::InternalCallbackScope::~InternalCallbackScope() [/Users/me/n/bin/node]
 6: 0x10d6a6f71 node::fs::FileHandle::CloseReq::Resolve() [/Users/me/n/bin/node]
 7: 0x10d6bbb18 node::fs::FileHandle::ClosePromise()::$_0::__invoke(uv_fs_s*) [/Users/me/n/bin/node]
 8: 0x10e097a38 uv__work_done [/Users/me/n/bin/node]
 9: 0x10e09cb03 uv__async_io [/Users/me/n/bin/node]
10: 0x10e0b077c uv__io_poll [/Users/me/n/bin/node]
11: 0x10e09d071 uv_run [/Users/me/n/bin/node]
12: 0x10d5d3e74 node::SpinEventLoop(node::Environment*) [/Users/me/n/bin/node]
13: 0x10d6e51d4 node::NodeMainInstance::Run(node::EnvSerializeInfo const*) [/Users/me/n/bin/node]
14: 0x10d6715ad node::Start(int, char**) [/Users/me/n/bin/node]
15: 0x7fff20599f5d start [/usr/lib/system/libdyld.dylib]
[1]    2818 abort      npx clasp push

➜ projects (main) ✗ node -v                                          
v16.3.0
@labnol
Copy link
Contributor Author

labnol commented Jul 2, 2021

Downgrading to @clasp v2.3.2 resolves the issue. So it is likely limited to v2.4.0.

Thanks.

@adamkwolf
Copy link

Also experiencing this issue, downgrading to v2.3.2 works for now

@sqrrrl
Copy link
Member

sqrrrl commented Aug 9, 2021

Using #856 to track this, closing as duplicate

@sqrrrl sqrrrl closed this as completed Aug 9, 2021
@labnol
Copy link
Contributor Author

labnol commented Aug 10, 2021

Thank you @sqrrrl

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

3 participants