Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 769 Bytes

ReportMemoryBug.md

File metadata and controls

22 lines (12 loc) · 769 Bytes

How to Report Memory Bugs For RePlAce

  1. Modify Makefile that contains '-g -ggdb' Change below Makefile below:

    RePlAce/Makefile

    OPTFLAG= -g -ggdb -m64 -O3 -fPIC -DNDEBUG -ffast-math -Dcimg_display=1 
    
  2. Type below command

    $ make clean; $make
    
  3. Turn [isValgrind = True] in below links:

    RePlAce/src/execute_lefdef.py

    If you are not using this script, then

    $ valgrind --log-fd=1 ./RePlAce (all options as in your picture) | tee design_valgrind.log
    
  4. Report the RePlAce/logdir/?_valgrind.log to issues