NSWindowGraphicsContext object overreleased while already deallocating

I am developing a cocoa app which has the capability to run in the background. i mean if I close the visible window, the app will not be quit. So when I click on the app icon in the dock, the app is stored.

This was working fine till few weeks back. After that the app started crashing throwing this error "NSWindowGraphicsContext object overreleased while already deallocating;".


Please help