Einzelnen Beitrag anzeigen

BastiFantasti

Registriert seit: 5. Nov 2014
Ort: Baden Württemberg
133 Beiträge
 
Delphi 11 Alexandria
 
#8

AW: [Delphi 12.1] Zugriffsverletzung bei Erstellung von neuer VCL Anwendung

  Alt 31. Jul 2024, 08:37
Thanks for the update.

I think you're right. I',ll report the issue and hopefully get a solution.


Hi ,

Well i don't think CnWizards has anything to do with this Access Violation, simply because the Stack trace is corrupted and makes no sense !!

I can't think of a situation where FreeMem can call a method/function/procedure outside its scope "system" unless it is calling a custom installed memory manager, and it makes no sense for such MM to have a function/procedure called EK_ENTRY.OBJ.EK_GET_LINE_CONTENTS !?? and that inside a DLL "boreditu.dll" which looks like (and could be) the IDE editor.

So the stack is not to be trusted in this case, either being corrupted (overwritten) or that DLL lacks appropriate SEH handler to help unwinding the stack properly, in all cases this bug is way more dangerous and this stack trace should be very useful for Embarcadero to fix, which should be tracked ASAP, in my opinion this is (hidden/unnoticed) uninitialized var/field case, and this bug could be lurking in every setup instance of the IDE and waiting some luck to bite.

@BastiFantasti you should this report this stack and this behavior, and if you can save everything you can like IDE settings ..etc as it is reproducible on your device, it might help.
  Mit Zitat antworten Zitat