Re: pb in compilation with threads...
- From: <segv-tomate freesurf fr>
- To: <gtk-app-devel-list gnome org>
- Subject: Re: pb in compilation with threads...
- Date: Mon, 25 Nov 2002 22:14:43 +0100 (CET)
plz help it crashs everytime :(((
Hello,
Its difficult to say what is going wrong without source. I can only
say
that I never had problems with mthreaded gtk applications.
Look at example I've attached - its gtk+-2.0 mt app.
Olexiy
thank you for the example, it works good :)
but when i create just a simple main window and i quit, the program
doesn't make a segv...
maybe i don't use threads very well...
so, in my program, i have to fork to execute a program which will write
into a pipe that the father will read into.
for that, i have a function that creat a new thread like that:
g_thread_create((GThreadFunc) toolbar_start_OS_thread, data, 0,
&error);
do i forgot something??
in the function toolbar_start_OS_thread, do i have to call some threads
functions too???
plz help, i don't understand the problem :(:(
ps : thank you for your help :)
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]