ii64 / gouring

Go io uring syscall implementation without CGO, rewrite on branch v0.4
MIT License
107 stars 13 forks source link

Iouring Stuck in waitCqe #13

Open VEDANTDOKANIA opened 3 months ago

VEDANTDOKANIA commented 3 months ago

@ii64 Hello

Can you pls share me the scenraios in which iouring stuck in waitCqe. Actually i encounter multiple scenarios in which iouring get stuck in waitCqe. I tried by giving bad file descriptor and wrong offset but in this case it won't stuck and need to know other scenarios in which it get stuck.I take pprof multiple times but it was stuck in waitCqe only.

ii64 commented 3 months ago

Hi @VEDANTDOKANIA do you have minimum reproducible code for this issue? It'll help a lot diagnostic getting the root cause