[lazarus] Bug Report Update

bugtracker at miraclec.com bugtracker at miraclec.com
Wed Jul 16 15:45:47 EDT 2003



Title: Datamodule generates AV on Lazarus exit

Entered by: Tom Lisjac

Original Description:
When a datamodule is renamed, OldCreateOrder is set and OnCreate and OnDestroy events exist, Lazarus will AV upon exit with 1.0.10. Here are the steps to reproduce:

Bring up Lazarus in a new project.
Add a datamodule with File | New | Datamodule
With Property editor:
   Rename the datamodule to dmt
   Set OldCreationOrder to True
   Create empty OnCreate and OnDestroy event handlers
Exiting Lazarus (saving or not) generates an AV

This problem appeared after upgrading to 1.0.10 in a datamodule that had been working fine with 1.0.7.

 



Updated by: Mattias

Status: Fixed

Comments:
I added a workaround in TDatamodule for this bug. The real bug ill be fixed with a new TReader/TWriter.






More information about the Lazarus mailing list