<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style">
   Good evening,
   <br>
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   how can i get the sourceline from a stacktrace address?
   <br>
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   I use heaptrc to find a double free. The problem is that producing the stacktrace on double free
   <br>
  </div>
  <div class="default-style">
   also runs into the error and only produces the list of addresses. KeepReleased is not an option here
   <br>
  </div>
  <div class="default-style">
   due to limited memory. 48 GB is not enough ;-(
   <br>
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   Lazarus trunk, fpc trunk, x86_64, fpDebug, Dwarf3, Windows 10 20H2
  </div>
  <div class="io-ox-signature">
   <p><br>Pascal<br></p>
  </div>
 </body>
</html>