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



Hi

I tried the g_thread_create thread family functions but this does not help.

I looked in the source and the error seems to come from libglib2
I will try to update glib2 to the latest version
If this does not help, the I be forced to go back to uclibc 0.9.32 instead of 0.9.32.1



-----Oorspronkelijk bericht-----
Van: Dan Winship [mailto:danw gnome org] 
Verzonden: woensdag 25 januari 2012 1:24
Aan: Sagaert Johan
CC: libsoup-list gnome org
Onderwerp: 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]