X-Spam-Check-By: sourceware.org Date: Fri, 30 Dec 2005 04:45:54 +0100 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Message-ID: <45746306882.20051230044554@familiehaase.de> To: "Dan Stratila" CC: cygwin AT cygwin DOT com Subject: Re: gcc crash (memory?) In-Reply-To: <001201c60c04$4b375dc0$43055f12@somerville> References: <001201c60c04$4b375dc0$43055f12 AT somerville> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Dan wrote: > Hi, > I am experiencing a gcc/g++ crash when compiling polymake (the polyhedron > manipulation utility at http://www.math.tu-berlin.de/polymake/, download at > http://www.math.tu-berlin.de/polymake/download_choice.html): > --- > g++ -c -o facets_from_incidence.o -I../../../apps/polytope/include > -I../../../modules/co > mmon/include -I../../../modules/graph/include > -I../../../lib/poly_client/include -I../../. > ./lib/PTL/include -I../../../lib/PTL/include/std > -I../../../lib/gmp_wrapper/include -march > =pentium4 -Wall -ftemplate-depth-200 -DALL_PLAUSIBLE_CHECKS=0 -O0 -MD > ../../../apps/polyt > ope/src/facets_from_incidence.cc > g++: Internal error: Segmentation fault (program cc1plus) > Please submit a full bug report. > See for instructions. > make[2]: *** [facets_from_incidence.o] Error 1 > make[1]: *** [do_all] Error 2 > make[1]: Leaving directory > `/cygdrive/d/install/Polymake/x/polymake-2.1.0/build/apps/polyt > ope' > make: *** [all] Error 2 > --- > Since cc1plus is pushing the total commit charge for the machine to 1.1GB at > the point of the crash, I suspect this may be a memory-related problem. The > cc1plus process is taking 560,116KB at the moment of the crash. Increase the size of your swap file, for me the maximum memory usage compiling this file was not much more than 1 GB. I have a 2 GB swap file. Gerrit -- =^..^= http://nyckelpiga.de/donate.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/