timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

cgo runtime error No space left on device #28

Closed fr0zenrain closed 3 years ago

fr0zenrain commented 4 years ago

sometimes when concurrent execution too much times, cgo will throw a crash ,i use LD_PRELOAD set SA_ONSTACK flag get the reason. runtime/cgo: pthread_create failed: No space left on device i think the resource is enough, anyone have encounter this issue, thanks!

timob commented 3 years ago

Are you still having this issue?

fr0zenrain commented 3 years ago

time is too long and i forgot, may be it has disappered。