rb_fatal         1923 class.c        	rb_fatal("bad scan arg format: %s", fmt);
rb_fatal         1338 dln.c          		rb_fatal("%s - %s", incompatible, file);
rb_fatal          146 error.c            rb_fatal("%s is only for internal use and deprecated; do not use", func);
rb_fatal          578 error.c        	    rb_fatal("unknown type 0x%x (0x%x given, probably comes from extension library for ruby 1.8)", t, xt);
rb_fatal           11 ext/-test-/fatal/rb_fatal.c     rb_fatal("%s", cmsg);
rb_fatal         3668 ext/bigdecimal/bigdecimal.c 	    rb_fatal("%s", str);
rb_fatal         1796 include/ruby/ruby.h PRINTF_ARGS(NORETURN(void rb_fatal(const char*, ...)), 1, 2);
rb_fatal         8008 io.c           			rb_fatal("Can't do inplace edit without backup");
rb_fatal          173 iseq.h             if (n > catch_table_entries_max) rb_fatal("too large iseq_catch_table - %d", n);
rb_fatal          492 ruby.c         	if (!ret || ret > len) rb_fatal("failed to get module file name");
rb_fatal         1055 ruby.c         		rb_fatal("Can't chdir to %s", s);
rb_fatal         1063 ruby.c         		rb_fatal("Can't chdir");
rb_fatal         1066 ruby.c         		rb_fatal("Can't chdir to %s", s);
rb_fatal          375 symbol.c       	rb_fatal("symbol :% "PRIsVALUE" is already registered with %"PRIxVALUE,
rb_fatal          695 win32/win32.c  	rb_fatal ("Unable to locate winsock library!\n");
rb_fatal          697 win32/win32.c  	rb_fatal("could not find version 2 of winsock dll\n");
rb_fatal         5889 win32/win32.c  	rb_fatal("failed to launch waiter thread:%ld", GetLastError());