Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5e11c80de870f22bca3aae85e88ef8b8b57c0f93
      
https://github.com/OpenSIPS/opensips/commit/5e11c80de870f22bca3aae85e88ef8b8b57c0f93
  Author: Bogdan-Andrei Iancu <bog...@opensips.org>
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
    M io_wait.h

  Log Message:
  -----------
  Fixed test over the IO flags when removing a fd from reactor

ignore the internal flags during the test


  Commit: c15bd04aa47843147427fd56f427152addda8e93
      
https://github.com/OpenSIPS/opensips/commit/c15bd04aa47843147427fd56f427152addda8e93
  Author: Bogdan-Andrei Iancu <bog...@opensips.org>
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
    M io_wait.h

  Log Message:
  -----------
  [I/O reactor] do sanity check on the provided fd index

On del operation, if an index (in the fd_array) is provided, check its 
consistency, to avoid corrupting the reactor's data.
Upon corruption, do a backtrace and force recovery by resetting the index to -1

IMPORTANT: this is not a fix, but a detection and recovery, hoping to help 
identifing bad ops over the reactor's fds.


  Commit: a28e500a0bffa9fcdf1a6223d94bbfe465135228
      
https://github.com/OpenSIPS/opensips/commit/a28e500a0bffa9fcdf1a6223d94bbfe465135228
  Author: Bogdan-Andrei Iancu <bog...@opensips.org>
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
    M io_wait.h

  Log Message:
  -----------
  [IO reactor] added an enhanced logging when detecting a reactor data 
corruption

Use a basic/simple array to store logs to be eventually dump later if a 
corruption of the reactor data is detected after an io_wait_del() operation.
This is debugging only, with the intention of helping the troubleshooting some 
ongoing investigations.


Compare: 
https://github.com/OpenSIPS/opensips/compare/b8e0250bc957...a28e500a0bff

To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to