mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +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;
|
||||||
end;
|
end;
|
||||||
writeln(ptext^,'pointer $',hexstr(ptrint(p),2*sizeof(pointer)),' does not point to valid memory block');
|
writeln(ptext^,'pointer $',hexstr(ptrint(p),2*sizeof(pointer)),' does not point to valid memory block');
|
||||||
|
dump_error(p,ptext^);
|
||||||
runerror(204);
|
runerror(204);
|
||||||
_exit:
|
_exit:
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user