On 10/28/2013 03:46 PM, Michael Knyazkov wrote:
Okay, here it is:
Backtrace is also nice to have just to make sure dbmail dies on
g_async_queue_new() call, but thats my fault, I should have asked for that :(
Anyway guys, please refer to
http://www.mail-archive.com/[email protected]/msg18888.html this looks the exact
same issue.
There are two ways to fix it, either update glib2 or apply the next patch:
--- src/server.c
+++ src/server.c
@@ -223,6 +223,8 @@ static int server_setup(ServerConfig_T *conf)
if (! MATCH(conf->service_name,"IMAP"))
return 0;
+ if (! g_thread_supported())
+ g_thread_init(NULL);
// Asynchronous message queue for receiving messages
// from worker threads in the main thread.
//
--
Best regards,
Pavlo Lavrenenko,
PortaOne, Inc., Junior Software Developer
Tel: +1-866-SIP VOIP (+1 866 747 8647) ext. 7624
PortaOne - VoIP Solutions Company
Visit our Website: http://www.portaone.com
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail