-
### Discussed in https://github.com/golang/vscode-go/discussions/1754
Originally posted by **suzmue** September 7, 2021
Using a debugger to debug a Go program reveals a lot of the Go runtime …
-
#### Actual behavior
By using pprof, I found the goroutine leak of pulsar client. How can I locate this problem?
Does anyone have an architecture diagram or introduction of pulsar client go ?
…
-
Some concrete suggestions:
1. Add goroutine state (waiting, runnable, syscall) as comment in debug more and/or as
top frame (so that all waiting goroutines converge in a single "Waiting" blo…
-
# Bug report
## Describe the bug
Using one supabase client with multiple goroutines and multiple calls to `UploadOrUpdateFile()` might cause a race condition to `MIMEHeader.Set()`
## To Repro…
-
hey, we got logs about panic while closing subscriber.
our system runs on GKE.
and it looks to raise panic in deploying on GKE.
```
panic: close of closed channel goroutine 2486 [running]:
git…
-
I've created a simple [sample application](https://github.com/getsentry/sentry-go/tree/chore/profiling-many-routines/_examples/profiling-many-routines) with 5000 concurrent goroutines, tuned to have a…
vaind updated
5 months ago
-
go run . -a com.sygic.aura
POST https://android.googleapis.com/auth
panic: 403 Forbidden
goroutine 1 [running]:
main.main()
googleplay/cmd/googleplay/main.go:65 +0x5c5
exit status 2
-
Hey all!
Thanks for building such an awesome library!
We're getting ready to start using this as a part of our production workflow, and we wanted to build a wrapper around the `gh-ost` utility t…
-
Hello! Some times i get this erros on the cs
goroutine 68858 [chan send, 1930 minutes]:
github.com/voltbras/go-ocpp/ws.(*Conn).ReadMessageAsync.func1(0xc00248b3e0, 0xc00080a640)
/go/…
-
__ _ ___
/ /\ | | | |_)
/_/--\ |_| |_| \_ v1.61.0, built with Go go1.23.2
watching .
!exclude tmp
building...
failed to build, error: exec: "cmd": executable file not found in %PATH%
…