search for: address_sanitizer

Displaying 9 results from an estimated 9 matches for "address_sanitizer".

2011 Nov 17
3
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
Hi Daniel, Chris suggested to talk to you about committing the AddressSanitizer (asan) run-time into the llvm tree (llvm-project/compiler-rt). Questions: - What is the preferred name for the directory? (asan? libasan? address_sanitizer? AdressSanitizer?) - Should the asan run-time use cmake, or just make, or what? The build is a bit tricky, especially for tests. We currently use make. - How would you suggest to do the code review? The code of the run-time is ~5 KLOC. http://code.google.com/p/address-sanitizer/source/browse/#sv...
2011 Nov 28
2
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...e.com> wrote: > > Hi Daniel, > > Chris suggested to talk to you about committing the AddressSanitizer > (asan) > > run-time into the llvm tree (llvm-project/compiler-rt). > > Questions: > > - What is the preferred name for the directory? (asan? libasan? > > address_sanitizer? AdressSanitizer?) > > I don't care. lib/asan seems perfectly reasonable to me, with a README > explaining what the module is for. > So, it will be a sibling of lib/profile. Makes sense. > > > - Should the asan run-time use cmake, or just make, or what? The build > is...
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...--- Extended --- [ ] REF_DEBUG [ ] AO2_DEBUG [ ] STATIC_BUILD XXX REBUILD_PARSERS [ ] LOW_MEMORY [ ] DISABLE_INLINE [*] OPTIONAL_API XXX USE_HOARD_ALLOCATOR [ ] RADIO_RELAX [ ] G711_NEW_ALGORITHM < > G711_REDUCED_BRANCHING < > TEST_CODING_TABLES < > TEST_TANDEM_TRANSCODING [ ] ADDRESS_SANITIZER [ ] THREAD_SANITIZER [ ] LEAK_SANITIZER [ ] UNDEFINED_SANITIZER [ ] BUSYDETECT_TONEONLY [ ] BUSYDETECT_COMPARE_TONE_AND_SILENCE [ ] BUSYDETECT_DEBUG [ ] INTEGER_CALLERID Is there a way to read Compiler Flags from a running system without looking at source file directory ? If someone forgets to s...
2011 Nov 24
0
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...Kostya Serebryany <kcc at google.com> wrote: > Hi Daniel, > Chris suggested to talk to you about committing the AddressSanitizer (asan) > run-time into the llvm tree (llvm-project/compiler-rt). > Questions: > - What is the preferred name for the directory? (asan? libasan? > address_sanitizer? AdressSanitizer?) I don't care. lib/asan seems perfectly reasonable to me, with a README explaining what the module is for. > - Should the asan run-time use cmake, or just make, or what? The build is a > bit tricky, especially for tests. We currently use make. The only build system I...
2011 Nov 29
0
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...Daniel, >> > Chris suggested to talk to you about committing the AddressSanitizer >> > (asan) >> > run-time into the llvm tree (llvm-project/compiler-rt). >> > Questions: >> > - What is the preferred name for the directory? (asan? libasan? >> > address_sanitizer? AdressSanitizer?) >> >> I don't care. lib/asan seems perfectly reasonable to me, with a README >> explaining what the module is for. > > > So, it will be a sibling of lib/profile. Makes sense. > >> >> >> > - Should the asan run-time use cmake,...
2010 Feb 15
1
dovecot-sieve vacation vs qmail-ldap
Helloo, We are using dovectot lda with qmail-ldap, dovecot 1.2.10, sieve 0.1.15 lda is executed as exec /var/qmail/bin/preline -f /usr/local/dovecot/libexec/dovecot/deliver -s preline adds Delivered-To: header, everything works fine except vacation Feb 9 16:07:16 thebe dovecot: deliver(lazy): sieve: msgid=unspecified: discarding vacation response for message implicitly delivered to <lazy
2016 Sep 08
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...> [ ] LOW_MEMORY >> [ ] DISABLE_INLINE >> [*] OPTIONAL_API >> XXX USE_HOARD_ALLOCATOR >> [ ] RADIO_RELAX >> [ ] G711_NEW_ALGORITHM >> < > G711_REDUCED_BRANCHING >> < > TEST_CODING_TABLES >> < > TEST_TANDEM_TRANSCODING >> [ ] ADDRESS_SANITIZER >> [ ] THREAD_SANITIZER >> [ ] LEAK_SANITIZER >> [ ] UNDEFINED_SANITIZER >> [ ] BUSYDETECT_TONEONLY >> [ ] BUSYDETECT_COMPARE_TONE_AND_SILENCE >> [ ] BUSYDETECT_DEBUG >> [ ] INTEGER_CALLERID >> >> >> Is there a way to read Compiler Flags f...
2011 Nov 25
1
[LLVMdev] LLVMdev Digest, Vol 89, Issue 60
...cc at google.com> wrote: >> Hi Daniel, >> Chris suggested to talk to you about committing the AddressSanitizer (asan) >> run-time into the llvm tree (llvm-project/compiler-rt). >> Questions: >> - What is the preferred name for the directory? (asan? libasan? >> address_sanitizer? AdressSanitizer?) > > I don't care. lib/asan seems perfectly reasonable to me, with a README > explaining what the module is for. > >> - Should the asan run-time use cmake, or just make, or what? The build is a >> bit tricky, especially for tests. We currently use mak...
2016 Sep 06
5
[SOLVED] Re: Feature Request: what about "core stop panic" ?
On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote: > Hello, > > After testing "pkill -SEGV -f /usr/sbin/asterisk" on Debian Jessie > platform, I've got several questions : > > > 1. When I issue a "cd /tmp; asterisk -cvvvvvvvvvvvg -U asterisk -G > asterisk" command, and then issue a "pkill -SEGV asterisk" command,