Michael Van Canneyt wrote:
br FPC_RAISEEXCEPTION

Didn't change much the output:

(gdb) break fpc_raiseexception
Breakpoint 1 at 0x805d8ee
(gdb) run --g-fatal-warnings
Starting program: /home/felipe/Programação/Lente/magnifier --g-fatal-warnings
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xffffe000
Detaching after fork from child process 4561.

Breakpoint 1, 0x0805d8ee in fpc_raiseexception ()
(gdb) cont
Continuing.
TApplication.HandleException [FATAL] file gdk-pixbuf-drawable.c: line 1109 (gdk_
pixbuf_get_from_drawable): assertion `dest_x == 0 && dest_y == 0' failed.
  Stack trace:
  $080D0C87  GLOGFUNC,  line 110 of gtkobject.inc
  $B7F14AAA  WSSPIN_init,  line 75 of gtkglobals.pp

Breakpoint 1, 0x0805d8ee in fpc_raiseexception ()
(gdb) cont
Continuing.
TApplication.HandleException: there was another exception during showing the 
fir                                           st exception
[TGtkWidgetSet.Destroy] WARNING: There are 3 unreleased DCs, a detailed dump 
fol                                           lows:
[TGtkWidgetSet.Destroy]  DCs:   B79345C4 B7934354 B7934014
[TGtkWidgetSet.Destroy] WARNING: There are 12 unreleased GDIObjects, a detailed 
                                           dump follows:
[TGtkWidgetSet.Destroy]   GDIOs: B7A70144 B7A70194 B7A700F4 B7A700A4 B7A70054 
B7                                           A70004 B7A6FBF4
[TGtkWidgetSet.Destroy]   gdiBitmap: 3
[TGtkWidgetSet.Destroy]   gdiBrush: 3
[TGtkWidgetSet.Destroy]   gdiFont: 3
[TGtkWidgetSet.Destroy]   gdiPen: 3

Program exited normally.
(gdb)

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to