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

glib-1.2.4 problems



Hello All,
I am developing a fairly complex program using gtk+ it has 
been working fine, except every once in a while it would
complain about thread conflicts. So when gtk1.2.4 and glib -1.2.4
was announced it seemed, since the change log said it made the
libs more thread aware, the answer to my problem. I made RPMS
of the new libs and upgraded my system.
My program stopped working. Tracking the problem down it appears
the problem is with gtk_timeout_add. I start a timer, do some 
processing, then remove the timer, do a bunch of processing
and then add the timer. What the problem appears to be is that
the timer does not restart. To try and prove this I removed all
thread code and used gdb to trace the program. It dies just where
the timer is to start. I then re-installed gtk+1.2.3 and glib-1.2.3
and my program works fine again.
Is it possible the changes created a bug in the gtk_timeout_add
function? Since I dont know where to send a bug report I am posting 
it here hoping it gets picked up.
Don
-- 
 ---------------------------------------------------------------
Don Epand    --Fairborn Observatory--    Phone: (602)-991-6646
4825 E.Cheryl Drive                      Fax  : (602)-443-8388
Paradise Valley, Az 85253                Email: depand1@home.com   



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