mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 17:44:55 +02:00
* 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:
parent
fc3852e59a
commit
8ed35dd5fb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user