[mythtv] internal compiler error (gcc-2.95.3) on progfind.cpp

Brent Hills bhills at openshores.com
Sat Feb 15 08:14:06 EST 2003


I would list off the available shared memory on your system.  gcc/g++
chokes if it can't allocate what it needs.

ipcs -m
To list the segments

Any segments with no attachments are usually fair game to remove.

ipcrm -m id# to remove the segments 

(There are variations of these commands with slightly different syntax)

Rebooting will also release the unused segments.

These segments get left if mythtv crashes without cleaning up after
itself.

fyi
Brent Hills.


(or reboot).
On Sat, 2003-02-15 at 07:28, Rick Warner wrote:
> Hello all,
> 	I got this error building a cvs checkout from this morning.  Removing the -O6 
> from the compiler options got it to compile properly.
> 
> g++ -c -pipe -Wall -W -O6 -march=pentiumpro -fomit-frame-pointer 
> -funroll-loops -fexpensive-optimizations `freetype-config --cflags` 
> -D_REENTRANT  -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DEXTRA_LOCKING -DMMX 
> -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/include -I../libmyth -I.. 
> -I/usr/local/qt/include -I/usr/local/qt/mkspecs/default -o progfind.o 
> progfind.cpp
> progfind.cpp: In method `void ProgFinder::getRecordingInfo()':
> progfind.cpp:1182: Internal compiler error.
> progfind.cpp:1182: Please submit a full bug report.
> progfind.cpp:1182: See <URL:http://www.gnu.org/software/gcc/bugs.html> for 
> instructions.
> cpp0: output pipe has been closed
> 
> 
> and here you see it run w/o the -O6
> topaz:~/sources/mythtv/MC/libs/libmythtv$ g++ -c -pipe -Wall -W 
> -march=pentiumpro -fomit-frame-pointer -funroll-loops 
> -fexpensive-optimizations `freetype-config --cflags` -D_REENTRANT  
> -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DEXTRA_LOCKING -DMMX -DQT_NO_DEBUG 
> -DQT_THREAD_SUPPORT -I/usr/local/include -I../libmyth -I.. 
> -I/usr/local/qt/include -I/usr/local/qt/mkspecs/default -o progfind.o 
> progfind.cpp
> 
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
> 



More information about the mythtv-dev mailing list