# HG changeset patch # User Chris Cannam # Date 1223583028 0 # Node ID c0b176d86be7546fa6d64a8904ca88e621a15772 # Parent e2aec1708a2cb41e80eab529e881421462a0d2a4 * Fix a nasty and long-standing race condition in MatrixFile's use of FileReadThread that was causing crashes sometimes diff -r e2aec1708a2c -r c0b176d86be7 framework/Document.cpp --- a/framework/Document.cpp Thu Oct 09 12:04:22 2008 +0000 +++ b/framework/Document.cpp Thu Oct 09 20:10:28 2008 +0000 @@ -37,7 +37,7 @@ #include "data/model/SparseTimeValueModel.h" #include "data/model/AlignmentModel.h" -#define DEBUG_DOCUMENT 1 +//#define DEBUG_DOCUMENT 1 //!!! still need to handle command history, documentRestored/documentModified