Community
Participate
Working Groups
There is a bug in ArrayMap that incorrectly handles putting a value with a key that already exists in the map. Instead of replacing the value the value is inserted into the values list which causes the values list to be larger than the keys list and causes it to be out of sync and the map no longer works properly. This bug is surfaced when someone tries to add the same log listener to the LogReaderService multiple times.
.
I released a fix to master (Juno) at: http://git.eclipse.org/c/equinox/rt.equinox.framework.git/commit/?id=80b214bc7b4c693a39b24d328473694e3b54492d This includes adding many tests for the extended log service that were not integrated into the tests for indigo. These tests would have caught this issue. leaving open to cherry pick the fix for 3.7.1.
Fixed released to 3.7.1 with: http://git.eclipse.org/c/equinox/rt.equinox.framework.git/commit/?h=R3_7_maintenance&id=f26879a3dc673254259bbec94342c95f5f9aa0c2