From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFiiD-0000DR-V8 for guix-patches@gnu.org; Mon, 07 May 2018 12:10:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFii9-0005oL-TB for guix-patches@gnu.org; Mon, 07 May 2018 12:10:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45096) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFii9-0005o4-PT for guix-patches@gnu.org; Mon, 07 May 2018 12:10:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFii9-0003Wi-Ji for guix-patches@gnu.org; Mon, 07 May 2018 12:10:01 -0400 Subject: [bug#31375] [PATCH 0/2] Update wesnoth to 1.14.0 Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180506210406.12325-1-arunisaac@systemreboot.net> <87o9hr93fh.fsf@gnu.org> Date: Mon, 07 May 2018 18:09:28 +0200 In-Reply-To: (Arun Isaac's message of "Mon, 07 May 2018 19:49:05 +0530") Message-ID: <87fu338n2f.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 31375@debbugs.gnu.org Arun Isaac skribis: > Ludovic Court=C3=A8s writes: > >>> Caught general 'St8bad_cast' exception: >>> std::bad_cast >> >> Did you try getting a backtrace with gdb? It might give clues. > > This seems to be an upstream issue. I have contacted upstream, and they > have provided a patch. I'll include the patch and push. > > https://github.com/wesnoth/wesnoth/issues/3050 It could be that this exception is thrown in environments where setlocale(LC_ALL, "") fails (i.e., when the program cannot install the selected locale for some reason.) Anyway, great that you found out. Ludo=E2=80=99.