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]
Other format: [Raw text]

[Bug c++/14606] New: Bus error


GCC 3.3.3 fails with bus error when trying to complime any complicated stuff, 
for example kde3. At the same time little prorams, such as trafshow, could be 
compiled successfuly. Detailed info below:
Thank you.

root@freebsd[ports/x11/kde3]#time make

...<<..... skipped ......>>....
c++: Internal error: Bus error (program as)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [render_box.lo] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11/kdelibs3/work/kdelibs-3.2.1/khtml/rendering'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.1/khtml'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.1'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/kdelibs3.
*** Error code 1

Stop in /usr/ports/x11/kdebase3.
*** Error code 1

Stop in /usr/ports/x11/kde3.
make  5060,17s user 997,89s system 96% cpu 1:44:40,24 total
root@freebsd[ports/x11/kde3]#

root@freebsd[ports/x11/kde3]#gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106
root@freebsd[ports/x11/kde3]#


root@freebsd[ports/x11/kde3]#cat /etc/make.conf

# -- use.perl generated deltas -- #
# Created: Mon Feb 16 22:35:57 2004
# Setting to use base perl from ports:
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
MASTER_SITES    =       ftp://ftp4.ru.freebsd.org/pub/FreeBSD/ports/distfiles/ \
                        http://blackwillow.giznet.com/files/FreeBSD/ \
                        ftp://ftp.chg.ru/.0/FreeBSD/ports/distfiles/ \
                        ftp://ftp.ru.freebsd.org/pub/FreeBSD/ports/distfiles/
CPUTYPE=i686
CFLAGS= -O -pipe
NO_KERBEROS=    true    # do not build and install Kerberos 5 (KTH Heimdal)
#NO_OPENSSL=    true    # do not build OpenSSL (implies NO_KERBEROS and


root@freebsd[ports/x11/kde3]#uname -a
FreeBSD centaury.home 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sun Jan 11 04:21:45
GMT 2004     root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC  i386

-- 
           Summary: Bus error
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lisitsky at yandex dot ru
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: freebsd-5.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14606


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