소스 검색

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

git-svn-id: trunk@6358 -
florian 18 년 전
부모
커밋
8ed35dd5fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/inc/heaptrc.pp

+ 1 - 0
rtl/inc/heaptrc.pp

@@ -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;