xmms 1.2 and gtk-1.2.10
"Matheus F. Ribeiro" <[email protected]>
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
Crazy, im going totally nuts with this one... I use a some kind of redhat7.3(so many things recompiled that Im not sure if its 7.3 anymore). I had to upgrade my gtk library lately, so I removed my old one(pango and gdk also), and compiled new ones. Everything went fine, tho xmms stopped working. The I downloaded version1.2.10 from xmms.org. Compiled fine(gcc 2.95), but segfaulted while starting. So i tried gcc3.2, same results. Downgraded xmms from 1.2.10 to 1.2.7 and 1.2.0. Same results. Downloaded cvs version: same. So I decided to debug it. In all cases, it segfaults at the pthread_cond_wait, at controlsocket.c(where ctrlsocket_func waits for its time to start). Always here: while (!started && going) pthread_cond_wait... I tried to make a busy wait loop, but the program would crash later on another pthread_call. So, is there a known problem using xmms and gtk-1.2.10? Any clues? Thanks in advance Matheus