Skip to content
Success

#28296 (Apr 27, 2026, 9:23:18 AM)

Started 3 days 3 hr ago
Took 2.1 sec on build5-deb12build-ansible

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

This run spent:

  • 9.4 sec waiting;
  • 2.1 sec build duration;
  • 11 sec total from scheduled to completion.
Revision: 3b58a5e034a1f6328b3d4a97c48a5c934eddafca
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