summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wsutil/crash_info.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/wsutil/crash_info.c b/wsutil/crash_info.c
index ad17346ec7..d91c7e9041 100644
--- a/wsutil/crash_info.c
+++ b/wsutil/crash_info.c
@@ -161,6 +161,12 @@ ws_add_crash_info(const char *fmt, ...)
}
#else
+/*
+ * Perhaps Google Breakpad (http://code.google.com/p/google-breakpad/) or
+ * other options listed at
+ * http://stackoverflow.com/questions/7631908/library-for-logging-call-stack-at-runtime-windows-linux
+ * ?
+ */
void
ws_add_crash_info(const char *fmt _U_, ...)
{