|
|
Choosing A Webhost: |
[ruby-dev:28913] Re: b = binding; b.eval("xxx"): msg#00237lang.ruby.devel
In article <87u063zfxb.fsf@xxxxxxxx>, Tanaka Akira <akr@xxxxxxxx> writes: > % ./ruby -ve ' > b = binding > b.eval("xxx")' > ruby 1.9.0 (2006-06-29) [i686-linux] > zsh: segmentation fault (core dumped) ./ruby -ve ' b = binding b.eval("xxx")' 調べてみると初期化していない値を使ってしまっているようで、と りあえず、以下のようにすると落ちなくなりますが、これが正しい かどうか判断がつきません。 というか、この値が使われるとは想定されていない可能性があるよ うに思います。 どうなんでしょう? Index: eval.c =================================================================== RCS file: /src/ruby/eval.c,v retrieving revision 1.910 diff -u -p -r1.910 eval.c --- eval.c 28 Jun 2006 04:51:27 -0000 1.910 +++ eval.c 30 Jun 2006 09:03:43 -0000 @@ -8165,6 +8165,7 @@ rb_f_binding(VALUE self) VALUE bind; PUSH_FRAME(Qtrue); + ruby_frame->self = self; PUSH_BLOCK(ruby_frame->block,0,0); bind = Data_Make_Struct(rb_cBinding,struct BLOCK,blk_mark,blk_free,data); *data = *ruby_frame->block; -- [田中 哲][たなか あきら][Tanaka Akira]
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ruby-dev:28912] Re: test_escape(TestWEBrickHTTPUtils) failure, GOTOU Yuuzou |
|---|---|
| Next by Date: | [ruby-dev:28914] test_callbacks(TestWEBrickServer) error, GOTOU Yuuzou |
| Previous by Thread: | [ruby-dev:28911] b = binding; b.eval("xxx"), Tanaka Akira |
| Next by Thread: | [ruby-dev:28914] test_callbacks(TestWEBrickServer) error, GOTOU Yuuzou |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |