-
Goroutines is a mixture of threading (if available) and coroutines.
In the case of Haxe, threading is supported on all targets except js, but there is no native coroutine support.
The most straigh…
-
- With issues:
```
goroutine profile: total 7754
7687 @ 0x44066e 0x4393d7 0x472605 0x4e5a27 0x4e6d1a 0x4e6d08 0x539305 0x547545 0x7058fb 0x563578 0x705ade 0x702bef 0x709496 0x709497 0x7c212b 0x5d5…
-
### Current Behavior
Build Meshery Server on Linux. Sign in. Sit idle. Crash.
See log file.
### Screenshots/Logs
[server-logs.txt](https://github.com/user-attachments/files/17531637/server-log…
-
I had found the exec‘s Wait goroutine leak in some container's containerd-shim, as below:
![Image](https://github.com/user-attachments/assets/1bb9ea03-94e1-4183-ac24-8ce41cbcda01)
We suspect that…
-
This is to request a new example showing two way communication between bubbletea and a background process (running as a goroutine.) There are already two examples (send-msg and realtime) which demons…
-
For the lock and condition variable, if the testShutdownNotify.Wait() get executed very late, some goroutine will leak.
https://github.com/miekg/dns/blob/b77d1ed8e9282cadf21c4124f53a660fed55c8ca/ser…
-
**Describe the bug**
`fatal error: all goroutines are asleep - deadlock!`
**To Reproduce**
Steps to reproduce the behavior (macOS Sonoma latest version, latest go installation from its website)…
-
## Describe the bug
Start a service (except search). Have a look at the goroutines.
## Steps to reproduce
Steps to reproduce the behavior:
1. run a single oCIS service with pprof enabled
…
-
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
2 weeks ago
-
### Version
_No response_
### Is your feature request related to a problem? Please describe.
A mechanism to identify in tests whether goroutines are being leaked.
### Describe the solution you'd l…