X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham02.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=0.8 required=5.0 tests=BAYES_50 autolearn=ham version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=dKvVxA/NQwjZ7BZ7FdAwgWsLKADSg0mWBlIocHNDTBiOIRKrlTVP0rnJRdXPivv3dXQvh3cHDte2vL9NxIcob3CABl5E9PVZS/MKIfbV7E3hKh3SAJ+vHlSD3AZnMF3z; Date: Tue, 11 Oct 2011 12:29:52 -0700 From: Colin D Bennett To: geda-help AT delorie DOT com Subject: Re: [geda-help] PCB segfault - project too big? Message-ID: <20111011122952.2e7f46df@svelte> In-Reply-To: <1318353062.5503.22.camel@localhost> References: <1318338356 DOT 29731 DOT 2 DOT camel AT localhost> <201110111442 DOT p9BEgtk6025142 AT envy DOT delorie DOT com> <1318353062 DOT 5503 DOT 22 DOT camel AT localhost> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: spk.venturedesignservices.com (svelte) [65.61.115.34]:43713 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 2 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p9BJl3Hs008043 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 11 Oct 2011 19:11:02 +0200 Richard Rasker wrote: > Op dinsdag 11-10-2011 om 10:42 uur [tijdzone -0400], schreef DJ > Delorie: > > I have panels with over 800 elements on them, and an individual > > board with 412. There are no hard-coded limits in PCB that > > would affect the number of elements. > > > > When you build pcb, there's a pcbtest.sh script in src/ that > > accepts a -gdb option, which runs pcb in a debugger. Once it > > crashes, type "where" to find out *where* it crashed. >... > But thanks for the help so far, hopefully the problem can be > solved without reinstalling pcb (or my complete Linux version ...) Richard, Try running pcb using the Valgrind tool. Run it with “valgrind pcb” and report the output. Valgrind will make pcb run much slower than normal since it intercepts all memory access, but be patient since it often provides extremely useful memory debugging diagnostics. Regards, Colin