diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-15 16:45:41 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-15 16:45:41 +0000 |
| commit | 2e6091e8baf26b80651f5b2e410f3d36363cb013 (patch) | |
| tree | 024e1ce5a42e70905464340e7cc65b59e24d9841 /ChangeLog | |
| parent | e17e71c37f8cf5fef8ff56d354c7f81357a6dce1 (diff) | |
| download | ruby-2e6091e8baf26b80651f5b2e410f3d36363cb013.tar.gz ruby-2e6091e8baf26b80651f5b2e410f3d36363cb013.tar.xz ruby-2e6091e8baf26b80651f5b2e410f3d36363cb013.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Jan 16 01:42:50 2009 Koichi Sasada <ko1@atdot.net> + + * 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 <ko1@atdot.net> * ruby.c (process_options): decrement parse_in_eval to recognize |
