Closed Bug 1135572 Opened 9 years ago Closed 9 years ago

Intermittent 944353.jpg | application terminated with exit code 1 or application terminated with exit code -9

Categories

(Core :: Layout, defect, P5)

defect

Tracking

()

RESOLVED FIXED
mozilla39
Tracking Status
firefox37 --- unaffected
firefox38 --- fixed
firefox39 --- fixed
firefox-esr31 --- unaffected

People

(Reporter: cbook, Assigned: seth)

References

()

Details

(Keywords: intermittent-failure)

Ubuntu ASAN VM 12.04 x64 mozilla-inbound opt test crashtest

https://treeherder.mozilla.org/logviewer.html#?job_id=6867944&repo=mozilla-inbound

16:13:13 WARNING - TEST-UNEXPECTED-FAIL | file:///builds/slave/test/build/tests/reftest/tests/image/test/crashtests/944353.jpg | application terminated with exit code 1
Flags: needinfo?(mats)
OS: Linux → All
Hardware: x86 → All
Summary: Intermittent 944353.jpg | application terminated with exit code 1 → Intermittent 944353.jpg | application terminated with exit code 1 or application terminated with exit code -9
I can't reproduce it locally in my Linux64 Opt ASAN build.

It might be some internal ASAN error:
AddressSanitizer failed to allocate 0x1002000 (16785408) bytes of LargeMmapAllocator: 12
...
AddressSanitizer CHECK failed: /builds/slave/moz-toolchain/src/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc:68 "(("unable to mmap" && 0)) != (0)" (0x0, 0x0)
ERROR: Failed to mmap
Flags: needinfo?(mats)
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-December/033878.html
Some guy at Google recommends running their test on a machine with more memory.

How much memory does the "Ubuntu ASAN VM" have?
I'm not sure, but I think 4gb or less based on this code that makes us run in some kind of low memory mode:

http://mxr.mozilla.org/mozilla-central/source/build/automationutils.py#366
We should probably disable this test for ASAN test runs for now.
Priority: -- → P5
There's nothing to be done here - this test is intended to use a lot of memory, as that's exactly what it's testing. I pushed a commit to disable this on ASAN:

https://hg.mozilla.org/integration/mozilla-inbound/rev/24653749f9e0
https://hg.mozilla.org/mozilla-central/rev/24653749f9e0
Assignee: nobody → seth
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Taskcluster should make it easier for us to run ASAN tests on beefier instances. Hopefully we remember to revisit bugs like these once that happens.
Blocks: 1144286
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #92)
> Taskcluster should make it easier for us to run ASAN tests on beefier
> instances. Hopefully we remember to revisit bugs like these once that
> happens.

I filed bug 1144286 about reenabling the test on ASAN and B2G (I'm about to disable it on B2G too).
You need to log in before you can comment on or make changes to this bug.