Thanks again for your help. That was the reason of the problem. It seems that green threads have some problems when using C libraries with Solaris native threads, and that was probably the main problem.
Javier Basilio On Tue, 24 Sep 2002, Denis Oliver Kropp wrote: > Quoting Javier Basilio Munhoz (SetTopBox) ([EMAIL PROTECTED]): > > Hi again. > > > > Fisrt of all, thank you very much for your reply. > > > > I'm currently using Sun Java VM 1.2.2, thinking maybe on changing it to > > Kaffe. What I was trying to do is implement some AWT classes to let AWT > > applications work over DirectFB instead X11. My problem is that ince I > > create the DirectFB interface and I end that method, the next call to any > > other native method blocks the program and a Segmentation Fault signal is > > catched. > > You should use the native threading model rather than "green threads". > > -- > Best regards, > Denis Oliver Kropp > > .------------------------------------------. > | DirectFB - Hardware accelerated graphics | > | http://www.directfb.org/ | > "------------------------------------------" > > Convergence GmbH > > > -- > Info: To unsubscribe send a mail to [EMAIL PROTECTED] with > "unsubscribe directfb-users" as subject. > -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
