Re: Update on failure when running from other thread.(SOUP_STATUS_CANT_CONNECT) uclibc 0.9.32 is OK



On 01/24/2012 05:45 PM, Sagaert Johan wrote:
> Hi
> 
> Just a short update :
> 
> When using ucLibc 0.9.32 instead of 0.9.32.1 i do not have the problem then !

Might be a ucLibc problem. The test works fine for me on Fedora with glibc.

The way you're mixing glib methods and raw pthreads stuff is a bit
weird. Normally you'd call g_type_init() in main() (g_thread_init()
isn't actually needed if you have a reasonably recent glib), and use
g_thread_create() rather than pthread_create() to create the other
thread. But I don't know if that's related to your problem.

-- Dan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]