Forum

pthread create error

Pats
14 November 2013, 17:35
Hi Hugo,

I'm having this pthread create error , Error initializing workers module.
Since Hiawatha is used in KloxoMR control panel, you may want to look here also - http://forum.mratwork.com/kloxo-mr-technical-helps/kloxo-hiawatha-pthread-create-error/

Hiawatha version: Hiawatha v9.2
Operating System: Centos 6 32bit

Though u don't like Centos very much but still Can let me know where to check?

Regards,
Hugo Leisink
14 November 2013, 19:24
You only get that error when the system call pthread_create() fails. For me that's an indication something goes wrong in your OS. Try adding "perror(NULL);" to the block after line 1183 in src/workers.c to see a more detailed error message.
This topic has been closed.