-
Args:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0xa6a67f]
goroutine 6 [running]:
github.com/jackc/pgx…
-
Extism continues to be a delight to work with.
I realized that Extism probably has limited support for automatic concurrency, especially when calling host functions or the HTTP API. I verified that…
-
经过半年的改进,目前关闭 handleLoop 的改进已经接近尾声,目前针对一个网络连接已经能够做到:
1 只有一个 read goroutine 专门处理读请求;
2 在业务处理逻辑的 goroutine 中同步处理写请求。
这个处理方法能否大幅度减少网络连接相关的 goroutine 的数量,在处理小包[= 8MiB] 的情况下,还是有很大概率会失败,其本质是 tcp/udp 的发…
-
github.com/klauspost/compress/zstd Encoders and Decoders leak goroutines if they're garbage collected without calling Close on them first (like sync.Pool does). It's probably not important here, but F…
-
```
panic: runtime error: index out of range [1] with length 0
goroutine 199034 [running]:
encoding/binary.bigEndian.PutUint16(...)
/usr/local/go/src/encoding/binary/binary.go:144
github.com/n…
-
I think it happened when I was restarting RocketPool eth1 to add a command line option.
hyperdrive_cs_daemon | panic: runtime error: invalid memory address or nil pointer dereference
hyperdrive_c…
-
## Enhancement
github.com/pingcap/tidb/pkg/store/copr.(*copIteratorWorker).run will always do the ```runtime.newstack``` and it will take many time on it. so we can use goroutine pool to resolve it…
-
```./spray_linux_amd64 -l all_target.txt --bak --common > output.txt```
![image](https://github.com/user-attachments/assets/654354be-1366-4f4c-90ff-f3ac62f539ef)
```
panic: runtime error: invalid…
-
During https://github.com/nspcc-dev/neo-go/pull/3582#issuecomment-2395164230
I have created the pool:
```
signer := user.NewAutoIDSignerRFC6979(acc.PrivateKey().PrivateKey)
p, err := pool.New(poo…
-
### Checked Existing
- [X] I have checked the repository for duplicate issues.
### What enhancement would you like to see?
Currently we handle each request as its own goroutine. This was fine origi…