From 78e79022316f45e86a6cac4da85d6b60f5a8f7f8 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 11 Apr 2003 03:45:40 +0000 Subject: 2003-04-10 Havoc Pennington * 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. --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f407a46..26aa048f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ +2003-04-10 Havoc Pennington + + * 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-10 Havoc Pennington * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all - the possible parent failures before we fork, so that we don't + the possible parent failures before we fork, so that we don't q fail to create a babysitter after creating the child. * bus/activation.c (bus_activation_activate_service): kill child -- cgit