Closed osyoyu closed 8 months ago
Show values obtained from rb_profile_frame_path() and rb_profile_frame_first_lineno() in the report.
rb_profile_frame_path()
rb_profile_frame_first_lineno()
For native frames, we'll need to switch from backtrace_syminfo() to backtrace_pcinfo() which should return linenos and file paths.
backtrace_syminfo()
backtrace_pcinfo()
Show values obtained from
rb_profile_frame_path()
andrb_profile_frame_first_lineno()
in the report.For native frames, we'll need to switch from
backtrace_syminfo()
tobacktrace_pcinfo()
which should return linenos and file paths.