I use Open Suse Linux 13.2 with GCC and I am trying to implement ASAN tool. When I used the tool for xyz.c file I get a separate log by using "export ASAN_OPTIONS=log_path=PATH" but it's not working in the case of xyz.o file.
Steps I did are: 1. Included -fsanitize=address flag in compile and link part and then generated vos.o by building the same 2. After I run vos.o and start executing further what we do is kill the image once it is done.. We usually dont have a stop kind of thing in vos.o! We used to kill the image once it's done executing. For example - like creation of ipsecd.o in StrongSwan, we execute vos.o which will start ipsec as a process in the system. After killing the vos.o image,I am wondering where can I find the error log generated by the address sanitizer tool. Is it because I missed something or is it because we kill the image once we are done? Can you help me with this? -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
