[Bug java/19586] New: gij exits with SIGABR

2005-01-23 Thread rickard dot narstrom at gmail dot com
gij always fails to iterpret a class and exits with SIGABR see
http://bugs.gentoo.org/show_bug.cgi?id=78571
for more info

-- 
   Summary: gij exits with SIGABR
   Product: gcc
   Version: 3.4.3
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rickard dot narstrom at gmail dot com
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19586


[Bug java/19586] gij exits with SIGABR

2005-01-23 Thread rickard dot narstrom at gmail dot com

--- Additional Comments From rickard dot narstrom at gmail dot com  
2005-01-23 17:59 ---
# gcj -v
Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/specs
Configured with: /var/tmp/portage/gcc-3.4.3.20050110/work/gcc-3.4.3/configure
--enable-version-specific-runtime-libs --prefix=/usr
--bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.3
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.3/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/include/g++-v3
--host=x86_64-pc-linux-gnu --disable-altivec --enable-nls
--without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu
--with-system-zlib --disable-checking --disable-werror
--disable-libunwind-exceptions --enable-shared --enable-threads=posix
--enable-multilib --enable-java-awt=gtk --enable-languages=c,c++,f77,java
Thread model: posix
gcc version 3.4.3 20050110 (Gentoo Linux 3.4.3.20050110, ssp-3.4.3.20050110-0,
pie-8.7.7)


I now getting segmentionfault insted - I don't know why it changed, but I
recompiled gcc a few times during the gentoo tracking.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19586


[Bug java/19586] gij exits with SIGABR

2005-01-23 Thread rickard dot narstrom at gmail dot com

--- Additional Comments From rickard dot narstrom at gmail dot com  
2005-01-23 19:52 ---
the segfault seemed to be a tempurary failure its back to abort now

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19586


[Bug java/19586] gij exits with SIGABR

2005-01-23 Thread rickard dot narstrom at gmail dot com

--- Additional Comments From rickard dot narstrom at gmail dot com  
2005-01-23 20:15 ---
(In reply to comment #4)
> (In reply to comment #3)
> > the segfault seemed to be a tempurary failure its back to abort now
> 
> Now it sounds like your machine has bad memory.  Can you check your memory?

I don't think so it probebly some bad updated env-vars that were back to correct
values after a re-login or something like that.

But if it is my memory how do I test it? Is it a program I can use?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19586


[Bug java/19586] gij exits with SIGABR

2005-01-27 Thread rickard dot narstrom at gmail dot com

--- Additional Comments From rickard dot narstrom at gmail dot com  
2005-01-27 17:36 ---
Memtest86+ passed all tests without any error... So the error is elsewere

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19586


[Bug java/19586] gij exits with SIGABR

2005-01-27 Thread rickard dot narstrom at gmail dot com

--- Additional Comments From rickard dot narstrom at gmail dot com  
2005-01-27 22:18 ---
(In reply to comment #8)
> Subject: Re:  gij exits with SIGABR
> 
> Do you hav some locale set?
> Try running your program with LANG=C.
> 
> 

Dosen't help att all, I only get the "aborted" message in english insted of 
swedish

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19586


[Bug java/19586] gij exits with SIGABR

2005-01-27 Thread rickard dot narstrom at gmail dot com

--- 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