From e96673d549ad21d04965fbf32d01ffe05e70e795 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 15 Apr 2013 23:02:34 +0000 Subject: Add links to Google Breakpad and other possible solutions. svn path=/trunk/; revision=48863 --- wsutil/crash_info.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wsutil/crash_info.c') 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_, ...) { -- cgit v1.2.1