[Webkit-unassigned] [Bug 142547] New: ASAN_OPTIONS=allocator_may_return_null=1 needs to be set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 10 15:34:51 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142547

            Bug ID: 142547
           Summary: ASAN_OPTIONS=allocator_may_return_null=1 needs to be
                    set
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dburkart at apple.com

Alexey says:

We have a test crash with ASan, because it tries to allocate too much, and ASan doesn't allow that.

We need to change the default behavior:

==45420==WARNING: AddressSanitizer failed to allocate 0xffffffffaffff6a0 bytes
==45420==AddressSanitizer's allocator is terminating the process instead of returning 0
==45420==If you don't like this behavior set allocator_may_return_null=1
==45420==AddressSanitizer CHECK failed: /SourceCache/clang/clang-603.0.12/src/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc:149 "((0)) != (0)" (0x0, 0x0)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150310/67d6ce7d/attachment-0002.html>


More information about the webkit-unassigned mailing list