Closed
Bug 1004970
Opened 11 years ago
Closed 10 years ago
Assertion failure: info->entries * 2 == new_stack_buffer_size, at c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/tools/trace-malloc/lib/nsTraceMalloc.c:1000
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: m_kato, Unassigned)
References
Details
(Keywords: assertion, intermittent-failure)
Attachments
(1 file)
583.14 KB,
application/gzip
|
Details |
Now, we don't run win64 debug yet. After fixing bug 1003085, it may occur.
https://tbpl.mozilla.org/php/getParsedLog.php?id=38923402&tree=Try&full=1
c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/obj-firefox/_virtualenv/Scripts/python.exe c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/toolkit/mozapps/installer/packager.py -DNO_NSPR_10_SUPPORT -DAB_CD=en-US -DMOZ_APP_NAME=firefox -DPREF_DIR=defaults/preferences -DMOZ_DEBUG=1 -D_MSC_VER=1600 -DJAREXT= -DMOZ_ANGLE_RENDERER=1 -DMOZ_D3DCOMPILER_DLL=D3DCompiler_43.dll -DMOZ_CHILD_PROCESS_NAME=plugin-container.exe -DMOZ_MSVC_REDIST=1600 -DMOZ_SHARED_MOZGLUE=1 -DMOZ_JSDEBUGGER -DNECKO_WIFI -DGKMEDIAS_SHARED_LIBRARY -DDLL_PREFIX= -DDLL_SUFFIX=.dll -DBIN_SUFFIX=.exe -DMOZ_FOLD_LIBS=1 -DBINPATH=bin -DMOZ_ICU_VERSION=52 -DMOZ_SHARED_ICU \
--format omni \
--removals c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/browser/installer/removed-files.in \
\
\
\
\
--optimizejars \
\
package-manifest ../../dist ../../dist/firefox \
Executing c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/obj-firefox/dist\bin\xpcshell.exe -g c:\builds\moz2_slave\try-w64-d-00000000000000000000\build\obj-firefox\dist\bin/ -a c:\builds\moz2_slave\try-w64-d-00000000000000000000\build\obj-firefox\dist\bin/ -f c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/toolkit/mozapps/installer\precompile_cache.js -e precompile_startupcache("resource://gre/");
### ERROR: WalkStack64: The handle is invalid.
### ERROR: WalkStack64: The handle is invalid.
### ERROR: WalkStack64: The handle is invalid.
Assertion failure: info->entries * 2 == new_stack_buffer_size, at c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/tools/trace-malloc/lib/nsTraceMalloc.c:1000
c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/toolkit/mozapps/installer/packager.mk:722: recipe for target 'stage-package' failed
mozmake.exe[3]: Leaving directory 'c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/obj-firefox/browser/installer'
c:/builds/moz2_slave/try-w64-d-00000000000000000000/build/toolkit/mozapps/installer/packager.mk:754: recipe for target 'make-package' failed
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Blocks: tracking_win64
Reporter | ||
Updated•11 years ago
|
Keywords: assertion,
intermittent-failure
Is this a duplicate of bug 670915 and/or bug 1007169?
Comment 3•11 years ago
|
||
Heh, I would not have suspected that. Yeah, bug 669384 masked bug 670915 until bug 1003085 fixed bug 669384 and let 670915/this/1007169 show through again.
Reporter | ||
Comment 5•11 years ago
|
||
trace-malloc will remove by 1004970. Also debug build of tbpl turns off trace-malloc via bug 1013014
1004970 is this bug :) Trace-malloc will be removed by bug 1014341.
Since trace-malloc is no longer enabled in automation builds, we're unlikely to fix this before trace-malloc is removed altogether.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•