[Bug sanitizer/86755] New: [ASAN] Libasan failed to be build for arm with -mthumb and -fno-omit-frame-pointer

2018-07-31 Thread d.khalikov at partner dot samsung.com
Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: d.khalikov at partner dot samsung.com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc

[Bug other/86198] Libbacktrace does not properly work with ".note.gnu.build-id" section

2018-06-21 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86198 Denis Khalikov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/86198] Libbacktrace does not properly work with ".note.gnu.build-id" section

2018-06-19 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86198 --- Comment #2 from Denis Khalikov --- Looks like that feature was implemented by this patch:

[Bug other/86198] New: Libbacktrace does not properly work with ".note.gnu.build-id" section

2018-06-18 Thread d.khalikov at partner dot samsung.com
ty: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: d.khalikov at partner dot samsung.com Target Milestone: --- An error happens when libbacktrace is reading ".note.gnu.build-id" section and effects the feature

[Bug sanitizer/80414] [UBSAN] segfault with -fsanitize=undefined

2018-06-18 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80414 Denis Khalikov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/86090] [ASAN] ASAN does not properly configure libbacktrace.

2018-06-14 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86090 Denis Khalikov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug sanitizer/86090] New: [ASAN] ASAN does not properly configure libbacktrace.

2018-06-08 Thread d.khalikov at partner dot samsung.com
Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: d.khalikov at partner dot samsung.com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org

[Bug sanitizer/81923] [ASAN] gcc emites wrong odr asan instrumentation for glibc

2017-08-31 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81923 --- Comment #8 from Denis Khalikov --- Works for me. Thanks.

[Bug sanitizer/81923] [ASAN] gcc emites wrong odr asan instrumentation for glibc

2017-08-28 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81923 --- Comment #3 from Denis Khalikov --- Created attachment 42064 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42064=edit temp.S

[Bug sanitizer/81923] [ASAN] gcc emites wrong odr asan instrumentation for glibc

2017-08-28 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81923 --- Comment #2 from Denis Khalikov --- confgiure flags: configure_flags="--prefix=/usr --without-cvs --without-selinux --enable-stackguard-randomization --enable-obsolete-rpc --disable-sanity-checks" cc1 invocation:

[Bug sanitizer/81923] New: [ASAN] gcc emites wrong odr asan instrumentation for glibc

2017-08-22 Thread d.khalikov at partner dot samsung.com
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: d.khalikov at partner dot samsung.com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin

[Bug sanitizer/81081] [ASAN] ASAN is not properly calling libbacktrace to symbolize program written on assembler

2017-06-16 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81081 --- Comment #9 from Denis Khalikov --- I've added patch for review https://reviews.llvm.org/D34149

[Bug sanitizer/77631] no symbols in backtrace shown by ASan when debug info is split

2017-06-16 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77631 Denis Khalikov changed: What|Removed |Added Attachment #41478|0 |1 is obsolete|

[Bug sanitizer/81081] [ASAN] ASAN is not properly calling libbacktrace to symbolize program written on assembler

2017-06-13 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81081 --- Comment #7 from Denis Khalikov --- Thanks, I was mistaken, fix should be in the libbacktrace.

[Bug sanitizer/81081] [ASAN] ASAN is not properly calling libbacktrace to symbolize program written on assembler

2017-06-13 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81081 --- Comment #5 from Denis Khalikov --- As I understood libbacktrace has two main calls to symbolize pc. 1. backtrace_pcinfo /* Given a PC, find the file name, line number, and function name. */ 164 165 int 166 backtrace_pcinfo (struct

[Bug sanitizer/81081] [ASAN] ASAN is not properly calling libbacktrace to symbolize program written on assembler

2017-06-13 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81081 --- Comment #3 from Denis Khalikov --- This fix 111 AddressInfo *info = cdata->get_new_frame(addr); 112 if (filename) 113 info->file = internal_strdup(filename); 114 info->line = lineno; 115 if (function) { 116 info->function =

[Bug sanitizer/81081] New: [ASAN] ASAN is not properly calling libbacktrace to symbolize program written on assembler

2017-06-13 Thread d.khalikov at partner dot samsung.com
Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: d.khalikov at partner dot samsung.com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org

[Bug sanitizer/77631] no symbols in backtrace shown by ASan when debug info is split

2017-06-06 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77631 Denis Khalikov changed: What|Removed |Added Attachment #40963|0 |1 is obsolete|

[Bug sanitizer/80414] New: [UBSAN] segfault with -fsanitize=undefined

2017-04-12 Thread d.khalikov at partner dot samsung.com
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: d.khalikov at partner dot samsung.com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone: --- Created attachment

[Bug sanitizer/77631] no symbols in backtrace shown by ASan when debug info is split

2017-03-14 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77631 --- Comment #7 from Denis Khalikov --- Thomas, before verifying i should fix issues from the list, https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00735.html

[Bug sanitizer/77631] no symbols in backtrace shown by ASan when debug info is split

2017-03-13 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77631 Denis Khalikov changed: What|Removed |Added CC||d.khalikov at partner dot samsung.

[Bug sanitizer/77631] no symbols in backtrace shown by ASan when debug info is split

2017-03-13 Thread d.khalikov at partner dot samsung.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77631 --- Comment #3 from Denis Khalikov --- Created attachment 40963 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40963=edit patch for PR sanitizer/77631 Hello everyone, i have a patch for this issue. (see attachment PR_sanitizer_77631)