From 097abb965f40ff4d406462fb5bfeb84683200d17 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Wed, 25 Aug 2010 20:24:33 -0400 Subject: Add CrashState for tracing basic call state when the stack is corrupt --- src/userprocess.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/userprocess.cpp') diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 91c5abb6a..bb44825d4 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -28,6 +28,7 @@ void InspIRCd::DoBackgroundUserStuff() while (count2 != this->Users->local_users.rend()) { LocalUser *curr = *count2; + CrashState trace_handler(HERE_STR, curr); count2++; if (curr->quitting) -- cgit v1.3.1-10-gc9f91