Closed Bug 723067 Opened 14 years ago Closed 7 years ago

Misc non-verifiable input causes assertion fails in Debug shell runs

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

x86_64
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: pnkfelix, Unassigned)

Details

Attachments

(11 files)

While playing with a fuzzer, I found various inputs that will normally fail verification, but in a Debug build, they assert-fail first. This is a sign that either (1) our Debug builds are too strict (in that non-verifiable input should signal the verification failure first, without continuing to a point where an assertion is thrown) or (2) there is some other latent bug here that is hidden by the Verification failure in the Release builds but is being exposed in the Debug builds. Either way, should fix. I will attach all of the relevant abc's to this ticket, as well as the generation method.
Hardware: x86 → x86_64
signals: Assertion failed: "((i >= 0 && i < frameSize))" ("../core/FrameState-inlines.h":44)
signals: Assertion failed: "((i >= 0 && i < frameSize))" ("../core/FrameState-inlines.h":44)
signals: Assertion failed: "((i >= 0 && i < frameSize))" ("../core/FrameState-inlines.h":44)
signals: Assertion failed: "((i >= 0 && i < frameSize))" ("../core/FrameState-inlines.h":44)
signals: Assertion failed: "((vtable->traits == scopeTraits->traits()))" ("../core/ScopeChain.cpp":163)
Attachment #593396 - Attachment description: original (unfuzzed) abc → original (unfuzzed) world.abc
Attachment #593397 - Attachment description: source for original (unfuzzed) abc → source world.as for original (unfuzzed) world.abc
Attachment #593414 - Attachment mime type: text/plain → application/octet-stream
(In reply to Felix S Klock II from comment #9) > Created attachment 593414 [details] > tworld.abc, fuzzed bit 1469 Signals: Assertion failed: "((flags != NS_Public ? apiVersion == kApiVersion_VM_ALLVERSIONS : true))" ("../core/Namespace.cpp":63)
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
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.

Attachment

General

Created:
Updated:
Size: