aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwatchdog.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-12 23:24:52 -0600
committerJacek Antonelli2008-12-12 23:25:00 -0600
commitd1345838c6e36c35dbe3a6b683eb8ffe274b024a (patch)
tree5e727fcabbd5cf0337c11192bfe4db6191c7b044 /linden/indra/newview/llwatchdog.cpp
parentSecond Life viewer sources 1.22.2-RC (diff)
downloadmeta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.zip
meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.gz
meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.bz2
meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.xz
Second Life viewer sources 1.22.3-RC
Diffstat (limited to 'linden/indra/newview/llwatchdog.cpp')
-rw-r--r--linden/indra/newview/llwatchdog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llwatchdog.cpp b/linden/indra/newview/llwatchdog.cpp
index 55975ee..e37bbd8 100644
--- a/linden/indra/newview/llwatchdog.cpp
+++ b/linden/indra/newview/llwatchdog.cpp
@@ -239,7 +239,8 @@ void LLWatchdog::run()
239 239
240 llinfos << "Watchdog detected error:" << llendl; 240 llinfos << "Watchdog detected error:" << llendl;
241#ifdef LL_WINDOWS 241#ifdef LL_WINDOWS
242 RaiseException(0,0,0,0); 242 llerrs << "Windows Watchdog killer event" << llendl;
243 // RaiseException(0,0,0,0);
243#else 244#else
244 raise(SIGQUIT); 245 raise(SIGQUIT);
245#endif 246#endif