Hey,
We have a daemon that keeps crashing with the following error:
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x393f432625
[goroutines....]
There is a need for both libraries in our daemon - well, we need to parse XML and execute XPaths, and parse unformed HTML documents to DOM - and these libraries allow this.
Is there any way to handle such errors without changing our XML frameworks?
Thanks.