https://bugzilla.wikimedia.org/show_bug.cgi?id=68196
--- Comment #3 from Tim Starling <[email protected]> --- The backtrace suggests https://github.com/facebook/hhvm/pull/3121 , which I see you don't have the fix for in /home/bsimmers/hhvm-dbg . When I parse that page in CLI mode using /usr/local/bin/hhvm, I reliably get an assertion from JIT::checkFrame: hhvm: /srv/hhvm-dev/hphp/runtime/base/ref-data.h:118: HPHP::Cell* HPHP::RefData::tv(): Assertion `m_magic == Magic::kMagic' failed. #4 0x0000000000cd81a1 in tv (this=<optimized out>) at /srv/hhvm-dev/hphp/runtime/base/ref-data.h:118 #5 HPHP::tvIsPlausible (tv=...) at /srv/hhvm-dev/hphp/runtime/base/tv-helpers.cpp:82 #6 0x00000000014bc05b in HPHP::JIT::checkFrame (fp=0x7fffdf97ea70, sp=<optimized out>, checkLocals=checkLocals@entry=true) at /srv/hhvm-dev/hphp/runtime/vm/jit/translator-runtime.cpp:715 #7 0x00000000014bdcd7 in HPHP::JIT::traceCallback (fp=0x7fffdf97ea70, sp=0x7fffdf97e920, pcOff=10060, rip=0x3ea11c0) at /srv/hhvm-dev/hphp/runtime/vm/jit/translator-runtime.cpp:728 #8 0x0000000003ea11d9 in ?? () -- 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
