This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/14664] New: All gcj-built programs SEGV on startup


All gcj-built programs SEGV on startup.


[green@killians alphaev6-unknown-linux-gnu]$ ~/GDB/b/gdb/gdb HelloWorld
GNU gdb 2004-03-20-cvs
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "alphaev6-unknown-linux-gnu"...Using host
libthread_db library "/lib/libthread_db.so.1".
 
(gdb) run
Starting program:
/home/green/GCC/3.4/alphaev6-unknown-linux-gnu/gcc/alphaev6-unknown-linux-gnu/HelloWorld
 
Program received signal SIGSEGV, Segmentation fault.
0x000002000000fa80 in ?? ()
(gdb) where
#0  0x000002000000fa80 in ?? ()
warning: Hit heuristic-fence-post without finding
warning: enclosing function for address 0x2000000fa80
This warning occurs if you are debugging a function without any symbols
(for example, in a stripped executable).  In that case, you may wish to
increase the size of the search with the `set heuristic-fence-post' command.
 
Otherwise, you told GDB there was a function where there isn't one, or
(more likely) you have encountered a bug in GDB.
#1  0x000002000000fbb0 in ?? ()
warning: Hit heuristic-fence-post without finding
warning: enclosing function for address 0x2000000fbb0
Previous frame identical to this frame (corrupt stack?)
(gdb)

-- 
           Summary: All gcj-built programs SEGV on startup
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: alphaev6-unknown-linux-gnu
  GCC host triplet: alphaev6-unknown-linux-gnu
GCC target triplet: alphaev6-unknown-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]