This is the mail archive of the gcc@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]

Re: fille errors


K.A. Scott wrote:

> I am currently having problems opening and reading data from a file.
> I use OPEN(UNIT=7,FILE='IN.DAT') which returns thef ollowing error,
> process 2 get hardware
> fault 13(General protections) at 10091
> writing core file
> process terminated by SIGSEGV

SIGSEGV errors (segmentation violation) can be caused by a variety of
bugs in the compiler or your code.  The g77 manual has some examples of
"user errors" that can cause SIGSEGV's:

	http://egcs.cygnus.com/onlinedocs/g77_20.html#SEC602

If that's not a problem with your source code, we need a full bug report
(see guidelines for submitting a full bug report under "Bugs ...
Reporting ..." on our home page http://gcc.gnu.org).

Hope this helps,

-- 
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://gcc.gnu.org/onlinedocs/g77_news.html


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