Created
May 6, 2013 21:45
-
-
Save FooBarWidget/5528471 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[2013-05-06 23:44:49] make | |
CC = gcc-4.2 | |
LD = ld | |
LDSHARED = gcc-4.2 -dynamic -bundle | |
CFLAGS = -O2 -arch x86_64 -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE | |
CPPFLAGS = -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I/Users/hongli/.rvm/usr/include -I/Users/hongli/.rvm/usr/include -I. -I.ext/include/x86_64-darwin12.3.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/Users/hongli/.rvm/usr/lib -L/Users/hongli/.rvm/usr/lib -fstack-protector -Wl,-u,_objc_msgSend -pie | |
SOLIBS = | |
compiling main.c | |
compiling dmydln.c | |
compiling dmyencoding.c | |
compiling version.c | |
compiling dmyversion.c | |
compiling miniprelude.c | |
translating probes probes.d | |
. ./vm_opts.h | |
compiling array.c | |
compiling bignum.c | |
compiling class.c | |
compiling compar.c | |
compiling complex.c | |
compiling dir.c | |
compiling dln_find.c | |
compiling enum.c | |
compiling enumerator.c | |
compiling error.c | |
compiling eval.c | |
compiling load.c | |
compiling proc.c | |
compiling file.c | |
compiling gc.c | |
compiling hash.c | |
compiling inits.c | |
compiling io.c | |
compiling marshal.c | |
compiling math.c | |
compiling node.c | |
compiling numeric.c | |
compiling object.c | |
compiling pack.c | |
compiling parse.c | |
compiling process.c | |
compiling random.c | |
compiling range.c | |
compiling rational.c | |
compiling re.c | |
compiling regcomp.c | |
compiling regenc.c | |
compiling regerror.c | |
compiling regexec.c | |
compiling regparse.c | |
compiling regsyntax.c | |
compiling ruby.c | |
compiling safe.c | |
compiling signal.c | |
compiling sprintf.c | |
compiling st.c | |
compiling strftime.c | |
compiling string.c | |
compiling struct.c | |
compiling time.c | |
compiling transcode.c | |
compiling util.c | |
compiling variable.c | |
compiling compile.c | |
compiling debug.c | |
compiling iseq.c | |
compiling vm.c | |
compiling vm_dump.c | |
compiling vm_backtrace.c | |
compiling vm_trace.c | |
compiling thread.c | |
compiling cont.c | |
compiling ./enc/ascii.c | |
compiling ./enc/us_ascii.c | |
compiling ./enc/unicode.c | |
compiling ./enc/utf_8.c | |
compiling newline.c | |
compiling ./missing/setproctitle.c | |
compiling dmyext.c | |
linking miniruby | |
/Users/hongli/.rvm/src/ruby-2.0.0-p0/lib/fileutils.rb:111: [BUG] Stack consistency error (sp: 38, bp: 36) | |
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.3.0] | |
-- Crash Report log information -------------------------------------------- | |
See Crash Report log file under the one of following: | |
* ~/Library/Logs/CrashReporter | |
* /Library/Logs/CrashReporter | |
* ~/Library/Logs/DiagnosticReports | |
* /Library/Logs/DiagnosticReports | |
the more detail of. | |
-- Control frame information ----------------------------------------------- | |
c:0006 p:0038 s:0038 e:000037 CLASS /Users/hongli/.rvm/src/ruby-2.0.0-p0/lib/fileutils.rb:111 | |
c:0005 p:0035 s:0034 e:000033 CLASS /Users/hongli/.rvm/src/ruby-2.0.0-p0/lib/fileutils.rb:107 | |
c:0004 p:0009 s:0032 e:000031 TOP /Users/hongli/.rvm/src/ruby-2.0.0-p0/lib/fileutils.rb:85 [FINISH] | |
c:0003 p:---- s:0030 e:000029 CFUNC :require | |
c:0002 p:0098 s:0026 E:000818 EVAL ./tool/mkconfig.rb:11 [FINISH] | |
c:0001 p:0000 s:0002 E:000618 TOP [FINISH] | |
./tool/mkconfig.rb:11:in `<main>' | |
./tool/mkconfig.rb:11:in `require' | |
/Users/hongli/.rvm/src/ruby-2.0.0-p0/lib/fileutils.rb:85:in `<top (required)>' | |
/Users/hongli/.rvm/src/ruby-2.0.0-p0/lib/fileutils.rb:107:in `<module:FileUtils>' | |
/Users/hongli/.rvm/src/ruby-2.0.0-p0/lib/fileutils.rb:111:in `<module:NoWrite>' | |
-- C level backtrace information ------------------------------------------- | |
0 miniruby 0x0000000102da36f4 rb_vm_bugreport + 164 | |
1 miniruby 0x0000000102c88f0e report_bug + 302 | |
2 miniruby 0x0000000102c891c4 rb_bug + 180 | |
3 miniruby 0x0000000102d99e00 vm_exec_core + 31632 | |
4 miniruby 0x0000000102d9a08e vm_exec + 94 | |
5 miniruby 0x0000000102d9af1a rb_iseq_eval + 266 | |
6 miniruby 0x0000000102c8db22 rb_load_internal + 306 | |
7 miniruby 0x0000000102c8f271 rb_require_safe + 1313 | |
8 miniruby 0x0000000102d89fe4 call_cfunc_1 + 20 | |
9 miniruby 0x0000000102d902b6 vm_call_cfunc + 1046 | |
10 miniruby 0x0000000102d9ec20 vm_call_method + 224 | |
11 miniruby 0x0000000102d952c3 vm_exec_core + 12371 | |
12 miniruby 0x0000000102d9a08e vm_exec + 94 | |
13 miniruby 0x0000000102d9adf4 rb_iseq_eval_main + 132 | |
14 miniruby 0x0000000102c8c28f ruby_exec_internal + 111 | |
15 miniruby 0x0000000102c8d272 ruby_run_node + 82 | |
16 miniruby 0x0000000102c559af main + 79 | |
17 libdyld.dylib 0x00007fff938ec7e1 start + 0 | |
-- Other runtime information ----------------------------------------------- | |
* Loaded script: ./tool/mkconfig.rb | |
* Loaded features: | |
0 enumerator.so | |
[NOTE] | |
You may have encountered a bug in the Ruby interpreter or extension libraries. | |
Bug reports are welcome. | |
For details: http://www.ruby-lang.org/bugreport.html | |
make: *** [.rbconfig.time] Abort trap: 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment