Skip to content
Success

#21544 (Apr 23, 2026, 11:52:54 AM)

Started 7 hr 26 min ago
Took 4 min 3 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-remsim build number 131
originally caused by:

This run spent:

  • 6.4 sec waiting;
  • 4 min 3 sec build duration;
  • 4 min 10 sec total from scheduled to completion.
Revision: 4b86830bab955575029fb0f841870d57083baa69
Repository: $GERRIT_REPO_URL
  • master
Fix: Prevent bankd from exiting upon SIGPIPE

IF a client disconnects from a worker thread while the worker is
responding to a to a request from that client, the socket is closed and
SIGPIPE is sent to the worker, causing the application to exit.

To prevent this, all workers have a dummy handler to prevent this. Now
the worker can handle the closing of the socket.

Change-Id: I13d6e9da48d12f93c00bd2d021789bde71aca7cf
Andreas Eversberg at