![]() |
|
Multiple AVs in 15.2.12 - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Multiple AVs in 15.2.12 (/thread-1888.html) |
Multiple AVs in 15.2.12 - JuergenS - 08-19-2020 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 RE: Multiple AVs in 15.2.12 - Alexandre Machado - 08-22-2020 This is a known issue. We are finalizing our tests with new version and it will be released in a few hours RE: Multiple AVs in 15.2.12 - Alexandre Machado - 08-22-2020 Please update: https://www.atozed.com/2020/08/intraweb-15-2-13/ This update should fix all those issues RE: Multiple AVs in 15.2.12 - JuergenS - 08-29-2020 The problems are fixed with IW 15.2.15. Regards Juergen |