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]

CBugReport


Dear GCC friends (user=gcc-bugs@gcc.gnu.org)[subject=CBugReport],


The following C program on Linux systems (Mandrake as well as
RedHat) :

     int  main()
          {
          double    array[1100000];
          exit();
          }

gives a "Segmentation fault" message at run-time. It was compiled
using the 'gcc -g' command, when 'gcc -v' gives the following
output :

     Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.2/specs
     gcc version 2.95.2 19991024 (release)

It looks like a 8 MB limit for the stack.


Thank you in advance...



Sincerely yours,



Jean-Francois  COLONNA

         CMAP
    Room  00.20.16
 ECOLE  POLYTECHNIQUE
91128  Palaiseau Cedex
        France

WWW.... = http://www.lactamme.polytechnique.fr/
Phone.. = +33 (0)1 69 33 40 53
....... = +33 (0)1 69 33 41 50
Fax.... = +33 (0)1 69 33 30 11
E-mail. = colonna@cmap.polytechnique.fr
....... = 70.jf.colonna@aist.enst.fr
....... = colonna@ieee.org

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