зеркало из https://github.com/github/ruby.git
* vm_dump.c: fix misspelling of CrashReporter.
[Bug #4275] [ruby-dev:43021] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
36a0e432f2
Коммит
5b9b8d9cfe
|
@ -1,3 +1,8 @@
|
|||
Thu Jan 13 13:21:00 2011 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* vm_dump.c: fix misspelling of CrashReporter.
|
||||
[Bug #4275] [ruby-dev:43021]
|
||||
|
||||
Thu Jan 13 06:27:29 2011 Ryan Davis <ryand-ruby@zenspider.com>
|
||||
|
||||
* error.c: Exception#to_s should actually call to_s.
|
||||
|
|
|
@ -781,8 +781,8 @@ rb_vm_bugreport(void)
|
|||
|
||||
#if defined __MACH__ && defined __APPLE__
|
||||
fprintf(stderr, "-- See Crash Report log file under "
|
||||
"~/Library/Logs/CrashReport or -----------\n");
|
||||
fprintf(stderr, "-- /Library/Logs/CrashReport, for "
|
||||
"~/Library/Logs/CrashReporter or -----------\n");
|
||||
fprintf(stderr, "-- /Library/Logs/CrashReporter, for "
|
||||
"the more detail of -----------------------\n");
|
||||
#endif
|
||||
#if HAVE_BACKTRACE || defined(_WIN32)
|
||||
|
|
Загрузка…
Ссылка в новой задаче