Closed
Bug 1045509
Opened 12 years ago
Closed 7 years ago
crash in nsTArray_base<nsTArrayFallibleAllocator, nsTArray_CopyWithMemutils>::UsesAutoArrayBuffer() | nsTArray_Impl<unsigned char, nsTArrayFallibleAllocator>::SizeOfExcludingThis(unsigned int (*)(void const*))
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox33 | --- | affected |
People
(Reporter: andrei, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-6b5879e9-7f52-49e1-a93f-247872140729.
=============================================================
From the looks of it this is similar to bug 1031697. Concerning is that bug 1031697 is marked as not affecting 33. I've filed a new bug if this by any chance is a different issue.
We've had 2 crashes a few minutes one after in the same testrun with the latest 33 build:
https://crash-stats.mozilla.com/report/index/6b5879e9-7f52-49e1-a93f-247872140729
https://crash-stats.mozilla.com/report/index/5841fbd6-9f49-400f-9010-445d92140729
This was during a mozmill testrun. From the log we were performing some Flash related tests:
> 05:37:36 TEST-START | testFlash_SWFVideoIframe\test1.js | setupModule
> 05:37:36 TEST-START | testFlash_SWFVideoIframe\test1.js | testFlashIframe
> 05:41:19 [1900] ###!!! ABORT: Aborting on channel error.: file c:/builds/moz2_slave/m-aurora-w32-ntly-000000000000/build/ipc/glue/MessageChannel.cpp, line 1538
> 05:41:19 PROCESS-CRASH | c:\jenkins\workspace\mozilla-aurora_endurance\data\mozmill-tests\firefox\tests\endurance\testFlash_SWFVideoIframe\test1.js | application crashed [Unknown top frame]
> 05:41:19 Crash dump filename: c:\jenkins\workspace\mozilla-aurora_endurance\data\profile\minidumps\b52888dd-3133-4da6-a624-bc2af07700d8.dmp
> 05:41:19 No symbols path given, can't process dump.
> 05:41:19 MINIDUMP_STACKWALK not set, can't process dump.
> 05:41:19 mozcrash INFO | Saved minidump as C:\Users\mozauto\AppData\Roaming\Mozilla\Firefox\Crash Reports\pending\b52888dd-3133-4da6-a624-bc2af07700d8.dmp
> 05:41:19 mozcrash INFO | Saved app info as C:\Users\mozauto\AppData\Roaming\Mozilla\Firefox\Crash Reports\pending\b52888dd-3133-4da6-a624-bc2af07700d8.extra
> 05:41:24 TEST-START | testFlash_SWFVideoObject\test1.js | setupModule
> 05:41:24 TEST-START | testFlash_SWFVideoObject\test1.js | testFlashObject
> 05:46:01 [3844] ###!!! ABORT: Aborting on channel error.: file c:/builds/moz2_slave/m-aurora-w32-ntly-000000000000/build/ipc/glue/MessageChannel.cpp, line 1538
> 05:46:01 PROCESS-CRASH | c:\jenkins\workspace\mozilla-aurora_endurance\data\mozmill-tests\firefox\tests\endurance\testFlash_SWFVideoObject\test1.js | application crashed [Unknown top frame]
> 05:46:01 Crash dump filename: c:\jenkins\workspace\mozilla-aurora_endurance\data\profile\minidumps\91732643-01f6-4ed3-8a4f-0a9e74d4937e.dmp
> 05:46:01 No symbols path given, can't process dump.
> 05:46:01 MINIDUMP_STACKWALK not set, can't process dump.
> 05:46:01 mozcrash INFO | Saved minidump as C:\Users\mozauto\AppData\Roaming\Mozilla\Firefox\Crash Reports\pending\91732643-01f6-4ed3-8a4f-0a9e74d4937e.dmp
But from the crash signature this doesn't look like it is flash-related.
Updated•10 years ago
|
Crash Signature: [@ nsTArray_base<nsTArrayFallibleAllocator, nsTArray_CopyWithMemutils>::UsesAutoArrayBuffer() | nsTArray_Impl<unsigned char, nsTArrayFallibleAllocator>::SizeOfExcludingThis(unsigned int (*)(void const*))] → [@ nsTArray_base<nsTArrayFallibleAllocator, nsTArray_CopyWithMemutils>::UsesAutoArrayBuffer() | nsTArray_Impl<unsigned char, nsTArrayFallibleAllocator>::SizeOfExcludingThis(unsigned int (*)(void const*))]
[@ nsTArray_base<T>::UsesAutoArrayBuffer | nsTArr…
Comment 1•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•