Fixing the SIGSEGV caused by improper termination of the internal TCP server
The internal TCP server was not properly terminated when the main was terminating as a result of any exception in the pipelines, causing SIGSEGV. This should handle the termination properly, without triggering SIGSEGV.
One warning: Any exception thrown in the pipelines will be only be logged, i.e. less visible, because we will not get SIGSEGV :)
Merge request reports
Activity
Please register or sign in to reply