mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
vm_trace.c: exceptions in event hooks
* vm_trace.c (rb_threadptr_exec_event_hooks): exceptions in event hooks should not propagate outside. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c9b4b78085
commit
13e83d055f
4 changed files with 22 additions and 9 deletions
|
@ -3,5 +3,3 @@
|
|||
# So all tests will cause failure.
|
||||
#
|
||||
|
||||
assert_equal('ok', "TracePoint.new(:line) {raise}.enable {\n 1\n}\n'ok'")
|
||||
assert_finish(3, 'def m; end; TracePoint.new(:return) {raise}.enable {m}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue