[lazarus] CVS updates

David Creelman dave at geko.net.au
Fri Aug 30 08:11:02 EDT 2002


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.

Cheers
DC

On Fri, 2002-08-30 at 18:46, Michal Bukovjan wrote:
> Hi,
> 
> I committed some updates today:
> 
> - make Anchors work again (whoever broke it should rest in shame)
> - published Anchors property in a number of places (most standard 
> controls). Feel free to publish this for any other control.
> - SelectAll & the likes for TEdit and TComboBox
> - hopefully fixed TComboBox focus behaviour in dialogs
> - publish and make work BorderStyle for forms (especially bsDialog)
> 
> This resulted in changes to FindReplace dialog
> 
> - prettify, make it a dialog, therefore remove resizing code
> - preselect the word in Text to Find so that it can be easily replaced 
> by something else
> - switch back to combo boxes, prefill history in drop down lists
> 
> Michal
> 
> _________________________________________________________________
>      To unsubscribe: mail lazarus-request at miraclec.com with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives







More information about the Lazarus mailing list