This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/19586] gij exits with SIGABR
- From: "rickard dot narstrom at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2005 22:29:41 -0000
- Subject: [Bug java/19586] gij exits with SIGABR
- References: <20050123105033.19586.rickard.narstrom@gmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rickard dot narstrom at gmail dot com 2005-01-27 22:29 -------
hmmm.... I don't think this is a normal behavor, shulden't it use english in all
this cases
% echo $LANG
sv_SE.UTF-8
% LANG=C gij Test
Avbruten (SIGABRT)
% env LANG=C gij Test
Avbruten (SIGABRT)
% export LANG=C
% gij Test
Aborted
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19586