13
0

actual debug stracktrace added

git-svn-id: svn://localhost/ardour2/branches/3.0@9045 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-02 22:02:03 +00:00
parent 4071286bfa
commit c8e5e9d425

View File

@ -62,7 +62,7 @@ SessionEvent::operator new (size_t)
CrossThreadPool* p = pool->per_thread_pool ();
SessionEvent* ev = static_cast<SessionEvent*> (p->alloc ());
DEBUG_TRACE (DEBUG::SessionEvents, string_compose ("%1 Allocating SessionEvent from %2 ev @ %3\n", pthread_self(), p->name(), ev));
#ifdef NDEBUG
#ifndef NDEBUG
if (DEBUG::SessionEvents & PBD::debug_bits) {
stacktrace (cerr, 20);
}
@ -82,7 +82,7 @@ SessionEvent::operator delete (void *ptr, size_t /*size*/)
pthread_self(), ev, p->name(), ev->own_pool->name()
));
#ifdef NDEBUG
#ifndef NDEBUG
if (DEBUG::SessionEvents & PBD::debug_bits) {
stacktrace (cerr, 20);
}