[Bug sanitizer/58718] Invalid check in libsanitizer

2013-12-30 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718 Yury Gribov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/58718] Invalid check in libsanitizer

2013-11-05 Thread tetra2005 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718 --- Comment #7 from Yuri Gribov --- (In reply to Kostya Serebryany from comment #6) > Can we keep this bug in one place, please? > Let https://code.google.com/p/address-sanitizer/issues/detail?id=239 be the > primary one Ok, will do. I'm a littl

[Bug sanitizer/58718] Invalid check in libsanitizer

2013-11-05 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718 --- Comment #6 from Kostya Serebryany --- Can we keep this bug in one place, please? Let https://code.google.com/p/address-sanitizer/issues/detail?id=239 be the primary one

[Bug sanitizer/58718] Invalid check in libsanitizer

2013-11-05 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718 --- Comment #5 from Yury Gribov --- (In reply to Alexey Samsonov from comment #2) > I've already fixed the problem with crashes caused by small > "malloc_context_size" values. I think you should wait till the ASan runtime > will be merged from LLV

[Bug sanitizer/58718] Invalid check in libsanitizer

2013-10-13 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718 --- Comment #4 from Kostya Serebryany --- I am currently testing a merge which is before Alexey's changes. There is no harm in keeping this bug open.

[Bug sanitizer/58718] Invalid check in libsanitizer

2013-10-13 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718 --- Comment #3 from Yury Gribov --- Got it. I wonder whether we should keep the bug opened until we merge or close it now.

[Bug sanitizer/58718] Invalid check in libsanitizer

2013-10-13 Thread samsonov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718 Alexey Samsonov changed: What|Removed |Added CC||samsonov at google dot com --- Comment

[Bug sanitizer/58718] Invalid check in libsanitizer

2013-10-13 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718 --- Comment #1 from Yury Gribov --- Created attachment 30999 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30999&action=edit Proposed patch It seems that this CHECK should be removed to allow disabling malloc tracing. Patch is attached. -Y