AV in module DataSetManager90.bpl on IDE File->CloseAll or File->Exit

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lupin
Posts: 3
Joined: Sun 15 Apr 2007 17:14

AV in module DataSetManager90.bpl on IDE File->CloseAll or File->Exit

Post by lupin » Sun 15 Apr 2007 18:08

Hi,
After closing project (File->CloseAll or File->Exit) IDE show AV (Delphi 2005 pro, upd3, Win32) :

Access violation at address 0A5FE9A6 in module 'DataSetManager90.bpl'. Read of address 00000000.

[0A5FE9A6]{DataSetManager90.bpl} Dsmclasses.TSvcManager.AddModuleNotifier + $2E
[40005F5B]{rtl90.bpl } System.@HandleAnyException (Line 9625, "system.pas" + 13) + $0
[7C903786]{ntdll.dll } RtlConvertUlongToLargeInteger + $41
[7C90EAF5]{ntdll.dll } KiUserExceptionDispatcher + $9
[0A5FDB95]{DataSetManager90.bpl} Dsmclasses.TSvcManager.RegisterProjectNotifier + $29
[0A5FC84D]{DataSetManager90.bpl} Dsmclasses.TDataSetList.IntfRegisterProjectNotifier + $9
[0A61E23C]{DataSetManager90.bpl} Dsmservicesproxy.TPaletteNotifier.EndUpdate + $94
[006ECAE0]{coreide90.bpl} PalMgr.TPaletteManager.EndUpdate (Line 817, "PalMgr.pas" + 3) + $5
[00738C3B]{coreide90.bpl} EditorForm.TEditWindow.EndViewSelect (Line 3068, "EditorForm.pas" + 1) + $9

This is not critical, but more than irritating.

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Mon 16 Apr 2007 11:57

Thank you for information.
We have fixed this problem.
The fix will be included in the next build of SDAC 4.

Post Reply