View Issue Details

IDProjectCategoryView StatusLast Update
0000010JEDI Code LibraryJclDebug*public2002-03-22 13:50
ReporterpvonesAssigned To 
PrioritynormalSeveritymajorReproducibilityunable to reproduce
Status closedResolutionreopened 
Product Version 
Target VersionFixed in Version 
Summary0000010: StackFrame^.CallersEBP is invalid sometimes
DescriptionStackInfo.DumpSize := StackFrame^.CallersEBP - DWORD(StackFrame);

Suggested change:

function ValidEBP(CallersEBP, StackFrame: DWORD): Boolean;
begin
  Result := (CallersEBP >= StackFrame);
end;
Additional InformationChecking of EBP validity added per Hallvard's suggestion.
TagsNo tags attached.
Fixed in GIT commit
Fixed in SVN revision
IDE version

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change