BUG/MEDIUM: mworker: does not abort() in mworker_pipe_register()
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 7 Nov 2018 07:38:32 +0000 (08:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Nov 2018 08:26:36 +0000 (09:26 +0100)
commita90cacfd70921d597daa540485948e5fb007ea21
treeee9ca9bcc2484b9f17d1b53f20e14c4634f06511
parent8ccd2081f5ff6d165782fd2c45ea45ae75d273e9
BUG/MEDIUM: mworker: does not abort() in mworker_pipe_register()

The process was aborting with nbthread > 1.

The mworker_pipe_register() could be called several time in multithread
mode, we don't want to abort() there.
src/haproxy.c