Closed
Bug 632402
Opened 14 years ago
Closed 6 years ago
Valgrind failures in acceptance suite
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q2 12 - Cyril
People
(Reporter: brbaker, Assigned: treilly)
References
Details
Attachments
(2 files)
63.23 KB,
text/plain
|
Details | |
2.09 KB,
patch
|
cpeyer
:
review+
|
Details | Diff | Splinter Review |
There are a couple of testcases that are triggering valgrind errors when running 32bit Release-Debugger builds (64bit builds do not trigger these errors)
compiled: ../configure.py --enable-shell --target=i686-darwin --mac-sdk=104u --enable-debugger --enable-valgrind
./runtests.py --valgrind as3/Definitions/FunctionAccessors/InfRec.as spidermonkey/js1_5/Exceptions/regress-121658.as spidermonkey/js1_5/Regress/regress-234389.as
Reporter | ||
Comment 1•14 years ago
|
||
./runtests.py --valgrind as3/Definitions/FunctionAccessors/InfRec.as
==8840== Invalid write of size 4
==8840== at 0x593F: VMPI_cleanStack(unsigned long)
==8840== Invalid read of size 4
==8840== at 0x2B5A46: memset (mc_replace_strmem.c:626)
==8840== by 0x5946: VMPI_cleanStack(unsigned long)
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Created attachment 510622 [details]
> valgrind log (as3/Definitions/FunctionAccessors/InfRec.as)
Other 2 testcases produce the same read/write errors in VMPI_cleanStack()
Assignee | ||
Comment 3•14 years ago
|
||
weird, doesn't look like our problem but should be investigated further, just add these tests to the valgrind exclusions for now
Reporter | ||
Comment 4•14 years ago
|
||
I am able to reproduce this failure on linux 32bit.
mac and linux 64bit builds do not have this failure.
OS: Mac OS X → All
Reporter | ||
Comment 5•14 years ago
|
||
Attachment #510654 -
Flags: review?(cpeyer)
Updated•14 years ago
|
Attachment #510654 -
Flags: review?(cpeyer) → review+
Comment 6•14 years ago
|
||
changeset: 5906:bdc26f8b613c
user: Brent Baker <brbaker@adobe.com>
summary: Bug 632402: mark expected failure of testcases when running 32bit shell through valgrind (r=cpeyer)
http://hg.mozilla.org/tamarin-redux/rev/bdc26f8b613c
Updated•14 years ago
|
Priority: -- → P3
Target Milestone: --- → Q4 11 - Anza
Updated•14 years ago
|
Assignee: nobody → treilly
Comment 7•6 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 8•6 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•