Tag Archives: Cocoa

Relaunch an application

Some tasks, e.g. restoring an application’s data files from a backup should be performed while the application is not running to make sure there won’t be any concurrent access to the files. A desirable behaviour would be: Quit the application, … Continue reading

Posted in Uncategorized | Tagged , , , | 4 Comments

Debugging BAD_ACCESS with NSZombieEnabled

Everyone who had to debug a segmentation fault within an application, knows, how tricky it can be to detect such a bug. The reason for that is, that in most cases the crash doesn’t occur in the line of code … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments