delphi - Identifying Component causing an error -
i have delphi 2010 project trying work with. getting errors delphi application can tell. when click on menu option project, , select options, receive following error: access violation @ address 00000000. read of address 00000000. if exact same thing second time receive error access violation @ address 2099331f1 in module 'coreide140bpl'. read of address 00000000. when right click project , select option, receive same error message.
some other posts suggested removing , re-installing third party components, have no idea how that, , understand menu option need use find 3rd party components 1 erroring out.
what in case open second instance of delphi, , use run->attach process
menu command attach debugger first instance of ide. reproduce crash in first copy, , have @ stack trace in second copy. @ packages , units involved, , should give idea of what's going on under hood.
Comments
Post a Comment