Closed
Bug 678778
Opened 14 years ago
Closed 14 years ago
warnings-as-errors - array subscript is above array bounds in jsgc.h: In member function 'void js::GCMarker::markDelayedChildren()
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philor, Unassigned)
Details
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1313260425.1313260727.446.gz
mozilla-inbound_linux-debug_spidermonkey-warnaserrdebug on 2011/08/13 11:33:45
/usr/bin/ccache /tools/gcc-4.5/bin/g++ -o jsgc.o -c -I/builds/slave/m-in-lnx-dbg-spidermonkey-warnaserrdebug/objdir/dist/system_wrappers_js -include ../../src/js/src/config/gcc_hidden.h -DOSTYPE=\"Linux2.6.18-53.1.19\" -DOSARCH=Linux -DEXPORT_JS_API -DIMPL_MFBT -I../../src/js/src -I. -I/builds/slave/m-in-lnx-dbg-spidermonkey-warnaserrdebug/objdir/dist/include -I/builds/slave/m-in-lnx-dbg-spidermonkey-warnaserrdebug/objdir/dist/include/nsprpub -I/builds/slave/m-in-lnx-dbg-spidermonkey-warnaserrdebug/objdir/dist/include/nspr -I../../src/js/src -I../../src/js/src/assembler -I../../src/js/src/yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -O3 -fstrict-aliasing -fno-stack-protector -fomit-frame-pointer -Werror -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsgc.pp /builds/slave/m-in-lnx-dbg-spidermonkey-warnaserrdebug/src/js/src/jsgc.cpp
cc1plus: warnings being treated as errors
/builds/slave/m-in-lnx-dbg-spidermonkey-warnaserrdebug/src/js/src/jsgc.h: In member function 'void js::GCMarker::markDelayedChildren()':
/builds/slave/m-in-lnx-dbg-spidermonkey-warnaserrdebug/src/js/src/jsgc.h:809:25: error: array subscript is above array bounds
Seems to only be the first warning for Linux32 debug, though it may well be present and lower down the stack for others.
Reporter | ||
Comment 1•14 years ago
|
||
Thanks, whoever no-bug fixed it.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•