ActionsLike0
Bug #9321
closedrb_mod_const_missing does not generate a c-return event
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.0p1 (2013-12-26 revision 44431) [x86_64-darwin12.0]
Backport:
Description
We have had an issue reported for ruby-prof where execution times were attributed incorrectly in the call graph.
It turned out that the problem is caused by a missing c-return event for Module#const_missing.
ruby-prof simulates the ruby call stack by subscribing to line, call, c-call, return and c-return events.
Obviously, the missing return throws ruby-prof off the track.
Files
Updated by drkaes (Stefan Kaes) almost 11 years ago
Updated by ko1 (Koichi Sasada) almost 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Updated by ko1 (Koichi Sasada) almost 11 years ago
- Status changed from Closed to Open
Updated by naruse (Yui NARUSE) over 10 years ago
- Status changed from Open to Closed
- Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.0.0: REQUIRED, 2.1: REQUIRED
Updated by nagachika (Tomoyuki Chikanaga) over 10 years ago
- Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE
Updated by usa (Usaku NAKAMURA) over 10 years ago
- Backport changed from 2.0.0: REQUIRED, 2.1: DONE to 2.0.0: DONE, 2.1: DONE
ActionsLike0