This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin 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]

Re: cannot bootstrap gcc with cygwin-1.5


Hallo,

Running this:

> stage1/xgcc.exe -Bstage1/ -B/usr/i686-pc-cygwin/bin/ -DIN_GCC \
>    -g0 -O3 -W -Wall -Wwrite-strings -Wstrict-prototypes \
>    -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long \
>    -DHAVE_CONFIG_H -I. -I. -I/winsup/gcc/gcc -I/winsup/gcc/gcc/. \
>    -I/winsup/gcc/gcc/config -I/winsup/gcc/gcc/../include \
>    -c /winsup/gcc/gcc/c-parse.c -o c-parse.o
> c-p10602.c: In function `yyparse_1':
> c-p10602.c:5451: internal error: Segmentation fault

under gdb shows this at the end:
...
(gdb)
0x00412989 in main ()
(gdb) 
Single stepping until exit from function main, 
which has no line number information.
c-p10602.c: In function `yyparse_1':
c-p10602.c:5451: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
0x610044c6 in cygwin1!__assert () from /bin/cygwin1.dll
(gdb) 
Single stepping until exit from function cygwin1!__assert, 
which has no line number information.
0x610afc30 in wmemset () from /bin/cygwin1.dll
(gdb) 
Program exited with code 01.


-- 
=^..^=


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