X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=26aa048f8f33bc226b4e11b3a7b0153477e3326d;hb=78e79022316f45e86a6cac4da85d6b60f5a8f7f8;hp=2f407a46314937c551bdab2e9ffb58d94f4ff921;hpb=eb63ba5039c8afe61210cf2b217ec75b4a86356e;p=platform%2Fupstream%2Fdbus.git diff --git a/ChangeLog b/ChangeLog index 2f407a4..26aa048 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