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
This commit is contained in:
Paul Davis 2010-07-02 20:37:32 +00:00
parent 2847be8940
commit ef02f8b0f8

View file

@ -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;
}