Jsii maximum call stacksize excedeed on Ubuntu 20.04 when using boto3 and cdk #8397
Labels
bug
This issue is a bug.
jsii
This issue originates in jsii, or this feature must be implemented in jsii.
language/python
Related to Python bindings
needs-triage
This issue or PR still needs to be triaged.
os/linux
Related specifically to Linux behavior
When running some boto3 commands before calling
core.App()
in a cdk project, jsii-runtime.js breaks withRangeError: Maximum call stack size exceeded
Reproduction Steps
and
cdk synth
Error Log
Environment
Other
Downgrading to Node v10.21.0, I'm not able to reproduce the issue anymore.
EDIT: after testing some versions, it seems to start breaking at Node v12.17.0. Until v12.16.3 it works fine
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: