Thought I would write done some of the more annoying/interesting software bugs I have had to deal with recently. Both were dealing with an archive system where large amounts of video/audio/images are uploaded into, then searchable. It allows the editing of metadata for each type of content, as well sending to external systems. Problem #1 When a record is being edited a flag “This is being edited” is added to the record and removed on save. However randomly the flag would not be removed, a...