Re: Re: Re: Losing GtkTextBuffer when threading
- From: Dan McKinnon <dan danmckinnon net>
- To: gtk-app-devel-list gnome org
- Subject: Re: Re: Re: Losing GtkTextBuffer when threading
- Date: Wed, 12 Oct 2005 03:21:44 -0700
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]