On Tue, Mar 02, 2004 at 11:37:11AM +0100, Remy Nicolas wrote: > I'm still having this problem of complete freeze when releasing a bgsurface.
Try the latest cvs DirectFB if you haven't already. On my system (cvs DirectFB + multi-app core) you test app works just fine. > Why when I try to debug with gdb I got complete > freeze if something goes bad (I'm going mad with printf() debugging ;) ). Is > that normal? You can't use gdb without multi-app core since you can't see the debugger when your app gets halted. Maybe that's the freeze you're seeing. In which case the magic sysrq key should get you out. > If anyone could tell me another way to debug that? Compile DirectFB with --enable-trace and you get a stack trace when your program receives a signal. You could also try the SDL system. That should allow you to use gdb even with the single-app core. -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
