From a458c52cdacc9411c8187e33aeed000678a61cfc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 22 Nov 2011 21:52:48 +0000 Subject: (bug_handler) do not keep around the segfaulted process once we collected all needed data when running drakbug this eats memory for nothing --- perl-install/standalone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone.pm') diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 7a9a8aa81..33ad126aa 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -216,7 +216,7 @@ sub bug_handler { exit(1); } $progname =~ s|.*/||; - system('drakbug', if_($error, '--error', $error), '--incident', $progname); + exec('drakbug', if_($error, '--error', $error), '--incident', $progname); c::_exit(1); } -- cgit v1.2.1