On Wednesday 16 July 2008 11:56:06 Michael Schroeder wrote:
On Tue, Jul 15, 2008 at 04:06:09PM +0200, Marcus Rueckert wrote:
On 2008-07-15 15:44:44 +0200, Michael Schroeder wrote:
On Tue, Jul 15, 2008 at 03:41:25PM +0200, Marcus Rueckert wrote:
quoting from dirk's diff: - open(F, '<', $file) || die("$file: $!\n");
Oh, but it can't die here unless the filesystem is corrupt. And in that case, it really should die instead of doing more damage...
there are more graceful ways of handling error conditions. like jumping out of the handling and returning proper errors.
Sorry, but throwing an exception is exactly the right way.
It should be said that this die() only affects the running fork for this request, but not kill the entire source server. (I think this caused some misunderstanding here) bye adrian -- Adrian Schroeter SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) email: adrian@suse.de --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org