You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SEGV handler has to go. Ignoring the top frame makes profiles kind of useless too.
The solution is to use the signal handler to register a one-time ruby event hook. This hook will fire the next time a method is called, providing a consistent VM state in which to take a profiling sample. No risk of segfaults and no hacks required.
The text was updated successfully, but these errors were encountered:
The SEGV handler has to go. Ignoring the top frame makes profiles kind of useless too.
The solution is to use the signal handler to register a one-time ruby event hook. This hook will fire the next time a method is called, providing a consistent VM state in which to take a profiling sample. No risk of segfaults and no hacks required.
The text was updated successfully, but these errors were encountered: