http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718
Yury Gribov changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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
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
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.
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58718
Alexey Samsonov changed:
What|Removed |Added
CC||samsonov at google dot com
--- Comment
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