summaryrefslogtreecommitdiff
path: root/test/test-segfault.c
AgeCommit message (Collapse)AuthorFilesLines
2014-09-15On Linux, call prctl to disable core dumpsSimon McVittie1-1/+17
Whenever I forget to turn off corekeeper, the regression tests take ages to record all test-segfault's crashes. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83772 Reviewed-by: Alban Crequy <alban.crequy@collabora.co.uk>
2010-03-22Make more signal and locale interface use conditional.Marcus Brinkmann1-0/+2
2007-03-08* configure.in, cmake/ConfigureChecks.cmake: added check for setrlimit.Ralf Habacker1-3/+2
* test/test-segfault.c: only include setrlimit stuff only when available.
2007-03-07* test/test-segfault.c: unix compile fix.Ralf Habacker1-0/+5
* dbus-win.patch: removed obsolate patch.
2007-03-07* bus/activation.c: win32 compile fix.Ralf Habacker1-4/+3
* test/test-segfault.c: win32 compile fix, rlimit isn't available on win32. * dbus-win.patch: removed some more patches, they are applied or obsolate
2005-11-30* dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,John (J5) Palmieri1-1/+2
dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c test/test-segfault.c, test/test-utils.c, test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c: Various cleanup of dead code and compiler warnings (patch from Kjartan Maraas <kmaraas at gnome.org>)
2003-06-152003-06-15 Joe Shaw <joe@assbarn.com>Joe Shaw1-0/+1
* configure.in: Check for socklen_t. * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined. * test/test-segfault.c: Add #include <sys/time.h> * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since dbus-launch needs it.
2003-04-112003-04-10 Havoc Pennington <hp@pobox.com>Havoc Pennington1-1/+10
* bus/dispatch.c (check_segfault_service_activation): add test for launching an executable that just crashes. * test/test-segfault.c (main): try setting coredumpsize to 0 so we don't leave a million cores. We'll see how portable this is.
2003-04-052003-04-04 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+14
* dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to return a "babysitter" object that is used to monitor the status of the spawned process and reap it when required. * test/test-segfault.c, test/test-exit.c, test/test-sleep-forever.c: binaries that do various lame things, used in the test suite. * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()