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]

c/2681: Attempting to compile public gated code and getting segmentation fault



>Number:         2681
>Category:       c
>Synopsis:       Attempting to compile public gated code and getting segmentation fault
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 29 05:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Pritchard
>Release:        gcc version 2.96 20000731 (Red Hat Linux 7.0)
>Organization:
>Environment:
Red Hat Linux - Server
>Description:
Downloaded gated-public code from gated.org after having loaded Red Hat Linux from purchased 7.0 disks.  Ran the ./configure and the make depend successfully.  Then when running make I received this error:

[pritchj@localhost gated-public-3_6]$ make
Making all in src
make[1]: Entering directory `/home/pritchj/gated-public-3_6/src'
make  all-recursive
make[2]: Entering directory `/home/pritchj/gated-public-3_6/src'
Making all in smux
make[3]: Entering directory `/home/pritchj/gated-public-3_6/src/smux'
gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I. -I./../gated -I./../gatedcompat -I./
..    -g -O2 -c smux.c
smux.c: In function `smux_tree_reset':
smux.c:184: Internal error: Segmentation fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [smux.o] Error 1
make[3]: Leaving directory `/home/pritchj/gated-public-3_6/src/smux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pritchj/gated-public-3_6/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/pritchj/gated-public-3_6/src'
make: *** [all-recursive] Error 1
[pritchj@localhost gated-public-3_6]$     
>How-To-Repeat:
I can repeat by simply rerunning make.
>Fix:
Hoping you can help me out here!  Thanks!
>Release-Note:
>Audit-Trail:
>Unformatted:


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