[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [parisc-linux] Strange compiler behavior



> g++ testMP3Streamer.cpp -o testMP3Streamer -I/usr/include/liveMedia/ 
> -I/usr/include/groupsock/ -lliveMedia -lgroupsock 
> -lBasicUsageEnvironment -lUsageEnvironment
> 
> and the /var/log/debug message is:
> 
> 8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-8<-
> 
> do_page_fault() pid=19583 command='cc1plus' type=15 address=0x000000ec

The compiler shouldn't produce a page fault without an internal compiler
error message (ICE).  All ICEs are bugs.  You should generate the
preprocessed source for your program ('-E' option) and file a GCC PR
report.  There are instructions on gcc.gnu.org on how to file a bug
report.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)



Reply to: