Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #9 for Ice 3.3.0 (IceGrid): fixes assert when application synced concurrently

benoit
benoit Rennes, France
Hi,

The IceGrid registry might fail with an assert if an application is synchronized concurrently by multiple administrative clients (or nodes started with the --deploy command line option). The patch below fixes this problem.

To apply the patch:
$ cd Ice-3.3.0
$ patch -p1 < patch.txt

Cheers,
Benoit.