[lazarus] two new bugs

Rainer Hamann rainer at hamann-kiel.de
Fri Dec 27 17:03:56 EST 2002


> > > - Application.Terminate rises "exception class 0 with message SIGSEGV"
> >
> > Form Stream "TUNTERRICHTSVERTEILUNGMAIN" Signature=TPF0
> > Form Stream "TMYSQLDB" Signature=TPF0
> > Form Stream "TKONFIGURATION" Signature=TPF0
> > WARNING: [TgtkObject.LoadFromPixbufData] loading data FAILED!
> > Form Stream "TANMELDUNG" Signature=TPF0
> > TCustomEdit.SetEchoMode TRUE FALSE
> > TCustomEdit.SetEchoMode TRUE FALSE
> > TCustomEdit.SetEchoMode TRUE FALSE
> > Form Stream "TLEHRERFAECHER" Signature=TPF0
> > An unhandled exception occurred at 0x080E3F6A :
> > "" is an invalid integer
> >   0x080E3F6A of lclstrconsts.pas
>
> Can you send the gdb backtrace and the .lfm file of TLEHRERFAECHER?
>
>
> Mattias
>
> > An unhandled exception occurred at 0x0810432C :
> > Access violation
> >   0x0810432C
> >
> > forms.pp - finalization section
> > An unhandled exception occurred at 0x08093013 :
> > Access violation
> >   0x08093013  TGDIOBJECTMEMMANAGER__DISPOSEGDIOBJECT,  line 277 of
> >   gtkdef.pp 0x3174543A  main,  line 20 of lcllinux.pp
> >   0x7DC08500  main,  line 20 of lcllinux.pp
> >

you get flehrerfaecher.lfm and the gdb backtrace as attachments.

Rainer Hamann


object Lehrerfaecher: TLehrerfaecher
  BORDERSTYLE = bsdialog
  CAPTION = 'Fächer der Lehrkräfte'
  CLIENTHEIGHT = 300
  CLIENTWIDTH = 644
  POSITION = podesktopcenter
  ONCREATE = LehrerfaecherCREATE
  HORZSCROLLBAR.PAGE = 645
  VERTSCROLLBAR.PAGE = 301
  LEFT = 178
  HEIGHT = 300
  TOP = 197
  WIDTH = 644
  object BFertig: TBUTTON
    ANCHORS = [aktop, akleft]
    CAPTION = 'Fertig'
    TABSTOP = True
    ONCLICK = BFertigCLICK
    LEFT = 4
    HEIGHT = 25
    TOP = 272
    WIDTH = 638
  end
end


(gdb) bt
#0  0x0810428c in _SYSLINUX ()
#1  0x08061069 in TCUSTOMGRID__DESTROY (this=0x8163014) at grids.pas:2529
#2  0x080f0e9b in _CLASSES ()
#3  0x080f0e49 in _CLASSES ()
#4  0x080b32de in TCONTROL__DESTROY (this=0x81606b4) at control.inc:1884
#5  0x080af811 in TWINCONTROL__DESTROY (this=0x81606b4) at wincontrol.inc:1854
#6  0x080968c8 in TSCROLLINGWINCONTROL__DESTROY (this=0x81606b4)
    at scrollingwincontrol.inc:471
#7  0x08096b4c in TCUSTOMFORM__DESTROY (this=0x81606b4) at customform.inc:119
#8  0x080f0e9b in _CLASSES ()
#9  0x080f0e49 in _CLASSES ()
#10 0x08098705 in TAPPLICATION__DESTROY (this=0x81430c4) at application.inc:109
#11 0x0810428f in _SYSLINUX ()
#12 0x0809586f in FREEINTERFACEOBJECT () at forms.pp:925
#13 0x080fcf58 in INTERFACES_finalize () at interfaces.pp:42
#14 0x08103b9d in _SYSLINUX ()
#15 0x08103be8 in _SYSLINUX ()
#16 0x08103cd8 in _SYSLINUX ()
#17 0x08103d15 in _SYSLINUX ()
#18 0x08103d39 in _SYSLINUX ()
#19 0x080e89e6 in _SYSUTILS ()
#20 0x08104b33 in _SYSLINUX ()
#21 0x08104ce1 in _SYSLINUX ()
---Type <return> to continue, or q <return> to quit---
#22 0x08052aec in TKONFIGURATION__GETCONNECTPARAMETER (MYSQL_HOST=0x0,
    MYSQL_DATENBANK=0x0, MYSQL_PORT=0, this=0x8149064) at fkonfiguration.pas:57
#23 0x08052e5c in TANMELDUNG__ANMELDEN (DOCONNECT=true, MITSCHREIBEN=64,
    this=0x8160024) at fanmeldung.pas:64
#24 0x0805258c in TUNTERRICHTSVERTEILUNGMAIN__TIMERTIMER (SENDER=0x814ac64,
    this=0x8147fe4) at funterrichtsverteilung.pas:55
#25 0x08094cb5 in TCUSTOMTIMER__DOONTIMER (this=0x814ac64)
    at customtimer.pas:179
#26 0x08094c4d in TCUSTOMTIMER__TIMER (this=0x814ac64) at customtimer.pas:155
#27 0x0806e624 in GTKTIMERCB (DATA=0x8147b94) at gtkcallback.inc:2047
#28 0x4033b9a5 in g_timeout_dispatch () from /usr/lib/libglib-1.2.so.0
#29 0x4033a97e in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#30 0x4033ae59 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#31 0x4033b063 in g_main_iteration () from /usr/lib/libglib-1.2.so.0
#32 0x40276a17 in gtk_main_iteration_do () from /usr/lib/libgtk-1.2.so.0
#33 0x080bd384 in TGTKOBJECT__WAITMESSAGE (this=0x81431f4) at gtkobject.inc:808
#34 0x08098cca in TAPPLICATION__IDLE (this=0x81430c4) at application.inc:270
#35 0x08099654 in TAPPLICATION__HANDLEMESSAGE (this=0x81430c4)
    at application.inc:600
#36 0x080996ff in TAPPLICATION__RUN (this=0x81430c4) at application.inc:645
#37 0x08109203 in main () at unterrichtsverteilung.lpr:17





More information about the Lazarus mailing list