28 lines
716 B
Text
28 lines
716 B
Text
$NetBSD: patch-af,v 1.1 2008/10/16 18:17:30 drochner Exp $
|
|
|
|
--- gnome-session/gdm-signal-handler.c.orig 2008-10-15 19:43:48.000000000 +0200
|
|
+++ gnome-session/gdm-signal-handler.c
|
|
@@ -27,7 +27,6 @@
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
#include <signal.h>
|
|
-#include <execinfo.h>
|
|
#include <syslog.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/stat.h>
|
|
@@ -160,6 +159,7 @@ signal_io_watch (GIOChannel *ioc,
|
|
static void
|
|
fallback_get_backtrace (void)
|
|
{
|
|
+#if 0
|
|
void * frames[64];
|
|
size_t size;
|
|
char ** strings;
|
|
@@ -176,6 +176,7 @@ fallback_get_backtrace (void)
|
|
} else {
|
|
g_warning ("GDM crashed, but symbols couldn't be retrieved.");
|
|
}
|
|
+#endif
|
|
}
|
|
|
|
|