[Tarantool-patches] [PATCH v3 0/4] fiber: introduce creation backtrace
Cyrill Gorcunov
gorcunov at gmail.com
Fri Jul 16 09:12:47 MSK 2021
On Wed, Jul 14, 2021 at 02:12:48PM +0300, Egor Elchinov via Tarantool-patches wrote:
> From: Egor Elchinov <elchinov.es at gmail.com>
>
> This patchset adds the subtable `backtrace_parent()`
> to `fiber.info()` holding backtraces of fiber
> creation and introduces `fiber.parent_bt_enable()`
> and `fiber.parent_bt_disable()` procedures managing
> the runtime ability to collect parent backtraces for
> newly created fibers.
>
> Changes in v2:
> - first 3 patches merged together
> - unnecessary changes in `ENABLE_BACKTRACE` usages reverted
>
> Changes in v3:
> - strncpy() and snprintf() usages fixed
> - error check for dladdr() under macos added
The series looks good to me, well done, Egor! Ack.
More information about the Tarantool-patches
mailing list