Take a look at bug 713687. Comments 8 through 14 are identical. Either.. a) abrt should cache comments it made, and refuse to file already-filed comments. or b) abrt should check if the comment it is about to make has already been made, and refuse to do so if it's already in the bug. (Note this will require parsing all comments in case someone else files a new comment between two successive attempts by abrt).
(In reply to comment #0) > Take a look at bug 713687. Comments 8 through 14 are identical. > Either.. > > a) abrt should cache comments it made, and refuse to file already-filed > comments. we are not doing this > or > > b) abrt should check if the comment it is about to make has already been made, > and refuse to do so if it's already in the bug. (Note this will require parsing > all comments in case someone else files a new comment between two successive > attempts by abrt). we do this. Could you confirm that it works? commit 9786e890de57260d2975a605512147779383c137 Author: Nikola Pajkovsky <npajkovs> Date: Thu Dec 1 14:48:48 2011 +0100 do not insert duplicate comment to bugzilla Signed-off-by: Nikola Pajkovsky <npajkovs>
I don't recall having seen it happen recently.
super, reopen when you find some suspicious pieces