This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Inspired by http://blog.neutrino.es/2012/git-copy-a-file-or-directory-from-another-repository-preserving-history/ | |
#Copy a file or directory out of a git repository, preserving history! | |
#Creates DESTINATIONPATH with patches that can be applied with git am | |
#e.g. | |
#0001-Add-new-theme-Gum.patch | |
#0002-Add-syntax-highlighting-for-Gum-theme.patch | |
#0003-Gum-Fix-tag-URLs-not-being-slugified-and-therefore-b.patch | |
#0004-Gum-Add-Disqus-support.patch | |
#0005-Gum-Use-article-title-as-the-title-of-the-generated-.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Assertion failure: /tmp/tmp.4H1nhDYN2z/hphp/runtime/vm/jit/translate-region.cpp:786: HPHP::jit::TranslateResult HPHP::jit::{anonymous}::mcGenRegion(HPHP::jit::IRGS&, const HPHP::jit::RegionDesc&, HPHP::jit::RegionBlacklist&): assertion `0' failed. | |
data block = afrozen | |
message: Attempted to emit 1 byte(s) into a 268435456 byte DataBlock with 0 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. | |
-----------------------------------RegionDesc----------------------------------- | |
Region (1 blocks): | |
Block -314354 FTB\core\caching\PHPFileCache::@25989 length 519 initSpOff 29 inlineLevel 0 profTransID -1 | |
precondition: Local{0} :: Int |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". | |
Core was generated by `/usr/bin/hhvm --config /etc/hhvm/server.ini --user www-data --mode daemon -vPid'. | |
Program terminated with signal SIGABRT, Aborted. | |
#0 0x00007ff5b5935cc9 in raise () from /lib/x86_64-linux-gnu/libc.so.6 | |
Thread 131 (Thread 0x7ff396bff700 (LWP 14247)): | |
#0 0x00007ff5b64f0414 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 | |
No symbol table info available. | |
#1 0x0000000001e5deb8 in HPHP::SynchronizableMulti::waitImpl(int, int, bool, timespec*) () |