[lazarus] CVS updates

Michal Bukovjan bukovjan at mbox.dkm.cz
Fri Aug 30 08:20:54 EDT 2002


David Creelman wrote:

>Hi,
>
>I don't know if this is related to this fix or not. It may be something
>else.
>
>I've been having some issues with getting an OnClick to work with a
>TButton and I got a suggestion to edit my paths statement to point
>correctly to the source for TButton, etc. In the process of doing this I
>went to General Options to try and change the source path. In the
>process of doing this lazarus crashed Here is the trace from startup to
>crash.
>
>[davidc at localhost lazarus]$ lazarus 
>Note: miscellaneous options file not found - using defaults
>Note: codetools config file not found - using defaults
>TMainIDE.DoNewProject A
>TMainIDE.DoNewEditorFile A NewFilename=
>TPascalParserTool.BuildTree B OnlyInterfaceNeeded=FALSE  project1.lpr
>[TCustomFormEditor.CreateComponent] Class='TFORM'
>TPascalParserTool.BuildTree B OnlyInterfaceNeeded=FALSE  project1.lpr
>TMainIDE.DoNewUnit end unit1.pp
>TMainIDE.DoNewProject end 0
>An unhandled exception occurred at 0x081BB3F5 :
>Access violation
>  0x081BB3F5  UPDATELCLRECT,  line 306 of gtkobject.inc
>  0x4553004C  main,  line 291 of gtkproc.incgtkcallback.inc
>An unhandled exception occurred at 0x082156CA :
>Access violation
>  0x082156CA
>
>forms.pp - finalization section
>[TMainIDE.Destroy] A
>An unhandled exception occurred at 0x0816CD9F :
>Access violation
>  0x0816CD9F  TAVLTREENODEMEMMANAGER__DISPOSENODE,  line 994 of
>avl_tree.pas
>  0xBFFFE77C  main,  line 291 of gtkproc.incgtkcallback.inc
>  0x453B0C45  main,  line 291 of gtkproc.incgtkcallback.inc
>
>An unhandled exception occurred at 0xBFFF73BD :
>Access violation
>  0xBFFF73BD  main,  line 291 of gtkproc.incgtkcallback.inc
>  0x00000001
>  0x08352CAC  main,  line 291 of gtkproc.incgtkcallback.inc
>
>hope this helps.
>  
>
Don't know... Just tried it and it works for me...
What exactly you do?

Judging from the error output, this should be unrelated to my changes 
(i.e. I did not touch anything in those areas).

Also, make sure you "make clean; make" after an update.

Michal







More information about the Lazarus mailing list