On Sat, Feb 8, 2014 at 1:59 AM, Ethan Hamilton <[email protected]> wrote:
> Thanks for the suggestions and the help Konstantine provided in private. I > have enrolled my email address to the group, so I hope this will work :D. > > Enabling the run time switch helped in that it provided a lot of extra > info but not enough to see what might be causing the problem. So my next > step is to disable it at compile time. > Meanwhile, if you send the obfuscated log (output of report_globals=2 and the actual bug report, where you replace all identifiers with something like id1, id2, id3, id4, etc) we may be able to help you understand the report. --kcc > > I am running gcc 4.8.1 (with no possibility to moving to clang because it > is a big project setup to compile with gcc; even moving it to gcc 4.8.1 > from 4.4 was a bit of headache). Any suggestions as to how to get a version > that allows me to use --param asan-globals=0 ? > > I know I am a pain in the "there" but if I could get the binaries for > Ubuntu 13.10, x86_64, it would be wonderful. > > Thank you in advance :D. > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of Yuri Gribov > Sent: Friday, February 07, 2014 12:38 AM > To: [email protected] > Subject: Re: Question about disabling individual checkers of address > sanitizer > > You could also try to mark the offending code with > __attribute__((no_sanitize_address)) although I'd second Kostya's > suggestion about investigating this and reporting a bug. > > -Y > > -- > 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/groups/opt_out. > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
