Closed
Bug 1229565
Opened 9 years ago
Closed 8 years ago
I triggered APZCCallbackHelper.cpp's "MOZ_ASSERT(false); // If you hit this, please file a bug with STR."
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: dholbert, Unassigned)
References
Details
(Keywords: assertion, steps-wanted, Whiteboard: [gfx-noted])
Attachments
(2 files)
My STR (trying to be as precise as possible; likely much of this is unnecessary):
0. Running Ubuntu 15.10 64-bit, on a Dell Precision T1600, with gnome-shell.
1. Using a tree at mozilla-central changeset a18630f9ab42
2. Build with attached mozconfig, using clang 3.7
3. Run the resulting build under valgrind (ver 3.11.0) like so:
valgrind -q --track-origins=yes --error-limit=no \
./dist/bin/firefox -profile deleteme/ -no-remote
4. Wait a few minutes.
ACTUAL RESULTS:Assertion failure: false, at gfx/layers/apz/util/APZCCallbackHelper.cpp:642
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Unfortunately, I only reproduced this once, and my attempts to trigger it again (using my STR from comment 0) are failing. :-/
Updated•9 years ago
|
Keywords: assertion,
steps-wanted
Whiteboard: [gfx-noted]
Daniel, any luck trying to reproduce this? If not we should probably just close this as incomplete and reopen if it happens again.
status-firefox45:
affected → ---
Closing as incomplete. Please reopen if this bug becomes reproducible.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•