Hi, Somehow I am not able to see error line numberings when I try to test a Microsoft library: https://github.com/microsoft/PQCrypto-SIDH. I compiled the library by using the command:
$ make ARCH=x64 CC=gcc OPT_LEVEL=GENERIC I also changed the optimization level as -g and added -static option before compiling. Then I used the command: $ valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --dsymutil=yes ./test_SIKE with the executable file is under PQCrypto-SIDH/sike503/. However, I got the errors always as "below main" even if I added some errors myself to the code consciously. The reason could be related to the Makefile of the library. I checked most of the reasons for that but I could not find the solution. Thank you, Pakize
_______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users