public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/19586] New: gij exits with SIGABR
@ 2005-01-23 10:50 rickard dot narstrom at gmail dot com
  2005-01-23 15:50 ` [Bug java/19586] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: rickard dot narstrom at gmail dot com @ 2005-01-23 10:50 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
@ 2005-01-23 15:50 ` pinskia at gcc dot gnu dot org
  2005-01-23 17:59 ` rickard dot narstrom at gmail dot com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-23 15:50 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-23 15:50 -------
This works for everyone I know about.  Could you give more information than what is here and what is 
in the gentoo bug.  Like how gcc was configured/built (this was on bugs.html if the gentoo people 
pointed you to the correct place first).

Make sure that you read <http://gcc.gnu.org/bugs.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
  2005-01-23 15:50 ` [Bug java/19586] " pinskia at gcc dot gnu dot org
@ 2005-01-23 17:59 ` rickard dot narstrom at gmail dot com
  2005-01-23 19:52 ` rickard dot narstrom at gmail dot com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rickard dot narstrom at gmail dot com @ 2005-01-23 17:59 UTC (permalink / raw)
  To: java-prs


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
  2005-01-23 15:50 ` [Bug java/19586] " pinskia at gcc dot gnu dot org
  2005-01-23 17:59 ` rickard dot narstrom at gmail dot com
@ 2005-01-23 19:52 ` rickard dot narstrom at gmail dot com
  2005-01-23 19:54 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rickard dot narstrom at gmail dot com @ 2005-01-23 19:52 UTC (permalink / raw)
  To: java-prs


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (2 preceding siblings ...)
  2005-01-23 19:52 ` rickard dot narstrom at gmail dot com
@ 2005-01-23 19:54 ` pinskia at gcc dot gnu dot org
  2005-01-23 20:15 ` rickard dot narstrom at gmail dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-23 19:54 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-23 19:54 -------
(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?

-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (3 preceding siblings ...)
  2005-01-23 19:54 ` pinskia at gcc dot gnu dot org
@ 2005-01-23 20:15 ` rickard dot narstrom at gmail dot com
  2005-01-27 12:49 ` rmathew at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rickard dot narstrom at gmail dot com @ 2005-01-23 20:15 UTC (permalink / raw)
  To: java-prs


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (4 preceding siblings ...)
  2005-01-23 20:15 ` rickard dot narstrom at gmail dot com
@ 2005-01-27 12:49 ` rmathew at gcc dot gnu dot org
  2005-01-27 17:39 ` rickard dot narstrom at gmail dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2005-01-27 12:49 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From rmathew at gcc dot gnu dot org  2005-01-27 12:48 -------
> > 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?

Try either Memtest86 (http://www.memtest86.com/) or Memtest86+
(http://www.memtest.org/).

-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (5 preceding siblings ...)
  2005-01-27 12:49 ` rmathew at gcc dot gnu dot org
@ 2005-01-27 17:39 ` rickard dot narstrom at gmail dot com
  2005-01-27 20:56 ` mark at klomp dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rickard dot narstrom at gmail dot com @ 2005-01-27 17:39 UTC (permalink / raw)
  To: java-prs


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (6 preceding siblings ...)
  2005-01-27 17:39 ` rickard dot narstrom at gmail dot com
@ 2005-01-27 20:56 ` mark at klomp dot org
  2005-01-27 22:18 ` rickard dot narstrom at gmail dot com
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mark at klomp dot org @ 2005-01-27 20:56 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mark at klomp dot org  2005-01-27 20:56 -------
Subject: Re:  gij exits with SIGABR

Do you hav some locale set?
Try running your program with LANG=C.



-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (7 preceding siblings ...)
  2005-01-27 20:56 ` mark at klomp dot org
@ 2005-01-27 22:18 ` rickard dot narstrom at gmail dot com
  2005-01-27 22:29 ` rickard dot narstrom at gmail dot com
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rickard dot narstrom at gmail dot com @ 2005-01-27 22:18 UTC (permalink / raw)
  To: java-prs


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (8 preceding siblings ...)
  2005-01-27 22:18 ` rickard dot narstrom at gmail dot com
@ 2005-01-27 22:29 ` rickard dot narstrom at gmail dot com
  2005-01-27 22:44 ` mark at klomp dot org
  2005-07-31  4:16 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rickard dot narstrom at gmail dot com @ 2005-01-27 22:29 UTC (permalink / raw)
  To: java-prs


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (9 preceding siblings ...)
  2005-01-27 22:29 ` rickard dot narstrom at gmail dot com
@ 2005-01-27 22:44 ` mark at klomp dot org
  2005-07-31  4:16 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: mark at klomp dot org @ 2005-01-27 22:44 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mark at klomp dot org  2005-01-27 22:44 -------
Subject: Re:  gij exits with SIGABR

Could you try running it under gdb and show the backtrace when it
aborts.

$ gdb gij
> run Test
{... Abort ...}
> bt





-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug java/19586] gij exits with SIGABR
  2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
                   ` (10 preceding siblings ...)
  2005-01-27 22:44 ` mark at klomp dot org
@ 2005-07-31  4:16 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31  4:16 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 04:16 -------
I cannot reproduce this and this works for everyone else.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-07-31  4:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-23 10:50 [Bug java/19586] New: gij exits with SIGABR rickard dot narstrom at gmail dot com
2005-01-23 15:50 ` [Bug java/19586] " pinskia at gcc dot gnu dot org
2005-01-23 17:59 ` rickard dot narstrom at gmail dot com
2005-01-23 19:52 ` rickard dot narstrom at gmail dot com
2005-01-23 19:54 ` pinskia at gcc dot gnu dot org
2005-01-23 20:15 ` rickard dot narstrom at gmail dot com
2005-01-27 12:49 ` rmathew at gcc dot gnu dot org
2005-01-27 17:39 ` rickard dot narstrom at gmail dot com
2005-01-27 20:56 ` mark at klomp dot org
2005-01-27 22:18 ` rickard dot narstrom at gmail dot com
2005-01-27 22:29 ` rickard dot narstrom at gmail dot com
2005-01-27 22:44 ` mark at klomp dot org
2005-07-31  4:16 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).