On Wed, Apr 18, 2007 at 11:07:02AM +0530, MUTYALU GADAM wrote: > Hi all, > I am using scratchbox under linux ubuntu distribution > I am having DirectFB 1.0.0-rc2 > I have created one shared library of some number of c functions > I have been calling these functions from python script > using multithreading one thread to handle one function > but the problem is if any function is having assertions to be > asserted , if assertion fails it is > killing fusion dispatch ... and exiting > > but i want to continue with other threads ... > > please help any one regarding this one.
Add 'fatal-level=NONE' to you directfbrc. If these failing assertion are in DirectFB code please report them so the bugs can be fixed. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
