IDE access violation after compiling unsuccessfully - call stack may indicate TI

Issue #52 closed
David Millington created an issue

The past few days I have had odd IDE behaviour when compiling via Ctrl-S (ie TestInsight invokes compilation) but when there were compile errors and the compile dialog stayed onscreen. (I have the checkbox checked so that when it compiles successfully, it closes automatically.) This behaviour is that the IDE stopped responding to mouse input completely, after pressing Enter on the compile dialog, including on the title bar. Keyboard input still worked.

Today I just got the following IDE access violation instead, in exactly the same circumstances. Since it's a crash not bizarre input problems, (a) it's worth filing as a bug and (b) please be aware it may be related to something else.

---------------------------
Error
---------------------------
Access violation at address 5071128F in module 'vcl210.bpl'. Read of address 00000130.
---------------------------
OK   Details <<   
---------------------------
[5071128F]{vcl210.bpl  } Vcl.Forms.TCustomForm.CloseModal (Line 6903, "Vcl.Forms.pas" + 3) + $5
(00038B25){TestInsightXE7.dll} [0FDB9B25]
[5067BF2F]{vcl210.bpl  } Vcl.ExtCtrls.TTimer.WndProc (Line 3050, "Vcl.ExtCtrls.pas" + 4) + $7
[50716333]{vcl210.bpl  } Vcl.Forms.TApplication.ProcessMessage (Line 10352, "Vcl.Forms.pas" + 23) + $1
[5071191F]{vcl210.bpl  } Vcl.Forms.TCustomForm.ShowModal (Line 7150, "Vcl.Forms.pas" + 35) + $F
[204D4F0C]{coreide210.bpl} BuildHost.TBuildHost.Build (Line 230, "BuildHost.pas" + 54) + $9
[204D4AD8]{coreide210.bpl} BuildHost.Build (Line 136, "BuildHost.pas" + 4) + $A
[204E2011]{coreide210.bpl} ProjectGroupBuilder.BuildProjects (Line 140, "ProjectGroupBuilder.pas" + 1) + $17
[2052439B]{coreide210.bpl} ProjectGroup.TProjectGroup.CompileProjects (Line 804, "ProjectGroup.pas" + 1) + $23
[205240B2]{coreide210.bpl} ProjectGroup.TProjectGroup.CompileActive (Line 753, "ProjectGroup.pas" + 20) + $13
[53922E4C]{DDevExtensionsXE7.dll} CompileProgress.CallOrgProjectGroupCompileActive + $0
[53923293]{DDevExtensionsXE7.dll} CompileProgress.CompileActiveProject + $38F
[2052B4CD]{coreide210.bpl} ProjectGroup.TProjectGroupWrapper.CompileActive (Line 2862, "ProjectGroup.pas" + 0) + $5
[010BE913]{bds.exe     } bds.bds (Line 208, "" + 8) + $BB6294
[0041C299]{bds.exe     } AppMain.TAppBuilder.MenuBarExitMenuLoop (Line 7051, "AppMain.pas" + 15) + $2
[2080EF6E]{coreide210.bpl} DebuggerMgr.TDebuggerMgr.MakeCurrentProject (Line 1406, "DebuggerMgr.pas" + 108) + $1
[20810759]{coreide210.bpl} DebuggerMgr.TDebuggerMgr.Run (Line 1912, "DebuggerMgr.pas" + 0) + $15
[208107E2]{coreide210.bpl} DebuggerMgr.TDebuggerMgr.RunNoDebug (Line 1941, "DebuggerMgr.pas" + 3) + $5
[5016D51F]{rtl210.bpl  } System.Classes.TBasicAction.Execute (Line 16099, "System.Classes.pas" + 3) + $3
[505AC232]{vcl210.bpl  } Vcl.ActnList.TCustomAction.Execute (Line 259, "Vcl.ActnList.pas" + 19) + $35
[0B6A68F6]{IDEFixPack.dll} RefactoringActionUpdateFix.CustomActionExecute + $22
(000390DC){TestInsightXE7.dll} [0FDBA0DC]
(00038B25){TestInsightXE7.dll} [0FDB9B25]
[5067C04B]{vcl210.bpl  } Vcl.ExtCtrls.TTimer.Timer (Line 3092, "Vcl.ExtCtrls.pas" + 1) + $E
[5067BF2F]{vcl210.bpl  } Vcl.ExtCtrls.TTimer.WndProc (Line 3050, "Vcl.ExtCtrls.pas" + 4) + $7
[5016E214]{rtl210.bpl  } System.Classes.StdWndProc (Line 16598, "System.Classes.pas" + 6) + $1
[50716333]{vcl210.bpl  } Vcl.Forms.TApplication.ProcessMessage (Line 10352, "Vcl.Forms.pas" + 23) + $1
[50716376]{vcl210.bpl  } Vcl.Forms.TApplication.HandleMessage (Line 10382, "Vcl.Forms.pas" + 1) + $4
[507166A9]{vcl210.bpl  } Vcl.Forms.TApplication.Run (Line 10520, "Vcl.Forms.pas" + 26) + $3

Comments (3)

  1. Log in to comment