https://bugzilla.wikimedia.org/show_bug.cgi?id=67652

            Bug ID: 67652
           Summary: HHVM crash running extension tests
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: hiphop
          Severity: normal
          Priority: Unprioritized
         Component: Unit tests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Assertion failure: 0
data block = afrozen
message: Attempted to emit 85 byte(s) into a 78 byte DataBlock with 78 bytes
available. This almost certainly means the TC is full. If this is the case,
increasing Eval.JitASize, Eval.JitAColdSize, Eval.JitAFrozenSize and
Eval.JitGlobalDataSize in the configuration file when running this script or
application should fix this problem.


/srv/hhvm-dev/hphp/runtime/vm/jit/translator.cpp:1961:
HPHP::JIT::Translator::TranslateResult
HPHP::JIT::Translator::translateRegion(const HPHP::JIT::RegionDesc&, bool,
HPHP::JIT::Translator::RegionBlacklist&, HPHP::JIT::TransFlags): assertion `0'
failed.
php: /srv/hhvm-dev/hphp/runtime/vm/unit.h:335: HPHP::Offset
HPHP::Unit::offsetOf(HPHP::PC) const: Assertion `contains(pc)' failed.

Repro: just run all the extension tests on osmium and it will eventually
happen. Currently, it happens in MobileFrontend tests, but not when they're run
standalone. I'm continuing to bisect for a minimum repro.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to