yarv-dev:1081
From: Yukihiro Matsumoto <matz ruby-lang.org>
Date: Thu, 17 Aug 2006 17:16:05 +0900
Subject: [yarv-dev:1081] Re: open> malloc in thread_pthread.h
Hi, In message "Re: [yarv-dev:1078] Re: open> malloc in thread_pthread.h" on Thu, 17 Aug 2006 11:23:19 +0900, SASADA Koichi <ko1 atdot.net> writes: | うーん,こういうときってどうすればいいんだろう.ruby 処理系の外側なん |ですよね.例外を上げることも出来ない. | | fprintf(stderr, "fatal error: malloc error outside ruby system\n"); | exit(1); | |で,いいんだろうか? Rubyでは fprintf(stderr, "[FATAL] failed to allocate memory\n"); exit(1); としてますね。 -- ML: yarv-dev quickml.atdot.net Info: http://www.atdot.net/~ko1/quickml
1066 2006-07-23 12:38 [sheepman sheepman.sa] open> malloc in thread_pthread.h 1078 2006-08-17 11:23 ┗[ko1 atdot.net ] -> 1081 2006-08-17 17:16 ┗[matz ruby-lang.org ] 1083 2006-08-17 22:13 ┗[ko1 atdot.net ]