aboutsummaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-08-25 20:24:33 -0400
committerGravatar Daniel De Graaf2010-08-25 20:24:33 -0400
commit097abb965f40ff4d406462fb5bfeb84683200d17 (patch)
treebdb4fda53ea065a24076e3d58656f12192a1d1eb /src/userprocess.cpp
parentAdd umode +n - never autoop this user unless /UP is used (diff)
Add CrashState for tracing basic call state when the stack is corrupt
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp1
1 files changed, 1 insertions, 0 deletions
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)