Address: 004D5D52
Read of Address 04A2C3F4
I use the dev_cpp from
http://www.castlesofpoland.com/devcpp.exe
Date 2004-05-01
(I have ::: typed...)
0057CB18 (0017BB18): ShowExceptionInfo
(ExceptionsAnalyzer - 540)
0057CBDF (0017BBDF):
TExceptionsAnalyzer.GlobalExceptionHandler
(ExceptionsAnalyzer - 548)
004D5D52 (000D4D52): ListSort (CodeCompletion - 469)
004C0C3D (000BFC3D):
TCppTokenizer.PostProcessToken (CppTokenizer - 630)
004D5D52 (000D4D52): ListSort (CodeCompletion - 469)
004D5D52 (000D4D52): ListSort (CodeCompletion - 469)
004D5D50 (000D4D50): ListSort (CodeCompletion - 468)
004D6011 (000D5011): TCodeCompletion.Search
(CodeCompletion - 530)
00576357 (00175357): TEditor.CompletionTimer (editor -
967)
0057E34E (0017D34E): (devcpp - 194)
0057E36C (0017D36C): (devcpp - 194)
Logged In: YES
user_id=25510
Could you please provide a test source file ?
Colin
Logged In: YES
user_id=621378
You can use the files from bugid:945758
or you can use the full testproject from
bug id:938882
https://sourceforge.net/tracker/index.php?func=detail&aid=938882&group_id=10639&atid=110639
Logged In: YES
user_id=609236
it's here:
function ListSort(Item1, Item2: Pointer): Integer;
begin
// first take into account that parsed statements need to
be higher
// in the list than loaded ones
Result := 0;
// after that, consider string comparison
if Result = 0 then
Result :=
AnsiCompareText(PStatement(Item1)^._ScopelessCmd,
PStatement(Item2)^._ScopelessCmd);
end;
this pointer is probably undefined