changeset 2291:9841545632e9 trunk

[svn] - reverse the nature of the crash handler
author nenolod
date Sun, 07 Jan 2007 00:49:42 -0800
parents 9fc150e3542e
children 22fc7df28840
files ChangeLog audacious/signals.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jan 07 00:47:47 2007 -0800
+++ b/ChangeLog	Sun Jan 07 00:49:42 2007 -0800
@@ -1,3 +1,12 @@
+2007-01-07 08:47:47 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3588]
+  - add memory_pool_add(): adds a pre-allocated element to a memory pool
+  
+  trunk/audacious/memorypool.c |   10 ++++++++++
+  trunk/audacious/memorypool.h |    1 +
+  2 files changed, 11 insertions(+)
+
+
 2007-01-06 21:29:29 +0000  Giacomo Lozito <james@develia.org>
   revision [3586]
   - strenghtened penalty check in playback_initiate to handle some extreme situations (such as no output plugins loaded)
--- a/audacious/signals.c	Sun Jan 07 00:47:47 2007 -0800
+++ b/audacious/signals.c	Sun Jan 07 00:49:42 2007 -0800
@@ -86,7 +86,7 @@
 static void
 sigsegv_handler (gint signal_number)
 {
-#ifdef HANDLE_SIGSEGV
+#ifndef SIGSEGV_ABORT
     g_printerr(_("\nReceived SIGSEGV\n\n"
                  "This could be a bug in Audacious. If you don't know why this happened, "
                  "file a bug at http://bugs-meta.atheme.org/\n\n"));