xffm hangs on running external programs
edscott wilson garcia
edscott at imp.mx
Mon Mar 10 16:33:25 CET 2003
Hey Jasper,
Hmm... I'm guessing that it might have to do with the kernel you are
using combined with the use of pthreads. Please try the following with a
clean tree: after the configure step, edit the file ./config.h and
undefine both HAVE_PTHREADS and HAVE_PTHREAD_H. Then compile and make
install to put the libraries in place and check if the problem has gone
away. The lines to look for in config.h look like this:
/* Define if there is a pthread header. */
#define HAVE_PTHREADS 1
/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1
Edscott
El dom, 09-03-2003 a las 14:55, Olivier Fourdan escribió:
> Jasper,
>
> No, you're not alone :)
>
> But it's not 100% reproducible here...
>
> Cheers,
> Olivier.
>
> On Sun, 2003-03-09 at 21:56, Jasper Huijsmans wrote:
> > Hey edscott,
> >
> > For me, xffm hangs every time it tries to run an external program. The
> > gui just freezes and only kill -9 can get rid of the process.
> >
> > Apparently other people don't have this behaviour, but it is 100%
> > reproducibe for me.
> >
> > Running it in gdb, shows the main thread exits normally when calling the
> > external program, leaving the other threads in a frozen state.
> >
> > Jasper
> > _______________________________________________
> > Xfce4-dev mailing list
> > Xfce4-dev at xfce.org
> > http://moongroup.com/mailman/listinfo/xfce4-dev
> --
> Olivier Fourdan <fourdan at xfce.org>
> http://www.xfce.org
>
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://moongroup.com/mailman/listinfo/xfce4-dev
>
More information about the Xfce4-dev
mailing list