SylarD

Results 8 comments of SylarD

@FGadvancer I've discovered that all crashes are related to the same stack pointer: `#00 pc 00000000002428d8 /data/user/0/com.gbox.android/_root/data/internal_app/com.nimispace.app-_OYt6z6psBBgEAQY6teaww==/lib/arm64/libgojni.so` Any chance you are familiar with this path? Is Gbox app must be...

@FGadvancer After a hard time discovering, I've managed to reproduce the crash. All times. First you need Gbox(https://gboxlab.com/). It's a platform app commonly used to install app on Android. Then...

Setting aside the issue at hand, the current Kubernetes deployment lacks resource limitations, which would lead to unlimited consumption of cluster resources if any similar problems arise. This needs to...

Or we just have to create a new conn everytime we initiate a new prompt?

Updates: After integrated push service with Pyroscope, and ran for a week, I got these stats: ![img_v3_028l_47679782-4626-4fe5-9aa3-bfd557f6511g](https://github.com/openimsdk/open-im-server/assets/30169866/84b87db9-4900-421d-bd92-855f17395ecd) Looks like push service get a lot of grpc conn in the process,...

I made a temp workaround: ` var usersConns = make(map[*grpc.ClientConn][]string) for host, userIds := range usersHost { //tconn, _ := p.discov.GetConn(ctx, host) //usersConns[tconn] = userIds if conn, ok := onlinePusherConnMap[host];...

I went through the script file. And deleted the .git dir in my $GVM_ROOT. Problem solved. But I still wonder what cause the original problem? I installed gvm by zsh