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++/11588] segfault on compiling mozilla component of openoffice


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


edscott at imp dot mx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |SUSPENDED


------- Additional Comments From edscott at imp dot mx  2003-07-20 02:17 -------

I've upgraded the system to FreeBSD 4.8 and the bug continues. It seems to be
related to the hardware configuration (p2-300MHz, 96MB ram) because on a
different FreeBSD 4.8 system, but with P4-1.8GHz, 256MB ram, compilation
proceeds without problem. Today I compiled gcc-3.3 (without any FreeBSD patches)
and retired compilation. With this the error did not occur: the compilation
failed for other reasons (see output below). As to your question, 

yes, the crash is reproduce able every time and the preprocessed file is the
same each time, but this only on the p2-300MHz 96MB ram box.

This is the output after compilation fails with gcc-3.3 (yes, I know it most
probably is not a gcc problem, but I'm including it to keep the bug record
complete):
--------------------------------------------------------------------
gcc33 -o xpidl_util.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI  
-I../../../dist/include/xpcom -I../../../dist/include
-I/usr/home/common/oo/openoffice/work/mozilla/work/mozilla/dist/include/nspr 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/usr/X11R6/include   -fPIC -I/usr/X11R6/include  -I/usr/X11R6/include -Wall -W
-Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -pipe  -DNDEBUG
-DTRIMMED -ffunction-sections -I/usr/local/include/glib12
-I/usr/local/include/libIDL-1.0 -I/usr/local/include/glib12 
-I/usr/X11R6/include  -I/usr/X11R6/include -include ../../../config-defs.h
-DMOZILLA_CLIENT xpidl_util.c
xpidl_util.c:830:62: pasting "IDL_tree_warning" and "(" does not give a valid
preprocessing token
gmake[4]: *** [xpidl_util.o] Error 1
gmake[4]: Leaving directory
`/usr/home/common/oo/openoffice/work/mozilla/work/mozilla/xpcom/typelib/xpidl'
--------------------------------------------------------------------

I'm sorry to hear the .ii file did not good. If there is anything else I can do,
go ahead and request. I think I will get a new box next week so I will see what
happens on the new hardware.


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