From 2e6091e8baf26b80651f5b2e410f3d36363cb013 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 15 Jan 2009 16:45:41 +0000 Subject: * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]), should skip rb_str_new2() if rb_sourcefile() returns NULL. rb_sourcefile() returns NULL if frame is toplevel of Fiber. [ruby-core:21161] [Bug #985] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9f2b3818c..b355c9f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jan 16 01:42:50 2009 Koichi Sasada + + * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]), + should skip rb_str_new2() if rb_sourcefile() returns NULL. + rb_sourcefile() returns NULL if frame is toplevel of Fiber. + [ruby-core:21161] [Bug #985] + Fri Jan 16 01:09:37 2009 Koichi Sasada * ruby.c (process_options): decrement parse_in_eval to recognize -- cgit