deepen stacktrace to show where non-process calls to supposedly process-stack-only methods are called
This commit is contained in:
@@ -76,7 +76,7 @@ using namespace PBD;
|
||||
# define ENSURE_PROCESS_THREAD \
|
||||
do { \
|
||||
if (!AudioEngine::instance()->in_process_thread()) { \
|
||||
PBD::stacktrace (std::cerr, 10); \
|
||||
PBD::stacktrace (std::cerr, 20); \
|
||||
} \
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user