-
Hey!
Is there a way to add a global panic handler? Using `CapturePanic` limits the scope to the current go routine. A cursory search seems to indicate nothing in Go allows one to install such a handl…
-
We use your s3gof3r library where I work for downloading files from S3, and we recently noticed what we thought was a goroutine leak. Our monitoring showed a increase in the amount of memory being use…
-
### Product Version
4.3.0
### Product Edition
- [X] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [ ] Online Installation (One-click command …
-
This is follow up work to #70330.
Currently the log package has two separate time-based flushing mechanism:
- a single periodic flusher goroutine that calls flush() and sync() on all the file si…
-
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…
-
Running on v2.60.9, just encountered this:
```
runtime: program exceeds 10000-thread limit
fatal error: thread exhaustion
runtime stack:
runtime.throw({0x298f5ef?, 0x4a2ac0?})
runtime/panic…
-
in UnmarshalToCallback the go func will try to send to cerr, while no one is doing recv (after chan c close for loop will end)
-
I'd like to be able to call a function in a separate goroutine using the following syntax:
```lisp
(go
(expensive-function arg1 arg2))
```
A few design considerations:
1. Separate gorout…
-
https://github.com/AntoineAugusti/go-exercices/blob/f28113ebe9f41e12a6ea80da08dbc6d484f1763a/12-exercise-web-crawler.go#L53
New gopher.
Is this block-channel makes goroutine synchronized?
Is t…
u2386 updated
6 years ago
-
Hello, I was wondering if how to fix this error below.
I am running an Raspberry 4:
with go1.8.linux-armv6l.tar.gz and raspian armv71
i2c is also open:
pi@raspberrypi:~ $ sudo i2cdetect -y …