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
This commit introduces stack sandwich support to the sysprof's parser.
The sandwich is handled the following way:
1. If there is a `lua_cpcall` in the C stack trace, nothing is done on
the C stack and the corresponding frame on the Lua stack is removed.
2. If there is a `lua_call`/`lua_pcall`, then the next chunk of frames
is from the Lua stack. That chunk ends with either a CFUNC, or a
stack trace end.
Resolvestarantool/tarantool#7244
0 commit comments