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++/11447] internal compiler error: Segmentation fault


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

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


afenkart at student dot ethz dot ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |
            Summary|ignore this report          |internal compiler error:
                   |                            |Segmentation fault


------- Additional Comments From afenkart at student dot ethz dot ch  2003-07-06 22:59 -------
built by dpkg-buildpackage -b from openh323_1.11.7
crashing g++ command:
g++ -v  -save-temps -Wall -DP_LINUX -mcpu=i
586 -D_REENTRANT -DP_HAS_SEMAPHORES -DP_USE_PRAGMA -g -D_DEBUG -DPMEMORY_CHECK=1
 -DP_SSL -I/usr/include/include -I/usr/include/crypto -DP_PTHREADS -DP_HAS_IPV6 
-DPHAS_TEMPLATES -DPBYTE_ORDER=PLITTLE_ENDIAN -I/usr/include/ptlib/unix -DPTRACI
NG -I/usr/src/openh323-1.11.7/include -DHAS_IXJ -DHAS_OSS -DPTRACING -I/usr/shar
e/pwlib/include  -pipe -O2 -fPIC -DPIC -I/usr/include/gsm -c h245_1.cxx -o /usr/
src/openh323-1.11.7/lib/obj_linux_x86_d/h245_1.o

g++ output:
Thread model: posix
gcc version 3.3.1 20030626 (Debian prerelease)
 /usr/lib/gcc-lib/i386-linux/3.3.1/cc1plus -E -D__GNUG__=3 -quiet -v -I/usr/incl
ude/include -I/usr/include/crypto -I/usr/include/ptlib/unix -I/usr/src/openh323-
1.11.7/include -I/usr/share/pwlib/include -I/usr/include/gsm -D__GNUC__=3 -D__GN
UC_MINOR__=3 -D__GNUC_PATCHLEVEL__=1 -D_GNU_SOURCE -DP_LINUX -D_REENTRANT -DP_HA
S_SEMAPHORES -DP_USE_PRAGMA -D_DEBUG -DPMEMORY_CHECK=1 -DP_SSL -DP_PTHREADS -DP_
HAS_IPV6 -DPHAS_TEMPLATES -DPBYTE_ORDER=PLITTLE_ENDIAN -DPTRACING -DHAS_IXJ -DHA
S_OSS -DPTRACING -DPIC h245_1.cxx -mcpu=i586 -Wall -fPIC -O2 h245_1.ii
ignoring nonexistent directory "/usr/include/include"
ignoring nonexistent directory "/usr/include/crypto"
ignoring nonexistent directory "/usr/share/pwlib/include"
ignoring nonexistent directory "/usr/i386-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/ptlib/unix
 /usr/src/openh323-1.11.7/include
 /usr/include/gsm
 /usr/include/c++/3.3
 /usr/include/c++/3.3/i386-linux
 /usr/include/c++/3.3/backward
 /usr/local/include
 /usr/lib/gcc-lib/i386-linux/3.3.1/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-linux/3.3.1/cc1plus -fpreprocessed h245_1.ii -quiet -dump
base h245_1.cxx -mcpu=i586 -auxbase-strip /usr/src/openh323-1.11.7/lib/obj_linux
_x86_d/h245_1.o -g -O2 -Wall -version -fPIC -o h245_1.s
GNU C++ version 3.3.1 20030626 (Debian prerelease) (i386-linux)
        compiled by GNU C version 3.3.1 20030626 (Debian prerelease).
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32158
/usr/src/openh323-1.11.7/include/h245.h: In static member function `static void 
   H245_ConferenceIndication::operator delete(void*)':
/usr/src/openh323-1.11.7/include/h245.h:4557: internal compiler error: Segmentat
ion
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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