anyone know what might cause this?
# general
b
anyone know what might cause this?
s
Hmm, that’s not good! Any chance you could open an issue on
pulumi/pulumi
with the backtrace and any other context that might be useful for reproducing this?
w
I actually just opened https://github.com/pulumi/pulumi/issues/2170 🙂. We've seen some similar issues like this in the past - but this one looks different.
s
Ah - sorry I didn’t see that one
A casual look at the source didn’t suggest anything that might obviously panic
w
These errors are generally related to unclean teardown of the process.
s
Makes sense.
w
@busy-umbrella-36067 Curious - does this repro consistently or was it a one off?
b
not sure what you mean @white-balloon-205
w
Have you seen this panic multiple times? Or did it just happen once and the same operation succeeded the next time?
b
ah, it kept recurring
looks like removing the yarn lock file and repulling the latest providers fixes it
w
Interesting - okay - we'll look into it.
b
0.16.2
was just pushed on NPM right?
w
0.16.2 was pushed 8 days ago (0.16.3 will likely come out shortly)
b
I had it set to
0.16.1
in my packages file. after setting
pulumi/pulumi
to
latest
is when the bug happened
w
Okay - good to know.