From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25238 invoked by alias); 20 Apr 2010 14:14:37 -0000 Received: (qmail 24344 invoked by uid 48); 20 Apr 2010 14:14:22 -0000 Date: Tue, 20 Apr 2010 14:14:00 -0000 Message-ID: <20100420141422.24343.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/43818] internal compiler error: Segmentation fault In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "oberlaender at fzi dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg02047.txt.bz2 ------- Comment #2 from oberlaender at fzi dot de 2010-04-20 14:14 ------- The following is a list of changes to the code, each of which makes the segfault disappear: - Remove the max_len parameter from tBspTree2D::Intersect() and replace its use by a constant - Remove lines 44931 through 44936 from bugtest.ii - Remove line 44955 (bool intersect_recursive = bsp->Intersect(o, dir, pr);) I hope I didn't miss any important information you might still need. Best wishes, Jan -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43818