Not seeing error line numberings

Pakize Sanal via Valgrind-users <[email protected]>
Newsgroups gmane.comp.debugging.valgrind
Message-ID <CAGU=ZugJBUTq+LoVNeVWgMnMyXQf3Au6YUgL+L9bVHcKhz9xCA@mail.gmail.com>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.