13
0

deeper debug stracktrace

git-svn-id: svn://localhost/ardour2/branches/3.0@9046 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-02 22:15:59 +00:00
parent c8e5e9d425
commit 2ad819c956

View File

@ -64,7 +64,7 @@ SessionEvent::operator new (size_t)
DEBUG_TRACE (DEBUG::SessionEvents, string_compose ("%1 Allocating SessionEvent from %2 ev @ %3\n", pthread_self(), p->name(), ev));
#ifndef NDEBUG
if (DEBUG::SessionEvents & PBD::debug_bits) {
stacktrace (cerr, 20);
stacktrace (cerr, 40);
}
#endif
ev->own_pool = p;
@ -84,7 +84,7 @@ SessionEvent::operator delete (void *ptr, size_t /*size*/)
#ifndef NDEBUG
if (DEBUG::SessionEvents & PBD::debug_bits) {
stacktrace (cerr, 20);
stacktrace (cerr, 40);
}
#endif