I have a piece of code that's about 3 years old that uses a particular real-time framework. Well, over the past few years the framework has gone through a few revisions. I just spent the past 8 hours trying to debug my legacy code which is seg faulting in the new framework even though it's very simple, but the framework dev failed to note that they had removed the automatic ui initialization and it now required an additional call....*Sigh* so many hours wasted just to add one line to the constructor.
