On 7/27/05, Davide Viti <[EMAIL PROTECTED]> wrote: > Hi Mike, > do you remember my problem? > > http://www.webalice.it/zinosat/dfb_2.7.2-0_err.png > > well, after struggling with qemu,gdb and such I can start debugging > (even if it's not a perfect environment) and set breakpoints. > Could you suggest me where to set a breakpoint to investigate the problem? > gdb seems not to detect the segfault > Wow really does it just terminate ? I thought it worked better under the emulator.
Hmmm can you try to test/simple ? And does a regular DFB app work ? Finally does it work for your build under X11/SDL for the backend. The best approach is to run the code on the desktop using export DFBARGS=system=sdl Finally I've not found a great place to put break points since its all event driven and dynamic dispatch. It looks like your getting through the initialization and even the first window then dying. The best thing is to run the application like I said on the desktop with SDL and it should crash in a debuggable way. Mike > thanx, > Davide > > > On Mon, Jul 25, 2005 at 06:16:05PM -0400, Mike Emmel wrote: > > On 7/25/05, Davide Viti <[EMAIL PROTECTED]> wrote: > > > > I'm about to rebuild gtk+ commenting the big hack: I'll let you know > > > > what happens. > > > > > > just done it and *nothing changes*: exact same messages. > > > I got up at 5am so it might just be me... > > > I'll try again tomorrow. > > > > > > Ciao > > > > > > Davide > > > > > > > Okay not a problem then its not something I know is wrong. > > Can you attach a debugger ? > > > > Mike > _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
