Closed
Bug 941526
Opened 11 years ago
Closed 11 years ago
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/editor/composer/test/test_bug338427.html | application terminated with exit code 2147483651
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: crash, intermittent-failure)
Crash Data
Attachments
(1 file)
259.35 KB,
text/plain
|
Details |
WINNT 6.2 fx-team debug test mochitest-other on 2013-11-20 13:33:54 PST for push bbda2959c7e3
slave: t-w864-ix-084
https://tbpl.mozilla.org/php/getParsedLog.php?id=30851552&tree=Fx-Team
[Parent 3552] ###!!! ABORT: out of range: '0 <= aProperty && aProperty < eCSSProperty_COUNT', file c:\builds\moz2_slave\fx-team-w32-d-0000000000000000\build\layout\style\nsCSSProps.h, line 261
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/editor/composer/test/test_bug338427.html | application terminated with exit code 2147483651
PROCESS-CRASH | chrome://mochitests/content/chrome/editor/composer/test/test_bug338427.html | application crashed [@ KERNELBASE.dll + 0x89ae4]
Return code: 1
3:44:21 INFO - GenuineIntel family 6 model 30 stepping 5
13:44:21 INFO - 8 CPUs
13:44:21 INFO - Crash reason: EXCEPTION_BREAKPOINT
13:44:21 INFO - Crash address: 0x749f9ae4
13:44:21 INFO - Thread 0 (crashed)
13:44:21 INFO - 0 KERNELBASE.dll + 0x89ae4
13:44:21 INFO - eip = 0x749f9ae4 esp = 0x01017e48 ebp = 0x01018264 ebx = 0xffffffff
13:44:21 INFO - esi = 0x716f1440 edi = 0x00000000 eax = 0x00000000 ecx = 0x01017e60
13:44:21 INFO - edx = 0x00000000 efl = 0x00000202
13:44:21 INFO - Found by: given as instruction pointer in context
13:44:21 INFO - 1 xul.dll!nsCSSProps::IsShorthand(nsCSSProperty) [nsCSSProps.h:bbda2959c7e3 : 260 + 0x29]
13:44:21 INFO - eip = 0x72406ef0 esp = 0x0101826c ebp = 0x01018280
13:44:21 INFO - Found by: previous frame's frame pointer
13:44:21 INFO - 2 xul.dll!nsCSSCompressedDataBlock::PropertyAtIndex(unsigned int) [nsCSSDataBlock.h:bbda2959c7e3 : 141 + 0x5]
13:44:21 INFO - eip = 0x7296d05d esp = 0x01018288 ebp = 0x01018298
13:44:21 INFO - Found by: call frame info
13:44:21 INFO - 3 xul.dll!nsCSSCompressedDataBlock::~nsCSSCompressedDataBlock() [nsCSSDataBlock.cpp:bbda2959c7e3 : 215 + 0x7]
13:44:21 INFO - eip = 0x72973f3e esp = 0x010182a0 ebp = 0x010182d8
13:44:21 INFO - Found by: call frame info
13:44:21 INFO - 4 xul.dll!nsAutoPtr<nsCSSCompressedDataBlock>::~nsAutoPtr<nsCSSCompressedDataBlock>() [nsAutoPtr.h:bbda2959c7e3 : 77 + 0xc]
13:44:21 INFO - eip = 0x72976ade esp = 0x010182b4 ebp = 0x010182d8
13:44:21 INFO - Found by: call frame info
13:44:21 INFO - 5 xul.dll!mozilla::css::Declaration::~Declaration() [Declaration.cpp:bbda2959c7e3 : 45 + 0xf]
13:44:21 INFO - eip = 0x72988405 esp = 0x010182bc ebp = 0x010182d8
13:44:21 INFO - Found by: call frame info
13:44:21 INFO - 6 xul.dll!mozilla::css::StyleRule::~StyleRule() [StyleRule.cpp:bbda2959c7e3 : 1340 + 0xd]
13:44:21 INFO - eip = 0x7298b5fc esp = 0x010182c4 ebp = 0x010182d8
13:44:21 INFO - Found by: call frame info
13:44:21 INFO - 7 xul.dll!mozilla::css::StyleRule::`vector deleting destructor'(unsigned int) + 0xa
13:44:21 INFO - eip = 0x7298d371 esp = 0x010182d4 ebp = 0x010182d8
13:44:21 INFO - Found by: call frame info
13:44:21 INFO - 8 xul.dll!mozilla::css::StyleRule::Release() [StyleRule.cpp:bbda2959c7e3 : 1361 + 0x94]
13:44:21 INFO - eip = 0x7296e42c esp = 0x010182e0 ebp = 0x010182f0
13:44:21 INFO - Found by: call frame info
13:44:21 INFO - 9 xul.dll!ReleaseObjects [nsCOMArray.cpp:bbda2959c7e3 : 243 + 0x1c]
Comment 1•11 years ago
|
||
I think the assertion is just a consequence of calling this function with
objects that are deallocated / corrupt.
Severity: normal → critical
Component: Layout → CSS Parsing and Computation
Priority: -- → P3
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Only one reported occurrence in almost a year... and no incidents on
https://crash-stats.mozilla.com/ for nsCSSProps::IsShorthand either.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•