Skip to content
Snippets Groups Projects
Commit 277b70b5 authored by Andrey Saranchin's avatar Andrey Saranchin Committed by Vladimir Davydov
Browse files

crash: do not use fiber() macro in crash_collect()

Currently, tarantool uses fiber() macro in crash_collect()
to collect backtraces, which is redundant and leads to
NULL dereferencing if crash signal callback is executed
on thread with no initialized cord.

The patch makes it possible not to use fiber module for
collecting backtraces and gets rid of fiber() macro
in crash_collect().

NO_CHANGELOG=internal
NO_TEST=internal
NO_DOC=internal
parent bcca0b2b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment