From ef02f8b0f8c0c3f4cbe472c592ff90a46b938fcf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 2 Jul 2010 20:37:32 +0000 Subject: [PATCH] and more of a possible fix for NPAE problem git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7360 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_butler.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/ardour/session_butler.cc b/libs/ardour/session_butler.cc index 21edc08a5c..ed73943842 100644 --- a/libs/ardour/session_butler.cc +++ b/libs/ardour/session_butler.cc @@ -386,6 +386,11 @@ Session::butler_thread_work () // cerr << "AFTER " << (*i)->name() << ": pb = " << (*i)->playback_buffer_load() << " cp = " << (*i)->capture_buffer_load() << endl; // } + cerr << "Loop done, but BSR = " + << butler_should_run + << " DWO = " << disk_work_outstanding + << " TWR = " << g_atomic_int_get (&butler_should_do_transport_work) + << " so back to restart\n"; goto restart; }