* do a stack trace in case of abording with an heap error when EXTRA is defined

git-svn-id: trunk@6358 -
This commit is contained in:
florian 2007-02-07 19:35:54 +00:00
parent fc3852e59a
commit 8ed35dd5fb

View File

@ -942,6 +942,7 @@ begin
end;
end;
writeln(ptext^,'pointer $',hexstr(ptrint(p),2*sizeof(pointer)),' does not point to valid memory block');
dump_error(p,ptext^);
runerror(204);
_exit:
end;