Re: Re: Re: Losing GtkTextBuffer when threading



Oh my, what a silly mistake. Two days of head-pounding action and it was indeed a silly mistake.

For the curious, I had a function

int network_connect( networktype *net ){
   ...
   pthread_create(..., &net );
}

emphasis on the silly &net!

Ooops.  Thanks for the support guys.



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