Skip to content
Snippets Groups Projects
Commit aa7119a9 authored by Dmitry Ivanov's avatar Dmitry Ivanov Committed by Dmitry Ivanov
Browse files

chore: update tarantool-sys to include fixes to log_destroy

Previously, log_destroy would close log->fd even if it's one of the
standard streams. This behavior almost never makes sense, unless
one's trying to write a unix daemon which is obviously not the case.

Closing stderr has the following side effects:
- it breaks a reinit of the default logger;
- it inhibits ASan's final leak report;
- it causes a EPOLLHUP during a restart via `--entrypoint-fd` (Picodata).
parent 302c23c2
No related branches found
No related tags found
1 merge request!1464chore: update tarantool-sys to include fixes to log_destroy
Pipeline #56701 failed
Subproject commit 4396ba8139e8c959b267aea43b36eaa22a14d2ad
Subproject commit fbd76a19ccbb2493c0a40c1e8f8978b8cec44813
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