You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// resizer is used to transform a given image as byte buffer
// with the passed options.
func resizer(buf []byte, o Options) ([]byte, error) {
defer C.vips_thread_shutdown()
The text was updated successfully, but these errors were encountered:
ENV: bimg 1.1.6 libvips 8.10.6 on centos7
when run in our prod env, the server cashed by "runtime: program exceeds 10000-thread limit fatal error: thread exhaustion"
here are 9927 cgo-goroutine (block cgo goroutine === os-thread)+ default owned os-thread, so our process crashed
here is the cgo-goroutine's detail info
it seems the following code not work correctly:
The text was updated successfully, but these errors were encountered: