Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2000:
[Freeciv-Dev] Re: fix recent misuse of LOG_FATAL
Home

[Freeciv-Dev] Re: fix recent misuse of LOG_FATAL

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: fix recent misuse of LOG_FATAL
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Fri, 12 May 2000 04:14:29 +1000 (EST)

Jeff Mallatt wrote:

> Here's a patch that changes these two back to LOG_FATAL, and makes them so.

> +       exit(1);

In cases like these abort() may be better, so you get a core dump
which you can examine to try work out what/why it went wrong.

-- David



[Prev in Thread] Current Thread [Next in Thread]