Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple AVs in 15.2.12
#1
Hi Alexandre,

when I exit the IW debug dialog after starting an application in the browser and closing it again, I now get an AV with IW 15.2.12.
In the application itself I get AVs in many places, I am now back to IW 15.2.11.

C++ Builder 10.4

Anwender-WEB-Server (Indy - x86)
Build Date: Aug 12, 2020
IntraWeb Version: 15.2.12
32-bit Server on 64-bit Windows
HTTP Server is active on port: 80

Call stack from IW debug dialog
:766b9962 KERNELBASE.RaiseException + 0x62
:3224f7c6 CC32270MT.___raiseDebuggerException + 0x1a
:3224e190 ; C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\CC32270MT.DLL
:00c18189 __ExceptionHandler + 0x1E
:772771b4 ; ntdll.dll
:772639e6 ntdll.KiUserExceptionDispatcher + 0x26
:00b333c1 Iwhtmlcontainer::TIWHTMLContainer::InternalSetTabOrder + 0x21
:00b4a13e ; setTabOrder
:00b3347b ; AfterParentChanging
:00b30d83 ; SetParent
:00b349d6 ; Dispose
:00b493c9 ; Dispose
:00b3086a Iwvclbasecontainer::TIWBaseContainer::~TIWBaseContainer() + 0x1A
:0084C857 System::TObject::Free(Self=????)
:00b493c9 ; Dispose
:00b3086a Iwvclbasecontainer::TIWBaseContainer::~TIWBaseContainer() + 0x1A
:0084C857 System::TObject::Free(Self=????)
:00b493c9 ; Dispose
:00b3086a Iwvclbasecontainer::TIWBaseContainer::~TIWBaseContainer() + 0x1A
:0084C857 System::TObject::Free(Self=????)
:00b493c9 ; Dispose
:00b3086a Iwvclbasecontainer::TIWBaseContainer::~TIWBaseContainer() + 0x1A


System.pas

procedure TObject.Free;
begin
// under ARC, this method isn't actually called since the compiler translates
// the call to be a mere nil assignment to the instance variable, which then calls _InstClear
{$IFNDEF AUTOREFCOUNT}
  if Self <> nil then
    Destroy;
{$ENDIF}
end;

Regards
Juergen
Reply


Messages In This Thread
Multiple AVs in 15.2.12 - by JuergenS - 08-19-2020, 02:08 PM
RE: Multiple AVs in 15.2.12 - by JuergenS - 08-29-2020, 08:42 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)