Files
RePlAce/doc/ReportMemoryBug.md
2018-11-27 12:12:42 -08:00

769 B

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