This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

internal error segfaults


Here is a copy of the terminal window O/P:

START>
[shomolya@homolya AAAwork]$ g++ -v -save-temps -I/home/shomolya/include -o 
./bin/randarr /home/shomolya/SGI/source/rand-array.main.c++ -lrfftw -lfftw
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)
 /usr/lib/gcc-lib/i386-redhat-linux/2.96/cpp0 -lang-c++ -D__GNUG__=2 -v 
-I/home/shomolya/include -D__GNUC__=2 -D__GNUC_MINOR__=96 
-D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ 
-D__linux__ -D__unix -D__linux -Asystem(posix) -Acpu(i386) -Amachine(i386) 
-Di386 -D__i386 -D__i386__ -D__tune_i386__ 
/home/shomolya/SGI/source/rand-array.main.c++ rand-array.main.ii
GNU CPP version 2.96 20000731 (Red Hat Linux 7.0) (cpplib)
 (i386 Linux/ELF)
ignoring nonexistent directory "/usr/i386-redhat-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /home/shomolya/include
 /usr/include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/i386-redhat-linux/2.96/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-redhat-linux/2.96/cc1plus rand-array.main.ii -quiet 
-dumpbase rand-array.main.c++ -version -o rand-array.main.s
GNU C++ version 2.96 20000731 (Red Hat Linux 7.0) (i386-redhat-linux) 
compiled by GNU C version 2.96 20000731 (Red Hat Linux 7.0).
In file included from /home/shomolya/SGI/source/rand-array.main.c++:5:
/home/shomolya/SGI/source/rand-array.c++:188: no `int 
Random_Array_2D::make_rand_arr_v2 ()' member
function declared in class `Random_Array_2D'
/home/shomolya/SGI/source/rand-array.c++: In method `int 
Random_Array_2D::make_rand_arr_v2 ()':
/home/shomolya/SGI/source/rand-array.c++:193: Internal error: Segmentation 
fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
[shomolya@homolya AAAwork]$ ls *.i*
rand-array.main.ii                                                            
<END

Attached you'll find the associated *.ii file (gzipped).

V. much appreciate all your efforts.
-- 
Steven Homolya
Department of Physics
Monash University 3800 VIC
Australia
Tel: INT +613 9905 3640
Fax: INT +613 9905 3637
URL: http://homolya.physics.monash.edu.au

rand-array.main.ii.gz


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