Simon Bulman
Simon Bulman
Thanks for the reply, yes very clear and helpful. Have you come across any best practices to make builds performant in a CI/CD environment where builds happen on VMs (or...
A more complete trace of the panic ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x2148353] goroutine 1 [running]: github.com/dapr/dapr/pkg/messaging/v1.(*InvokeMethodResponse).Status(...) /Users/runner/work/dapr/dapr/pkg/messaging/v1/invoke_method_response.go:99...
@yaron2 from what I recall this wasn't related to sending / receiving messages. The app that was using gRPC proxying appeared to start up fine but then following a period...
I just tried with the last version. The panic seems to have gone, I now just get an error logged ``` ERRO[0002] error occurred while beginning pubsub pubsub: error when...
A bit more info. I created the ACS cluster with 1 agent. The fluentd pod that is crashing is on the master node. The pod running on the agent appears...
I am seeing this issue today? Any clues?
@ampsarfraz I was having this problem on Windows. It appears to be more reliable if I explicitly set the HELM_HOME environment variable. e.g. in PowerShell `$env:HELM_HOME = "C:\.helm"`. Try setting...